/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global */

:root {
		--white: #ffffff;
		--black: #393939;
		--red: #E81E25;
}

body {
		background: url(../img/bg_main.jpg) no-repeat;
		background-size: cover;
}

body, p {
		color: var(--black);
		font-family: "Inter";
		font-weight: 400;
		font-size: 15px;
		line-height: 32px;
}

.container-1800 {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 45px;
}

/*
.container-1200 {
    max-width: 1200px;
    margin: 0 auto;
		padding: 128px 45px 50px 45px;
} */

.container-1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 71px 45px 50px 45px;
}

.container-1200-subpage {
    padding: 69px 45px 50px 45px;
}

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

.color {
    text-align: center;
}

.d-flex {
		display: flex;
}

.flex-column {
		flex-flow: column;
}

.justify-content-center {
		justify-content: center;
}

.justify-content-space-between {
		justify-content: space-between;
}

.flex-wrap {
		flex-flow: wrap;
}

.p-relative {
		position: relative;
}

.p-absolute {
		position: absolute;
}

.btn-primary {
    background-color: var(--red);
    border-radius: 6px;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 4px 20px 5px 24px;
    display: flex;
    align-items: center;
    gap: 13px;
    transition: 0.4s all;
    white-space: nowrap;
}

.btn-primary:hover {
    gap: 17px;
}

.btn-primary::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat;
    background-size: 5px;
    position: relative;
    top: 1px;
}

.btn-secondary {
    border-radius: 6px;
    border: 1px solid var(--red);
    padding: 3px 20px;
    color: var(--red);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.2px;
    transition: 0.3s all;
}

.btn-secondary:hover {
		border: 1px solid var(--black);
    color: var(--black);
}

.breadcrumbs, .breadcrumbs a {
    color: rgba(255,255,255,.58);
    font-size: 13px;
    margin-bottom: -12px;
}

.breadcrumbs a:hover {
		text-decoration: none;
}

.w-100 {
		width: 100%;
}

/* Header */

.header {
    padding: 43px 0;
}

h1 {
    font-family: "Montserrat";
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.8px;
    color: var(--white);
}

h2 {
    font-family: "Montserrat";
		font-size: 26px;
    font-weight: 700;
		letter-spacing: -1px;
		color: var(--black);
}

h3 {
    font-size: 21px;
    font-weight: 700;
    font-family: "Montserrat";
    letter-spacing: -0.7px;
    margin-top: -2px;
    margin-bottom: 22px;
}

.header img {
		width: 258px;
}

/* Hero */

/*
.hero {
    background: url(../img/hero.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 144px 60px 25px 60px;
    gap: 85px;
} */

