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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}


@font-face{
    font-family: 'main';
    src: url('../fonts/main/main.eot?v1.0.0');
    src: url('../fonts/main/main.eot?v1.0.0#iefix') format('embedded-opentype'),
         url('../fonts/main/main.ttf?v1.0.0') format('truetype'),
         url('../fonts/main/main.woff?v1.0.0') format('woff'),
         url('../fonts/main/main.svg?v1.0.0#main') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


/* Lato */
@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-Bold.woff2") format("woff2"),
		 url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
	font-display: swap;
}

/* Poppins */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url("../fonts/Poppins/Poppins-ExtraLight.woff2") format("woff2"),
		 url("../fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2"),
		 url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/Poppins/Poppins-Medium.woff2") format("woff2"),
		 url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"),
		 url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/Poppins/Poppins-Bold.woff2") format("woff2"),
		 url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}


[class^="i-"], [class*=" i-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'main' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .i-arrow_left:before {
	content: "\e900";
  }
  .i-arrow_right:before {
	content: "\e901";
  }
  .i-copy:before {
	content: "\e902";
  }
  .i-facebook:before {
	content: "\e903";
  }
  .i-go:before {
	content: "\e904";
  }
  .i-health:before {
	content: "\e905";
  }
  .i-house:before {
	content: "\e906";
  }
  .i-instagram:before {
	content: "\e907";
  }
  .i-left:before {
	content: "\e908";
  }
  .i-right:before {
	content: "\e909";
  }
  .i-zoom1:before {
	content: "\e90a";
  }
  .i-zoom:before {
	content: "\e90b";
  }
  .i-location:before {
	content: "\e90c";
  }
  .i-mail:before {
	content: "\e90d";
  }
  .i-notific:before {
	content: "\e90e";
  }
  .i-phone:before {
	content: "\e90f";
  }
  .i-qr:before {
	content: "\e910";
  }
  .i-qr1:before {
	content: "\e911";
  }



html,
body {
	width: 100%;
	min-height: 100%;
}
body{
	background-color: #000c2c;
	font-family: Poppins, Tahoma, Arial, Helvetica, Geneva;
	font: 200 16px/1.5 Poppins, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color:#fff;
	transition: background-color 1s ease;
}
body.color-white{
	background-color: #f5f5f5;
}
*{
	box-sizing: border-box;
}

/* .panel{
	min-height: 100vh;
	display: block;
} */


#tinymce{
	background:#fff;
}

p{
	margin-bottom: 15px;
}
h1,
.h1{
	font-size:32px;
	line-height:32px;
	margin-bottom:30px;
	font-weight:normal;
}
.h1 .sb_h{
	display: block;
	/*color: #666;
	font-size: 20px;*/
}
h2,
.h2{
	clear: both;
	font-size: 20px;
	text-align: left;
	margin-bottom: 10px;
	/*font-weight: 800;*/
}
h3,
.h3{
	font-size: 20px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
a{
	color: #00A3FF;
	text-decoration:none;
	transition:.3s;
}

p + h1,
p + .h1,
p + h2,
p + .h2,
p + h3,
p + .h3{
	margin-top: 30px;
}


.bold{
	font-weight: 700;
}

/*a:hover {
	color:#b59210;
}*/

[type="button"] {
	cursor: hand;
	cursor: pointer;
}


.fx{
	display: flex;
	flex-direction: row;
}
.fx.v{
	flex-direction: column;
}
.fx.c{
	justify-content: center;
}
.fx.sb{
	justify-content: space-between;
}
.fx.vc{
	align-items: center;
}
.fx.w{
	flex-wrap: wrap;
}



.body_wrapper{
	width: 100%;
	overflow: hidden;
}



.main_width{
	width: 1300px;
	max-width: calc(100% - 50px);
	margin: 0 auto;
}

.btn2{
	background: transparent;
	border: 1px solid #226ECF;
	border-radius: 4px;
	outline: none;
	color: #fff;
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: .3s;
	padding: 13px 20px;
}
.btn2 img{
	display: inline-block;
	margin-right: 14px;
}
.btn2 img + span{
	display: inline-block;
	margin-right: 5px;
}
.btn2:hover{
	background: #226ECF;
	box-shadow: 0 0 40px rgba(0, 163, 255, 0.5);
}
.btn2:active{
	color: #FFE600;
	box-shadow: none;
}

.button{
	background: #00A3FF;
	border: none;
	border-radius: 13px;
	outline: none;
	color: #fff;
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	padding: 20px 30px;
}
.button:hover{
	background: #226ECF;
	box-shadow: 0 0 40px rgba(0, 163, 255, 0.5);
}
.btn2:active{
	background: #226ECF;
	box-shadow: none;
}



.title1{
	font-size: 44px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 60px;
}
.color_black{
	color: #000;
}
.title1 .yellow,
.color_yellow{
	color: #ffe600;
}
.title1 .blue,
.color_blue{
	color: #00a3ff;
}

.text_center{
	text-align: center;
}


.more{
	display: inline-block;
	font-weight: 400;
	transition: .3s;
}
.more i{
	display: inline-block;
	font-size: 1.8em;
	line-height: 1;
	position: relative;
	top: .22em;
	margin-left: .1em;
}
.more:hover{
	color: #fff;
}

.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
	padding: 30px 0 0;
}
.header > .wrapper{
	/* align-items: center; */
}

