* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--pink: #ff0053;
	--dark-blue: #2b3cd6;
	--light-purple: #E8E9F3;
	--purple-bg: #D4D6E8;
	--blue: #2b3cd6;
}
html {
	width: 100vw;
	min-height: 100vh;
}
body {
	background-image: url(background-2.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-attachment: fixed;
	font-family: 'Montserrat', sans-serif;
	min-height: 100vh;
	width: 100vw;
	font-size: 16px;
	color: #656565;
}
strong.blue {
	color: var(--blue);
}
.container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.logo {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
}
.logo img {
	width: 100%;
	height: auto;
}
header {
	position: relative;
}
nav {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 40px 50px 50px 50px;
	width: calc(50% - 75px);
	margin-right: 0;
	margin-left: auto;
	height: 144px;
}
nav a {
	text-decoration: none;
	color: var(--dark-blue);
	font-weight: 600;
}
nav a:hover,
nav a:focus {
	color: var(--pink);
}

.btn-support {
	background: var(--pink);
	color: white;
	padding: 10px 20px;
	border-radius: 20px;
	text-decoration: none;
	font-weight: 600;
}
.btn-support:hover,
.btn-support:focus {
	color: white;
	background-color: var(--dark-blue);
}
main {
	padding: 0 50px 20px;
	box-sizing: border-box;
	
}
.column2 {
	display: flex;
	min-height: calc(100vh - 174px);
}
.column {
	width: 50%;
	position: relative;
}
.column:first-child {
	padding-right: 10px;
	width: calc(50% - 75px);
}
.column:last-child {
	padding-left: 10px;
	width: calc(50% + 75px);
}
.size-1 {
	font-size: 90px;
	line-height: 140%;
	color: var(--blue);
	font-weight: 900;
	padding-bottom: 20px;
}
.size-2 {
	font-size: 34px;
	line-height: 140%;
	font-weight: 400;
	padding-bottom: 1em;
}
.size-3 {
	font-size: 74px;
	line-height: 140%;
	font-weight: 400;
	padding-bottom: 0.6em;
	color: var(--pink);
	text-transform: uppercase;
}
.size-4 {
	width: 100%;
	max-width: 500px;
	font-size: 18px;
	line-height: 140%;
	padding-bottom: 2em;
	font-weight: 400;
}
.button {
	line-height: 40px;
}
.bubble {
	position: absolute;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: white;
	transition: transform 0.3s;
}
.bubble:after {
	border-radius: 50%;
	width: 110%;
	height: 110%;
	content: "";
	position: absolute;
	border: 2px solid #C1C0F9;
	border-top-color: #C1C0F9;
	border-right-color: #C1C0F9;
	border-bottom-color: #C1C0F9;
	border-left-color: transparent;
	z-index: 1;
}
.bubble:hover {
	transform: scale(1.08);
}
.bubble a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: white;
	cursor: pointer;
	text-decoration: none;
	z-index: 2;
}
.bubble-member {
	width: 320px;
	height: 320px;
	background: var(--pink);
	left: 15px;
	top: 220px;
	font-size: 40px;
}
.bubble-member:after {
	transform: rotate(135deg);
}
.bubble-candidate {
	width: 220px;
	height: 220px;
	background: var(--blue);
	left: 420px;
	top: 120px;
	font-size: 24px;
}
.bubble-candidate:after {
	transform: rotate(45deg);
}
.bubble-support {
	width: 160px;
	height: 160px;
	background: var(--dark-blue);
	right: 100px;
	top: 500px;
}
.bubble-support:after {
	transform: rotate(45deg);
}
.photo-1 {
	width: 180px;
	height: 180px;
	left: 220px;
	top: 14px;
}
.photo-1:after {
	transform: rotate(180deg);
}
.photo-2 {
	width: 180px;
	height: 180px;
	left: 440px;
	/*//right: 330px;*/
	top: 390px;
}
.photo-2:after {
	transform: rotate(-135deg);
}
.photo-3 {
	width: 150px;
	height: 150px;
	left: 250px;
	top: 560px;
}
.photo-3:after {
	transform: rotate(45deg);
}
.photo-1 img,
.photo-2 img,
.photo-3 img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.icon-list {
	position: absolute;
	top: 690px;
	right: 100px;
	display: flex;
}
.icon-list a {
	display: block;
	transition: transform 0.3s;
	padding: 0 10px;
	text-align: center;
}
.icon-list a:toptym {
	width: 40px;
	height: 44px;
	line-height: 44px;
}
.icon-list a:whatsapp {
	width: 44px;
	height: 44px;
	line-height: 44px;
}
.icon-list a img {
	vertical-align: middle;
}
.icon-list a:hover {
	transform: scale(1.08);
}
@media (max-width: 1730px) {
	.icon-list,
	.bubble-support {
		right: 20px;
	}
}
@media (max-width: 1600px) {
	.bubble {
		transform: scale(0.9);
	}

	.bubble-member {
		top: 190px;
	}

	.bubble-candidate {
		top: 100px;
	}

	.photo-2 {
		top: 340px;
	}

	.photo-3 {
		top: 490px;
	}
}
@media (max-width: 1400px) {
	.size-3 {
		font-size: 58px;
	}

	.bubble {
		transform: scale(0.8);
	}

	.photo-1 {
		top: 4px;
	}

	.bubble-member {
		top: 150px;
	}

	.bubble-candidate {
		top: 70px;
		left: 390px;
	}

	.photo-2 {
		top: 280px;
		left: 410px;
	}

	.photo-3 {
		top: 420px;
	}

	.bubble-support {
		top: 450px;
	}

	.icon-list {
		top: 620px;
	}
}
@media (max-width: 1200px) {
	.size-3 {
		font-size: 48px;
	}

	.size-2 {
		font-size: 28px;
	}

	.bubble {
		transform: scale(0.7);
	}

	main {
		padding: 0 20px 20px;
	}

	.bubble-member {
		left: -30px;
		top: 100px;
	}

	.photo-1 {
		left: 180px;
		top: -10px;
	}

	.photo-2 {
		top: 240px;
		left: 340px;
	}

	.photo-3 {
		top: 380px;
		left: 180px;
	}

	.bubble-candidate {
		top: 50px;
		left: 320px;
	}

	.bubble-support {
		top: 370px;
		right: -20px;
	}

	.icon-list {
		top: 540px;
		right: -10px;
	}

	.logo {
		top: 20px;
		width: 120px;
		margin-left: -60px;
	}
}
@media (max-width: 1020px) {
	.size-3 {
		font-size: 68px;
	}

	.size-2 {
		font-size: 34px;
	}

	.size-4 {
		max-width: 100%;
	}

	.column2 {
		flex-wrap: wrap;
	}

	.column2 .column {
		width: 100%;
	}

	.column2 .column:first-child {
		padding: 0 0 20px 0;
		width: 100%;
		text-align: center;
	}

	.column2 .column:last-child {
		padding-left: 0;
		width: 100%;
	}

	.bubble {
		transform: scale(1.0);
	}

	.photo-1 {
		left: 220px;
		top: 14px;
	}

	.photo-2 {
		left: 440px;
		top: 390px;
	}

	.photo-3 {
		left: 250px;
		top: 560px;
	}

	.bubble-candidate {
		left: 420px;
		top: 120px;
	}

	.bubble-member {
		left: 15px;
		top: 220px;
	}

	.bubble-support {
		right: 100px;
		top: 500px;
	}

	.icon-list {
		top: 690px;
		right: 100px;
	}
}
@media (max-width: 920px) {
	.bubble {
		transform: scale(0.9);
	}

	.bubble-member {
		top: 190px;
	}

	.bubble-candidate {
		top: 100px;
	}

	.photo-2 {
		top: 340px;
	}

	.photo-3 {
		top: 490px;
	}
}
@media (max-width: 830px) {
	.bubble {
		transform: scale(0.8);
	}

	.photo-1 {
		top: 4px;
	}

	.bubble-member {
		top: 150px;
	}

	.bubble-candidate {
		top: 70px;
		left: 390px;
	}

	.photo-2 {
		top: 280px;
		left: 410px;
	}

	.photo-3 {
		top: 420px;
	}

	.bubble-support {
		top: 450px;
	}

	.icon-list {
		top: 620px;
	}
}

