@import url("https://tapid.ru/src/css/rub.css");

body {
    /*font: 14px Arial, Helvetica, sans-serif;*/
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    height: 100%;
    background-color: #efefef;
    -webkit-font-smoothing: antialiased
}
.clr {
	clear: both
}
a {
    color: #2d94e0;
    text-decoration: none;
    transition: all 0.15s ease;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}
.contentpro {
	position: relative;
}
.menu_pro {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 1000;
	/*opacity: .75;*/
}
.menu_pro span {
	display: inline-block;
	width: 30px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.menu_pro span:nth-child(1) {
	top: 10px;
}
.menu_pro span:nth-child(2) {
	top: 20px;
}
.menu_cont {
	display: none;
	position: relative;
	color: #fff;
	padding-bottom: 30px;
}
.menu_cont a {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
}
.menu_cont a:last-child {
	margin-bottom: 0;
}
.nickname {
	font-size: 17px;
	margin: 5px 0;
}
.nickname .who {
	font-size: 14px;
	color: #888;
	margin-top: 5px;
}
.comeback {
	position: relative;
	z-index: 5;
	display: block;
	font-size: 18px;
	color: #fff;
	border: 1px solid rgba(255,255,255,.5);
	padding: 15px 10px;
	border-radius: 4px;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
}
.comeback:hover {
	background-color: rgba(255,255,255,.2);
}
.backicon {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='18px' x='0px' y='0px' viewBox='0 0 400.004 400.004' style='enable-background:new 0 0 400.004 400.004;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M382.688,182.686H59.116l77.209-77.214c6.764-6.76,6.764-17.726,0-24.485c-6.764-6.764-17.73-6.764-24.484,0L5.073,187.757 c-6.764,6.76-6.764,17.727,0,24.485l106.768,106.775c3.381,3.383,7.812,5.072,12.242,5.072c4.43,0,8.861-1.689,12.242-5.072 c6.764-6.76,6.764-17.726,0-24.484l-77.209-77.218h323.572c9.562,0,17.316-7.753,17.316-17.315 C400.004,190.438,392.251,182.686,382.688,182.686z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.allcont {
    position: relative;
    z-index: 1;
}
.venobox, .result {
	display:none;
}
.result {
	margin-bottom: 10px;
}
.pblock {
	position: relative;
	margin-bottom: 15px;
	border-radius: 4px;
	line-height: 1.4;
	box-sizing: border-box;
}

.pblock-v2 {
	width: 100%;
}

/*.pblock:last-child {
    margin-bottom: 0;
}*/

.bl-pay {
	border: 2px solid rgba(0,0,0,.15);
	padding: 15px;
}

.pay_name {
	font-size: 20px;
	margin-bottom: 10px;
}

.pay_amount {
	font-size: 22px;
	margin: 10px 0;
	color: #444;
}

.pay_amount .old {
    font-size: 14px;
    display: inline-block;
    position: relative;
    color: #888;
}

.pay_amount .old:after {
    content: '';
    height: 1px;
    border-bottom: 1px solid red;
    position: absolute;
    left: 0;
    right: -5px;
    top: 7px;
    transform: rotate(-5deg);
    opacity: .8;
}

	span.rub:before {
		top: -0.15em;
		color: #444;
	}

	.pay_amount .old span.rub:before {
		color: #888;
	}

.submitpay {
	display: inline-block;
	background-color: #1897f2;
	color: #fff;
	font-size: 15px;
	border: 0;
	border-radius: 3px;
	padding: 7px 12px 8px;
	outline: none;
	-webkit-appearance: none;
}

.bl-pay .contacts {
	display: none;
	padding-top: 15px;
}

.contmsg {
	display: none;
	padding-bottom: 15px;
	font-size: 15px;
}

.bl-banner img {
	max-width: 100%;
	border-radius: 4px;
}

.banner_desc {
	font-style: italic;
	color: #888;
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
}

.bl-text {
	line-height: 1.5;
}

	.bl-text.bold {
		font-weight: bold;
	}

	.bl-text.underline {
		text-decoration: underline;
	}

	.bl-text.italic {
		font-style: italic;
	}

.bl-heading {
	line-height: 1.3;
	font-weight: 600;
}

	.bl-heading.size1 {
		font-size: 2em;
	}

	.bl-heading.size2 {
		font-size: 1.5em;
	}

	.bl-heading.size3 {
		font-size: 1.25em;
	}

.text-quote {
	font-style: italic;
	border-radius: 0 !important;
    /*padding-left: 20px;*/
	/*border-left: 2px solid #fff;*/
}

.bl-timer {
	text-align: center;
}

.bl-edit {
	cursor: pointer;
}

.bl-forma {
	font-size: 16px;
	position: relative;
}
.form_msg {
    border-radius: 4px;
    background-color: #f2f2f2;
    padding: 15px;
    display: none;
}
.bl-video {
	border-radius: 0 !important;
	overflow: hidden;
}
.bl-video-inn {
	position: relative;
    padding: 0 0 56% 0;
}
.bl-video-inn iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.pblock.bl-edit.bl-video {
	overflow: visible;
}
.overforma {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bl-forma input, .bl-forma textarea, .bl-pay .contacts input {
	width: 100%;
	padding: 10px !important;
	box-sizing: border-box;
	font-size: 18px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 4px;
	margin: 5px 0 10px;
	outline: none;
	background-color: rgba(255,255,255,.9);
	-webkit-appearance: none;
	transition: .2s linear;
}

.need {
	border: 1px solid #ffaeae !important;
	background-color: #ffeaea !important;
}

::-webkit-input-placeholder { /* Chrome */
  color: #757575;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #757575;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}

.bl-forma a {
	display: block;
	text-align: left;
	padding: 14px 35px 14px 15px;
	background-color: #1897f2;
	/*border: 2px solid #1897f2;*/
	color: #fff;
	border-radius: 4px;
	font-size: 17px;
	text-decoration: none;
	line-height: 1.4;
	min-height: 24px;
	position: relative;
}
.formimg {
/*	padding-top: 1px;
	float: right;
	margin-left: 10px;*/
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 14px;
}

.bl-link a, .bl-link .prevspan, .bl-phone a {
	display: block;
	text-align: center;
	padding: 14px 17px;
	background-color: #1897f2;
	/*border: 2px solid #1897f2;*/
	color: #fff;
	border-radius: 4px;
	font-size: 17px;
	text-decoration: none;
	line-height: 1.4;
}
.bl-link img, .bl-phone img {
	display: inline-block;
	margin-right: 10px;
	float: left;
}
.inlink {
	display: inline-block;
	margin: 0 auto;
}
.link_desc {
	display: block;
	opacity: .7;
	font-size: 15px;
}
.imgtype1, .callimg {
	padding-top: 3px;
}
.imgtype3 {
	padding-top: 4px;
}
.bl-avatar {
	text-align: center;
}
.g_map {
	height: 200px;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 4px;
}
.map_title {
    font-style: italic;
    color: #888;
    font-size: 13px;
    text-align: center;
}
.avaout {
	margin: 0 auto;
}
.ava {
	border-radius: 200px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
.bl-razd {
	position: relative;
}
.bl-razd:before {
    content: '';
    height: 50%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 50%;
    width: 40%;
    transform: translate(-50%,0);
    pointer-events: none;
}

.flink {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    display: inline-block;
    height: 40px;
    opacity: 0.9;
    width: 40px;
    border-radius: 4px;
    margin: 10px;
}

.flink span {
	width: 40px;
	height: 33px;
	display: inline-block;
}

.flink:hover, .flink2:hover {
	opacity: 1;
	text-decoration: none;
}

.flink2 {
	display: block;
	margin-bottom: 15px;
	background: rgba(0,0,0,.4);
	text-align: center;
	padding: 12px 15px;
	border: 2px solid rgba(0,0,0,0);
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	background-position: 20px center !important;
}

.flink2.f_vk {
	background-position: 14px center !important;
}
.flink2.f_yt {
	background-position: 16px center !important;
}

.o_vk {
	background-color: #48729e;
}
.f_vk {
	/*background-position: -1px 1px !important; */
    background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='22px' height='20px' viewBox='0 0 20 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Evk-M%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='footer' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='desktop-footer' transform='translate(-773.000000, -1242.000000)'%3E %3Cg id='footer-arial' transform='translate(215.000000, 1033.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 184.000000)'%3E %3Cg id='social' transform='translate(558.000000, 20.000000)'%3E %3Cg id='Stacked-Group'%3E %3Cg id='vk-M'%3E %3Crect id='back' x='0' y='0' width='20' height='20'%3E%3C/rect%3E %3Cpath d='M16.0630982,9.90309664 C16.0630982,9.90309664 18.4786765,6.72875846 18.7187859,5.68554106 C18.7986876,5.31299032 18.6227152,5.10424643 18.2067682,5.10424643 L16.1111336,5.10424643 C15.6311843,5.10424643 15.4551446,5.29805315 15.3112406,5.58123188 C15.3112406,5.58123188 14.1781319,7.83021828 12.7995916,9.24742993 C12.3569658,9.70564977 12.1319475,9.84353622 11.8876611,9.84353622 C11.690669,9.84353622 11.5997185,9.69046155 11.5997185,9.27717876 L11.5997185,5.65572947 C11.5997185,5.14905795 11.5357837,5 11.0878355,5 L7.7283256,5 C7.47231675,5 7.31237858,5.13863959 7.31237858,5.32786474 C7.31237858,5.80503847 8.09623728,5.91273677 8.09623728,7.20568115 L8.09623728,9.87328505 C8.09623728,10.4098309 8.06423617,10.6184493 7.79226045,10.6184493 C7.07240396,10.6184493 5.36064789,8.30852172 4.40081678,5.68554106 C4.20881013,5.14905795 4.00083662,5 3.45695254,5 L1.36125055,5 C1.05734108,5 0.833333333,5.1936812 0.833333333,5.47685993 C0.833333333,5.99846863 1.48918761,8.41276815 4.06490621,11.6467923 C5.79262915,13.8226618 8.06423617,15 10.1119702,15 C11.3597439,15 11.6637207,14.8063188 11.6637207,14.3144589 L11.6637207,12.6452609 C11.6637207,12.2279614 11.8397605,12.0491546 12.0956346,12.0491546 C12.3835772,12.0491546 12.8918222,12.1353258 14.0793664,13.2264928 C15.4871457,14.4783913 15.5832164,15 16.3511082,15 L18.7027517,15 C18.9426589,15 19.1666667,14.8956908 19.1666667,14.5230773 C19.1666667,14.0312174 18.4786765,13.1520579 17.4229095,12.1087778 C16.9909282,11.5722947 16.2870386,10.9910628 16.0630982,10.7228212 C15.7431545,10.4098309 15.8391578,10.2309614 16.0630982,9.90309664' id='vk' fill='%23FFFFFF'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}
.o_ig {
	background-color: #e1306c;
}
.f_ig {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 169.063 169.063' style='enable-background:new 0 0 169.063 169.063;' xml:space='preserve'%3E%3Cpath d='M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752 c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407 c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752 c17.455,0,31.656,14.201,31.656,31.655V122.407z' fill='%23FFFFFF'/%3E%3Cpath d='M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561 C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561 c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z' fill='%23FFFFFF'/%3E%3Cpath d='M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78 c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78 C135.661,29.421,132.821,28.251,129.921,28.251z' fill='%23FFFFFF'/%3E%3C/svg%3E") center no-repeat;
}
.o_fb {
	background-color: #3b5998;
}
.f_fb {
    background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='12px' height='21px' viewBox='0 0 8 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Efb%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='footer' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='desktop-footer' transform='translate(-819.000000, -1240.000000)'%3E %3Cg id='footer-arial' transform='translate(215.000000, 1033.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 184.000000)'%3E %3Cg id='social' transform='translate(558.000000, 20.000000)'%3E %3Cg id='Stacked-Group'%3E %3Cg id='fb' transform='translate(40.000000, 0.000000)'%3E %3Crect id='back' x='0' y='0' width='20' height='20'%3E%3C/rect%3E %3Cpath d='M10.8333333,7.77777778 L10.8333333,6.26713695 C10.988012,5.74730743 11.3323256,5.62595788 11.5746048,5.62595788 L13.063551,5.62595788 L13.063551,3.34131133 L11.0132057,3.33333333 C8.73653713,3.33333333 8.21838718,5.03726565 8.21838718,6.12773194 L8.21838718,7.77777778 L6.66666667,7.77777778 L6.66666667,10.0050387 L8.33333333,10.0050387 L8.33333333,16.6666667 L10.8333333,16.6666667 L10.8333333,10.0050387 L12.8561231,10.0050387 L13.0979824,7.77777778 L10.8333333,7.77777778 Z' fill='%23FFFFFF'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}
.o_od {
	background-color: #eb722e;
}
.f_od {
    background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='20px' height='22px' viewBox='0 0 10 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Eok%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='footer' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='desktop-footer' transform='translate(-898.000000, -1239.000000)'%3E %3Cg id='footer-arial' transform='translate(215.000000, 1033.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 184.000000)'%3E %3Cg id='social' transform='translate(558.000000, 20.000000)'%3E %3Cg id='Stacked-Group'%3E %3Cg id='ok' transform='translate(120.000000, 0.000000)'%3E %3Crect id='back' x='0' y='0' width='20' height='20'%3E%3C/rect%3E %3Cpath d='M9.99998911,14.5644964 C10.8311826,14.5644964 11.5070922,13.8975283 11.5070922,13.0774841 C11.5070922,12.258278 10.8311826,11.5912454 9.99998911,11.5912454 C9.16966678,11.5912454 8.4929078,12.258278 8.4929078,13.0774841 C8.4929078,13.8975283 9.16966678,14.5644964 9.99998911,14.5644964 L9.99998911,14.5644964 Z M10.0886413,9.40536003 C12.1424693,9.40536003 13.8120567,11.0524241 13.8120567,13.0773754 C13.8120567,15.1032936 12.1424693,16.751039 10.0886413,16.751039 C8.0352812,16.751039 6.36524823,15.1032936 6.36524823,13.0773754 C6.36524823,11.0524241 8.0352812,9.40536003 10.0886413,9.40536003 Z M11.5022262,6.28984293 C12.2580685,6.45734455 12.9870298,6.74804217 13.6582528,7.15824185 C14.1663686,7.46961254 14.3195231,8.12263988 13.9993071,8.61669838 C13.6795131,9.11185858 13.0082902,9.26080411 12.499308,8.94943342 C10.9784928,8.0193609 9.02031866,8.01977134 7.50036993,8.94943342 C6.99140993,9.26080411 6.32016478,9.11185858 6.00081515,8.61669838 C5.68059911,8.12231585 5.83333154,7.46961254 6.34142513,7.15824185 C7.01267028,6.74856062 7.74160942,6.45734455 8.49747389,6.28984293 L6.42169019,4.27150672 C5.99734951,3.85845558 5.99734951,3.18888114 6.4221345,2.77583 C6.63473805,2.56950965 6.91287769,2.46614426 7.19099512,2.46614426 C7.46955686,2.46614426 7.7481186,2.56950965 7.96074436,2.77583 L9.99962791,4.75923584 L12.0402443,2.77583 C12.4646072,2.36275727 13.1532027,2.36275727 13.5779877,2.77583 C14.003217,3.18888114 14.003217,3.85877961 13.5779877,4.27150672 L11.5022262,6.28984293 Z' fill='%23FFFFFF' transform='translate(10.000000, 9.608532) scale(1, -1) translate(-10.000000, -9.608532) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}
.o_tw {
	background-color: #00aced;
}
.f_tw {
    background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='21px' height='18px' viewBox='0 0 15 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Etwitter%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='footer' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='desktop-footer' transform='translate(-856.000000, -1241.000000)'%3E %3Cg id='footer-arial' transform='translate(215.000000, 1033.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 184.000000)'%3E %3Cg id='social' transform='translate(558.000000, 20.000000)'%3E %3Cg id='Stacked-Group'%3E %3Cg id='twitter' transform='translate(80.000000, 0.000000)'%3E %3Crect id='back' x='0' y='0' width='20' height='20'%3E%3C/rect%3E %3Cpath d='M15.8311322,6.01125557 C16.4314922,5.64722523 16.8921563,5.0700012 17.1091839,4.38238835 C16.547074,4.71945347 15.9259259,4.96466835 15.2623701,5.09612375 C14.7335212,4.5239557 13.9776663,4.16666667 13.1411536,4.16666667 C11.5371446,4.16666667 10.2358103,5.48543397 10.2358103,7.1117732 C10.2358103,7.34266281 10.260756,7.56681112 10.3106474,7.7825328 C7.89507151,7.65950403 5.75389838,6.48820272 4.31952026,4.70428554 C4.06923167,5.14078488 3.92620962,5.64722523 3.92620962,6.18652943 C3.92620962,7.20783676 4.43925965,8.10948598 5.21922874,8.63783556 C4.74359727,8.62351029 4.29457455,8.48952691 3.90209544,8.27043457 L3.90209544,8.30666907 C3.90209544,9.73413988 4.90408131,10.9248224 6.23451899,11.1944745 C5.99088259,11.2635729 5.73394181,11.2981221 5.4686858,11.2981221 C5.281593,11.2981221 5.09865782,11.2804261 4.92154331,11.245877 C5.29157129,12.415493 6.36423666,13.2674251 7.63646769,13.290177 C6.64196553,14.0805947 5.38802802,14.5516432 4.02682397,14.5516432 C3.79233433,14.5516432 3.56033926,14.5381606 3.33333333,14.5111954 C4.61970026,15.3454316 6.14804054,15.8333333 7.7886365,15.8333333 C13.1353329,15.8333333 16.0581382,11.3461538 16.0581382,7.45389431 C16.0581382,7.32580956 16.0556436,7.19772481 16.0506545,7.07216805 C16.618585,6.65673528 17.1116785,6.13849765 17.5,5.54779102 C16.9794663,5.78205128 16.4190194,5.94047189 15.8311322,6.01125557 Z' fill='%23FFFFFF'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}
.o_yt {
	background-color: #ff0000;
}
.f_yt {
    background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='20px' height='20px' viewBox='0 0 18 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Eyoutube%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='footer' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='desktop-footer' transform='translate(-1014.000000, -1240.000000)'%3E %3Cg id='footer-arial' transform='translate(215.000000, 1033.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 184.000000)'%3E %3Cg id='social' transform='translate(558.000000, 20.000000)'%3E %3Cg id='Stacked-Group'%3E %3Cg id='youtube' transform='translate(240.000000, 0.000000)'%3E %3Crect id='back' x='0' y='0' width='20' height='20'%3E%3C/rect%3E %3Cpath d='M18.0453327,5.34410784 C17.8412897,4.39035384 17.1163005,3.68670109 16.2435263,3.58173631 C14.1767737,3.33348629 12.0849028,3.33219043 10.0026663,3.33348629 C7.92008578,3.33219043 5.82787081,3.33348629 3.7611182,3.58173631 C2.88886017,3.68670109 2.16438708,4.39035384 1.96034407,5.34410784 C1.66993548,6.70235574 1.66666667,8.18500632 1.66666667,9.58342592 C1.66666667,10.9818455 1.66666667,12.464311 1.95707526,13.8223737 C2.16077417,14.7759426 2.88541931,15.4795954 3.75819347,15.5847453 C5.82477403,15.8331804 7.91681696,15.8344763 9.99939753,15.8331804 C12.0823222,15.8344763 14.173849,15.8331804 16.2402575,15.5847453 C17.1125155,15.4797805 17.8376768,14.7761278 18.0417198,13.8223737 C18.3323004,12.4641259 18.3333327,10.9816604 18.3333327,9.58342592 C18.3333327,8.18500632 18.3357413,6.70235574 18.0453327,5.34410784 Z M7.84920406,12.3669362 C7.84920406,10.3831575 7.84920406,8.42011261 7.84920406,6.43614877 C9.61556959,7.42785301 11.3702362,8.41289281 13.1477845,9.4107061 C11.3757416,10.3996335 9.62021475,11.3787494 7.84920406,12.3669362 Z' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}

.type3 {
	padding: 10px;
	text-align: center;
	background-image: inherit !important;
}

.msg_type1, .soc_type1 {
	text-align: center;
}
.msg_type1 a, .soc_type1 a {
	display: inline-block;
	height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	margin: 0;
	line-height: 70px;
	box-sizing: border-box;
}

.msg_type1 .mlink {
	margin-right: 0;
	width: 30px;
	height: 30px;
}

.msg_type1 .mico_wa {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 90 90' style='enable-background:new 0 0 90 90;' xml:space='preserve'%3E%3Cg%3E%3Cpath id='WhatsApp' d='M90,43.841c0,24.213-19.779,43.841-44.182,43.841c-7.747,0-15.025-1.98-21.357-5.455L0,90l7.975-23.522 c-4.023-6.606-6.34-14.354-6.34-22.637C1.635,19.628,21.416,0,45.818,0C70.223,0,90,19.628,90,43.841z M45.818,6.982 c-20.484,0-37.146,16.535-37.146,36.859c0,8.065,2.629,15.534,7.076,21.61L11.107,79.14l14.275-4.537 c5.865,3.851,12.891,6.097,20.437,6.097c20.481,0,37.146-16.533,37.146-36.857S66.301,6.982,45.818,6.982z M68.129,53.938 c-0.273-0.447-0.994-0.717-2.076-1.254c-1.084-0.537-6.41-3.138-7.4-3.495c-0.993-0.358-1.717-0.538-2.438,0.537 c-0.721,1.076-2.797,3.495-3.43,4.212c-0.632,0.719-1.263,0.809-2.347,0.271c-1.082-0.537-4.571-1.673-8.708-5.333 c-3.219-2.848-5.393-6.364-6.025-7.441c-0.631-1.075-0.066-1.656,0.475-2.191c0.488-0.482,1.084-1.255,1.625-1.882 c0.543-0.628,0.723-1.075,1.082-1.793c0.363-0.717,0.182-1.344-0.09-1.883c-0.27-0.537-2.438-5.825-3.34-7.977 c-0.902-2.15-1.803-1.792-2.436-1.792c-0.631,0-1.354-0.09-2.076-0.09c-0.722,0-1.896,0.269-2.889,1.344 c-0.992,1.076-3.789,3.676-3.789,8.963c0,5.288,3.879,10.397,4.422,11.113c0.541,0.716,7.49,11.92,18.5,16.223 C58.2,65.771,58.2,64.336,60.186,64.156c1.984-0.179,6.406-2.599,7.312-5.107C68.398,56.537,68.398,54.386,68.129,53.938z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.msg_type1 .mico_viber {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='33' height='33' fill='%23fff'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M 24.427734 3 C 23.063886 3.008032 21.693861 3.0893049 20.318359 3.2578125 C 17.68149 3.5805277 15.065644 4.1207947 12.556641 5.2734375 C 8.5714597 7.104295 5.7434775 10.21447 4.9199219 14.734375 C 4.5724292 16.640013 4.2931564 18.574888 4.1328125 20.521484 C 3.8225671 24.295624 4.0149467 28.087887 5.0839844 31.806641 C 5.927772 34.742472 7.4841191 37.377734 10.207031 39.089844 C 11.359869 39.814227 12.879933 40.162803 13.673828 40.53125 L 13.673828 40.533203 C 13.894642 40.635284 13.950423 40.697939 13.960938 40.712891 C 13.971448 40.727841 14.00284 40.753401 14 40.988281 C 13.97172 43.377618 14 48.005859 14 48.005859 L 14.005859 49 L 15 49 L 15.789062 49 L 16.080078 48.71875 C 16.080078 48.71875 20.611363 44.35426 22.255859 42.556641 C 22.549214 42.236414 22.703424 42.060281 22.732422 42.039062 C 22.761422 42.017843 22.716272 42.00616 23.019531 42 C 25.171051 41.95677 27.322161 41.875445 29.470703 41.757812 C 32.300194 41.603257 35.186323 41.331995 37.964844 40.171875 C 40.384272 39.161541 42.402038 37.509351 43.623047 35.033203 C 44.875341 32.492864 45.543975 29.802163 45.792969 27.017578 C 46.208095 22.378954 46.061307 17.734382 44.779297 13.154297 C 44.028129 10.471399 42.512549 8.2041851 40.189453 6.6035156 C 37.407338 4.6867804 34.268997 3.9697425 31.199219 3.5117188 C 29.40632 3.2447454 27.602807 3.0684221 25.789062 3.015625 C 25.335627 3.0024257 24.882351 2.9973227 24.427734 3 z M 25.732422 5.0136719 C 27.455677 5.0638749 29.178196 5.2312545 30.904297 5.4882812 C 33.866519 5.9302575 36.660801 6.6007352 39.054688 8.25 C 40.995592 9.5873306 42.208684 11.390256 42.853516 13.693359 C 44.051505 17.973274 44.201655 22.358514 43.800781 26.837891 L 43.800781 26.839844 C 43.569775 29.423259 42.95783 31.856775 41.828125 34.148438 L 41.830078 34.148438 C 40.833087 36.170288 39.275931 37.458459 37.193359 38.328125 C 34.76988 39.340005 32.135791 39.610275 29.363281 39.761719 C 27.237823 39.878087 25.108949 39.957231 22.980469 40 C 22.44673 40.01084 21.922534 40.15375 21.550781 40.425781 C 21.179029 40.697812 21.011896 40.953305 20.78125 41.205078 L 20.779297 41.205078 C 19.608462 42.484885 17.272487 44.737902 16 45.974609 C 15.9935 44.479506 15.98029 42.676812 16 41.011719 C 16.0062 40.500596 15.889892 39.978049 15.597656 39.5625 C 15.306004 39.14778 14.904086 38.898591 14.515625 38.71875 L 14.513672 38.716797 C 13.38593 38.193857 11.910183 37.797809 11.271484 37.396484 C 9.0323971 35.988594 7.7620249 33.878074 7.0078125 31.253906 C 6.0208502 27.82066 5.8311985 24.283407 6.1269531 20.685547 C 6.2806092 18.820143 6.5501646 16.950112 6.8886719 15.09375 C 7.6011162 11.183655 9.8358055 8.7229863 13.390625 7.0898438 C 15.635621 6.0584865 18.033416 5.5514723 20.560547 5.2421875 C 22.285546 5.0308643 24.009167 4.963469 25.732422 5.0136719 z M 26.158203 10 C 25.333536 10 24.529522 10.09235 23.755859 10.267578 A 1.000239 1.000239 0 0 0 24.197266 12.21875 C 24.827603 12.075981 25.48287 12 26.158203 12 C 31.039689 12 34.976563 15.936873 34.976562 20.818359 C 34.976562 21.493693 34.900582 22.14896 34.757812 22.779297 A 1.0002389 1.0002389 0 1 0 36.708984 23.220703 C 36.884216 22.44704 36.976562 21.643026 36.976562 20.818359 C 36.976562 14.855845 32.120717 10 26.158203 10 z M 16.179688 12.003906 C 16.016078 11.994797 15.847828 12.008375 15.673828 12.046875 C 13.853828 12.447875 12.051 13.767188 12 16.117188 C 12.052 16.444187 12.045969 16.79675 12.167969 17.09375 C 12.760969 18.54775 13.277484 20.045875 14.021484 21.421875 C 17.633484 28.100875 23.096453 32.747312 30.064453 35.695312 C 30.894453 36.047312 31.753703 36.121531 32.595703 35.769531 C 33.748703 35.287531 34.728812 34.547516 35.382812 33.478516 C 36.277813 32.015516 36.290359 30.998969 34.818359 29.917969 C 33.852359 29.208969 32.902781 28.478203 31.925781 27.783203 C 30.438781 26.726203 28.827797 26.541531 27.716797 28.394531 C 27.660797 28.487531 27.574047 28.565484 27.498047 28.646484 C 26.930047 29.248484 26.231281 29.39975 25.488281 29.09375 C 22.670281 27.93375 20.495641 26.063344 19.181641 23.277344 C 18.410641 21.640344 18.622359 20.818469 20.068359 19.730469 C 20.210359 19.623469 20.349469 19.510625 20.480469 19.390625 C 21.114469 18.812625 21.281203 18.124656 20.908203 17.347656 C 20.057203 15.574656 18.929953 13.993859 17.501953 12.630859 C 17.114203 12.261109 16.670516 12.031234 16.179688 12.003906 z M 26.142578 13 C 25.698737 13 25.262142 13.03686 24.833984 13.109375 A 1.0001 1.0001 0 1 0 25.166016 15.080078 C 25.481858 15.026589 25.80842 15 26.142578 15 C 29.389133 15 32 17.610867 32 20.857422 C 32 21.192721 31.973462 21.517851 31.919922 21.833984 A 1.0001 1.0001 0 1 0 33.890625 22.166016 C 33.963088 21.738149 34 21.302123 34 20.857422 C 34 16.529976 30.470024 13 26.142578 13 z M 26 16 A 1.0001 1.0001 0 1 0 26 18 C 27.668484 18 29 19.331516 29 21 A 1.0001 1.0001 0 1 0 31 21 C 31 18.250484 28.749516 16 26 16 z' white-space='normal' overflow='visible'/%3E%3C/svg%3E%0A");
}

.msg_type1 .mico_tg {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='30px' height='30px' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cg id='XMLID_496_'%3E%3Cpath id='XMLID_497_' d='M5.299,144.645l69.126,25.8l26.756,86.047c1.712,5.511,8.451,7.548,12.924,3.891l38.532-31.412 c4.039-3.291,9.792-3.455,14.013-0.391l69.498,50.457c4.785,3.478,11.564,0.856,12.764-4.926L299.823,29.22 c1.31-6.316-4.896-11.585-10.91-9.259L5.218,129.402C-1.783,132.102-1.722,142.014,5.299,144.645z M96.869,156.711l135.098-83.207 c2.428-1.491,4.926,1.792,2.841,3.726L123.313,180.87c-3.919,3.648-6.447,8.53-7.163,13.829l-3.798,28.146 c-0.503,3.758-5.782,4.131-6.819,0.494l-14.607-51.325C89.253,166.16,91.691,159.907,96.869,156.711z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.msg_type1 .mico_skype {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='30px' height='30px' x='0px' y='0px' viewBox='0 0 430.123 430.123' style='enable-background:new 0 0 430.123 430.123;' xml:space='preserve'%3E%3Cg%3E%3Cpath id='Skype' d='M412.164,246.198c1.605-10.155,2.45-20.544,2.45-31.148c0-110.215-89.342-199.555-199.56-199.555 c-10.576,0-20.995,0.871-31.141,2.458C165.534,6.581,143.842,0,120.595,0C53.996,0,0.005,53.984,0.005,120.59 c0,23.242,6.585,44.916,17.952,63.332c-1.573,10.172-2.439,20.528-2.439,31.132c0,110.223,89.34,199.536,199.532,199.536 c10.585,0,21.007-0.816,31.152-2.417c18.398,11.35,40.072,17.949,63.314,17.949c66.617,0,120.602-53.998,120.602-120.602 C430.123,286.269,423.542,264.6,412.164,246.198z M309.801,305.81c-8.442,12.153-20.843,21.65-37.047,28.479 c-16.237,6.847-35.428,10.254-57.59,10.254c-26.562,0-48.554-4.648-65.913-14.034c-12.305-6.721-22.313-15.737-30.007-26.98 c-7.71-11.252-11.619-22.271-11.619-33.015c0-6.338,2.417-11.85,7.122-16.344c4.754-4.527,10.877-6.796,18.104-6.796 c5.92,0,11.005,1.783,15.145,5.316c4.109,3.532,7.556,8.667,10.375,15.443c3.379,7.85,7.049,14.412,10.954,19.648 c3.881,5.171,9.343,9.488,16.417,12.867c6.996,3.388,16.307,5.082,27.958,5.082c15.945,0,28.831-3.449,38.693-10.253 c9.912-6.866,14.673-15.22,14.673-25.314c0-8.051-2.567-14.445-7.831-19.43c-5.312-5.05-12.172-8.896-20.685-11.579 c-8.546-2.711-20.02-5.586-34.399-8.615c-19.308-4.214-35.456-9.119-48.533-14.752c-13.094-5.654-23.522-13.383-31.251-23.146 c-7.745-9.859-11.607-22.113-11.607-36.627c0-13.84,4.077-26.217,12.239-36.989c8.158-10.802,19.961-19.07,35.351-24.829 c15.336-5.757,33.391-8.637,54.075-8.637c16.541,0,30.849,1.914,42.96,5.722c12.078,3.836,22.146,8.898,30.196,15.25 c7.999,6.338,13.885,13.023,17.613,20.038c3.725,7.036,5.601,13.908,5.601,20.614c0,6.235-2.417,11.89-7.127,16.846 c-4.709,4.963-10.733,7.493-17.768,7.47c-6.342,0-11.317-1.463-14.767-4.56c-3.36-2.996-6.889-7.766-10.706-14.414 c-4.825-9.276-10.604-16.503-17.324-21.672c-6.543-5.073-17.338-7.714-32.359-7.682c-13.898,0-25.018,2.84-33.411,8.394 c-8.445,5.643-12.482,12.19-12.501,19.861c0.014,4.807,1.396,8.86,4.177,12.326c2.824,3.498,6.753,6.529,11.803,9.084 c5.052,2.595,10.191,4.602,15.355,6.046c5.225,1.481,13.894,3.622,25.944,6.457c15.112,3.257,28.819,6.896,41.136,10.862 c12.293,3.986,22.784,8.793,31.451,14.52c8.736,5.71,15.564,12.99,20.438,21.783c4.909,8.807,7.354,19.564,7.354,32.222 C322.509,279.968,318.263,293.676,309.801,305.81z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.msg_type1 .mico_vk {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='30px' height='30px' x='0px' y='0px' viewBox='0 0 548.358 548.358' style='enable-background:new 0 0 548.358 548.358;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M545.451,400.298c-0.664-1.431-1.283-2.618-1.858-3.569c-9.514-17.135-27.695-38.167-54.532-63.102l-0.567-0.571 l-0.284-0.28l-0.287-0.287h-0.288c-12.18-11.611-19.893-19.418-23.123-23.415c-5.91-7.614-7.234-15.321-4.004-23.13 c2.282-5.9,10.854-18.36,25.696-37.397c7.807-10.089,13.99-18.175,18.556-24.267c32.931-43.78,47.208-71.756,42.828-83.939 l-1.701-2.847c-1.143-1.714-4.093-3.282-8.846-4.712c-4.764-1.427-10.853-1.663-18.278-0.712l-82.224,0.568 c-1.332-0.472-3.234-0.428-5.712,0.144c-2.475,0.572-3.713,0.859-3.713,0.859l-1.431,0.715l-1.136,0.859 c-0.952,0.568-1.999,1.567-3.142,2.995c-1.137,1.423-2.088,3.093-2.848,4.996c-8.952,23.031-19.13,44.444-30.553,64.238 c-7.043,11.803-13.511,22.032-19.418,30.693c-5.899,8.658-10.848,15.037-14.842,19.126c-4,4.093-7.61,7.372-10.852,9.849 c-3.237,2.478-5.708,3.525-7.419,3.142c-1.715-0.383-3.33-0.763-4.859-1.143c-2.663-1.714-4.805-4.045-6.42-6.995 c-1.622-2.95-2.714-6.663-3.285-11.136c-0.568-4.476-0.904-8.326-1-11.563c-0.089-3.233-0.048-7.806,0.145-13.706 c0.198-5.903,0.287-9.897,0.287-11.991c0-7.234,0.141-15.085,0.424-23.555c0.288-8.47,0.521-15.181,0.716-20.125 c0.194-4.949,0.284-10.185,0.284-15.705s-0.336-9.849-1-12.991c-0.656-3.138-1.663-6.184-2.99-9.137 c-1.335-2.95-3.289-5.232-5.853-6.852c-2.569-1.618-5.763-2.902-9.564-3.856c-10.089-2.283-22.936-3.518-38.547-3.71 c-35.401-0.38-58.148,1.906-68.236,6.855c-3.997,2.091-7.614,4.948-10.848,8.562c-3.427,4.189-3.905,6.475-1.431,6.851 c11.422,1.711,19.508,5.804,24.267,12.275l1.715,3.429c1.334,2.474,2.666,6.854,3.999,13.134c1.331,6.28,2.19,13.227,2.568,20.837 c0.95,13.897,0.95,25.793,0,35.689c-0.953,9.9-1.853,17.607-2.712,23.127c-0.859,5.52-2.143,9.993-3.855,13.418 c-1.715,3.426-2.856,5.52-3.428,6.28c-0.571,0.76-1.047,1.239-1.425,1.427c-2.474,0.948-5.047,1.431-7.71,1.431 c-2.667,0-5.901-1.334-9.707-4c-3.805-2.666-7.754-6.328-11.847-10.992c-4.093-4.665-8.709-11.184-13.85-19.558 c-5.137-8.374-10.467-18.271-15.987-29.691l-4.567-8.282c-2.855-5.328-6.755-13.086-11.704-23.267 c-4.952-10.185-9.329-20.037-13.134-29.554c-1.521-3.997-3.806-7.04-6.851-9.134l-1.429-0.859c-0.95-0.76-2.475-1.567-4.567-2.427 c-2.095-0.859-4.281-1.475-6.567-1.854l-78.229,0.568c-7.994,0-13.418,1.811-16.274,5.428l-1.143,1.711 C0.288,140.146,0,141.668,0,143.763c0,2.094,0.571,4.664,1.714,7.707c11.42,26.84,23.839,52.725,37.257,77.659 c13.418,24.934,25.078,45.019,34.973,60.237c9.897,15.229,19.985,29.602,30.264,43.112c10.279,13.515,17.083,22.176,20.412,25.981 c3.333,3.812,5.951,6.662,7.854,8.565l7.139,6.851c4.568,4.569,11.276,10.041,20.127,16.416 c8.853,6.379,18.654,12.659,29.408,18.85c10.756,6.181,23.269,11.225,37.546,15.126c14.275,3.905,28.169,5.472,41.684,4.716h32.834 c6.659-0.575,11.704-2.669,15.133-6.283l1.136-1.431c0.764-1.136,1.479-2.901,2.139-5.276c0.668-2.379,1-5,1-7.851 c-0.195-8.183,0.428-15.558,1.852-22.124c1.423-6.564,3.045-11.513,4.859-14.846c1.813-3.33,3.859-6.14,6.136-8.418 c2.282-2.283,3.908-3.666,4.862-4.142c0.948-0.479,1.705-0.804,2.276-0.999c4.568-1.522,9.944-0.048,16.136,4.429 c6.187,4.473,11.99,9.996,17.418,16.56c5.425,6.57,11.943,13.941,19.555,22.124c7.617,8.186,14.277,14.271,19.985,18.274 l5.708,3.426c3.812,2.286,8.761,4.38,14.853,6.283c6.081,1.902,11.409,2.378,15.984,1.427l73.087-1.14 c7.229,0,12.854-1.197,16.844-3.572c3.998-2.379,6.373-5,7.139-7.851c0.764-2.854,0.805-6.092,0.145-9.712 C546.782,404.25,546.115,401.725,545.451,400.298z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.msg_type1 .mico_fb {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='30px' height='30px' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M256,0C114.624,0,0,106.112,0,237.024c0,74.592,37.216,141.12,95.392,184.576V512l87.168-47.84 c23.264,6.432,47.904,9.92,73.44,9.92c141.376,0,256-106.112,256-237.024S397.376,0,256,0z M281.44,319.2l-65.184-69.536 L89.056,319.2l139.936-148.544l66.784,69.536l125.6-69.536L281.44,319.2z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.msg_type2 a {
	display: block;
	padding: 12px 15px;
	margin: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	border: 2px solid rgba(0,0,0,0);
}

.msg_type2 a:first-child {
    margin-top: 0;
}

.mlink {
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.cl_wa {
	background-color: #25d366;
	border-color: #25d366;
}

.mico_wa {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 90 90' style='enable-background:new 0 0 90 90;' xml:space='preserve'%3E%3Cg%3E%3Cpath id='WhatsApp' d='M90,43.841c0,24.213-19.779,43.841-44.182,43.841c-7.747,0-15.025-1.98-21.357-5.455L0,90l7.975-23.522 c-4.023-6.606-6.34-14.354-6.34-22.637C1.635,19.628,21.416,0,45.818,0C70.223,0,90,19.628,90,43.841z M45.818,6.982 c-20.484,0-37.146,16.535-37.146,36.859c0,8.065,2.629,15.534,7.076,21.61L11.107,79.14l14.275-4.537 c5.865,3.851,12.891,6.097,20.437,6.097c20.481,0,37.146-16.533,37.146-36.857S66.301,6.982,45.818,6.982z M68.129,53.938 c-0.273-0.447-0.994-0.717-2.076-1.254c-1.084-0.537-6.41-3.138-7.4-3.495c-0.993-0.358-1.717-0.538-2.438,0.537 c-0.721,1.076-2.797,3.495-3.43,4.212c-0.632,0.719-1.263,0.809-2.347,0.271c-1.082-0.537-4.571-1.673-8.708-5.333 c-3.219-2.848-5.393-6.364-6.025-7.441c-0.631-1.075-0.066-1.656,0.475-2.191c0.488-0.482,1.084-1.255,1.625-1.882 c0.543-0.628,0.723-1.075,1.082-1.793c0.363-0.717,0.182-1.344-0.09-1.883c-0.27-0.537-2.438-5.825-3.34-7.977 c-0.902-2.15-1.803-1.792-2.436-1.792c-0.631,0-1.354-0.09-2.076-0.09c-0.722,0-1.896,0.269-2.889,1.344 c-0.992,1.076-3.789,3.676-3.789,8.963c0,5.288,3.879,10.397,4.422,11.113c0.541,0.716,7.49,11.92,18.5,16.223 C58.2,65.771,58.2,64.336,60.186,64.156c1.984-0.179,6.406-2.599,7.312-5.107C68.398,56.537,68.398,54.386,68.129,53.938z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.cl_viber {
	background-color: #574e92;
	border-color: #574e92;
}

.mico_viber {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='20px' height='20px' x='0px' y='0px' viewBox='0 0 52.511 52.511' style='enable-background:new 0 0 52.511 52.511;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M31.256,0H21.254C10.778,0,2.255,8.521,2.255,18.995v9.01c0,7.8,4.793,14.81,12,17.665v5.841 c0,0.396,0.233,0.754,0.595,0.914c0.13,0.058,0.268,0.086,0.405,0.086c0.243,0,0.484-0.089,0.671-0.259L21.725,47h9.531 c10.476,0,18.999-8.521,18.999-18.995v-9.01C50.255,8.521,41.732,0,31.256,0z M48.255,28.005C48.255,37.376,40.63,45,31.256,45 h-9.917c-0.248,0-0.487,0.092-0.671,0.259l-4.413,3.997v-4.279c0-0.424-0.267-0.802-0.667-0.942 C8.81,41.638,4.255,35.196,4.255,28.005v-9.01C4.255,9.624,11.881,2,21.254,2h10.002c9.374,0,16.999,7.624,16.999,16.995V28.005z' fill='%23FFFFFF'/%3E%3Cpath d='M39.471,30.493l-6.146-3.992c-0.672-0.437-1.472-0.585-2.255-0.423c-0.784,0.165-1.458,0.628-1.895,1.303l-0.289,0.444 c-2.66-0.879-5.593-2.002-7.349-7.085l0.727-0.632h0c1.248-1.085,1.379-2.983,0.294-4.233l-4.808-5.531 c-0.362-0.417-0.994-0.46-1.411-0.099l-3.019,2.624c-2.648,2.302-1.411,5.707-1.004,6.826c0.018,0.05,0.04,0.098,0.066,0.145 c0.105,0.188,2.612,4.662,6.661,8.786c4.065,4.141,11.404,7.965,11.629,8.076c0.838,0.544,1.781,0.805,2.714,0.805 c1.638,0,3.244-0.803,4.202-2.275l2.178-3.354C40.066,31.413,39.934,30.794,39.471,30.493z M35.91,34.142 c-0.901,1.388-2.763,1.782-4.233,0.834c-0.073-0.038-7.364-3.835-11.207-7.75c-3.592-3.659-5.977-7.724-6.302-8.291 c-0.792-2.221-0.652-3.586,0.464-4.556l2.265-1.968l4.152,4.776c0.369,0.424,0.326,1.044-0.096,1.411l-1.227,1.066 c-0.299,0.26-0.417,0.671-0.3,1.049c2.092,6.798,6.16,8.133,9.13,9.108l0.433,0.143c0.433,0.146,0.907-0.021,1.155-0.403 l0.709-1.092c0.146-0.226,0.37-0.379,0.63-0.434c0.261-0.056,0.527-0.004,0.753,0.143l5.308,3.447L35.91,34.142z' fill='%23FFFFFF'/%3E%3Cpath d='M28.538,16.247c-0.532-0.153-1.085,0.156-1.236,0.688c-0.151,0.531,0.157,1.084,0.688,1.235 c1.49,0.424,2.677,1.613,3.097,3.104c0.124,0.44,0.525,0.729,0.962,0.729c0.09,0,0.181-0.012,0.272-0.037 c0.531-0.15,0.841-0.702,0.691-1.234C32.405,18.578,30.69,16.859,28.538,16.247z' fill='%23FFFFFF'/%3E%3Cpath d='M36.148,22.219c0.09,0,0.181-0.012,0.272-0.037c0.532-0.15,0.841-0.703,0.691-1.234c-1.18-4.183-4.509-7.519-8.689-8.709 c-0.531-0.153-1.084,0.158-1.235,0.689c-0.151,0.531,0.157,1.084,0.688,1.235c3.517,1,6.318,3.809,7.311,7.328 C35.311,21.931,35.711,22.219,36.148,22.219z' fill='%23FFFFFF'/%3E%3Cpath d='M27.991,7.582c-0.532-0.153-1.085,0.156-1.236,0.689c-0.151,0.531,0.157,1.084,0.688,1.235 c5.959,1.695,10.706,6.453,12.388,12.416c0.124,0.44,0.525,0.729,0.962,0.729c0.09,0,0.181-0.012,0.272-0.037 c0.531-0.15,0.841-0.703,0.691-1.234C39.887,14.753,34.613,9.467,27.991,7.582z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.cl_tg {
	background-color: #08c;
	border-color: #08c;
}

.mico_tg {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='20px' height='20px' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cg id='XMLID_496_'%3E%3Cpath id='XMLID_497_' d='M5.299,144.645l69.126,25.8l26.756,86.047c1.712,5.511,8.451,7.548,12.924,3.891l38.532-31.412 c4.039-3.291,9.792-3.455,14.013-0.391l69.498,50.457c4.785,3.478,11.564,0.856,12.764-4.926L299.823,29.22 c1.31-6.316-4.896-11.585-10.91-9.259L5.218,129.402C-1.783,132.102-1.722,142.014,5.299,144.645z M96.869,156.711l135.098-83.207 c2.428-1.491,4.926,1.792,2.841,3.726L123.313,180.87c-3.919,3.648-6.447,8.53-7.163,13.829l-3.798,28.146 c-0.503,3.758-5.782,4.131-6.819,0.494l-14.607-51.325C89.253,166.16,91.691,159.907,96.869,156.711z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.cl_skype {
	background-color: #00aff0;
	border-color: #00aff0;
}

.mico_skype {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='20px' height='20px' x='0px' y='0px' viewBox='0 0 430.123 430.123' style='enable-background:new 0 0 430.123 430.123;' xml:space='preserve'%3E%3Cg%3E%3Cpath id='Skype' d='M412.164,246.198c1.605-10.155,2.45-20.544,2.45-31.148c0-110.215-89.342-199.555-199.56-199.555 c-10.576,0-20.995,0.871-31.141,2.458C165.534,6.581,143.842,0,120.595,0C53.996,0,0.005,53.984,0.005,120.59 c0,23.242,6.585,44.916,17.952,63.332c-1.573,10.172-2.439,20.528-2.439,31.132c0,110.223,89.34,199.536,199.532,199.536 c10.585,0,21.007-0.816,31.152-2.417c18.398,11.35,40.072,17.949,63.314,17.949c66.617,0,120.602-53.998,120.602-120.602 C430.123,286.269,423.542,264.6,412.164,246.198z M309.801,305.81c-8.442,12.153-20.843,21.65-37.047,28.479 c-16.237,6.847-35.428,10.254-57.59,10.254c-26.562,0-48.554-4.648-65.913-14.034c-12.305-6.721-22.313-15.737-30.007-26.98 c-7.71-11.252-11.619-22.271-11.619-33.015c0-6.338,2.417-11.85,7.122-16.344c4.754-4.527,10.877-6.796,18.104-6.796 c5.92,0,11.005,1.783,15.145,5.316c4.109,3.532,7.556,8.667,10.375,15.443c3.379,7.85,7.049,14.412,10.954,19.648 c3.881,5.171,9.343,9.488,16.417,12.867c6.996,3.388,16.307,5.082,27.958,5.082c15.945,0,28.831-3.449,38.693-10.253 c9.912-6.866,14.673-15.22,14.673-25.314c0-8.051-2.567-14.445-7.831-19.43c-5.312-5.05-12.172-8.896-20.685-11.579 c-8.546-2.711-20.02-5.586-34.399-8.615c-19.308-4.214-35.456-9.119-48.533-14.752c-13.094-5.654-23.522-13.383-31.251-23.146 c-7.745-9.859-11.607-22.113-11.607-36.627c0-13.84,4.077-26.217,12.239-36.989c8.158-10.802,19.961-19.07,35.351-24.829 c15.336-5.757,33.391-8.637,54.075-8.637c16.541,0,30.849,1.914,42.96,5.722c12.078,3.836,22.146,8.898,30.196,15.25 c7.999,6.338,13.885,13.023,17.613,20.038c3.725,7.036,5.601,13.908,5.601,20.614c0,6.235-2.417,11.89-7.127,16.846 c-4.709,4.963-10.733,7.493-17.768,7.47c-6.342,0-11.317-1.463-14.767-4.56c-3.36-2.996-6.889-7.766-10.706-14.414 c-4.825-9.276-10.604-16.503-17.324-21.672c-6.543-5.073-17.338-7.714-32.359-7.682c-13.898,0-25.018,2.84-33.411,8.394 c-8.445,5.643-12.482,12.19-12.501,19.861c0.014,4.807,1.396,8.86,4.177,12.326c2.824,3.498,6.753,6.529,11.803,9.084 c5.052,2.595,10.191,4.602,15.355,6.046c5.225,1.481,13.894,3.622,25.944,6.457c15.112,3.257,28.819,6.896,41.136,10.862 c12.293,3.986,22.784,8.793,31.451,14.52c8.736,5.71,15.564,12.99,20.438,21.783c4.909,8.807,7.354,19.564,7.354,32.222 C322.509,279.968,318.263,293.676,309.801,305.81z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.cl_vk {
	background-color: #45668e;
	border-color: #45668e;
}

.mico_vk {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='20px' height='20px' x='0px' y='0px' viewBox='0 0 548.358 548.358' style='enable-background:new 0 0 548.358 548.358;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M545.451,400.298c-0.664-1.431-1.283-2.618-1.858-3.569c-9.514-17.135-27.695-38.167-54.532-63.102l-0.567-0.571 l-0.284-0.28l-0.287-0.287h-0.288c-12.18-11.611-19.893-19.418-23.123-23.415c-5.91-7.614-7.234-15.321-4.004-23.13 c2.282-5.9,10.854-18.36,25.696-37.397c7.807-10.089,13.99-18.175,18.556-24.267c32.931-43.78,47.208-71.756,42.828-83.939 l-1.701-2.847c-1.143-1.714-4.093-3.282-8.846-4.712c-4.764-1.427-10.853-1.663-18.278-0.712l-82.224,0.568 c-1.332-0.472-3.234-0.428-5.712,0.144c-2.475,0.572-3.713,0.859-3.713,0.859l-1.431,0.715l-1.136,0.859 c-0.952,0.568-1.999,1.567-3.142,2.995c-1.137,1.423-2.088,3.093-2.848,4.996c-8.952,23.031-19.13,44.444-30.553,64.238 c-7.043,11.803-13.511,22.032-19.418,30.693c-5.899,8.658-10.848,15.037-14.842,19.126c-4,4.093-7.61,7.372-10.852,9.849 c-3.237,2.478-5.708,3.525-7.419,3.142c-1.715-0.383-3.33-0.763-4.859-1.143c-2.663-1.714-4.805-4.045-6.42-6.995 c-1.622-2.95-2.714-6.663-3.285-11.136c-0.568-4.476-0.904-8.326-1-11.563c-0.089-3.233-0.048-7.806,0.145-13.706 c0.198-5.903,0.287-9.897,0.287-11.991c0-7.234,0.141-15.085,0.424-23.555c0.288-8.47,0.521-15.181,0.716-20.125 c0.194-4.949,0.284-10.185,0.284-15.705s-0.336-9.849-1-12.991c-0.656-3.138-1.663-6.184-2.99-9.137 c-1.335-2.95-3.289-5.232-5.853-6.852c-2.569-1.618-5.763-2.902-9.564-3.856c-10.089-2.283-22.936-3.518-38.547-3.71 c-35.401-0.38-58.148,1.906-68.236,6.855c-3.997,2.091-7.614,4.948-10.848,8.562c-3.427,4.189-3.905,6.475-1.431,6.851 c11.422,1.711,19.508,5.804,24.267,12.275l1.715,3.429c1.334,2.474,2.666,6.854,3.999,13.134c1.331,6.28,2.19,13.227,2.568,20.837 c0.95,13.897,0.95,25.793,0,35.689c-0.953,9.9-1.853,17.607-2.712,23.127c-0.859,5.52-2.143,9.993-3.855,13.418 c-1.715,3.426-2.856,5.52-3.428,6.28c-0.571,0.76-1.047,1.239-1.425,1.427c-2.474,0.948-5.047,1.431-7.71,1.431 c-2.667,0-5.901-1.334-9.707-4c-3.805-2.666-7.754-6.328-11.847-10.992c-4.093-4.665-8.709-11.184-13.85-19.558 c-5.137-8.374-10.467-18.271-15.987-29.691l-4.567-8.282c-2.855-5.328-6.755-13.086-11.704-23.267 c-4.952-10.185-9.329-20.037-13.134-29.554c-1.521-3.997-3.806-7.04-6.851-9.134l-1.429-0.859c-0.95-0.76-2.475-1.567-4.567-2.427 c-2.095-0.859-4.281-1.475-6.567-1.854l-78.229,0.568c-7.994,0-13.418,1.811-16.274,5.428l-1.143,1.711 C0.288,140.146,0,141.668,0,143.763c0,2.094,0.571,4.664,1.714,7.707c11.42,26.84,23.839,52.725,37.257,77.659 c13.418,24.934,25.078,45.019,34.973,60.237c9.897,15.229,19.985,29.602,30.264,43.112c10.279,13.515,17.083,22.176,20.412,25.981 c3.333,3.812,5.951,6.662,7.854,8.565l7.139,6.851c4.568,4.569,11.276,10.041,20.127,16.416 c8.853,6.379,18.654,12.659,29.408,18.85c10.756,6.181,23.269,11.225,37.546,15.126c14.275,3.905,28.169,5.472,41.684,4.716h32.834 c6.659-0.575,11.704-2.669,15.133-6.283l1.136-1.431c0.764-1.136,1.479-2.901,2.139-5.276c0.668-2.379,1-5,1-7.851 c-0.195-8.183,0.428-15.558,1.852-22.124c1.423-6.564,3.045-11.513,4.859-14.846c1.813-3.33,3.859-6.14,6.136-8.418 c2.282-2.283,3.908-3.666,4.862-4.142c0.948-0.479,1.705-0.804,2.276-0.999c4.568-1.522,9.944-0.048,16.136,4.429 c6.187,4.473,11.99,9.996,17.418,16.56c5.425,6.57,11.943,13.941,19.555,22.124c7.617,8.186,14.277,14.271,19.985,18.274 l5.708,3.426c3.812,2.286,8.761,4.38,14.853,6.283c6.081,1.902,11.409,2.378,15.984,1.427l73.087-1.14 c7.229,0,12.854-1.197,16.844-3.572c3.998-2.379,6.373-5,7.139-7.851c0.764-2.854,0.805-6.092,0.145-9.712 C546.782,404.25,546.115,401.725,545.451,400.298z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.cl_fb {
	background-color: #0084ff;
	border-color: #0084ff;
}

.mico_fb {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='20px' height='20px' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M256,0C114.624,0,0,106.112,0,237.024c0,74.592,37.216,141.12,95.392,184.576V512l87.168-47.84 c23.264,6.432,47.904,9.92,73.44,9.92c141.376,0,256-106.112,256-237.024S397.376,0,256,0z M281.44,319.2l-65.184-69.536 L89.056,319.2l139.936-148.544l66.784,69.536l125.6-69.536L281.44,319.2z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}

.akk-zag {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	padding: 4px 0 0 40px;
}
.akk-story {
	display: none;
}
.akk-story-inn {
    line-height: 1.5;
	padding: 10px 0 10px 40px;
}
.akk-item {
	margin: 10px 0;
}
.plusicon_pro {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 30px;
	transition: all 0.25s ease;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.plusicon_pro:before {
	/*-webkit-transform: translate(-50%,-50%) rotate(0);*/
	transform: translate(-50%,-50%) rotate(-89deg);
    will-change: translate,rotate;
}
.plusicon_pro:after {
	transform: translate(-50%,-50%);
    will-change: translate,opacity;

}
.plusicon_pro.open:before{ /* добавочный класс */
    transform:translate(-50%,-50%) rotate(-89deg);
    width:0;
}
.plusicon_pro:after,
.plusicon_pro:before {
	content: "";
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background-color: #37454d;
	display: block;
	position: absolute;
	top: 50%;
	transition: all .2s ease-in-out;
	opacity: 1;
	left: 15px;
	contain: strict;
	transition: all 0.25s ease;
}

.footerpro {
	text-align: center;
	padding: 10px;
	margin: 20px 0;
	font-size: 13px;
}
.makeat {
	opacity: .5;
}
a.foot-a {
	letter-spacing: .3px;
	opacity: .9;
	font-weight: bold !important;
}
.bznak {
	float: left;
	margin-right: 5px;
}

.nums {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    font-size: 11px;
    padding: 3px 5px;
    border-radius: 20px;
}
.sl-outimg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.sl-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #e5e5e5;
    text-align: center;
    color: #757575;
    background-position: center;
    background-repeat: no-repeat;
}
.sl-h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.slider {
    /*margin: 0 15px !important;*/
}
.slick-list {
    padding: 0 10px !important;
}
.bl-pic {
	/*padding: 0 20px;*/
}
.pblock.bl-edit.bl-pic {
	padding: 0;
}
.slick-prev:before, .slick-next:before {
    color: black !important;
}
.slick-disabled {
    opacity: .35;
}
.slick-dots li button:before {
    font-size: 10px;
}
.sl-item {
    outline: none;
    position: relative;
    background-color: #fff;
    text-align: left;
    width: calc(100vw - 70px) !important;
    max-width: 350px;
    margin: 0 10px;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
.sl-down {
    border: 1px solid #e5e5e5;
    /*border-top: 0;*/
    border-radius: 0 0 4px 4px;
}
.pblock .sl-zag, .pblock .sl-fulldesc, .hidedown {
    display: none;
    color: #000;
}
.sl-desc, .sl-link {
    display: none;
    color: #000;
    padding: 15px;
}
.sl-zag {
    font-size: 18px;
    margin-bottom: 5px;
}
.sl-link {
    border-top: 1px solid #e5e5e5;
}

.sliderout {
    margin: 0;
}

.pblock .sl-show {
    display: block;
}

.ended {
	opacity: .35 !important;
}

.ended-msg {
	display: none;
	position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: opacity 250ms ease-in-out;
}

.ended-inner {
	max-width: 430px;
	box-sizing: border-box;
	margin: 20px auto 0;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
    box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
    /*border-left: 4px solid #ffcc19;*/
    text-align: center;
    line-height: 1.5;
    font-size: 15px;
    padding: 90px 30px 30px;
    background: #fff url("data:image/svg+xml,%3Csvg width='50px' height='50px' fill='%231897f2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612'%3E%3Cpath d='M494.7,229.5c-17.851-86.7-94.351-153-188.7-153c-38.25,0-73.95,10.2-102,30.6l38.25,38.25 c17.85-12.75,40.8-17.85,63.75-17.85c76.5,0,140.25,63.75,140.25,140.25v12.75h38.25c43.35,0,76.5,33.15,76.5,76.5 c0,28.05-15.3,53.55-40.8,66.3l38.25,38.25C591.6,438.6,612,400.35,612,357C612,290.7,558.45,234.6,494.7,229.5z M76.5,109.65 l71.4,68.85C66.3,183.6,0,249.9,0,331.5c0,84.15,68.85,153,153,153h298.35l51,51l33.15-33.15L109.65,76.5L76.5,109.65z M196.35,229.5l204,204H153c-56.1,0-102-45.9-102-102c0-56.1,45.9-102,102-102H196.35z'/%3E%3C/svg%3E") center 30px no-repeat;
}

.contain {
    background-size: contain !important;
}

.slick-prev {
	left: 10px !important;
	z-index: 1000;
	opacity: .5;
}
.slick-next {
	right: 10px !important;
	z-index: 1000;
	opacity: .5;
}

.invis {
	position: relative;
	color: transparent !important;
	content: ' ';
/*	background-image: none !important;
	background-color: #1897f2 !important;*/
}
.invis .f_fb, .invis .f_vk, .invis .f_od, .invis .f_ig, .invis .f_tw, .invis .f_yt {
    background-image: none !important;
}
.clickload {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='3'%3E%3Ccircle stroke-opacity='.4' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.tmphide {
	opacity: 0;
}

.beforeandafter {
	display: block;
	overflow: hidden;
	position: relative; 
	width: 100%;
}

.beforeandafter img {
	max-width: none !important;
	border-radius: 4px;
}

.beforeandafter img.bafix {
	opacity: 0;
	visibility: hidden;
	max-width: 100% !important;
}

.before, .after {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: width 0.4s ease-in-out;
	width: 100%;
	z-index: 100;
	margin-bottom: -10px;
}

.after{
	z-index: 1;
}

.drag {
	background-color: #fff;
	cursor: col-resize;
	display: block;
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	transition: left 0.4s ease-in-out;
	width: 2px;
	z-index: 1001;
	opacity: 1 !important;
}

.drag .draghandle {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='30px' height='30px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 124 124' style='enable-background:new 0 0 124 124;' xml:space='preserve'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M6,124h112c3.3,0,6-2.7,6-6V6c0-3.3-2.7-6-6-6H6C2.7,0,0,2.7,0,6v112C0,121.3,2.7,124,6,124z M92.4,58.4L80.6,46.5 c-2.399-2.4-2.3-6.3,0.2-8.7c2.4-2.2,6.101-2,8.4,0.3l19.6,19.6c1.2,1.2,1.8,2.7,1.8,4.2c0,1.5-0.6,3.1-1.8,4.2L89.2,85.8 c-2.3,2.3-6,2.5-8.4,0.3c-2.5-2.3-2.6-6.3-0.2-8.699L92.4,65.6C94.4,63.6,94.4,60.4,92.4,58.4z M15.3,57.8l19.6-19.6 c2.3-2.3,6-2.5,8.4-0.3c2.5,2.3,2.6,6.3,0.2,8.7L31.6,58.4c-2,2-2,5.3,0,7.3l11.8,11.8c2.4,2.4,2.3,6.3-0.2,8.7 c-2.4,2.2-6.1,2-8.4-0.3L15.3,66.2c-1.2-1.2-1.8-2.7-1.8-4.2S14.1,58.9,15.3,57.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
}

@media (max-width: 640px) {

	.sl-item {
		max-width: 400px;
	}

}

.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 50px;*/
    text-align: center;
    /*display: block;*/
    z-index: 1000;
}
#cookie-message {
	max-width: 350px;
    /*position: fixed;*/
    /*bottom: 20px;*/
    /*left: 20px;*/
    position: relative;
    margin-bottom: 1em;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    background-color: #fff;
    padding: 10px 50px 10px 15px;
    color: #444;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    z-index: 2147483000!important;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
}

a.terms_accept {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #eee url("data:image/svg+xml,%3Csvg width='10px' height='10px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M300.188,246L484.14,62.04c5.06-5.064,7.852-11.82,7.86-19.024c0-7.208-2.792-13.972-7.86-19.028L468.02,7.872 c-5.068-5.076-11.824-7.856-19.036-7.856c-7.2,0-13.956,2.78-19.024,7.856L246.008,191.82L62.048,7.872 c-5.06-5.076-11.82-7.856-19.028-7.856c-7.2,0-13.96,2.78-19.02,7.856L7.872,23.988c-10.496,10.496-10.496,27.568,0,38.052 L191.828,246L7.872,429.952c-5.064,5.072-7.852,11.828-7.852,19.032c0,7.204,2.788,13.96,7.852,19.028l16.124,16.116 c5.06,5.072,11.824,7.856,19.02,7.856c7.208,0,13.968-2.784,19.028-7.856l183.96-183.952l183.952,183.952 c5.068,5.072,11.824,7.856,19.024,7.856h0.008c7.204,0,13.96-2.784,19.028-7.856l16.12-16.116 c5.06-5.064,7.852-11.824,7.852-19.028c0-7.204-2.792-13.96-7.852-19.028L300.188,246z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center no-repeat;
}