.bg_txt{
	color: #000c2c;
	font-family: 'Lato';
	font-size: 200px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
	/* text-shadow: 0 0 1px #fff; */
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
	position: absolute;
	opacity: .12;
}
.bg_txt br{
	display: none;
}


.top_block{
	background: #000c2c;
	position: relative;
	overflow: hidden;
}
.top_block > .wrapper{
	position: relative;
	min-height: 100vh;
}
.top_block .bg_txt{
	left: 10%;
	bottom: 0;
	transform: translateY(15%);
	transition: 1s;
	opacity: .2;
}
body.loaded .top_block .bg_txt{
	opacity: .12;
}
.m_works_block:before{
	content: '';
	background: #00A3FF linear-gradient(to top, #FFE600 50%, #00A3FF 50%);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 400px;
	transform: translate(-50%, -50%);
	opacity: .8;
	transition: 1s;
	filter: blur(80px);
	z-index: 2;
}
body.loaded .m_works_block:before{
	background: #00A3FF;
	opacity: .12;
}

.m_works_block .item{
	background: #fff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 260px;
	transform: translate(-50%, -50%);
	transition: 1s;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 3;
}
.m_works_block .item:nth-child(1){
	transform: translate(-50%, -50%) rotate(-4deg);
	z-index: 4;
}
.m_works_block .item:nth-child(4){
	transform: translate(-50%, -50%) rotate(-2deg);
}


body.loaded .m_works_block .item:nth-child(5){
	transform: translate(calc(-50% - 43vw), calc(-50% - 30vh)) rotate(-50.5deg);
	filter: blur(7px);
	opacity: 0.4;
}
body.loaded .m_works_block .item:nth-child(4){
	transform: translate(calc(-50% - 28vw), calc(-50% + 14vh)) rotate(-14.63deg) scale(.45);
	filter: blur(4px);
	opacity: 0.6;
}
body.loaded .m_works_block .item:nth-child(3){
	transform: translate(calc(-50% - 47vw), calc(-50% + 28vh)) rotate(-78.23deg) scale(.65);
	filter: blur(16px);
	opacity: 0.2;
}
body.loaded .m_works_block .item:nth-child(2){
	transform: translate(calc(-50% + 43vw), calc(-50% - 15vh)) rotate(49.3deg) scale(.62);
	filter: blur(2px);
	opacity: 0.7;
}
body.loaded .m_works_block .item:nth-child(1){
	transform: translate(calc(-50% + 50vw), calc(-50% + 24vh)) rotate(61.57deg) scale(1.2);
	filter: blur(11px);
	opacity: 0.3;
}



