html {
    background: #484848;
}

body {
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'indivisible', sans-serif;
    position: relative;
    background: #e1e0da;
}

.dn {
    display: none;
}

.imgps {
    position: sticky;
    top: 50px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 20;
    max-width: 1400px;
    margin: auto;
}

html.st header > div {
    backdrop-filter: blur(10px);
    background: #00000063;
}

header .logo img {
    height: 20px;
}

header .logo {
    position: absolute;
    top: 20px;
    left: 15px;
}

header > div {
    width: 100%;
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    position: relative;
    height: 60px;
    /* background-image: url(../img/section_1.jpg); */
    /* background-size: cover; */
    /* backdrop-filter: blur(5px); */
    /* background: rgba(131, 95, 185, 0); */
    /* transition: .5s; */
}

html.st header > div {
	/*background: rgba(131, 95, 185, 0.8);*/
}

header nav, header .mobile-menu {
    position: absolute;
    top: 7px;
    right: 10px;
}

header .mobile-menu {
	display: none;
}

header .mobile-menu {-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;}
header .mobile-menu i {display:block;position:absolute;height: 3px;width: 28px;background:#fff;border-radius:25px;opacity:1;left:12px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
header .mobile-menu i:nth-child(1){top:15px;}
header .mobile-menu i:nth-child(2){top:24px;width:19px;left:20px;}
header .mobile-menu i:nth-child(3){top:33px;}
html.mm header .mobile-menu i:nth-child(1){background:#fff;top:24px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);}
html.mm header .mobile-menu i:nth-child(2){background:#fff;opacity:0;left:-60px;}
html.mm header .mobile-menu i:nth-child(3){background:#fff;top:24px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}

header nav > div {
    padding: 10px;
    display: inline-block;
}

header nav > div > a {
	position: relative;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: .5s;
}
header nav > div > a.zglosOpinie {
    background: #A1E1E0;
    border-radius: 5px;
    padding: 10px;
    color: #000;
}
header nav > div > a.zglosOpinie:hover {
    background: #fff;
}
header nav > div .lang img {
    position: relative;
    top: 2px;
    height: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 100%;
}
header nav > div > a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -2px;
    right: -2px;
    height: 3px;
    border-radius: 10px;
    z-index: -1;
}

header nav > div > a:hover:after, header nav > div > a.al:after {
	background: #a1e1e0;
}

header nav > div > a.zglosOpinie:after {
    background: transparent;
}

#green-watch-img {
	max-width: 85%;
}

#clrm-header {
    position: relative;
}
#clrm-header img {
    width: 100%;
    min-height: 450px;
}

#clrm-header .clrm-claim {
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    margin: auto;
}

#clrm-header .clrm-claim div {
    max-width: 430px;
}

#clrm-header .clrm-claim h1 {
    font-weight: 400;
    font-size: 42px;
    margin: 0;
}

#clrm-header .clrm-claim h2 {
    font-weight: 300;
    font-size: 32px;
    margin: 0;
    color: #A1E1E0;
}

#clrm-header .clrm-claim h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 30px 0;
}

#clrm-about, #clrm-smartwatches, #clrm-trends, #clrm-coming-soon  {
    text-align: center;
    width: 100%;
}

#clrm-smartwatches .clrm-section-img, .clrm-section-article.clrm-margin {
    padding: 10% 5%;
    max-width: 1200px;
    margin: auto;
}
.clrm-section-article > p,
.clrm-functions-section-container {
    max-width: 1200px;
    margin: auto;
}

#clrm-smartwatches .clrm-section-img iframe {
	border-radius: 25px;
}

