@font-face {
	font-family: "CQ-Icons-chat";
	src: url("https://cdn.carrotquest.io/fonts/CQ-Icons-chat.eot?6v8fwh1");
	src: url("https://cdn.carrotquest.io/fonts/CQ-Icons-chat.eot?6v8fwh1#iefix") format("embedded-opentype"), url("https://cdn.carrotquest.io/fonts/CQ-Icons-chat.woff?6v8fwh1") format("woff"), url("https://cdn.carrotquest.io/fonts/CQ-Icons-chat.ttf?6v8fwh1") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("https://cdn.carrotquest.io/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("https://cdn.carrotquest.io/fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("https://cdn.carrotquest.io/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("https://cdn.carrotquest.io/fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

.carrot-messenger-closed {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 100%;
	 border-radius: 20px;
	 opacity: 0.8;
	 text-align: center;
	 cursor: pointer;
	 background-color: #393e46 !important;
	 width: 30px;
	 height: 30px;
	 position: absolute;
	 top: -40px;
	 right: 0;
}
 .carrot-messenger-closed:before {
	 content: "\e909";
	 font-family: "CQ-Icons-chat" !important;
	 color: #fff;
	 -webkit-transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
	 transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
 .rosette {
	 position: fixed;
	 width: 285px;
	 z-index: 40;
	 left: 0;
	 bottom: 0;
	 font-size: 14px;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif ;
	 line-height: 1.7em;
}
 @media (max-width: 767.98px) {
	 .rosette {
		 display: none;
	}
}
 .rosette .circle--box {
	 margin: 13px;
	 padding: 12px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 240px;
	 cursor: pointer;
	 margin-bottom: -100px;
	 -webkit-transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
	 transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
 .rosette .circle--box p {
	 margin-top: 0;
}
 .rosette .circle--box p b {
	 font-weight: bold;
}
 .rosette .circle--box .circle {
	 width: 60px;
	 height: 60px;
	 border-radius: 50%;
	 box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.20);
	 margin-right: 12px;
}
 .rosette .circle--box.active {
	 margin-bottom: 13px;
}
 .rosette .circle--box:hover span {
	 background-color: #FFF;
}
 .rosette .form--box {
	 margin: 0 0 27px 25px;
	 background-color: #fff;
	 border-radius: 10px;
	 overflow: hidden;
	 box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.05) !important;
}
 .rosette .form--box img {
	 max-width: 100%;
	 display: block;
}
 .rosette .form--box p {
	 padding: 16px 12px;
	 margin: 0;
}
 .rosette .form--box form {
	 display: flex;
	 padding: 0 12px 12px;
}
 .rosette .form--box form .input-field {
	 width: 192px;
	 padding: 0 12px;
	color: #1a1a1a;
	border: 1px solid #ccc;
	max-width: 330px;
	min-height: 40px;
	border-radius: 5px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif ;
	font-size: 14px;
}
 .rosette .form--box form .link-button {
	 width: 50px;
	 height: 42px;
	 display: block;
	 position: absolute;
	 right: 12px;
	 background: #ff892a url("https://www.dashly.io/blog/wp-content/uploads/tilda/ad/ad__rosette--ico.svg") no-repeat center -2px;
	 padding: 0;
    overflow: hidden;
    text-align: center;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}
 .rosette #ad__close {
	 top: -30px;
	 right: -8px;
}
 .rosette .rosette__content {
	 position: absolute;
	 width: 0;
	 right: 310px;
	 bottom: -480px;
	 -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	 transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
 .rosette .rosette__content div {
	 -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
	 transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
	 opacity: 0;
}
 .rosette .rosette__content div form {
	 display: none;
}
 .rosette .rosette__content.active {
	 width: auto;
	 right: 0px;
	 bottom: 0px;
}
 .rosette .rosette__content.active div {
	 opacity: 1;
}
 .rosette .rosette__content.active div form {
	 display: flex;
}
 .rosette .rosette__content .carrot-messenger-closed {
	 display: none;
}
 .rosette .rosette__content .carrot-messenger-closed.active {
	 display: flex;
}

.rosette .rosette__content .we_send {
	display: none;
}