.m_works_block .item > .wrapper{
	width: 100%;
	padding: 0 0 65%;
}
.m_works_block .item img{
	display: block;
	border-radius: 10px;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.top_block .cont_block{
	text-align: center;
	position: relative;
	top: 20px;
	width: 900px;
	max-width: 100%;
	transition: 1s;
	opacity: 0;
	z-index: 1;
	padding: 25vh 0 0;
	margin: 0 auto;
}
body.loaded .top_block .cont_block{
	top: 0;
	opacity: 1;
	z-index: 4;
}
.top_block ~ *,
[data-color=white] > *{
	display: none;
}
body.loaded .top_block ~ *,
body.loaded [data-color=white] > *,
body.loaded .footer{
	display: block;
}


.top_block .cont_block .title{
	color: #00A3FF;
	font-weight: 800;
	font-size: 56px;
	line-height: 1.3;
	margin: 0 0 50px;
}
.top_block .cont_block .title span{
	color: #ffe600;
}
.top_block .cont_block .txt{
	font-size: 18px;
	font-weight: 200;
	line-height: 1.5;
	width: 680px;
	max-width: 100%;
	margin: 0 auto;
}
.top_block .cont_block .txt p{

}

.top_block .cont2_block{
	position: absolute;
	top: 200px;
	transition: 1s;
	opacity: 0;
	z-index: 1;
	margin: 15vh 0 10px;
}
body.loaded .top_block .cont2_block{
	position: relative;
	top: 0;
	opacity: 1;
	z-index: 4;
}
.top_block .cont2_block .bx1{
	width: calc(93% - 280px);
}
.top_block .cont2_block .cont_item{
	width: calc(93% / 2);
}
.top_block .cont2_block .cont_item.ci_slider{
	width: 280px;
}
.top_block .cont2_block .cont_item .title{
	color: #00A3FF;
	font-size: 40px;
	font-weight: 500;
	margin-top: 30px;
}

.top_block .top_slider{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.top_slider .item{
	border-radius: 5px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.top_slider .item img{
	display: block;
	width: 100%;
	filter: grayscale(1);
}

.top_slider .item:before{
	content: attr(data-detail);
	background: rgba(0,0,0,.4);
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	opacity: 0;
	z-index: 2;
	padding-top: 37%;
}
.top_slider .item:after{
	content: '\e90a';
	font-family: main;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 30%;
	transition: .3s;
	transform: translateX(-50%);
	opacity: 0;
	z-index: 2;
}
.top_slider:hover .item:before,
.top_slider:hover .item:after,
.top_slider:hover .slick-prev,
.top_slider:hover .slick-next{
	opacity: 1;
}
.top_slider .slick-prev,
.top_slider .slick-next{
	opacity: 0;
	z-index: 3;
}
.top_slider .slick-prev{
	left: 4px;
}
.top_slider .slick-next{
	right: 4px;
}
.top_slider .slick-prev:before,
.top_slider .slick-next:before{
	color: #fff;
	font-family: 'main';
	font-size: 30px;
	transition: .3s;
}
.top_slider .slick-prev:before{
	content: '\e908';
}
.top_slider .slick-next:before{
	content: '\e909';	
}
.top_slider .slick-dots li button:before{
	content: '';
	border: #fff 1px solid;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: .5;
}
.top_slider .slick-dots li button:hover:before{
	/* background: #FFE600; */
	border-color: #FFE600;
	opacity: 1;
}
.top_slider .slick-dots li.slick-active button:before{
	background: #00A3FF;
	border-color: #00A3FF;
	box-shadow: 0px 0px 12px #FFE600;
	opacity: 1;
}




[data-tooltip]{
    position: relative;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    background: #000;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: -9000px;
    bottom: 100%;
    opacity: 0;
    transform: translate(-50%, -30px);
    transition: opacity .5s, transform .5s;
    padding: 5px 10px;
}
[data-tooltip]:hover:before{
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -10px);
}
[data-tooltip]:after{
    content: '';
    border: 8px solid transparent;
    border-top: #000 8px solid;
    position: absolute;
    left: -9000px;
    bottom: 100%;
    opacity: 0;
    transform: translate(-50%, -14px);
    transition: opacity .5s, transform .5s;
}
[data-tooltip]:hover:after{
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 4px);
}


.steps_block{
	background: url(../images/flag_ua_line.svg) no-repeat bottom/100% auto;
	padding: 100px 0 180px;
	margin-top: 70px;
}
.steps{
	width: 100%;
	margin-top: 100px;
}
.steps .item{
	position: relative;
	width: calc(100% / 4 - 60px / 3);
	margin: 0 20px 20px 0;
	display:block;
	color:#fff;
	transition:all linear .25s;
	border-radius: 15px;
}
.steps a.item:hover {
	box-shadow: 0 0 40px rgba(0, 163, 255, 0.5);
}
.steps .item:nth-child(4n){
	margin-right: 0;
}
.steps .item:before{
	content: '';
	background: #00A3FF;
	border-radius: 0 0 100px 100px;
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 85%;
	height: 100px;
	transform: translateX(-50%);
	opacity: 0.5;
	filter: blur(100px);
}
.steps .item > .wrapper{
	background: #0f1b39;
	border-radius: 15px;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.steps .item .img{
	position: relative;
	width: 100%;
	padding: 0 0 45.45%;
}
.steps .item .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.steps .item .cont{
	padding: 30px 20px;
}
.steps .item .txt{
	width: calc(100% - 70px);
	margin: 0;
}
.steps .item .n{
	width: 70px;
}
.steps .item .n i{
	display: block;
	background: #00A3FF;
	border-radius: 8px;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	box-shadow: 0px 0px 30px rgba(0, 163, 255, 0.6);
	transition:all linear .25s;
}
.steps a.item:hover .n i {
	background:#F0D901;
}

.collections_block{
	margin: 100px 0 0;
}
.collections_block > .wrapper{
	position: relative;
	padding: 100px 0;
}
.collections_block .bg_txt{
	right: 10%;
	top: 0;
}
.collections_block > .wrapper > .cont_block{
	position: relative;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.collections_block > .wrapper > .cont_block .txt{
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
}
.collections_block > .wrapper > .cont_block .txt p{
	margin-bottom: 30px;
}

.collections{
	margin: 100px 0 0;
}
.collections > .item{
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 80px / 3);
	margin: 0 40px 20px 0;
}
.collections > .item:nth-child(3n){
	margin-right: 0;
}

.collections > .item:nth-child(n+7){
	display: none;
}
#more_collections:checked ~ .collections > .item:nth-child(n+7){
	display: flex;
}
#more_collections:checked ~ .button.load_more{
	display: none;
}