span.clrm-section-nav {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.clrm-section-nav {
  font-size: 1vw;
  color: #000;
  font-weight: 500;
}
.clrm-section-article h2 {
  font-size: 42px;
  margin: 25px auto;
  padding: 0;
  font-weight: 500;
}
.clrm-section-article p {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}
.clrm-section-img img {
  width: 100%;
}

.clrm-color-options ul {
    margin: 12px 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.clrm-color-options ul li {
    width: 40%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
}

.clrm-color-options ul.xYellow li:nth-child(2) {
    background-image: url(../img/watch_1.png);
    background-size: 100% 100%;
}

.clrm-color-options ul.xLavenda li:nth-child(2) {
    background-image: url(../img/watch_2.png);
    background-size: 100% 100%;
}

.clrm-color-options ul.xGreen li:nth-child(2) {
    background-image: url(../img/watch_3.png);
    background-size: 100% 100%;
}

.clrm-color-options ul.xOrange li:nth-child(2) {
    background-image: url(../img/watch_4.png);
    background-size: 100% 100%;
}

.clrm-color-options ul.xMagenta li:nth-child(2) {
    background-image: url(../img/watch_5.png);
    background-size: 100% 100%;
}

.clrm-color-options ul.ccor li:nth-child(1),
.clrm-color-options ul.ccol li:nth-child(3) {
    width: calc(20% - 10px);
}

.clrm-color-options ul li:nth-child(3) {
	text-align: right;
}

.clrm-color-options ul li img {
    width: 100%;
    visibility: hidden;
}

.clrm-color-options ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    z-index: -1;
}

ul.xYellow {
    background: #FFCB0D;
}
ul.xLavenda {
    background: #BB97F5;
}
ul.xGreen {
    background: #20A218;
}
ul.xOrange {
    background: #FF7419;
}
ul.xMagenta {
    background: #D50423;
}

.clrm-color-options ul.xYellow:after {
	background: #fceaa5;
}

.clrm-color-options ul.xLavenda:after {
    background: #a08ed8;
}

.clrm-color-options ul.xGreen:after {
    background: #d5e4d4;
}

.clrm-color-options ul.xOrange:after {
    background: #f57216;
}

.clrm-color-options ul.xMagenta:after {
    background: #fbc9d1;
}

.clrm-color-options ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.clrm-color-options ul.xYellow:before {
	background: #ffca00;
}

.clrm-color-options ul.xLavenda:before {
    background: #e0ccff;
}

.clrm-color-options ul.xGreen:before {
    background: #26a115;
}

.clrm-color-options ul.xOrange:before {
    background: #fac69f;
}

.clrm-color-options ul.xMagenta:before {
    background: #c80323;
}

.clrm-color-options ul.ccor:after,
.clrm-color-options ul.ccol:before {
    width: 50%;
}

.clrm-color-options ul.ccol:after,
.clrm-color-options ul.ccor:before {
    width: 30%;
}

.clrm-color-options ul li b, .clrm-color-options ul li p {
    margin: 0;
    font-size: 28px;
    padding: 15px 30px;
		line-height: 1.6;
}

.clrm-color-options ul li b {
    font-size: 38px;
}

.clrm-choose {
    margin: 10%;
}

.clrm-container-50-50 {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
}
.clrm-container-50-50.clrm-purp1 {
	width: calc(40% - 4px);
}
.clrm-container-50-50.clrm-purp2 {
	width: calc(60% - 4px);
}

.clrm-container-50-50 img, .clrm-container-100 img {
    max-width: 100%;
}

.clrm-tar {
    text-align: right;
}

.clrm-tac {
    text-align: center;
}

.clrm-tal {
    text-align: left;
}

.clrm-textbox {
    padding: 20px;
    max-width: 370px;
    display: inline-block;
}
.clrm-textbox p {
    font-size: 20px;
		color: #777;
		line-height: 1.6;
}

.clrm-icon {
    max-width: 900px;
    margin: 10px auto;
}

.clrm-icon > div {
    width: 160px;
    margin: 30px;
    display: inline-block;
}

.clrm-icon > div > span {
    display: block;
    margin-top: 10px;
}

#clrm-trends .clrm-section-article {
    background: #F7F1E4;
    padding: 10%;
}

.clrm-trends-c div {
	display: inline-block;
	margin: 0;
	width: 35%;
}

.clrm-trends-c:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 15px;
    background: #fff;
	z-index: 2;
}
.clrm-trends-c.c4:after {
	display: none;
}
.clrm-trends-c h3 {
    display: inline-block;
    /*max-width: 225px;*/
		max-width: 400px;
    vertical-align: middle;
    white-space: normal;
    font-size: 56px;
    text-align: left;
    color: rgb(255 255 255);
    padding: 20px;
}

.clrm-trends-c img {
    display: inline-block;
    width: calc(65% - 5px);
    vertical-align: middle;
}

.clrm-trends-c {
	position: relative;
    white-space: nowrap;
}

.clrm-trends-c.c1 {
    background: #FFCB0D;
	top: -5px;
}

.clrm-trends-c.c2 {
    background: #FF7419;
	top: -20px;
}

.clrm-trends-c.c3 {
    background: #20A218;
	top: -35px;
}

.clrm-trends-c.c4 {
    background: #BB97F5;
	top: -50px;
}

.clrm-section-img.down {
    position: relative;
    top: -51px;
}

.clrm-section-img.iframe {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.clrm-section-img.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#clrm-coming-soon .clrm-section-article {
    padding: 10%;
}

footer#clrm-contact {
    margin-top: 100px;
    position: relative;
    display: block;
    color: #A1E1E0;
    padding: 40px 0;
    background: #081C1D;
}

footer#clrm-contact a {
    color: #A1E1E0;
    text-decoration: none;
}

section.clrm-footer-main-row {
    max-width: 1200px;
    margin: auto;
    padding: 20px 10px 0px 10px;
}

.clrm-footer-column {
    display: inline-block;
    width: calc(100% - 400px);
    vertical-align: top;
}

