/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Titan One', cursive;
*/


/* Custom fonts */
@font-face {
	font-family: 'Proxima Nova Light';
	src: url('../fonts/ProximaNova-Light.otf');
}
@font-face {
	font-family: 'Proxima Nova Regular';
	src: url('../fonts/ProximaNova-Regular.otf');
}
@font-face {
	font-family: 'Proxima Nova Bold';
	src: url('../fonts/ProximaNova-Bold.otf');
}
@font-face {
	font-family: 'Proxima Nova Semibold';
	src: url('../fonts/ProximaNova-Semibold.otf');
}
@font-face {
	font-family: 'Museo Sans 100';
	src: url('../fonts/MuseoSans_100.otf');
}
@font-face {
	font-family: 'Museo Sans 300';
	src: url('../fonts/MuseoSans_300.otf');
}
@font-face {
	font-family: 'Museo Sans 500';
	src: url('../fonts/MuseoSans_500.otf');
}
@font-face {
	font-family: 'Museo Sans 700';
	src: url('../fonts/MuseoSans_700.otf');
}
@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/MinionPro-Regular.otf');
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc');
}
@font-face {
  font-family: 'Ampersand';
  src: url('../fonts/ampersand.ttf');
}
@font-face {
  font-family: 'Coco';
  src: url('../fonts/COCOGOOSELETTERPRESS_TRIAL.ttf');
}

