.postCard h1 {
	font-size: 30px;
    line-height: 1.1;
    color: #000;
    text-align: left;
}
.postCard h2,
.postCard h3 {
	font-size: 30px;
    line-height: 1.1;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 20px 0;
}
.postCard {
	position: relative;
	padding: 40px 0 100px;
	text-align: justify;
	min-height: 300px;
}
.postCard p {
	margin: 13px 0;
}
.postCard__wrap {
	max-width: 600px;
    margin: 0 auto;
}
.postCard__wrap img {
    display: block;
    height: auto;
    max-width: 640px;
    border-radius: 20px;
    margin-left: -20px;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 1px solid #ececec;
}
.postCard__wrap ul {
    list-style-type: none;
}
.postCard__wrap ul>li {
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative;
}
.postCard__wrap ul>li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #1f375a;
    border-radius: 50%;
}
.postCard__wrap ol {
    padding-left: 17px;
    margin: 0;
}
.postCard__wrap ol>li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}
.postCard__wrap ol>li::marker {
    position: relative;
    color: #1f375a;
    font-weight: 700;
}
.postCard__video {
	position: relative;
	max-width: 640px;
	height: 340px;
}
.postCard__video a:before {
    content: '';
    position: absolute;
    top: calc(50% - 77px);
    left: calc(50% - 77px);
    background: url(../images/video-play.png) center no-repeat;
    background-size: contain;
    width: 154px;
    height: 154px;
    z-index: 9;
}
.postCard__video a:hover:before{
	animation: pulse 2s infinite;
}
.postCard__carousel {
    width: 640px;
    margin-left: -20px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.postCard__carousel img {
    margin: 0;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.postCard__wrap .postCard__carousel ul.slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 20px;
    list-style-type: none;
}
.postCard__wrap .postCard__carousel .slick-dots>li {
    padding: 0;
    margin: 0 6px;
    width: 10px;
}
.postCard__wrap .postCard__carousel ul>li:before {
	background: #ececec;
}
.postCard__wrap .postCard__carousel ul>li.slick-active:before {
	background: #2c3959;
}
.postCard__wrap .slick-dots>li button {
    display: none;
}
.postCard__carousel .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 9;
}
.postCard__carousel .slick-arrow.prev {
    left: 20px;
}
.postCard__carousel .slick-arrow.next {
    right: 20px;
}
.postCard__carousel .slick-arrow span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
.postCard__carousel .slick-arrow.prev span {
    background: #fff url(../images/arrow-left.png) center no-repeat;
}
.postCard__carousel .slick-arrow.next span {
    background: #fff url(../images/arrow-right.png) center no-repeat;
}
.contact__icon{
	display: flex;
    flex-direction: column;
}
.contact__icon ul {
	display: flex;
	list-style: none;
	justify-content: center;
}
.postCard__form {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 640px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    z-index: 990;
}
.postCard__form form {
	font-family: 'OpenSans Regular';
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.postCard__form form>div {
	width: 48%;
}
.postCard__form form>div.subscribe-form-item--input-email {
    width: 100%;
}
.postCard__form form>div.subscribe-form-item--input-email input {
	width: 100%;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #ececec;
	color: #545150;
	text-align: center;
	outline: none;
}
.postCard__form .btn__default {
	width: 100%;
	font-size: 14px;
}
.postCard__form .btn__primary {
	width: 100%;
	font-size: 14px;
	outline: none;
	border: none;
}
.postCard__form--succes {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.postCard__form .postBtn__unsubscribe,
.postCard__form--succes .contact__icon {
	width: 48%;
}
.succes__text {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
	width: 100%;
	background: #ececec;
	border-radius: 20px;
	height: 40px;
	color: #000;
}

.guarantee {
	background-color: #1f375a;
	padding: 40px 0;
}

.guarantee__blog {
	display: flex;
	flex-direction: column;
}

.guarantee__wrap {
	background-color: #fff;
    border-radius: 20px 20px 15px 15px;
    text-align: center;
    margin: 0 20px;
    box-shadow: 0 0 5px rgb(0, 0, 0, .5);
}

.guarantee__blog--img span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-size: cover!important;
    border-radius: 15px 15px 0 0;
}

.guarantee__blog--img span.post__photoEmpty {
    font-family: 'Rotonda Bold';
    font-weight: 900;
    background: #ececec;
    color: #d5d5d5;
    text-transform: uppercase;
    font-size: 22px;
}
.guarantee__desc {
	padding: 20px;
}
.guarantee__desc--title {
    font-family: 'OpenSans Regular';
    font-size: 18px;
    font-weight: 600;
    min-height: 46px;
}
.guarantee__desc--desc {
	font-family: 'OpenSans Regular';
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    min-height: 62px;
}

.guarantee__desc--button span {
	color: #fff;
	background-color:#f84f5b;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	display: block
}

.guarantee__blog .btn__primary {
	width: 100%;
    font-size: 16px;
    padding: 10px;
}


/* media */
	/* Extra large */
	@media (max-width: 1440px) {

	}

	/* Large */
	@media (max-width: 992px) {
		.guarantee__wrap {
			margin: 0 10px;
		}
	}

	/* Medium */
	@media (max-width: 768px) {
		
	}

	@media (max-width: 640px) {
		.postCard h1 {
			font-size: 26px;
		}
		.postCard h2, 
		.postCard h3 {
			font-size: 24px;
		}
		.postCard {
			padding: 25px 0 155px;
		}
		.postCard__wrap img {
		    margin-left: auto;
		    max-width: 100%;
		}
		.postCard__video {
			max-width: 100%;
			height: auto;
		}
		.postCard__carousel {
			max-width: 100%;
			margin-left: auto;
		}
		.postCard__form {
			max-width: 100%;
			left: 20px;
		    right: 20px;
		    width: auto;
		}
		.postCard__form form {
			gap: 10px;
		}
		.postCard__form .btn__default,
		.postCard__form .btn__primary {
			font-size: 12px;
		}
		.postCard__form .postBtn__unsubscribe, 
		.postCard__form--succes .contact__icon {
			width: 100%;
		}
		.succes__text {
			height: auto;
		    text-align: center;
		    padding: 12px;
		    font-size: 14px;
		}
	}


	/* Small */
	@media (max-width: 576px) {
		.guarantee__desc--desc {
			font-size: 14px;
		}
		.guarantee__desc--title {
			font-size: 16px;
			min-height: 40px;
		}
		.postCard__form .btn__default,
		.postCard__form .btn__primary {
			font-size: 14px;
		}
		.postCard__form form>div {
		    width: 100%;
		}
	}

	/* Extra small */
	@media (max-width: 480px) {
		.postCard h1 {
			font-size: 24px;
		}
		.postCard h2, 
		.postCard h3 {
			font-size: 22px;
		}
		.postCard__carousel .slick-arrow span {
		    width: 35px;
		    height: 35px;
		}
	}
/* media */