@media (max-width: 760px) {
	.bubble {
		transform: scale(0.7);
	}

	.bubble-member {
		left: -30px;
		top: 100px;
	}

	.photo-1 {
		left: 180px;
		top: -10px;
	}

	.photo-2 {
		top: 240px;
		left: 340px;
	}

	.photo-3 {
		top: 380px;
		left: 180px;
	}

	.bubble-candidate {
		top: 50px;
		left: 320px;
	}

	.bubble-support {
		top: 370px;
		right: -20px;
	}

	.icon-list {
		top: 540px;
		right: -10px;
	}
}
@media (max-width: 760px) {
	.bubble {
		transform: scale(0.6);
	}

	.bubble-member {
		left: -30px;
		top: 40px;
	}

	/*.photo-1 {
		left: 180px;
		top: -10px;
	}*/

	.photo-2 {
		top: 210px;
		left: 340px;
	}

	.photo-3 {
		top: 300px;
		left: 120px;
	}

	.bubble-candidate {
		top: 20px;
		left: 320px;
	}

	.bubble-support {
		top: 320px;
		right: -20px;
	}

	.icon-list {
		top: 470px;
		right: -10px;
	}
}
@media (max-width: 610px) {
	.size-3 {
		font-size: 48px;
	}

	.size-2 {
		font-size: 28px;
	}
}
@media (max-width: 590px) {
	.bubble {
		transform: scale(1);
		position: relative;
		margin: 0 auto 34px auto;
	}

	.icon-list,
	.bubble-support,
	.bubble-member,
	.bubble-candidate,
	.photo-3,
	.photo-2,
	.photo-1 {
		top: auto;
		left: auto;
		right: auto;
	}

	.photo-1 {
		margin-top: 20px;
	}

	.bubble-candidate {
		margin-top: 40px;
	}

	.bubble-member {
		margin-top: 70px;
	}

	.bubble-support {
		margin-top: 50px;
	}

	.icon-list {
		position: relative;
		justify-content: center;
	}
}
@media (max-width: 430px) {
	.size-3 {
		font-size: 36px;
	}

	.size-2 {
		font-size: 24px;
	}

	.size-1 {
		font-size: 70px;
		line-height: 70px;
	}

	.bubble-member {
		margin-top: 20px;
		left: 50%;
		transform: translateX(-50%) scale(0.8);
	}
}
.domain-menu-control{
	position: absolute;
	top: 52px;
	right: 50px;
	display: block;
	display: none;
	padding: 10px 70px 10px 20px;
	border-radius: 50px;
	width: 130px;
	font-size: 16px;
	text-align: right;
	color: #ffffff;
	background: var(--pink);
	color: white;
	cursor: pointer;
	text-decoration: none;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .5s ease-in-out ease-out;
	-moz-transition: all .5s ease-in-out ease-out;
	-o-transition: all .5s ease-in-out ease-out;
	transition: all .5s ease-in-out ease-out;
}
@media screen and (max-width: 1450px){
	.domain-menu-control {
		display: block;
	}

	nav {
		display: none;
		position: absolute;
		top: 98px;
		right: 50px;
		background-color: #ffffff;
		z-index: 99;
		padding: 24px;
		height: auto;
		box-shadow: 0px 0px 5px 4px rgba(97,106,177,0.44);
		border-radius: 6px;
		width: 240px;
	}

	nav a {
		display: block;
		height: 40px;
		text-align: center;
	}

	header {
		height: 144px;
	}
}
@media screen and (max-width: 1200px){
	.domain-menu-control {
		top: 33px;
		right: 20px;
	}

	header {
		height: 106px;
	}

	nav {
		top: 80px;
		right: 20px;
	}
}
@media screen and (max-width: 580px){
	.logo {
		left: 20px;
		margin-left: 0;
	}
}
.domain-menu-control:hover,
.domain-menu-control:focus{
	color: #ffffff;
	text-decoration: none
}
.domain-menu-control span{
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	width: 32px;
	background: #ffffff;
	opacity: 1;
	right: 20px;
	top: 50%;
	margin-top: -2px;
	-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;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.domain-menu-control span:first-child{
	margin-top: -11px
}
.domain-menu-control span:last-child{
	margin-top: 7px
}
.domain-menu-control.active span{
	background:#ffffff
}
.domain-menu-control.active span:nth-child(1),
.domain-menu-control.active span:nth-child(4){
	margin-top:-4px;
	width:0%;
	left:50%
}
.domain-menu-control.active span:nth-child(2){
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.domain-menu-control.active span:nth-child(3){
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
@media screen and (max-width: 890px){
	.responsive-layout .domain-menu-control{
		display:block
	}
}



/*.domain-menu-control {
	background: var(--pink);
	color: white;
	padding: 10px 50px 10px 10px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	top: 50px;
	right: 20px;
	position: absolute;
}
.domain-menu-control span {
	display: block;
	position: absolute;
	height: 4px;
	width: 32px;
	background: #ffffff;
	opacity: 1;
	right: 0;
	top: 50%;
	margin-top: -1px;
	-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;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}*/

/*@media (max-width: 360px) {
	.bubble-member {
		margin-left: -20px;
	}
}*/
/*
.container {
	width: 100%;
	margin: 0 auto;
	background: white;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

    .bg-dot {
      position: absolute;
      background: var(--purple-bg);
      border-radius: 50%;
    }
    .bg-dot-1 { width: 20px; height: 20px; top: 20%; right: 25%; }
    .bg-dot-2 { width: 12px; height: 12px; top: 35%; right: 20%; }
    .bg-dot-3 { width: 8px; height: 8px; bottom: 30%; right: 35%; }
    
    /* Header *//*
    header {
      position: relative;
      z-index: 10;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 40px;
    }
    .logo {
      font-weight: 900;
      font-size: 24px;
      color: var(--dark-blue);
    }
    .logo span { color: var(--pink); }
    nav { display: flex; gap: 20px; align-items: center; }
    nav a {
      text-decoration: none;
      color: var(--dark-blue);
      font-size: 13px;
      font-weight: 600;
    }
    .btn-support {
      background: var(--pink);
      color: white;
      padding: 10px 20px;
      border-radius: 20px;
      font-size: 12px;
    }
    
    /* Main content *//*
    main {
      position: relative;
      z-index: 5;
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 40px;
      min-height: calc(100vh - 80px);
      align-items: center;
    }
    
    .left-content { padding-right: 40px; }
    
    .stats {
      color: var(--pink);
      font-weight: 900;
      font-size: 48px;
      line-height: 1;
      margin-bottom: 10px;
    }
    .stats-sub {
      color: var(--dark-blue);
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 30px;
    }
    
    h1 {
      font-size: 42px;
      font-weight: 900;
      line-height: 1.1;
      margin-bottom: 20px;
    }
    h1 .pink { color: var(--pink); }
    h1 .dark { color: var(--dark-blue); }
    
    .description {
      color: #666;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 25px;
    }
    .description strong { color: var(--dark-blue); }
    
    .btn-more {
      display: inline-block;
      background: var(--pink);
      color: white;
      padding: 12px 30px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
      font-size: 13px;
      transition: transform 0.2s;
    }
    .btn-more:hover { transform: scale(1.05); }
    
    /* Bubbles section *//*
    .right-content {
      position: relative;
      height: 500px;
    }
    
    .bubble {
      position: absolute;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      font-weight: 800;
      font-size: 16px;
      line-height: 1.2;
      cursor: pointer;
      transition: transform 0.3s;
      text-decoration: none;
    }
    .bubble:hover { transform: scale(1.08); }
    
    .bubble-member {
      width: 180px; height: 180px;
      background: var(--pink);
      left: 10%; top: 35%;
    }
    .bubble-candidate {
      width: 140px; height: 140px;
      background: var(--dark-blue);
      right: 15%; top: 15%;
    }
    .bubble-support {
      width: 120px; height: 120px;
      background: var(--dark-blue);
      right: 10%; bottom: 15%;
    }
    
    /* Photo circles *//*
    .photo {
      position: absolute;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      border: 3px solid white;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .photo-1 { width: 80px; height: 80px; right: 30%; top: 5%; background: linear-gradient(135deg, #ddd 0%, #bbb 100%); }
    .photo-2 { width: 60px; height: 60px; left: 5%; top: 15%; background: linear-gradient(135deg, #eee 0%, #ccc 100%); }
    .photo-3 { width: 70px; height: 70px; right: 5%; top: 40%; background: linear-gradient(135deg, #e0e0e0 0%, #b0b0b0 100%); }
    .photo-4 { width: 55px; height: 55px; left: 15%; bottom: 20%; background: linear-gradient(135deg, #d5d5d5 0%, #a5a5a5 100%); }
    .photo-5 { width: 65px; height: 65px; left: 35%; bottom: 5%; background: linear-gradient(135deg, #e8e8e8 0%, #c8c8c8 100%); }
    
    /* Mobile responsive *//*
    @media (max-width: 900px) {
      header { padding: 15px 20px; }
      nav a:not(.btn-support) { display: none; }
      
      main {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 40px;
      }
      
      .left-content {
        padding-right: 0;
        text-align: center;
      }
      
      .stats { font-size: 36px; }
      h1 { font-size: 28px; }
      
      .right-content {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px 0;
      }
      
      .bubble {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
      }
      
      .bubble-member { width: 160px; height: 160px; }
      .bubble-candidate { width: 140px; height: 140px; }
      .bubble-support { width: 140px; height: 140px; }
      
      .photo { display: none; }
      
      .bg-shape-1 { width: 300px; height: 300px; top: -50px; right: -100px; }
    }*/