.clrm-footer-row {
    display: inline-block;
    width: 395px;
}

.clrm-footer-column img {
    height: 30px;
}

.clrm-footer-column > b {
    margin: 40px 0;
    display: block;
    font-size: 26px;
}

.clrm-footer-column > a {
    padding: 5px 20px;
    background: rgb(255 255 255 / 40%);
    display: inline-block;
    font-size: 22px;
    border-radius: 25px;
}

.clrm-footer-column-s {
    display: block;
    margin-top: 100px;
    text-decoration: none;
}

.clrm-footer-column-2 h3, .clrm-footer-column-2 ul, .clrm-footer-column-2 ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.clrm-footer-column-2 ul li {
    margin: 5px 0;
}

.clrm-footer-column-2 {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
}

.fIs {
    opacity: .1;
    transform: translateY(50px);
    transition: 2s;
}

.fIs.fIn {
    opacity: 1;
	transform: inherit;
}

.clrm-functions-section-container.clrm-space-bot {
	padding-bottom: 5%;
}

.pol_pry {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px;
    overflow: auto;
    z-index: 999999;
}

.pol_pry > i.clos {
    position: fixed;
    top: 5px;
    right: 23px;
    padding: 3px 9px 6px 9px;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 100%;
    cursor: pointer;
    background: #fff;
}

.pol_pry_a {
    cursor: pointer;
}

/* new */

div.el1, div.el9 {
    position: relative;
    background: #0b1c1d;
    border-radius: 20px;
    margin-top: 100px;
    color: #fff;
}

div.el1 .clrm-img img, div.el9 .clrm-img img {
    padding: 25px;
    width: calc(100% - 50px);
}

div.el1 h4, div.el9 h4 {
    font-weight: 400;
    color: #fff;
    font-size: 42px;
}

div.el1 p, div.el9 p {
    font-weight: 300;
    font-size: 16px;
}

div.el9 h5 {
    font-weight: 400;
    color: #A1E1E0;
    font-size: 24px;
}

div.el2 {
    background: #fff;
    margin-top: 30px;
    border-radius: 20px;
    padding: 20px 0;
}

div.el2 h4 {
    font-weight: 400;
    font-size: 36px;
    margin: 0;
}

div.el2 h5 {
    font-weight: 400;
    font-size: 26px;
    margin: 10px 0;
}

div.el2 h6 {
    font-weight: 400;
    font-size: 16px;
    margin: 15px 0;
}

div.el2 > div {
    max-width: 1150px;
}

div.el2 > div > div {
    vertical-align: top;
    width: calc(33% - 41px);
    margin: 20px;
}

div.el3 {
    margin-top: 200px;
}

div.el3 h4 {
    font-weight: 400;
    font-size: 42px;
    margin: 0;
}

div.el3 p {
    font-weight: 400;
    font-size: 16px;
    margin: 40px 0 0 0;
}

div.el3 p b {
    font-weight: 600;
}

div.el3 img {
    margin-left: 40px;
    width: calc(100% - 40px);
}

div.el4 {
    margin-top: 50px;
    background: #fff;
    border-radius: 20px;
}

div.el5 {
    margin-top: 80px;
}

div.el5 h4 {
    font-weight: 400;
    font-size: 22px;
}

div.el5 p {
    font-weight: 400;
    font-size: 16px;
}

div.el5 p b {
    font-weight: 600;
}

div.el6 {
    margin-top: 80px;
    background: #fff;
    border-radius: 20px;
}

div.el6 > div {
    padding: 30px;
}

div.el6 h3 {
    font-weight: 400;
    font-size: 32px;
    margin: 0;
}

div.el6 ul li {
    font-weight: 400;
    font-size: 22px;
}

div.el6 ul li b {
    font-weight: 600;
}

div.el6 p {
    font-weight: 400;
    font-size: 16px;
    margin: 30px 0 0 0;
}

div.el7 {
    margin-top: 100px;
}

div.el7 h3 {
    display: inline-block;
    width: 320px;
    font-weight: 400;
    font-size: 42px;
    margin: 0;
    vertical-align: top;
    margin-top: -14px;
}

div.el7 p {
    font-weight: 400;
    font-size: 22px;
    display: inline-block;
    width: calc(100% - 325px);
    vertical-align: top;
    margin: 0;
}

div.el8 {
    margin-top: 100px;
}

div.el8 h4 {
    font-weight: 400;
    font-size: 42px;
}

div.el8 > div > div {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 10px 0;
}

div.el8 > div > div > h5 {
    font-weight: 400;
    font-size: 24px;
    display: block;
    margin: 0;
    padding-right: 25px;
    cursor: pointer;
}

div.el8 > div > div > h6 {
    font-weight: 400;
    font-size: 16px;
    height: 0;
    overflow: hidden;
    transition: .5s;
    margin: 0;
}