.collections > .item > .wrapper{
	background: #0F1B39;
	border-radius: 13px;
	height: calc(100% - 63px);
	transition: .3s;
	padding: 30px 40px;
	margin-bottom: 5px;
}
.collections > .item .button{
	height: 58px;
	opacity: 0;
}
.collections > .item:hover > .wrapper{
	background: transparent;
}
.collections > .item:hover .button{
	opacity: 1;
}
.collections .img{
	background: #fff;
	border-radius: 10px;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 0 140%;
}
.collections .img img{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.collections .title{
	font-size: 21px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0 27px;
}
.collections .price{
	color: #00A3FF;
	font-size: 21px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 27px;
}
.collections .info .icon{
	width: 52px;
}
.collections .info .cont{
	width: calc(100% - 52px);
}
.collections .info .icon i{
	display: block;
	background: #0055B4 url(../images/icon.svg) no-repeat center/66% auto;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.collections .info .cont .t{
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}
.collections .info .cont .s{
	font-size: 13px;
	font-weight: 200;
	line-height: 1.3;
	opacity: .5;
	margin: 0;
}
.button.load_more{
	display: table;
	width: 350px;
	max-width: 100%;
	margin: 0 auto;
}
.button.yellow{
	background: #FFE600;
	color: #000;
	font-weight: 500;
}
.button.yellow:hover{
	background: #F0D901;
}
.button.yellow:focus{
	background: #FFE600;
}

.id{
	position: relative;
}
/* [data-color="white"]{
	margin-top: 30px;
} */

.panel{
	width: 100%;
	float: left;
}
.donate_directly_block > .wrapper{
	position: relative;
	margin: 200px auto;
}
.donate_directly_block > .wrapper:before{
	content: '';
	background: #00A3FF;
	border-radius: 100px 100px 0 0;
	position: absolute;
	left: 50%;
	top: -100px;
	width: 550px;
	height: 200px;
	max-width: 80%;
	transform: translateX(-50%);
	opacity: 0.5;
	filter: blur(100px);
}
.donate_directly_block > .wrapper:after{
	content: '';
	background: #FFE600;
	border-radius: 0 0 100px 100px;
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 550px;
	height: 100px;
	max-width: 80%;
	transform: translateX(-50%);
	opacity: 0.5;
	filter: blur(100px);
}
.donate_directly{
	background: #0f1b39;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	padding: 170px 80px 20px;
}
.donate_directly .h_img{
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 85%;
	transform: translate(-50%, -50%);
}
.donate_directly > .title{
	width: 900px;
	max-width: 100%;
	margin: 0 auto 50px;
}

.donate_directly .fx.ch2 > .column{
	width: calc(50% - 20px);
	margin-right: 40px;
}
.donate_directly .fx.ch2 > .column:nth-child(2n){
	margin-right: 0;
}
.donate_directly .t_info{
	background: #00A3FF;
	border-radius: 8px;
	align-items: center;
	padding: 16px;
}
.donate_directly .t_info .icon{
	margin-right: 15px;
}
.donate_directly .t_info .icon i{
	font-size: 34px;
}

.donate_directly .t_info .cont p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 0;
}
.crypto_pyments{
	margin: 50px 0 0;
}
.crypto_pyments .item{
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 18px;
	margin-bottom: 30px;
}
.crypto_pyments .item > .title{
	color: #00A3FF;
	font-size: 24px;
	font-weight: 500;
}
.crypto_pyments .item .cont{
	align-items: center;
}
.crypto_pyments .item .inp{
	width: calc(100% - 100px);
}
.crypto_pyments .item input{
	background: rgba(255, 255, 255, 0.06);
	border: none;
	outline: none;
	border-radius: 4px;
	color: #fff;
	font-family: 'Poppins';
	width: 100%;
	padding: 10px;
}
.crypto_pyments .icon_bx i{
	font-size: 34px;
	transition: .3s;	
}
.crypto_pyments .icon_bx i:hover{
	color: #00a3ff;
}
.crypto_pyments .icon_bx .i-copy{
	cursor: pointer;
}
.icon_qr{
	position: relative;
}
.icon_qr .cont{
	display: none;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	transform: translateX(-50%);
	box-shadow: 0px 0px 40px rgba(0, 163, 255, 0.4);
	padding: 5px;
}
.icon_qr:hover .cont{
	display: block;
}
.icon_qr .cont:before{
	content: '';
	border: transparent 10px solid;
	border-top-color: #fff;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
.icon_qr .cont img{
	display: block;
	width: 144px;
}


.copy_link{
	display: inline-block;
	background: rgba(0,0,0,.04);
	border: #ccc 1px solid;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	top: -4px;
	cursor: pointer;
	padding: 5px 15px 5px 10px;
	margin: 0 0 0 5px;
}
.copy_tour_link{
	position: relative;
}
.copy_link i{
	color: #999;
	margin: 0 3px 0 0;
}
.copy_tour_link[data-tooltip]:hover:before,
.copy_link[data-tooltip]:hover:before,
.copylink[data-tooltip]:hover:before{
	left: -9000px;
	opacity: 0;
	transform: translate(-50%, -30px);
}
.copy_tour_link[data-tooltip]:hover:after,
.copy_link[data-tooltip]:hover:after,
.copylink[data-tooltip]:hover:after{
	left: -9000px;
	opacity: 0;
	transform: translate(-50%, -14px);
}
.copy_tour_link.copied[data-tooltip]:before,
.copy_link.copied[data-tooltip]:before,
.copylink.copied[data-tooltip]:before{
	left: 50%;
	opacity: 1;
	transform: translate(-50%, -10px);
}
.copy_tour_link.copied[data-tooltip]:after,
.copy_link.copied[data-tooltip]:after,
.copylink.copied[data-tooltip]:after{
	left: 50%;
	opacity: 1;
	transform: translate(-50%, 4px);
}
.copy_tour_link .copy_cont,
#link_to_copy,
.copy_cont{
	font-size: 0;
	position: absolute;
	opacity: 0;
}
.donate_directly button.to_pay{
	margin-top: 10px;
	margin-bottom: 20px;
}


.partners_block{
	margin: 0 0 150px;
}
.partners_block > .wrapper > .title{
	margin-bottom: 40px;
}
.partners_bx{
	align-items: center;
	width: 100%;
}
.partners{
	align-items: center;
	width: calc(100% - 270px);
}
.partners .item{
	width: calc(25% - 90px / 4);
	margin-right: 30px;
}
.partners .item:nth-child(4n){
	margin-right: 0;
}
.partners .item:nth-child(n + 5){
	display: none;
}
#more_partners:checked ~ * .partners .item:nth-child(n + 5){
	display: block;
}
#more_partners:checked ~ * .more_partners{
	display: none;
}
#more_partners:checked ~ * .partners{
	width: 100%;
}
#more_partners:checked ~ * .partners .item{
	width: calc(20% - 120px / 5);
	margin-bottom: 70px;
}
#more_partners:checked ~ * .partners .item:nth-child(4n){
	margin-right: 30px;
}
#more_partners:checked ~ * .partners .item:nth-child(5n){
	margin-right: 0;
}


