.portfolio-carousel {
	padding-bottom: 95px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}

.scene {
	position: relative;
	width: 600px;
	height: 320px;
	margin: 80px auto;
	-webkit-perspective: 800px;
	perspective: 800px
}

.carousel {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform: translateZ(-288px);
	transform: translateZ(-288px);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s
}

.carousel__cell {
	position: absolute;
	width: 580px;
	left: 10px;
	top: 10px;
	line-height: 116px;
	font-size: 80px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.carousel__cell::after, .carousel__cell::before {
	content: '';
	position: absolute;
	left: 50%;
	background-size: contain !important;
	z-index: 1
}

.carousel__cell::before {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -45px;
	background: url('https://static.tildacdn.com/tild3135-3132-4431-b135-363132363436/slide_bottom.png') no-repeat center;
	display: none;
	width: 100%;
	height: 93px
}

.carousel__cell::after {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	width: 140%;
	height: 140%;
	padding: 20px;
	background: url('https://static.tildacdn.com/tild3234-6361-4139-a338-366538343634/slide_shadow.png') no-repeat center
}

.carousel__cell img {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 2
}

.carousel__cell:nth-child(1) {
	-webkit-transform: rotateY(0deg) translateZ(288px);
	transform: rotateY(0deg) translateZ(288px)
}

.carousel__cell:nth-child(2) {
	-webkit-transform: rotateY(40deg) translateZ(288px);
	transform: rotateY(40deg) translateZ(288px)
}

.carousel__cell:nth-child(3) {
	-webkit-transform: rotateY(80deg) translateZ(288px);
	transform: rotateY(80deg) translateZ(288px)
}

.carousel__cell:nth-child(4) {
	-webkit-transform: rotateY(120deg) translateZ(288px);
	transform: rotateY(120deg) translateZ(288px)
}

.carousel__cell:nth-child(5) {
	-webkit-transform: rotateY(160deg) translateZ(288px);
	transform: rotateY(160deg) translateZ(288px)
}

.carousel__cell:nth-child(6) {
	-webkit-transform: rotateY(200deg) translateZ(288px);
	transform: rotateY(200deg) translateZ(288px)
}

.carousel__cell:nth-child(7) {
	-webkit-transform: rotateY(240deg) translateZ(288px);
	transform: rotateY(240deg) translateZ(288px)
}

.carousel__cell:nth-child(8) {
	-webkit-transform: rotateY(260deg) translateZ(288px);
	transform: rotateY(260deg) translateZ(288px)
}

.carousel__cell:nth-child(9) {
	-webkit-transform: rotateY(320deg) translateZ(288px);
	transform: rotateY(320deg) translateZ(288px)
}

.carousel-options {
	text-align: center;
	z-index: 2;
	position: relative
}

.next-button, .previous-button {
	display: block;
	width: 66px;
	height: 120px;
	cursor: pointer;
	border: 0;
	background: 0 0;
	position: absolute;
	outline: 0;
	border-radius: 34px
}

.previous-button {
	left: 40%;
	bottom: -210px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.next-button {
	right: 40%;
	bottom: -212px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.next-button svg, .previous-button svg {
	fill: rgba(255, 255, 255, .3)
}

.next-button:hover, .previous-button:hover {
	background: rgba(0, 0, 0, .4)
}

.second-block .wrapper {
	max-width: 1240px;
	padding: 150px 35px 100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.navigation .social svg:hover, .next-button:hover svg, .previous-button:hover svg, .third-block .wrapper-social .social svg:hover {
	fill: url(#gradient-social)
}
.form-custom-styles input,
.form-custom-styles textarea {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(57, 52, 59, 0.7) !important;
  background: 0 0 !important;
  outline: 0 !important;
  padding-bottom: 2px !important;
  font-size: 20px !important;
  color: rgba(208, 214, 255, 0.3) !important;
  font-family: "Open Sans", "Arial", sans-serif !important;
}

.form-custom-styles input:focus,
.form-custom-styles select:focus,
.form-custom-styles textarea:focus {
  padding-bottom: 0 !important;
  border-width: 3px !important;
  -o-border-image: linear-gradient(to right, #ff34ab, #558dff) !important;
  border-image: -webkit-gradient(linear, left top, right top, from(#ff34ab), to(#558dff)) !important;
  border-image: linear-gradient(to right, #ff34ab, #558dff) !important;
  border-image-slice: 1 !important;
}

.form-custom-styles input:focus::-webkit-input-placeholder,
.form-custom-styles textarea:focus::-webkit-input-placeholder {
  color: #d0d6ff !important;
}

.form-custom-styles input:focus::-moz-placeholder,
.form-custom-styles textarea:focus::-moz-placeholder {
  color: #d0d6ff !important;
}

.form-custom-styles input:focus:-ms-input-placeholder,
.form-custom-styles textarea:focus:-ms-input-placeholder {
  color: #d0d6ff !important;
}

.form-custom-styles input:focus:-moz-placeholder,
.form-custom-styles textarea:focus:-moz-placeholder {
  color: #d0d6ff !important;
}

.form-custom-styles select {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(57, 52, 59, 0.7) !important;
  background: 0 0 !important;
  outline: 0 !important;
  padding-bottom: 2px !important;
  font-size: 20px !important;
  color: #747474 !important;
  font-family: "Open Sans", "Arial", sans-serif !important;
}

.form-custom-styles input[type="checkbox"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  margin: 25px 0 50px !important;
}

.form-custom-styles input[type="checkbox"] span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-right: 100px !important;
}

.carousel-options .t-checkbox__indicator,
.form-custom-styles .t-input-group_cb input {
  display: none !important;
}

.form-custom-styles .t-input-group_cb .t-checkbox__indicator {
  display: block !important;
  position: relative !important;
  cursor: pointer !important;
  padding-left: 72px !important;
}
.t-checkbox__indicator::after {
	content: none !important;
}
.t-checkbox__indicator {
	height: 0 !important;
	border: 0 !important; 
}
.t-checkbox__control {
	display: flex;
	align-items: center;
}
.t-checkbox__labeltext {
	color: #fff !important;
}
.t-input-group.t-input-group_cb {
	float: left !important;
}
.t-checkbox__indicator {
	padding: 0 !important;
	width: 40px !important;
	height: 40px !important;
}
.tn-form__submit {
	width: 100%;
	display: inline-block;
	margin-top: 50px;
}
.t-input-group.t-input-group_cb[data-input-lid="1731346948212"] {
	margin-left: 80px;

}
.t-input-group_ph {
	margin-bottom: 45px !important;
}
.form-custom-styles .t-input-group_cb .t-checkbox__indicator::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  height: 40px !important;
  border: 2px solid #555a64 !important;
  border-radius: 50% !important;
}

.form-custom-styles input[type="checkbox"]:checked ~ .t-checkbox__indicator::before {
  width: 40px !important;
  height: 40px !important;
  background: -webkit-gradient(linear, left top, right top, from(#ff0999), to(#558dff)) !important;
  background: linear-gradient(to right, #ff0999, #558dff) !important;
  border-width: 10px !important;
  border-color: #14171f !important;
}
.t-checkbox__indicator {
	display: none !important;
}

 .wrapper-social {
	background: #000;
	height: 112px
}

 .wrapper-social .social {
	list-style: none;
	height: 100%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	gap: 40px !important;
	align-items: center
}
.wrapper-social .social a {
	display: block
}

.wrapper-social .social svg {
	fill: #141a28
}

.navigation .social svg:hover, .next-button:hover svg, .previous-button:hover svg, .wrapper-social .social svg:hover {
	fill: url(#gradient-social);
}
.navigation .social li:not(:last-child), .third-block .wrapper-social .social li:not(:last-child) {
	margin-right: 40px;
}
