h1, h2, h3 {
    font-weight: 600;
}
.cm .container h1 {
    margin-bottom: 0;
}
.cm .container h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2em;
}
.cm .container h2 span {
    color: #E00B43;
}
.cm .container h3 {
    margin: 5px 0;
}
.cm .container h4 {
    font-weight: 600;
    font-size: 1.1em;
    text-align: center;
}
#content {
    margin-top: 0 !important
}
.box {
	background-color: #fff;
	border-radius: 26px;
    padding: 15px;
  }

.bottom-buttons {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 120px;
    flex-wrap: wrap;
}
.bottom-buttons .btn-contact {
    margin: 0;
    min-width: 200px;
    text-align: center;
    align-self: center;
}
.btn-contact.red {
    background-color: #E00B43;
}
@media (max-width: 576px) {
    .bottom-buttons {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .bottom-buttons .btn-contact {
        width: 100%;
        min-width: unset;
    }
}
  a.btn-contact {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 35px;;
	/* align-items: center; */
}
a.btn-contact:hover {
	color: #fff;
}
.btn-contact {
	background-color: #1c00ff;
	color: #fff;
	max-width: 235px;
	width: 100%;
	border-radius: 25px;
	height: 35px;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
}

body {
    /* padding-top: 0;
    padding-left: 0;
    padding-right: 0; */
}
#gratisy {
    max-width: 1100px;
    
}
#breadcrumbs {
    display: none !important;
}
h1.headline {
    display: none !important;
}
header.commercial_banner {
    margin-bottom: 0 !important;
}
#content {
    
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
}
.content-pl {
    background-image: url("/data/include/cms/assets/images/gratisy/header-1920.png");
}
.content-cz {
    background-image: url("/data/include/cms/assets/images/gratisy/top-strony-1920-cz.jpg");
}
.content-sk {
    background-image: url("/data/include/cms/assets/images/gratisy/top-strony-1920-SK.jpg");
}
.container-background {
    
}
.row-background {
    height: 400px;
    align-content: center;
}
.row-background p.price-ranges {
    font-weight: 800;
    color: #1C00FF;
}
.row-background p {
    /* padding-top: 35px; */
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 0;
}

.col-icons {
    margin-top: 25px;
    padding: 0 25px;
}
.col-icons-inside {
    /* padding-left: 80px;  */
    align-content: center;
    text-align: center;
}
.col-icons-inside img {
    max-height: 100px;
}
@media screen and (max-width: 1200px) {
    .col-icons-inside {
        /* padding-left: 40px; */
    } 
}
@media screen and (max-width: 1100px) {
    #content {
        /* background-position: 0 100px; */
    }
    .row-background {
        height: 350px;
    }
}
@media screen and (max-width: 979px) {
    .row-background {
        height: 300px;
    }
    
    .col-icons-inside {
        /* padding-left: 15px; */
    } 
    .col-icons-inside img {
        /* max-width: 90%; */
    }
}
@media screen and (max-width: 756px) {
    #content {
        background-image: none;
    }
    .row-background {
        
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 100% auto;
        align-content: end;
        padding-top: 15px;
        line-height: 1.5;
        height: 680px;
    }
    .row-background-pl {
        background-image: url("/data/include/cms/assets/images/gratisy/header-ipad.png");
    }
    .row-background-cz {
        background-image: url("/data/include/cms/assets/images/gratisy/top-strony-ipad-cz.jpg");
    }
    .row-background-sk {
        background-image: url("/data/include/cms/assets/images/gratisy/top-strony-ipad-SK.jpg");
    }
    .col-icons-inside img {
        max-height: 150px;
    }
    .bottom-buttons .btn-contact {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px) {
    .row-background {
        height: 620px;
    }
}
@media screen and (max-width: 500px) {
    h3 {
        font-size: 1.2em !important;
    }
    h1 {
        margin-top: 0 !important;
    }
    
    .col-icons {
        padding-left: 0;
        padding-right: 0;
    }
    .col-icons-inside {
        /* padding-left: 10px; */
        /* padding-right: 0px; */
    } 
    .col-icons-text {
        padding-right: 0;
    }
    .row-background {
        height: 560px;
    }
}
@media screen and (max-width: 400px) {
    h1 {
        font-size: 1.8em !important;
    }
    .row-background {
        /* height: 350px; */
    }
    .cm .container h2 {
        margin-bottom: 10px;
        font-size: 1.7em;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1449px) {
    .row-background {
        height: 450px;
    }
}
@media screen and (min-width: 1450px)  and (max-width: 1599px) {
    .row-background {
        height: 500px;
    }
}
@media screen and (min-width: 1600px) {
    .row-background {
        height: 550px;
    }
}