.hero {
    background: url(../img/hero.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
		padding: 144px 60px 113px 60px;
    gap: 85px;
}

.hero-analytika {
    background: url(../img/hero_analytika.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-copywriting {
    background: url(../img/hero_copywriting.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-emailing {
    background: url(../img/hero_emailing.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-fotovideo {
    background: url(../img/hero_fotovideo.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-funkcni-nastaveni-eshopu {
    background: url(../img/hero_funkcni-nastaveni-eshopu.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-korektury {
    background: url(../img/hero_korektury.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-marketing {
		background: url(../img/hero_marketing.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-ppc {
		background: url(../img/hero_ppc.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-proofreading {
		background: url(../img/hero_proofreading.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-seo {
		background: url(../img/hero_seo.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-socialni-site {
		background: url(../img/hero_socialni-site.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-srovnavace-zbozi {
		background: url(../img/hero_srovnavace-zbozi.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    padding: 66px 60px 56px 60px;
    gap: 85px;
}

.hero-inner-upper {
    gap: 36px;
}

.hero-inner-lower {
    margin-bottom: -95px;
    gap: 25px;
		display: none;
}

.hero p {
    color: var(--white);
    max-width: 737px;
    margin: 0 auto;
    line-height: 29px;
}

.hero-subpage p {
    max-width: 774px;
}

.hero span {
		color: var(--black);
}

.counter-text {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    font-family: "Montserrat";
    margin-top: 16px;
    min-height: 32px;
}

.divider {
    left: 0;
    right: 0;
    top: -5px;
}

.first-counter {
		background: url(../img/calc_bg_1.png) no-repeat;
    background-size: cover;
    padding: 0;
    min-height: 152px;
		display: flex;
    align-items: center;
    width: 220px;
    text-align: center;
    justify-content: center;
}

.second-counter {
    background: url(../img/calc_bg_2.png) no-repeat;
    background-size: cover;
    padding: 0;
    min-height: 152px;
    display: flex;
    align-items: center;
    width: 220px;
    text-align: center;
    justify-content: center;
}

.counterup {
    gap: 21px;
}

/* Body */

.area {
    border-radius: 15px;
    border: 1px solid #F0F0F0;
    background-color: #fff;
    gap: 20px;
    flex: 0 1 32%;
	  transition: 0.3s all;
}

.area:hover {
    border: 1px solid #9f9f9f;
}

.areas {
		margin-top: 50px;
    gap: 20px;
}

.area a {
    padding: 22px 25px 22px 28px;
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    color: var(--black);
    justify-content: space-between;
}

.area span {
    background-color: #F6F6F6;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat";
}

.area a div {
    gap: 17px;
}

.area a p {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat";
    letter-spacing: -0.8px;
}

.cats {
    border-radius: 15px;
    border: 1px solid #F0F0F0;
    background-color: #fff;
    padding: 38px 49px 40px 49px;
    margin-top: -82px;
    max-height: 559px;
    max-width: 361px;
    /* min-width: 361px; */
    position: sticky;
    top: 26px;
}

.cat {
    margin-top: 10px;
}

.client {
    border-radius: 15px;
    background: url(../img/member_bg.jpg) no-repeat;
    background-size: cover;
    padding: 44px 55px;
    position: relative;
}

img.decor {
    position: absolute;
    left: 0;
}

.container-1200-subpage > h2 {
    margin-bottom: 46px;
}

.clients-container {
    gap: 45px;
}

.clients p {
    line-height: 27px;
}

.partner-areas {
    gap: 7px 6px;
    margin-top: 25px;
    margin-bottom: 32px;
}

.partner-area {
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    /* gap: 7px; */
}

.partner-area p {
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 600;
    letter-spacing: -0.6px;
}

.partner-area img {
    max-width: 19px;
    margin-right: 7px;
}

.partner-contacts {
    gap: 7px;
}

.partner-contacts a {
    font-family: "Montserrat";
}

.text-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.web {
    margin: 0 9px 0 16px;
}

.text-link span {
    font-weight: 600;
    letter-spacing: -0.2px;
    color: var(--black);
    text-decoration: underline;
}

.text-link:hover span {
    text-decoration: none;
}

.cats a {
    color: var(--black);
    white-space: nowrap;
}

.cats a:hover {
		text-decoration: none;
}

.cats span {
    background-color: #F6F6F6;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: "montserrat";
    position: relative;
    top: 4px;
    left: 7px;
}

.clients {
    gap: 32px;
}

.back-home {
    margin-top: 66px;
}

.back-home a {
    color: var(--black);
}

.back-home a:hover {
		text-decoration: none;
}

.client-empty {
    opacity: 0;
}

/* Footer */

.banner {
    border-radius: 15px;
    background: url(../img/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 72px 64px 72px;
    margin: 75px 0 58px 0;
    align-items: center;
    gap: 25px;
}

.banner-inner-left {
    gap: 15px;
}

.banner p {
    max-width: 420px;
    line-height: 25px;
}

.copy span {
    font-size: 12px;
}

@media screen and (max-width: 1255px) {
.area {
    flex: 0 1 48%;
}
}

@media screen and (max-width: 1035px) {
	.hero h1 {
	    line-height: 120%;
	}
}

@media screen and (max-width: 991px) {
.clients-container {
    flex-flow: column;
}
.cats {
    margin-top: 0;
    max-width: 100%;
		position: static;
}
.client-empty {
		display: none;
}
}

@media screen and (max-width: 865px) {
.banner h2 {
    line-height: 125%;
}
}

@media screen and (max-width: 768px) {
.container-1800 {
    padding: 0 18px;
} /*
.hero {
			padding: 111px 40px 25px 40px;
			gap: 62px;
} */
.hero {
    padding: 111px 40px 81px 40px;
    gap: 62px;
}
body, p {
    line-height: 27px;
}
.banner {
	  margin: 51px 0 58px 0;
    padding: 60px 40px 64px 40px;
}
.hero.hero-subpage {
    padding: 59px 40px 47px 40px;
    gap: 62px;
}
.hero.hero-subpage {
		background-position: center center;
}
.back-home {
    margin-top: 47px;
    margin-bottom: 44px;
}
.container-1200-subpage > h2 {
    text-align: center;
}
}

@media screen and (max-width: 701px) {
    .area {
        flex: 0 1 100%;
		} /*
		.container-1200 {
		    padding: 128px 20px 50px 20px;
		} */
		.container-1200 {
    padding: 62px 20px 50px 20px;
}
		.container-1200.container-1200-subpage {
    padding: 64px 20px 50px 20px;
}
}

@media screen and (max-width: 480px) {
	/* .hero {
	    padding: 77px 20px 25px 20px;
	    gap: 41px;
	} */
	.hero {
    padding: 77px 20px 51px 20px;
    gap: 41px;
}
		.container-1800 {
    padding: 0 15px;
}
.hero h1 {
    line-height: 125%;
    font-size: 37px;
    letter-spacing: -1.2px;
}
.hero-inner-upper {
    gap: 27px;
}
.first-counter, .second-counter {
    background-size: contain;
}
.hero-inner-lower {
    gap: 6px;
}
.header {
    padding: 35px 0 33px 0;
}
h2 {
    line-height: 120%;
}
.areas {
    margin-top: 42px;
    gap: 6px;
} /*
.container-1200 {
    padding: 108px 20px 32px 20px;
} */
.container-1200 {
    padding: 48px 20px 32px 20px;
}
.banner {
		margin: 38px 0 38px 0;
    padding: 46px 20px 48px 20px;
    flex-flow: column;
    text-align: center;
}
.client {
    padding: 44px 33px;
}
.container-1200.container-1200-subpage {
    padding: 47px 20px 32px 20px;
}
.web {
	margin: 16px 9px 0 0px;
	width: 100%;
}
.fb {
    margin-top: 0;
}
.clients-container {
    gap: 32px;
}
}

@media screen and (max-width: 450px) {
	.hero {
	    background-position: center right -701px;
	}
}
