/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */


/* #Site Styles
================================================== */

/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; }
html,
body { height: 100%; font-family: "sweet-sans-pro", sans-serif; font-weight: 500; font-style: normal; font-size: 18px; color: #000; }
body { background: #fff; }
input,
select,
textarea { font-family: sans-serif; font-size: 12px; color: #000; }
img { display: block; max-width: 100%; border: 0; }
ul,
li { list-style: none; }
a { color: #3fb5a8; text-decoration: none; transition: ease-in 0.2s; font-weight: bold; }
:hover { color: #000; }
:focus { outline: none; }

hr { margin: 30px; border: none; height: 1px; color: #ccc; background-color: #ccc; }

/* ### global classes ### */
.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }
.centered { padding-right: calc((100% - 1280px) / 2); padding-left: calc((100% - 1280px) / 2); }

.person-info { margin-top: 50px; text-align: center; }
.person-info img { margin: 40px 0; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%;}

/* ### main container ### */
#mainCntr { position: relative; z-index: 99; width: 100%; }

/* ### header container ### */
#headerCntr { padding-top: 52px; position: relative; width: 100%; text-align: center; }
#headerCntr ul { margin-bottom: 48px; display: flex; justify-content: center; }
#headerCntr li { padding: 0 12px; position: relative; font-size: 16px; font-weight: 300; color: #999; }
#headerCntr li:after { position: absolute; top: 50%; right: 0; width: 1px; height: 14px; background-color: #333; transform: translateY(-50%); content: ''; }
#headerCntr li a { font-weight: 400; color: #3fb5a8; }
#headerCntr li a:hover { color: #000; }
#headerCntr li:last-child:after { display: none; }
#headerCntr .logo { display: inline-block; margin-bottom: 20px; }

.content { padding: 100px; }

.content ul {
    margin: 0 0 20px;
    list-style: none;
}

.content ul li {
    padding-left: 35px;
    position: relative;
}

.content ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "";
    color: #41b7a9;
}

.content img { display: initial; }

.button {
    margin-bottom: 0;
    padding: 16px 28px;
    display: block;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-family: "Sweet Sans Pro",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    border: 0 solid #931029;
    border-radius: 30px;
    background: #41b7a9;
    transition: .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
}

.button::after {
    margin-left: 12px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "";
}

.banner-home {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 2200px;
    height: 420px;
    text-align: center;
}

.separator {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.separator:before {
    display: block;
    width: 100%;
    height: 1px;
    background: #3fb5a8;
    content: "";
}

.separator__icon {
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.cta {
    padding-top: 40px;
    padding-bottom: 65px;
}

.grid {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}

.grid .grid-md-4 {
    width: 33.3333333333% !important;
}

.cta__block {
    padding: 15px 15px 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cta__block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 40px;
    color: #41b7a9;
    border-radius: 50%;
    background: #f4f0ec;
    transition: .3s ease-in-out;
}

.cta__block-content {
    padding-left: 20px;
    width: calc(100% - 80px);
    line-height: 1.3;
}

.cta__block-title {
    margin: 0 0 20px 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 25px;
    color: #41b7a9;
}

.cta__block:hover .cta__block-icon {
    color: #fff;
    background: #41b7a9;
}

.banner-home__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: hidden;
    box-shadow: 0 50px 50px 0 rgba(0,0,0,.1);
}

/* ### content container ### */
#contentCntr { margin-top: 28px; width: 100%; }

/* ### content box ### */
.contentBox { width: 100%;}
.contentBox figure { margin-bottom: 32px; }
.contentBox figure img { margin: auto; width: 95px; }
.contentBox .title { margin-bottom: 8px; display: block; font-size: 40px;  }
.contentBox .btn { margin-bottom: 40px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; min-height: 60px; font-family: 'Graphik Super', sans-serif; font-size: 30px; font-weight: 900;  border-radius: 4px; background-color: #DC0C23; }
.fas { margin-right: 10px; }
.contentBox .btn:hover { transform: scale(1.1); }
.contentBox h1 { margin-bottom: 40px; font-size: 32px; font-weight: bold; color: #41b7a9; }
.contentBox h2 { margin-bottom: 40px; font-size: 22px; font-weight: bold; color: #41b7a9; }

.contentBox p { margin-bottom: 40px;  font-weight: 300; }
.contentBox p span { color: #DC0C23; }
.contentBox .cart { width: 100%; overflow: hidden; }
.contentBox .cart a { display: inline-block; }
.contentBox .cart a:hover { opacity: 0.7; }
.contentBox .cart img { margin: auto; width: 242px; }
.contentBox .client { margin: 60px 0; display: flex; justify-content: center; width: auto; }
.contentBox .client li { padding: 0 12px; display: inline-flex; align-items: center; font-size: 21px; font-style: italic; color: rgba(255, 255, 255, 0.5); }

/* ### footer container ### */
#footerCntr { overflow: hidden; width: 100%; }

/* ### footer box ### */
.footerBox { width: 100%; text-align: center; }
.footerBox ul { display: flex; justify-content: center; }
.footerBox li { padding: 0 15px; display: flex; align-items: center; }
.footerBox li a { display: inline-flex; align-items: center; color: #41b7a9; font-size: 40px; }
.footerBox li a:hover { transform: scale(1.1); }
.footerBox span { margin: 50px 0; display: block; color: rgba(0, 0, 0, 0.25); }

/* #Media Queries
================================================== */
@media only screen and (max-width: 1023px) {
	#headerCntr .logo img { max-width: 450px; }
	.contentBox .btn,
	.contentBox .title { font-size: 35px; }
	.contentBox p { margin-bottom: 35px; font-size: 19px; }
	#headerCntr { padding-top: 45px; }
	.content { padding: 30px; }
	.banner-home { display: none; }
	.cta__block {
    padding-right: 0;
    display: block;
    text-align: center;
	}
	.cta__block-icon {
    margin: 0 auto 20px;
	}
	.cta__block-content {
    padding-left: 0;
    width: 100%;
	}
	.grid .grid-md-4 {
    width: 100% !important;
	}
	#headerCntr ul { display: none; }
	
}

@media only screen and (max-width: 767px) {
	#headerCntr .logo img { max-width: 385px; }
	#headerCntr { padding-top: 35px; }
	#headerCntr ul { margin-bottom: 38px; }
	.contentBox .btn,
	.contentBox .title { font-size: 28px; }
	.contentBox .btn { min-height: 54px; }
	.footerBox li { padding: 0 12px; }
	.contentBox .client { margin: 48px 0; }
}

@media only screen and (max-width: 655px) {
	html,
	body { font-size: 15px; }
	.centered { padding-right: 15px; padding-left: 15px; }
	#headerCntr ul { margin-bottom: 32px; flex-wrap: wrap; }
	#headerCntr .logo img { max-width: 285px; }
	#headerCntr li { padding: 0; width: 100%; font-size: 15px; line-height: 1.35; }
	#headerCntr li:after { display: none; }
	#headerCntr { padding-top: 30px; }
	.contentBox .btn,
	.contentBox .title { font-size: 24px; }
	.contentBox .btn { margin-bottom: 30px; min-height: 50px; }
	#contentCntr { margin-top: 22px; }
	.contentBox p { margin-bottom: 30px; font-size: 15px; }
	.contentBox figure { margin-bottom: 26px; }
	.contentBox .client { margin: 44px 0; }
	.contentBox .client li { font-size: 18px; }
	.footerBox span { margin: 30px 0 35px; }
	.contentBox h1 { font-size: 22px; }
	.brands { flex-direction: column; }
	#wrapper { padding-top: 30px; }
	#headerCntr .logo { margin-bottom: 30px; }
}