.partners .item .img{
	position: relative;
	width: 100%;
	height: 100px;
}
.partners .item img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.more_partners{
	background: rgba(0, 163, 255, 0.08);
	border-radius: 12px;
	transition: .3s;
	padding: 20px;
}
.more_partners *{
	transition: .3s;
}
.more_partners .n,
.more_partners .t{
	display: block;
	color: #000;
	font-weight: 400;
}
.more_partners .n{
	font-size: 34px;
}
.more_partners .t{
	margin-bottom: 15px;
}
.more_partners .more{
	color: #226ECF;
}
.more_partners:hover{
	background: #00A3FF;
}
.more_partners:hover *{
	color: #fff;
}

.deeds_block{
	background: linear-gradient(to bottom, transparent, #d8f0fe calc(100% - 150px), #000c2c calc(100% - 150px));
}
.deeds_block > .wrapper{
	position: relative;
	padding-top: 154px;
	padding-bottom: 100px;
}
.deeds_block .bg_txt{
	/* text-shadow: 0 0 1px #0055B4; */
	color: #f5f5f5;
	-webkit-text-stroke: 1px #0055B4;
	left: 15%;
	top: 0;
}
.deeds_bx{
	position: relative;
}
.deeds_bx:before{
	content: '';
	background: #00A3FF;
	border-radius: 0 0 100px 100px;
	position: absolute;
	left: 50%;
	bottom: -60px;
	width: 80%;
	height: 100px;
	max-width: 80%;
	transform: translateX(-50%);
	opacity: 0.5;
	filter: blur(100px);
}
.deeds_bx > .wrapper{
	background: #fff;
	border-radius: 28px;
	position: relative;
	min-height: 600px;
	padding: 70px 30px 50px;
}
.deeds_bx > .wrapper:before{
	content: '';
	background: url(../images/flag.svg) no-repeat 0 0/100% auto;
	position: absolute;
	right: -7px;
	top: -7px;
	width: 280px;
	height: 190px;
}
.deeds .item{
	background: rgba(0, 163, 255, 0.05);
	border-radius: 16px;
	text-align: center;
	position: relative;
	box-sizing: content-box;
	padding: 30px 20px;
	margin: 0 25px 40px;
	
}
.deeds > .item{
	width: calc(25% - 90px);
}
.deeds .item .icon{
	background: #00A3FF;
	border-radius: 14px;
	text-align: center;
	width: 100px;
	height: 100px;
	box-shadow: 0px 0px 50px rgba(0, 163, 255, .3);
	margin: 0 auto 30px;
}
.deeds .item .icon i{
	color: #fff;
	font-size: 66px;
	line-height: 100px;
}
.deeds .item .price{
	color: #00A3FF;
	font-size: 40px;
	font-weight: 500;
	white-space: nowrap;
	margin: 0 0 10px;
}
.deeds .item .desc{
	color: #000;
	line-height: 1.2;
	margin: 0;
}

.deeds .item.img{
	padding: 0;
}
.deeds .item.img:before{
	content: '';
	background: rgba(0,0,0,.15);
	border-radius: inherit;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.deeds .item.img:after{
	content: '\e90a';
	font-family: main;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: .3s;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 2;
	transition: .3s;
}
.deeds .item.img img{
	display: block;
	border-radius: inherit;
	width: 100%;
	aspect-ratio: 1 / 0.9;
	object-fit: cover;
}
.deeds .item.img:hover:before{
	background: rgba(0,0,0,.2);
}
.deeds .item.img:hover:after{
	opacity: 1;
}

.deeds .slick-prev,
.deeds .slick-next{
	top: 0;
	width: 70px;
	height: calc(100% - 40px);
	transform: none;
	z-index: 1;
}
.deeds .slick-prev{
	background: linear-gradient(to right, #fff, rgba(255,255,255,.0));
	left: 0;
}
.deeds .slick-next{
	background: linear-gradient(to left, #fff, rgba(255,255,255,.0));
	right: 0;
}
.deeds .slick-arrow:before{
	color: #000;
	font-family: main;
	font-size: 50px;
	opacity: 1;
}
.deeds .slick-prev:before{
	content: '\e900';
}
.deeds .slick-next:before{
	content: '\e901';
}
.deeds .slick-arrow:hover:before{
	color: #00a3ff;
}

.last_posts_block .title_block{
	align-items: flex-end;
	margin: 0 185px 60px 0;
}
.last_posts_block .title_block .more{
	color: #226ECF;
	cursor: pointer;
	margin: 15px 0 10px;
}
.last_posts_block .title_block .more:hover{
	color: #00A3FF;
}
.last_posts_block .title_block .more:focus{
	color: #226ECF;
}
.last_posts_block .title_block .title{
	margin: 0;
}
.last_posts{
	width: calc(100% + 50px);
	margin: 0 -25px;
}
.last_posts .item{
	margin: 0 25px 40px;
}
.last_posts > .item{
	width: calc(25% - 50px);
}
.last_posts .item .img{
	background: #f0f0f0;
	border-radius: 8px;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 0 81%;
	margin: 0 0 15px;
}
.last_posts .item .img img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.last_posts .item .date{
	color: #000;
	font-size: 14px;
	font-weight: 500;
	opacity: .5;
	margin: 0 0 15px;
}
.last_posts .item .title{
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 0;
}
.last_posts .slick-arrow{
	top: auto;
	bottom: calc(100% + 60px);
	transform: none;
	width: 50px;
	height: 50px;
}
.last_posts .slick-prev{
	left: auto;
	right: 105px;
}
.last_posts .slick-next{
	right: 25px;
}

.last_posts .slick-arrow:before{
	color: #000;
	font-family: main;
	font-size: 50px;
	opacity: 1;
}
.last_posts .slick-arrow:hover:before {
	color: #00a3ff;
}

.last_posts .slick-prev:before{
	content: '\e900';
}
.last_posts .slick-next:before{
	content: '\e901';
}

.last_posts_block.v2{
	background: #000c2c;
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 40px;
}
.last_posts.v2 .item .title{
	color: #fff;
}
.last_posts .slick-arrow:before{
	color: #00a3ff;
}


.footer{
	display: none;
	background: #000c2c url(../images/flag_ua_line2.svg) no-repeat 0 calc(100% - 50px)/100% auto;
	float: left;
	width: 100%;
}
.footer > .wrapper{
	position: relative;
}
.footer .bg_txt{
	left: -15%;
}
.footer_bx{
	position: relative;
	padding: 154px 0 0;
}

.footer .contacts{
	width: 35%;
}
.footer .logo{
	margin: 0 0 60px;
}
.footer .logo img{
	width: 300px;
	max-width: 100%;
}
.footer .contact_item{
	display: flex;
	color: #fff;
	align-items: center;
	margin: 0 0 50px;
}
.footer .contact_item i{
	font-size: 40px;
	margin-right: 20px;
}
.footer .contact_item span{
	font-size: 20px;
	font-weight: 400;
}
.footer .contact_item span.s{
	font-size: 15px;
}
.footer .socials{
	margin: 70px 0 100px;
}
.footer .socials a{
	display: inline-block;
	background: #00A3FF;
	border-radius: 8px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	width: 58px;
	height: 58px;
	transition: .5s;
	margin-right: 20px;
}
.footer .socials a i{
	line-height: 58px;
}
.footer .socials a:hover{
	background: #3563A1;
	box-shadow: 0 0 30px rgba(0, 163, 255, 0.6);
}
.footer .socials a:focus{
	box-shadow: none;
}
.footer .socials a.instagram:hover{
	background: linear-gradient(180deg, #4C63D1 0%, #D92E7B 36.25%, #F44F48 72.71%, #FCDC88 100%);
}
.footer .contacts .desc{
	margin: 0 0 50px;
}

.footer .info_item{
	margin: 0 0 26px;
}
.footer .info_item .name{
	color: #fff;
	font-size: 13px;
	opacity: .5;
}

.footer .bank_info_block{
	background: #0F1B39;
	border-radius: 28px;
	width: 55%;
	overflow: hidden;
}
.footer .bank_info_block > img{
	display: block;
	width: 100%;
}
.footer .bank_info_block > .wrapper{
	padding: 40px 40px 5px;
}
.footer .bank_info_block .title{
	font-weight: 500;
	line-height: 1.3;
}
.footer .bank_info_block hr{
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin: 40px 0;
}
.footer .bank_info_block .fx.ch2 > .column{
	width: 45%;
}
.footer .bank_info_block .fx> .column .title{
	color: #00A3FF;
	margin-bottom: 26px;
}

.cop_bx{
	position: relative;
	height: 150px;
	/* align-items: center; */
	/* overflow: hidden; */
	padding: 100px 0 0;
}
.cop_bx:before{
	content: '';
	background: #00A3FF;
	border-radius: 100px 100px 0 0;
	position: absolute;
	left: 50%;
	top: 100px;
	width: 80%;
	height: 100px;
	max-width: 80%;
	transform: translateX(-50%);
	opacity: 0.3;
	filter: blur(100px);
  }
.cop_bx .cop{
	font-size: 15px;
	position: relative;
	opacity: .6;
	margin: 0;
}



.fancybox__image{
	font-size: 66px;
	border-radius: 10px;
}
:root{
	--fancybox-accent-color: #00a3ff;
}

.hide{
	display: none;
}


@media (max-width: 1160px){
	.deeds_bx > .wrapper:before{
		right: -4px;
		top: -4px;
		width: 160px;
		height: 100px;
	}
	.deeds > .item{
		width: calc(100% / 3 - 90px);
	}
}
@media (max-width: 1100px){
	.top_block .cont_block .title{
		font-size: 40px;
	}
	.top_block .cont_block .txt{
		font-size: 18px;
	}
	.top_block .cont2_block .cont_item .title{
		font-size: 30px;
	}
	.top_block .cont2_block .cont_item .desc{
		font-size: 14px;
	}
	.bg_txt{
		font-size: 140px;
	}
	.collections > .item{
		width: calc(50% - 20px);
	}
	.collections > .item:nth-child(3n){
		margin-right: 40px;
	}
	.collections > .item:nth-child(2n){
		margin-right: 0;
	}
	
	
}
@media (max-width: 1000px){
	.steps{
		display: block;
		width: calc(100% + 50px);
		overflow-x: auto;
		white-space: nowrap;
		scroll-snap-type: x proximity;
		scroll-padding: 20px;
		margin-left: -25px;
		margin-right: -25px;
		margin-top: 60px;
	}
	.steps > .item{
		display: inline-block;
		white-space: normal;
		width: 290px;
		scroll-snap-align: start;
		vertical-align: top;
		margin: 0 20px 10px 0;
	}
	.steps > .item:first-child{
		margin-left: 20px;
	}
	.donate_directly .fx.ch2 > .column{
		width: 100%;
		margin-right: 0;
	}
	.donate_directly .t_info{
		margin-top: 10px;
	}
}
@media (max-width: 900px){
	.steps{
		display: flex;
		flex-wrap:wrap;
		width: 100%;
		overflow:hidden;
		white-space: nowrap;
		padding:0;
		margin:0;
		margin-top: 60px;
	}
	.steps > .item{
		display: block;
		white-space: normal;
		width: 100%;
		max-width: calc(50% - 40px);
		margin: 0 20px 10px 0 !important;
	}
	.deeds > .item{
		width: calc(50% - 90px);
	}
	.footer{
		background-image: none;
	}
	.footer_bx{
		flex-direction: column-reverse;
	}
	.footer .contacts,
	.footer .bank_info_block{
		width: 100%;
	}
	.footer .bank_info_block{
		margin-bottom: 100px;
	}
	.cop_bx{
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 800px){
	.collections_block .bg_txt,
	.deeds_block .bg_txt,
	.footer .bg_txt{
		display: none;
	}
	.top_block .cont_block .title{
		font-size: 30px;
	}
	.top_block .cont2_block .bx1 .cont_item{
		width: 100%;
	}
	.top_block .cont2_block .bx1 .cont_item:nth-child(n+2){
		margin-top: 30px;
	}
	.top_block .cont2_block .bx1 .cont_item .title{
		margin-top: 0;
	}
	body.loaded .m_works_block .item:nth-child(2){
		opacity: .3;
	}
	body.loaded .m_works_block .item:nth-child(4){
		opacity: .3;
	}
	.bg_txt{
		font-size: 100px;
	}
	.bg_txt br{
		display: block;
	}
	.top_block .bg_txt{
		text-align: right;
		left: auto;
		right: 0;
		transform: none;
	}
	.title1{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.steps_block{
		background-size: 150% auto;
		padding-bottom: 40px;
	}
	.steps .item .n{
		width: 50px;
	}
	.steps .item .n i{
		border-radius: 6px;
		font-size: 16px;
		line-height: 32px;
		width: 32px;
		height: 32px;
	}
	.steps .item .txt{
		width: calc(100% - 50px);
	}
	.donate_directly{
		padding-left: 40px;
		padding-right: 40px;
	}

	.partners_block{
		margin-bottom: 100px;
	}
	.partners{
		width: 100%;
	}
	.more_partners .n, 
	.more_partners .t{
		display: inline-block;
		font-size: 22px;
		font-weight: 400;
		margin: 0;
	}
	.more_partners .more{
		display: block;
	}
	.deeds_block > .wrapper{
		padding-top: 30px;
	}
	
}
@media (max-width: 600px){
	.steps > .item{
		display: block;
		white-space: normal;
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px 0 !important;
		padding:0 !important;
	}
	.steps .item .img {
		padding:0 0 65%;
	}
	body.loaded .m_works_block .item {
		    filter: blur(2px);
		    opacity:0;
	}
	.collections > .item{
		width: 100%;
		margin-right: 0;
	}
	.collections > .item:nth-child(3n){
		margin-right: 0;
	}
	.collections > .item .button{
		opacity: 1;
	}
	.collections > .item:hover > .wrapper{
		background: #0F1B39;
	}
	.partners .item,
	#more_partners:checked ~ * .partners .item{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 50px;
	}
	.partners .item:nth-child(4n),
	#more_partners:checked ~ * .partners .item:nth-child(5n){
		margin-right: 20px;
	}
	.partners .item:nth-child(2n),
	#more_partners:checked ~ * .partners .item:nth-child(2n){
		margin-right: 0;
	}
	.deeds_bx > .wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
	.deeds .item{
		margin: 0 7px 30px;
	}
	.deeds > .item{
		width: calc(100% - 40px);	
	}
	.deeds .slick-prev, .deeds .slick-next{
		height: calc(100% - 30px);
	}
	
}
@media (max-width: 550px){
	.header{
		padding-top: 25px;
	}
	.header .logo{
		margin-top: 4px;
	}
	.header .logo img{
		width: 120px;
	}
	.top_block .cont2_block{
		flex-direction: column-reverse;
	}
	.top_block .cont2_block .bx1,
	.top_block .cont2_block .cont_item.ci_slider{
		width: 100%;
	}
	.top_block .cont2_block .cont_item.ci_slider{
		margin-bottom: 40px;
	}
	.bg_txt{
		font-size: 70px;
	}
	.steps_block{
		background-size: 200% auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.steps{
		margin-top: 30px;
	}

	.collections_block > .wrapper{
		padding-top: 0;
		padding-bottom: 0;
	}
	.donate_directly_block > .wrapper{
		margin-bottom: 80px;
	}

	.donate_directly{
		padding-top: 120px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.footer_bx{
		padding-top: 20px;
	}
}
@media (max-width: 500px){
	.last_posts_block .title_block{
		flex-direction: column;
		align-items: flex-start;
		margin: 0 0 30px;
	}
	.last_posts_block .last_posts{
		margin-bottom: 80px;
	}
	.last_posts .slick-arrow{
		bottom: auto;
		top: calc(100% - 15px);
	}
	.last_posts .slick-prev{
		right: calc(50% + 10px);
	}
	.last_posts .slick-next{
		right: auto;
		left: calc(50% + 10px);
	}
	.last_posts_block.v2{
		padding-top: 20px;
	}
	/* .last_posts_block .title_block{

	} */
}
@media (max-width: 450px){
	.footer .bank_info_block .fx.ch2 > .column{
		width: 100%;
	}
	.footer .bank_info_block .fx.ch2 > .column:nth-child(n+2){
		margin-top: 30px;
	}
}
@media (max-width: 400px){
	.donate_directly{
		padding-top: 90px;
	}
}

@media (max-height: 600px){
	.top_block .cont_block{
		padding-top: 190px;
	}
}



.team_block{
	background: linear-gradient(to bottom, #14171a, #070809);
	padding: 100px 0 150px;
}
.team_bx{
	background: url(../images/team_bg.png) no-repeat center/contain;
	border-bottom: #38abf6 1px solid;
	position: relative;
	padding: 0 20px 80px 0;
}
.team_bx:before{
	content: '';
	background: #38abf6;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 300px;
}
.team_bx:after{
	content: '';
	background: #38abf6;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 150px;
}
.team_bx .column1 > .wrapper{
	border-left: #38abf6 1px solid;
}


.team_bx .item{
	width: calc(100% - 20px);
	margin: 20px 0 0 20px;
}
.team_bx .item .title{
	color: #DAE5E5;
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 5px;
}
.team_bx .item .title.v1{
	font-size: 30px;
}
.team_bx .img{
	background: linear-gradient(180deg, #737678, #1e2830);
	position: relative;
	width: 100%;
	padding: 0 0 80%;
}
.team_bx .img.c2{
	background: linear-gradient(180deg, #184867, #1e2830);
}
.team_bx .img.h70{
	padding-bottom: 70%;
}
.team_bx .img.h100{
	padding-bottom: 100%;
}
.team_bx .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team_bx .column1{
	width: 40%;
}
.team_bx .column2{
	width: 60%;
}
.team_bx .column3{
	align-items: flex-end;
	width: 40%;
}
.team_bx .column4{
	width: 60%;
}
.team_bx .column5{
	width: 60%;
}
.team_bx .column6{
	align-items: flex-end;
	width: 40%;
}
.team_bx .column2 .row1{
	align-items: flex-end;
}
.team_bx .column3 .item:nth-child(2){
	width: 60%;
}
.team_bx .column6 .item:nth-child(1){
	width: calc(60% - 20px);
}
.team_bx .column6 .item:nth-child(2){
	width: calc(40% - 20px);
}
.team_bx .column2 .row2 .item:nth-child(1){
	width: calc(50% - 20px);
}
.team_bx .column2 .row2 .item:nth-child(2){
	width: calc(30% - 20px);
}
.team_bx .column2 .row2 .item:nth-child(3){
	width: calc(20% - 20px);
}


.title_s1{
	display: inline-block;
	border-right: #38abf6 1px solid;
	border-bottom: #38abf6 1px solid;
	font-size: 42px;
	line-height: 1.4;
	font-weight: 500;
	position: relative;
	padding: 25px 25px 10px 0;
	margin: 0;
}
.title_s1:before{
	content: '';
	border-right: #38abf6 1px solid;
	border-top: #38abf6 1px solid;
	position: absolute;
	right: -1px;
	bottom: 100%;
	width: 73%;
	height: 90px;
}

@media (max-width: 1000px){
    .title_s1,
	.title_s2{
		font-size: 30px;
	}
	.title_s1:before{
		height: 60px;
	}
}
@media (max-width: 700px){
    	.team_bx .item .title{
		font-size: 17px;
	}
	.team_bx .item .title.v1{
		font-size: 22px;
	}
	.team_bx .item {
		width: calc(100% - 10px);
		margin: 10px 0 0 10px;
	}
	.team_bx .column2 .row2 .item:nth-child(1){
		width: calc(50% - 10px);
	}
	.team_bx .column2 .row2 .item:nth-child(2){
		width: calc(30% - 10px);
	}
	.team_bx .column2 .row2 .item:nth-child(3){
		width: calc(20% - 10px);
	}
	.team_bx .column6 .item:nth-child(1){
		width: calc(60% - 10px);
	}
	.team_bx .column6 .item:nth-child(2){
		width: calc(40% - 10px);
	}
    
}

@media (max-width: 620px){
    .team_bx .column1,
	.team_bx .column2{
		width: 50%;
	}
	.team_bx .column3,
	.team_bx .column6 .item:nth-child(1),
	.team_bx .column6 .item:nth-child(2){
		display: none;
	}
	.team_bx .column4,
	.team_bx .column5,
	.team_bx .column6{
		width: 100%;
	}
	.team_bx .column2 .row2 .item:nth-child(1) {
		width: calc(100% - 10px);
	}
	.team_bx .column2 .row2 .item:nth-child(2){
		width: calc(70% - 10px);
	}
	.team_bx .column2 .row2 .item:nth-child(3){
		width: calc(30% - 10px);
	}
    
}


.project_text {
	padding:0 0 50px;
}
.project_text p {
	margin:0 0 20px;
}
.project_text img {
	display:block;
	max-width: 100%;
	margin:0 auto 20px;
	height:auto;
}
.title.title2 {
	text-align: center;
	margin:0 0 30px;
}
.main-img {
	display:block;
	margin:0 auto 40px;
	max-width: 100%;
}
.prj {
	background:#fff ;
	color:#000;
	padding:50px 0 30px;
}
.steps_block.prj2 {
	margin-top:30px;
}
@media screen and (max-width:767px) {
	.steps_block.prj2 {
		margin-top:60px;
	}
}