body { font-family: 'Proxima Nova Regular', sans-serif; color: #363636; font-size: 18px; }
body a { color: #363636; cursor: pointer; transition: all 0.2s ease-in-out; }
body a, body a:focus, body a:active { text-decoration: none; }
h2 { font-family: 'Proxima Nova Light', sans-serif; }
.img-button { max-width: 85%; }
p.with-margin { margin: 20px 0px; }
.font-big { font-size: 20px; }
.font-medium { font-size: 16px; }
.font-small { font-size: 12px; }
.hide { display: none; }
.bg-main-left {
	position: relative;
	min-height: 630px;
	background: url("../img/image-main-left-background.png") center center;
	background-size: cover;
}
.bg-main-right {
	position: relative;
	min-height: 630px;
	background: url("../img/form-background.png") center center;
	background-size: cover;
}
.mainbg {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../img/material/09 header.png');
  height: 445px;
}
.bg-main-right.big-one { min-height: 705px; padding-bottom: 100px; }
.hide-column { display: none; }
footer { width: 100%; height: 150px; bottom: 0px; left: 0px; }
footer.small-one { height: 75px; background: #fff; z-index: 999999; }
footer .red-bg { background: #d71920; height: 50%; }
footer .white-bg { background: #fff; height: 50%; }
footer .white-bg > div { margin-top: 20px; height: 40px; }
footer .white-bg > div a { line-height: 40px; }

.price-container {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url('../img/prize-container.png');

  position: fixed;
  bottom: 150px;
  right: 0;
  width: 600px;
  height: 500px;
}
.price-container ul {
  list-style: none;
  padding: 0;
  margin: 90px 0px 0px 130px;
}
.price-container ul li {
  list-style: none;
  padding: 10px 0px;
  font-size: 23px;
  color: white;
  font-weight: 600;
}
.price-container ul li:nth-child(2) {
  padding-left: 70px;
}
.price-container ul li:nth-child(4) {
  padding-left: 150px;
}
.price-container ul li:nth-child(5) {
  padding-left: 100px;
}
.price-container ul li small {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.price-container .pc-title {
  font-family: 'Nautilus', sans-serif;
  letter-spacing: 3px;
  position: absolute;
  left: -100px;
  top: -70px;
  font-size: 45px;
  font-weight: bold;
  color: white;
  -webkit-transform: rotate(350deg);
  -moz-transform: rotate(350deg);
  -ms-transform: rotate(350deg);
  -o-transform: rotate(350deg);
  transform: rotate(350deg);
  min-width: 700px;
}
.homepage-text-left {
  font-weight: bold;
  color: #d71920;
  font-size: 25px;
  position: absolute;
  top: 35%;
  left: 200px;
  width: 230px;
}
.homepage-date {
  width: 200px;
  position: absolute;
  left: 100px;
  top: 10px;
}
.homepage-date img {
  max-width: 100%;
}

.message-hint-danger { display: none; color: #d71920; }
.message-hint-success { display: none; }
.extraAgreement { cursor: pointer; }

.title { display: block; padding-top: 8px; font-family: 'Titan One', cursive; font-size: 40px; letter-spacing: 1px; }
.title.title-big { font-size: 55px; }
.title.title-white, .color-white { color: #fff; }
.title.title-red, .color-red { color: #d71920; }

.bg-main-right .main-right-content {
	position: absolute;
	left: 15px;
	top: 10px;
	display: block;
}
.main-right-content p { font-size: 30px; margin-top: 15px; }
.main-right-content .prizes-container { margin-top: 70px; }
.main-right-content .prizes-container p img { display: block; text-align: center; margin: 0px auto 3px auto; }
.main-right-content .prizes-container p { font-size: 16px; text-align: left; display: inline-block; width: 49%; vertical-align: top; }
.bg-main-left .main-left-content {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 240px;
	font-size: 53px;
	line-height: 53px;
	font-family: 'Proxima Nova Bold', sans-serif;
	color: white;
	text-shadow: 0px 0px 13px black;
}

.question-title { margin-top: 90px; }
.question-answers label { display: block; font-size: 20px; font-weight: normal; max-width: 690px; }
.question-answers label div { height: 75px; display: table; }
.question-answers label div p { line-height: 1.5; margin: 0px; display: table-cell; vertical-align: middle; }
.question-answers .form-group { min-height: 100px; }
.question-answers .form-group .messageHint { margin-left: 101px; margin-top: -22px; font-size: 15px; font-weight: bold; }
.msgOK { color: #90b021; }
.msgNOK { color: #d71920; }

input.checkbox-radio-custom + label {
	margin: 0;
	background: none;
	height: auto;
	padding: 0;
}

.checkbox-custom { opacity: 0; position: absolute; }
.checkbox-custom, .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 7px;
    cursor: pointer;
}
.checkbox-custom-label {
    position: relative;
    outline: none;
    border: 0px none;
		text-align: justify;
}
.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom + .checkbox-custom-label.has-error:before { border-color: #d71920; }
.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #d71920;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus + .checkbox-custom-label {
}


.form-control2 {
  border: 1px solid #ababab;
  display: block;
  width: 100%;
  padding: 7px;
  outline: none;
}
.form-control2.has-error { border-color: #d71920; }
.form-control2:focus {
  outline: none;
}
.requiredInputs input[type="text"],
.requiredInputs input[type="email"] {
  display: inline-block;
  width: 95%;
}
.newForm input[type="submit"]:focus { outline: none; }



.ezslots>.window{
	overflow:hidden;
	display:inline-block;
	top: 264px;
	position: relative;
	margin-right: 32px;
	left: 45px;
}
.ezslots>.window>.slider>.symbol{
	text-align:center;
	display:table;
}
.ezslots>.window>.slider>.symbol>.content{
      padding:0px;
      margin:0px;
      display:table-cell;
      text-align:center;
      vertical-align:middle;
}
.ezslots>.window>.slider>.symbol img{
	max-width: 100%;
}
.prize-won { display: none; }
.button-izzrebaj { background: url("../img/button-izzrebaj.png") left top no-repeat; width: 365px; height: 113px; display: inline-block; margin-top: 50px; }
.slot-machine { background: url("../img/slot.png") top left no-repeat; height: 705px; }
.form-group small {
	font-size: 75%;
}


.radio-button{
	position: relative;
  margin: 10px 15px 10px 0;
	cursor: pointer;
}
.radio-button input {
  position: absolute;
  margin: 5px;
  padding: 0;
  /* for mobile accessibility (iOS Label Bug) */
  visibility: hidden;
}
.radio-button.radio-error .fake-radiobutton {
	border: 2px solid #d71920;
}
.radio-button .label-visible {
  margin-left: 3em;
  margin-bottom: 0;
	padding-top: 6px;
  display: block;
}

.fake-radiobutton{
  position: absolute;
  display: block;
  top: 0;
  left: 3px;
  width: 30px;
  height: 30px;
  border: 2px solid #ddd;
  background-color: white;
}
.fake-radiobutton:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #ddd;
  transform: translateX(-50%) translateY(-50%);
}

.fake-radiobutton { border-radius: 50%; }
.fake-radiobutton:after { border-radius: 50%; }
input[type="radio"].checkbox-radio-custom:checked + span .fake-radiobutton:after{ display: block; }

.extra-prize {
	background: url('../img/icon-right-prize.png');
	display: inline-block;
	width: 280px;
	height: 236px;
	position: absolute;
	bottom: 12px;
	right: 0px;
}
.extra-text {
	width: 200px;
	display: inline-block;
	bottom: 20px;
	left: 12px;
	position: absolute;
}

.label-block {
	display: block;
}
.new-radio-round > div {
	display: inline-block;
	width: 50%;
	margin: 0 0 10px 0;
}
.new-radio-round label {
	margin: 0;
}
.new-radio-round input[type="text"]:focus {
	outline: 0;
}
.new-radio-round input[type="text"] {
	border-radius: 10px;
	border: 0px none;
	background: #eee;
	padding: 10px 25px;
	display: inline-block;
	width: auto;
}
.new-radio-round [type="checkbox"]:checked,
.new-radio-round [type="checkbox"]:not(:checked),
.new-radio-round [type="radio"]:checked,
.new-radio-round [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.new-radio-round [type="checkbox"]:checked + label,
.new-radio-round [type="checkbox"]:not(:checked) + label,
.new-radio-round [type="radio"]:checked + label,
.new-radio-round [type="radio"]:not(:checked) + label
{
	font-size: 14px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.new-radio-round [type="checkbox"]:checked + label:before,
.new-radio-round [type="checkbox"]:not(:checked) + label:before,
.new-radio-round [type="radio"]:checked + label:before,
.new-radio-round [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.new-radio-round [type="checkbox"]:checked + label:after,
.new-radio-round [type="checkbox"]:not(:checked) + label:after,
.new-radio-round [type="radio"]:checked + label:after,
.new-radio-round [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 19px;
    height: 19px;
    background: #d71920;
    position: absolute;
    top: 0px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.new-radio-round [type="checkbox"]:not(:checked) + label:after,
.new-radio-round [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.new-radio-round [type="checkbox"]:checked + label:after,
.new-radio-round [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.select-new {
	border-radius: 10px;
	background: #eee;
	border: 0px none;
	padding: 10px 25px;
	font-size: 14px;
}
.select-new:focus {
	outline: 0;
}

button.button-main,
input.button-main {
	transition: all 0.2s ease-in-out;
	border: 0px none;
}
.main-button, ._submitForm2 {
	background: #d71920;
	border: 0px none;
	color: white;
	display: inline-block;
	font-size: 22px;
	font-family: 'Proxima Nova Semibold', sans-serif;
	padding: 20px 60px;
	border-radius: 35.5px;
}
.main-button:hover {
	text-decoration: none;
	color: white;
}
.color-red { color: #d71920; }
.color-blue { color: #2AACE2; }


.m-center { margin: 0 auto; }
body { background: url('../img/main-bg.png') center top repeat-y; }
h1 {
	color: #2AACE2;
	font-size: 80px;
	font-family: 'Ampersand', sans-serif;
}
h3 {
	color: #d71920;
	font-size: 30px;
	font-family: 'Proxima Nova Regular', sans-serif;
}
h1.icon-tools-1 {
	background: url('../img/material/icon-tools-1.png') left top no-repeat;
	padding-top: 60px;
	padding-left: 80px;
	font-size: 70px;
}
h1.icon-tools-2 {
	background: url('../img/material/icon-tools-2.png') left top no-repeat;
	padding-top: 60px;
	padding-left: 80px;
	font-size: 70px;
}
.icon-tools-2.bg-beside-text {
	background-position: left bottom;
	padding-left: 240px;
	margin-left: -10px;
}
h5 {
	font-family: 'Proxima Nova Bold', sans-serif;
	font-size: 20px;
}

.form-group.has-error .input-group label {
	color: #d71920;
}
.form-group.has-error select {
	border: 1px solid #d71920;
}

.top-header {
	background: #d71920;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
.top-header > div {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	color: #fff;
	right: 30px;
	text-align: left;
	line-height: 1.3;
}
.top-header > div > span {
	display: block;
}

.home-top-right {
	text-align: right;
	margin-right: 30px;
	width: 50%;
	float: right;
}
.home-top-right h1 {
	font-size: 60px;
}
.home-top-right h2 {
	color: #d71920;
	font-size: 50px;
}
.home-top-right p {
	font-size: 20px;
	margin-bottom: 10px;
}

.home-how img {
	display: block;
	margin: 0 auto 50px auto;
}
.home-video {
	margin-top: 50px;
}
.home-video a {
	display: inline-block;
	margin: 30px auto 0 auto;
}

.home-package {
	margin: 50px 0 100px 0;
}
.home-package h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.home-package .item {
	border-bottom: 1px dashed #d71920;
	position: relative;
	padding: 10px 0;
	margin-bottom: 10px;
}
.home-package .item.exposed {
	z-index: 99;
}
.home-package .item p {
	font-size: 20px;
}
.home-package .item span {
	text-transform: uppercase;
	font-family: 'Proxima Nova Bold', sans-serif;
}
.home-package .item .badge {
	letter-spacing: 1px;
	font-family: 'Proxima Nova Light', sans-serif;
	font-size: 17px;
	padding-top: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 120px;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 100%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 100%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.home-package .item .badge.badge-blue {
	background: #2AACE2;
	right: -10px;
}
.home-package .item .badge.badge-red {
	background: #d71920;
	right: -40px;
}
.home-package .item .icon-gift {
	background: url('../img/material/icon-gift.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 8px;
	width: 60px;
	height: 60px;
}
.home-package h4 {
	color: #2AACE2;
	font-size: 45px;
	font-family: 'Ampersand', sans-serif;
	margin: 60px 0 30px 0;
	text-transform: uppercase;
}
.home-package .new-list {
	margin: 0 0 50px 150px;
	padding: 0;
	list-style: none;
	text-align: left;
}
.home-package .new-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.home-package .new-list li span {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
.home-package .new-list li span:before {
	content: '';
	background: url('../img/material/icon-check_1.png') center center no-repeat;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
}

.home-prize {
	margin-top: 30px;
}
.home-prize iframe {
	margin-top: 50px;
}

footer {
	font-size: 14px;
}
footer .footer-1 {
	background: #d4d4d4;
	padding: 20px;
}
footer .footer-1 .links {
	font-family: 'Proxima Nova Semibold', sans-serif;
	color: #333;
	margin-bottom: 20px;
}
footer .footer-1 .links a {
	color: #333;
	letter-spacing: 1px;
	margin: 0 0 0 20px;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: none;
}
footer .footer-1 .text-links,
footer .footer-1 .text-links a {
	color: #333;
}
footer .footer-1 .text-links p {
	margin: 0;
}
footer .footer-2 {
	background: #d71920;
	color: white;
	padding: 20px;
}
footer .footer-2 p {
	margin: 0;
}
footer .footer-2 .text-right {
	margin-top: 23px;
}

.thank-title-h1-h5 h1 {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 40px;
	-moz-transform: rotate(350deg);
	-webkit-transform: rotate(350deg);
	-o-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	transform: rotate(350deg);
}

/* TABLET */
@media screen and (max-width: 768px) {
	.top-header {
		text-align: left;
		padding-left: 20px;
	}

	.home-video > div {
		display: block;
		width: 100%;
	}
}

/* MOBILE */
@media screen and (max-width: 500px) {
	.form-section {

	}
	.form-section .icon-tools-2.bg-beside-text {
		padding-top: 90px;
		padding-left: 0;
		margin: 0;
		background-position: center top;
		font-size: 60px;
	}
	.top-header {
		text-align: center;
	}
	.top-header > div {
		display: none;
	}

	.main-content.mainbg {
		height: 350px;
		margin-bottom: 400px;
	}
	.home-top-right {
		width: 100%;
		float: none;
		margin: 350px 0 0 0;
		text-align: center;
	}
	.home-prize img {
		max-width: 100%;
	}
	.home-prize .icon-tools-2 {
		padding-left: 0;
		padding-top: 70px;
		font-size: 60px;
		text-align: center;
	}
	.home-video iframe {
		height: 200px;
	}
	.home-package .item .badge {
		position: relative;
		right: 0 !important;
	}
	.home-package .item .icon-gift {
		display: none;
	}
	.home-package .new-list {
		margin: 0 0 20px 0;
	}

	.thank-section .thank-title-h1-h5 {
		padding-top: 50px;
	}
	.thank-section .thank-title-h1-h5 h1 {
		transform: translateX(-50%);
		right: auto;
		left: 50%;
		top: 0;
	}
	.thank-section img {
		max-width: 100%;
	}

	.select-new {
		width: 100%;
	}
	.input-group.new-radio-round {
		display: block;
	}
	.input-group.new-radio-round > div {
		width: 100%;
	}
}

/* Homepage */
.mt-10 { margin-top: 100px; }
.mt-20 { margin-top: 200px; }
.container-fluid-2 { width: 80%; margin: 0 auto; }
.text-size-sm { font-size: 14px !important; }
.text-size-md { font-size: 18px !important; }
.text-size-md-2 { font-size: 20px !important; }
.text-size-lg { font-size: 22px !important; }

.button-main {
	color: white;
	display: inline-block;
	font-family: 'Coco', sans-serif;
	background: #d71920;
	color: white;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 30px;
}
.button-main:hover {
	color: #333;
	text-decoration: none;
}
.button-main.bm-medium {
	font-size: 25px;
}
.button-main.bm-small {
	font-size: 18px;
}
.rotate-small { transform: rotate(-5deg); }
.rotate-small p { margin-bottom: -1px !important; }
.title-small { font-size: 25px !important; }
.title-medium { font-size: 35px !important; }
.title-big { font-size: 50px !important; }
.title-highlight {
	color: white;
	font-family: 'Coco', sans-serif;
	font-size: 50px;
	line-height: 1;
	position: relative;
}
.title-highlight.th-blue p span {
	background: #00B4E9;
}
.title-highlight p {
	margin: 0;
}
.title-highlight p span {
	background: #333;
	display: inline-block;
	padding: 10px 15px;
}
.title-highlight .subtitle {
	display: inline-block;
	background: #00B4E9;
	color: white;
	font-size: 25px;
	padding: 20px 30px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	letter-spacing: 1px;
	transform: rotate(-10deg);
}
.title-highlight.m-negative {
	margin-left: -10px;
	margin-bottom: -10px;
	z-index: 2;
}
.title-highlight p.title-small {
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 18px;
}
.homepage-top-container {
	background-color: #A9DFF4;
	height: 650px;
	min-height: 650px;
	position: relative;
	margin-bottom: 150px;
}
.homepage-top-container.htc-medium {
	height: 250px;
	min-height: 250px;
}
.homepage-top-container:before {
  content: "";
	background: #A9DFF4;
  display: inline-block;
  width: 100%;
  height: 70px;
	position: absolute;
	left: 0;
	bottom: -70px;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.homepage-top-container .container {
	height: 100%;
	position: relative;
}
.homepage-top-container .bg-image {
	height: 100%;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 2;
}
.homepage-top-container .bg-image img {
	height: 100%;
}
.homepage-top-container .bg-image-gift {
	background: url('../img/materials/bubble-with-gift.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	color: white;
	left: 0;
	top: 65%;
	padding: 65px 10px 0 30px;
	position: absolute;
	height: 300px;
	width: 300px;
	z-index: 3;
}
.homepage-top-container .bg-image-gift strong {
	display: block;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
}
.homepage-top-container .bg-image-gift span {
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
}
.homepage-top-container .text-main {
	font-family: 'Coco', sans-serif;
	font-size: 50px;
	position: absolute;
	left: 100%;
	top: 20%;
	transform: rotate(-10deg);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.homepage-top-container .text-main p:first-child {
	font-size: 60px;
	z-index: 3;
}
.homepage-top-container .text-main p {
	color: white;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	line-height: 1;
	white-space: nowrap;
}
.homepage-top-container .text-main p span {
	display: inline-block;
	background: #333;
	padding: 10px 20px 10px 10px;
}
.homepage-top-container .text-main p:nth-child(2) {
	margin-top: -8px;
	z-index: 2;
}
.homepage-top-container .text-main p:nth-child(2) span {
	padding-left: 40px;
}
.homepage-top-container .text-main p:last-child {
	z-index: 1;
	font-size: 40px;
	margin-top: -7px;
}
.homepage-top-container .text-bubble {
	position: absolute;
	left: 100%;
	bottom: 15%;
	font-size: 16px;
	background: white;
	border-radius: 10px;
	padding: 15px 30px;
	width: 320px;
}
.homepage-top-container .text-bubble:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: white;
	border-width: 20px;
	margin-top: -20px;
}
.homepage-top-container .text-bubble a {
	display: inline-block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 22px;
	white-space: nowrap;
}
.homepage-top-container .text-bubble .small-text {
	position: absolute;
	bottom: -100px;
	left: 0;
	font-size: 18px;
	width: 100%;
	text-align: center;
}
.homepage-main-container {
	margin-bottom: 10rem !important;
}
.homepage-main-container .text-container {
	margin-top: 100px;
}
.homepage-main-container .title-highlight .subtitle {
	left: 40%;
}
.homepage-main-container .text-container.case-bg {
	padding: 70px 120px;
}
.with-bg-white {
	margin: 0;
	letter-spacing: 1px;
}
.with-bg-white > span {
	display: inline-block;
	background: white;
	padding: 5px 10px;
	position: relative;
	font-weight: 600;
}
.with-bg-white > span.icon-check {
	padding-left: 40px;
}
.with-bg-white > span.icon-check:before {
	background-image: url('../img/materials/icon-checked.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 8px;
}
.text-container {
	margin: 0;
	padding: 0;
}
.text-container ul,
.text-container ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.text-container ul li {
	margin-bottom: 15px;
	padding: 0 0 0 30px;
	position: relative;
}
.text-container ul li:last-child {
	margin-bottom: 0;
}
.text-container ul li:before {
	background-image: url('../img/materials/icon-checked.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 3px;
}
.text-container.tc-white {
	background: white;
	padding: 20px 30px;
}
.text-container.case-bg .button-main {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.text-container.case-bg .small-text {
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 80%;
}
.player-youtube {
	min-height: 400px;
}
.case-bg {
	background-image: url('../img/materials/case-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 210px;
}
.case-2-bg {
	background-image: url('../img/materials/case-2-bg.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 300px;
}
.gray-container {
	background-color: #F0F0F0;
	position: relative;
}
.gray-container:before {
  content: "";
	background: #F0F0F0;
  display: inline-block;
  width: 100%;
  height: 50px;
	position: absolute;
	left: 0;
	top: -50px;
	-webkit-clip-path: polygon(60% 0%, 0 100%, 100% 100%);
	clip-path: polygon(60% 0%, 0 100%, 100% 100%);
}
.gray-container:after {
  content: "";
	background: #F0F0F0;
  display: inline-block;
  width: 100%;
  height: 50px;
	position: absolute;
	left: 0;
	bottom: -50px;
	-webkit-clip-path: polygon(20% 100%, 0 0, 100% 0);
	clip-path: polygon(20% 100%, 0 0, 100% 0);
}
.gray-container .red-alert-window {
	transform: rotate(-3deg);
	cursor: pointer;
}
.blue-container {
	background: #A9DFF4;
	position: relative;
}
.blue-container:before {
  content: "";
	background: #A9DFF4;
  display: inline-block;
  width: 100%;
  height: 50px;
	position: absolute;
	left: 0;
	top: -50px;
	-webkit-clip-path: polygon(20% 0%, 0 100%, 100% 100%);
	clip-path: polygon(20% 0%, 0 100%, 100% 100%);
}
.blue-container:after {
  content: "";
	background: #A9DFF4;
  display: inline-block;
  width: 100%;
  height: 50px;
	position: absolute;
	left: 0;
	bottom: -49px;
	-webkit-clip-path: polygon(60% 100%, 0 0%, 100% 0%);
	clip-path: polygon(60% 100%, 0 0%, 100% 0%);
}
.blue-container div.col-12.text-center {
	top: -130px;
}
.blue-container .button-logo-image {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}
.dimnikar-bg {
	background-image: url('../img/materials/dimnikar-bg.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	margin-top: 150px;
}
.dimnikar-bg .title-highlight {
	transform: rotate(-3deg);
	top: 15px;
	z-index: 2;
}
.dimnikar-bg .title-highlight p {
	margin-bottom: -1px;
}
.dimnikar-bg .text-container {
	padding: 40px 90px;
	position: relative;
	max-width: 600px;
	width: 100%;
}
.dimnikar-bg .text-container a {
	position: absolute;
	bottom: -29px;
	left: 50%;
	transform: translateX(-50%);
}
.alert-window {
	color: white;
	letter-spacing: 1px;
	padding: 10px 30px;
	border-radius: 12px;
	display: inline-block;
}
.blue-alert-window {
	background-color: #00B4E9;
}
.red-alert-window {
	background-color: #D72127;
}

@media screen and (min-width: 1300px) {
	.dimnikar-bg .title-highlight { top: 3px; }
}

@media screen and (max-width: 1160px) {
	.dimnikar-bg .text-container { padding: 40px; }
	.dimnikar-bg .text-container a { bottom: -5px; }
	.dimnikar-bg .title-highlight { top: 20px; }
	.homepage-top-container .text-main { right: 140px; }
	.homepage-top-container .text-bubble { right: 230px; }
	.homepage-main-container .text-container.case-bg { background: none; padding: 0px; }
	.text-container.case-bg .button-main { position: relative; bottom: -20px; }
	.homepage-main-container .title-highlight .subtitle { transform: rotate(-5deg); bottom: -60px; }
	.gray-container .red-alert-window { margin-right: -20px; margin-top: -10px; }
}

@media screen and (max-width: 991px) {
	.homepage-top-container .container { width: 90%; max-width: 90%; }
	.homepage-top-container .text-main { right: 30px; }
	.homepage-top-container .text-bubble { right: 130px; }
}

@media screen and (max-width: 920px) {
	.homepage-top-container .text-main { right: 0px; }
	.homepage-top-container .text-bubble { right: 50px; }
}

@media screen and (max-width: 880px) {
	.homepage-top-container .bg-image { max-width: 50%; }
	.homepage-top-container .bg-image img { max-width: 100%; height: auto; }
}

@media screen and (max-width: 790px) {
	.homepage-top-container .text-main,
	.homepage-top-container .text-main p { font-size: 30px !important; }
	.homepage-top-container .container { width: 95%; max-width: 95%; }
}

@media screen and (max-width: 660px) {
	.homepage-top-container { height: auto; }
	.homepage-top-container .bg-image { max-width: 70%; position: relative; left: 50%; transform: translateX(-50%); height: auto; }
	.homepage-top-container .bg-image-gift { bottom: auto; top: 260px; }
	.homepage-top-container .text-main {
		position: relative;
		transform: rotate(0deg);
		top: 50px;
		left: 0;
		max-width: 50%;
		width: 100%;
	}
	.homepage-top-container .text-bubble { position: relative; right: auto; left: 50%; max-width: 50%; bottom: 91px; padding: 7px 10px; }
	.homepage-top-container .text-bubble:after { display: none; }
	.homepage-top-container > .container { padding-bottom: 70px; }
	.homepage-main-container .text-container.case-bg { font-size: 14px; }
	.homepage-main-container .text-container.case-bg ul li { margin-bottom: 5px; }
	.homepage-main-container .text-container.case-bg {
		margin-top: 30px;
	}
	.alert-window { line-height: 1; }
	.gray-container .alert-window.red-alert-window { margin-top: -5px; }
	.blue-container div.col-12.text-center { top: -50px; }
	.text-container.text-size-lg { font-size: 18px; line-height: 1.3; }
	.text-container.case-2-bg { line-height: 1.3; }
	.htc-medium .title-highlight {
		font-size: 40px;
	}
	.top-header > div { display: none; }
	.top-header > a { display: inline-block; margin: 0 auto; }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
	.homepage-top-container:before { bottom: -69px; }
	.homepage-top-container .bg-image { max-width: 100%; }
	.homepage-top-container .bg-image-gift { top: 180px; right: 0; left: auto; width: 200px; height: 200px; }
	.homepage-top-container .bg-image-gift strong { font-size: 18px; }
	.homepage-top-container .bg-image-gift span { font-size: 14px; }
	.homepage-top-container .text-main { max-width: 100%; top: 0; margin-top: 80px; }
	.homepage-top-container .text-bubble { max-width: 100%; top: auto; bottom: auto; left: 0; margin: 20px 0; }

	.title-highlight.th-medium { font-size: 30px !important; }
	.title-highlight p { line-height: 1.3; }
	.title-highlight p span { padding: 0px 5px !important; }
	.homepage-main-container .title-highlight .subtitle { left: auto; right: 0; }
	.dimnikar-bg .text-container { background-image: none; background-color: white; }
	.dimnikar-bg .text-container a { position: relative; }
}