div.el8 > div > div > img {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: .5s;
}

div.el8 > div > div.act > img {
    transform: rotate(45deg);
}

div.el8 > div > div.act > h6 {
    height: auto;
    margin-top: 30px;
}

div.el10 {
    margin-top: -30px;
    background: #fff;
    border-radius: 0 0 20px 20px;
}

div.el10 > div {
    padding: 50px;
}

div.el10 h4 {
    font-weight: 400;
    font-size: 24px;
}

div.el10 p {
    font-weight: 400;
    font-size: 16px;
}

div.el10 p b {
    font-weight: 600;
}

div.el11 {
    position: relative;
    margin-top: 100px;
    background: #000;
    border-radius: 20px;
}

div.el11 > div > div > h4 {
    font-weight: 400;
    font-size: 42px;
    color: #fff;
    margin: 0;
}

div.el11 > div > div {
    padding: 40px;
}

div.el11 > div > div > h4 > b {
    font-weight: 400;
    color: #A1E1E0;
}

div.el11 > div > div > a {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    display: block;
}

div.el11 > div > div > p {position: absolute;bottom: 40px;left: 40px;right: 40px;color: #fff;font-weight: 400;font-size: 16px;}

div.el11 > div {
    display: table-cell;
    width: 50%;
    position: relative;
}

div.el11 > div > div > p > b {
    color: #A1E1E0;
    font-weight: 400;
}


div.el11 form > div {
    text-align: left;
}

div.el11 form > div > b {
    width: 14px;
}

div.el11 form > div > b, div.el11 form > div > p {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

div.el11 > div.clrm-img {
    background: #fff;
    border-radius: 18px;
}

div.el11 form > div > p {
    width: calc(100% - 20px);
}

div.el11 form > div > textarea, div.el11 form > div > input {
    margin: 20px 0;
    width: calc(100% - 20px);
    border-radius: 5px;
    background: #e5e5de;
    border: none;
    padding: 10px;
}

div.el11 form > div > p > b {
    display: block;
    /* font-weight: 500; */
}

div.el11 form > div > textarea {
    height: 100px;
}

div.el11 form > button {
    background: #A1E1E0;
    padding: 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

div.el11 form {
    text-align: right;
}

div.fo1 > div > a {
    display: block;
    margin: 10px 0;
}

div.fo1 > div {
    margin-top: 30px;
}

div.fo2 p {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
}

div.fo2 s {
    display: block;
    text-decoration: none;
    margin: 20px 0;
    font-size: 15px;
    font-weight: 400;
}

div.fo2 a {
    background: #A1E1E0;
    color: #000 !important;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 5px;
}

div.fo3 a {
    font-weight: 400;
    font-size: 14px;
}


@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1220px) {
    #clrm-header .clrm-claim div {
        max-width: 430px;
        margin: 0 10px;
    }
    body > .clrm-functions-section-container {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 850px) {
    header nav > div .lang img {
        height: 28px;
    }
	header .mobile-menu {
		height: 50px;
		width: 58px;
		cursor: pointer;
		display: block;
		top: 5px;
		right: 5px;
	}
	header nav {
		position: fixed;
		display: none;
		top: 60px;
		right: 0;
		left: 0;
		bottom: 0;
		background: #fff;
		text-align: center;
		/* background: rgba(131, 95, 185, 0.8); */
		/* backdrop-filter: blur(5px); */
		/* border-top: 1px solid rgb(255 255 255 / 40%); */
		/* border-radius: 0 0 200% 200%; */
	}
	html.mm header nav {
		display: block;
        backdrop-filter: blur(10px);
        background: #ffffffad;
	}
	header nav > div {
		display: block;
	}

	header nav > div > a {
		color: #000;
		font-size: 35px;
	}
	header nav > div {
		padding: 10px;
		height: 12%;
		display: flex;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 800px) {
    .clrm-container-50-50 {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .clrm-container-50-50 img {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    div.el4 {
        margin-top: 0;
        background: transparent;
    }
    div.el7 p, div.el7 h3 {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    div.el2 > div > div {
        display: block;
        width: calc(100% - 40px);
    }
}


@media screen and (max-width: 770px) {
    div.el11 > div {
        width: 100%;
        display: block;
        margin: 0;
    }

    div.el11 > div > div > p {
        position: inherit;
    }
}

@media screen and (max-width: 600px) {
    section.clrm-footer-main-row > div, section.clrm-footer-main-row > div > div {
        width: 100%;
        display: block;
        margin: 50px 0;
    }
    div.el10 > div {
        padding: 20px 10px;
    }
    div.el11 > div > div {
        padding: 10px;
    }
}

@media screen and (max-width: 400px) {
	header nav > div {
		height: 12%;
	}
}
