:root {
	--main-color: #83BFC4;
	--second-color: #062232;
}

body {
	font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}

button {
	cursor: pointer;
}

.container {
	width: 90%;
	margin: 0 auto;
}

.flex {
	display: flex;
}

/*HEADER*/

.header__content {
	height: 150px;
	align-items: center;
	justify-content: space-around;
}

.header__contact a:first-child {
	margin-right: 30px;
}

/*NAVIGATION*/

.nav ul {
	align-items: center;
}
.langs .active {
	padding-bottom: 5px;
	border-bottom: 2px solid #83BFC4;
	color: #83BFC4;
}
.nav ul li a,
.langs a {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	margin-right: 50px;
	white-space: nowrap;
}

.langs a {
	margin-right: 20px;
}

.nav ul li:last-child a,
.langs a:last-child {
	margin: 0;
}

/*NAVIGATION*/

/*HEADER*/

/*HERO*/

.hero {
	position: relative;
	margin-bottom: 10%;
}

.overlay h1 {
	width: 50%;
    margin: 11.6% auto;
    text-align: center;
    color: #fff;
    font-size: 130px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: .75;
}

.overlay h1 span:first-child{
	font-family: 'Playfair Display', serif;
	color: #83BFC4;
	text-transform: lowercase;
	line-height: .7;
	margin-left: 70px;
}

.overlay h1 span:last-child {
	margin-right: 8vw;
}

.overlay > div {
	position: relative;
}

.overlay img {
	position: absolute;
	right: 29.3%;
    bottom: 0%;
}

.hero a.flex {
	position: absolute;
    left: 45vw;
    bottom: 12vw;
	align-items: center;
}

.hero a.flex img {
	width: 3vw;
}

.hero a.flex span {
	font-size: 1vw;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	margin-left: 19px;
}

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top:45%;
    padding-bottom: 5.5%;
}
 
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
 
@media (max-width: 767px) {
	.fullscreen-bg {
		background: url('../images/plane.jpg') center center / cover no-repeat;
	}

	.overlay h1 {
	    font-size: 40px;
	}
}

/*HERO*/

/*CALCULATOR*/
.hero .calc_pos {
	width: 74%;
	position: absolute;
    left: 13%;
    bottom: -17%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  font-size: 16px;
}

input[type="date"] {
  position: relative;
  margin-top: 10px;
}

input[type="number"] {
  position: relative;
  padding-top: 11px;
  font-size: 16px;
}

input[type="email"],
input[type="text"] {
  position: relative;
  padding-top: 11px;
  font-size: 16px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
  height: 22px;
  outline: unset;
  cursor: pointer;
}

input[type="date"]:before {
	content: '';
  color: transparent;
  background-image: url(../IMG/SVG/calendar.svg);
  display: block;
  width: 25px;
    height: 23px;
    position: absolute;
    top: 10px;
    right: 0px;
}

::-webkit-datetime-edit {
  padding: 10px;
}

::-webkit-datetime-edit-fields-wrapper {
  /* background: silver; */
}

::-webkit-datetime-edit-text {
  /*color: red;*/
  padding: 0 0.3em;
}

::-webkit-inner-spin-button {
  display: block;
}

::-webkit-calendar-picker-indicator {
  background: orange;  
}

#app {
  background: #062232;
  border-radius: 10px;
  padding: 30px 20px;
  transition: all 0.2s;
  color: white;
  justify-content: space-between;
}


#app span {
  color: #6a7a84;
  display: block;
  white-space: nowrap;
}

#app input {
  background-color: transparent;
  color: #e0e4e6;
  border: 0px solid gray;
  border-bottom: 1px solid gray;
}

.calc__input.flex {
	margin: 15px 0;
}
.calc h3 {
	font-weight: 800;
	font-size: 2vw;
	line-height: 30px;
}
.calc span {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
#app .five span {
	color: #fff;
}
.calc input {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	outline: unset;
}

.one {
	width: 18%;
}
.five {
	width: 15%;
	padding-top: 15px;
}
.five.mobile {
	display: none;
}
.ttwo input {
	width: 130px;
    padding-left: 34px;
    padding-bottom: 10px;
    cursor: default;
    margin-top: 15px;
}

.for-- input {
    width: 130px;
    padding-left: 34px;
    padding-bottom: 10px;
    cursor: default;
    margin-top: 9px;
}

.tthree input,
.tfour input {
	width: 165px;
	margin-top: 15px;
	padding-bottom: 10px;
}
.ttwo .plus {
	top: 36px;
}
.ttwo .min {
	top: 36px;
	right: 60%;
}
.ttwo , 
.for-- {
	position: relative;
}

.two,
.three,
.for--,
.ttwo,
.tthree,
.tfour
 {
	width: 200px;
}


.for-- .plus {
	top: 28px;
}
.for-- .min {
	top: 28px;
	right: 60%;
}


.five p {
	margin-top: 15px;
	font-size: 3.7vw;
	color: #83BFC4;
}


.pb {
	width: 25px;
    height: 25px;
	color: white;
    border-radius: 5px;
    background-color: #253942;
    border-width: 0px;
    font-weight: bold;
    font-size: 20px;
    z-index: 5;
    position: absolute;
}

.send_btn {
	width: 100%;
    height: 60px;
    padding-top: 3px;
    background: #83BFC4;
    border-radius: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
    padding-right: 30px;
    position: relative;
    border: none;
}

#app .send_btn span {
	color: #062232;
}

.send_btn span:after{
	content: '';
    border: solid #062232;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
    top: 29px;
    right: 5%;
}

.send_btn span:before {
	content: '';
    position: absolute;
    bottom: 32px;
    right: 24px;
    width: 10px;
    height: 2px;
    background: #062232;
    transform: rotate(45deg);
    -webkit-transform: rotate(0deg);
    top: 31px;
    right: 6%;
}



/*CALCULATOR*/

/*APP DONE*/

.app_done {
	height: 84%;
	background: #062232;
  border-radius: 10px;
  padding: 30px 20px;
  transition: all 0.2s;
  color: white; 
  align-items: center;
}

.hero .done_pos {
	position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 56;
    width: 100%;
    height: 100%;
}
.app_done img {
	margin-left: 40px;
}
.app_done button {
    width: 20%;
    height: 60px;
	border: 2px solid #83BFC4;
	border-radius: 10px;
	background: transparent;
	padding-right: 25px;
}

.app_done button span {
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #83BFC4;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

.app_done button span:after{
	content: '';
    border: solid #83BFC4;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 3px;
    right: -10%;
}

.app_done button span:before {
	content: '';
    position: absolute;
    bottom: 32px;
    width: 10px;
    height: 2px;
    background: #83BFC4;
    transform: rotate(45deg);
    -webkit-transform: rotate(0deg);
    top: 5px;
    right: -9%;

}


.app_done p {
	width: 59%;
    line-height: 30px;
    margin: 0 25px;
}
/*APP DONE*/

/*ABOUT US*/

.aboutus {
	padding-bottom: 7.8%;
}

.about__content {
	padding-top: 12%;
    justify-content: space-between;
}

.about__content h2{
	position: relative;
	padding-right: 4%;
	font-weight: 800;
	font-size: 60px;
	white-space: nowrap;
}

.about__content h2:after {
	content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #83BFC4;
    bottom: 5%;
    left: 1%;
}

.about__content p {
    padding-top: 10px;
    line-height: 30px;
}

.about__content p:nth-child(2) {
	width: 25%;
}

.about__content p:last-child {
	width: 28%;
	padding-right: 2%;
}

/*ABOUT*/

/*PLACE*/

.place__content {
	position: relative;
	padding-bottom: 100px;
}

.place__content img {
	border-radius: 10px;
}

/*VIDEO*/

.place__video {
	width: 550px;
    height: 700px;
    position: absolute;
    right: 6%;
    top: 90%;
    border-radius: 20px;
    background: rgba(131, 191, 196, .5);
    overflow: hidden;
}
.place__video video {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/*VIDEO*/

.place__content h2 {
	padding-top: 70px;
    padding-bottom: 50px;
	font-weight: 800;
	font-size: 60px;
}

.place__content div.flex {
	align-items: center;
	margin-top: 10px;
    margin-left: 66px;
}

.place__content div.flex img {
	margin-right: 20px;
}

.place__content div.flex h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.place__content p {
	font-size: 20px;
    margin-top: 17px;
    margin-left: 97px;
    margin-bottom: 45px;
}

.btn {
	padding: 22px 44px;
    background: #83BFC4;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-top: 67px;
    margin-left: 66px;
    letter-spacing: 1px;
}

.arrow {
  position: relative;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-left: 15px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.right:before {
	content: '';
    position: absolute;
    bottom: 2px;
    right: -2px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.detoks img{
	position: absolute;
    top: 83%;
    right: 47%;
}

/*PLACE*/

/*ABOUT TITOVKA*/

.about_titovka {
	background: #062232;
	color: #fff;
	position: relative;
}

.about__map {
	/*display: none;*/
	position: absolute;
  right: 0;
  z-index: 0;
}

.titovka__head {
	justify-content: space-between;
	padding-top: 9%;
}

.titovka__head,.titovka__items,.titovka__address{
	position: relative;
	z-index: 1;
}

.about_titovka h2 {
	width: 45%;
	font-weight: 800;
	font-size: 100px; 
	text-transform: uppercase;
	line-height: 93px;
	z-index: 55;
}

.titovka__address.desk {
	display: flex;
}

.titovka__address.mobile {
	display: none;
}

.titovka__address {
	align-items: center;
	width: 29%;
    padding-bottom: 19%;
    z-index: 55;
}

.titovka__address img {
	margin-right: 20px;
}

.titovka__address p {
	font-size: 12px;
	font-weight: 700;
}

.titovka__items {
	justify-content: space-between;
	align-items: start;
	padding-top: 11%;
	padding-bottom: 13%;
}

.titovka__item {
	width: 21%;
}

.titovka__item img {
	width: 65px;
    height: 70px;
}

.titovka__item h3 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 37px;
	padding-bottom: 20px;
}

.titovka__item p {
	line-height: 25px;
}

.more_about {
	text-align: center;
}
.more_about a.btn {
    color: #000;
    width: 190px;
    margin: 60px auto;
}
.more_about h2 {
	font-size: 60px;
	font-weight: 800;
	color: #000;
}
/*ABOUT TITOVKA*/

/*SERVICES*/

.services {
	background: #062232;
	padding-bottom: 8.5%;
	margin-top: -1px;
}

.services h2 {
	padding-bottom: 55px;
	padding-left: 10px;
	font-size: 60px;
	font-weight: 800;
	color: #fff;
}

.services__items {
	position: relative;
	justify-content: space-around;
	z-index: 5;
	margin: 135px 0;
}

.services__item {
	background: rgba(131, 191, 196, .3);
	width: 19%;
	height: 325px;
	margin-bottom: 8px;
	border-radius: 10px;
}
.services__item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.services__item video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	border-radius: 10px;
	top: 0;
	left: 0;
}
.services__item.big {
	width: 43.5%;
}

.services__item h4 {
	width: 105%;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.services__items img {
	position: absolute;
	top: -13%;
    right: 52%;
}

/*SERVICES*/

/*MADE IN ARCTIC*/
.made.mobile {
	display: none;
}
.made {
	position: relative;
	height: 700px;
}

.made__content {
	position: absolute;
	height: 700px;
	width: 100%;
	background: url(../IMG/made_in_arc.png) 0 100%/ cover scroll;
}

.address .container {
    width: 73%;
}

.made img {
	position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, 0);
}

/*MADE IN ARCTIC*/

/*ADDRESS*/

.address {
	margin-bottom: 140px;
}

.address h2 {
	padding-top: 100px;
	padding-bottom: 80px;
	font-weight: 800;
	font-size: 60px;
}

.address__ways {
	padding-bottom: 85px;
}

.address__way {
	width: 300px;
	margin-left: 60px;
}
.address__way.mobile {
	display: none;
}

.address__way p {
	height: 90px;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 30px;
}

.address__way h4 {
	font-size: 12px;
	text-transform: uppercase;
}

.address__map {
	overflow: hidden;
	border-radius: 10px;
}

.address__content .slider h3 {
	padding-bottom: 30px;
}

.address__content .slider p {
	line-height: 25px;
}

/*ADDRESS SLIDER*/

@media (max-width:767px){
	.wrapper{padding: 50px 10px;}
}

/* Слайдер */
.address__content .slick-slider{
	min-width: 0;
	width: 350px;
	margin-left: 30px;
}
.address__content .slick-initialized .slick-slide {
	outline: none;

}
/* Ограничивающая оболочка */
.address__content .slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.address__content .slick-track{
	display: flex;
	align-items: flex-start;
}

/* Слайд */
.address__content .slick-slide{
	width: 350px;
}

/* Конкретный слайдер */
.address__content .slider {
	position: relative;
}

@media (max-width:767px){
	.address__content .slider {
	}
}

.address__content .slider .slick-arrow{
	position: absolute;
    top: 91%;
    background: transparent;
    margin: -30px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #D4D4D4;
    cursor: pointer;
}

.address__content .slider .slick-arrow.slick-next:before {
	content: '';
    position: absolute;
    bottom: 32px;
    right: 24px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.address__content .slider .slick-arrow.slick-next:after {
	content: '';
    border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	margin-left: 15px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.address__content .slider .slick-arrow.slick-prev:after{
	content: '';
    border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.address__content .slider .slick-arrow.slick-prev:before {
	content: '';
    position: absolute;
    bottom: 32px;
    right: 24px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(0deg);
}


.address__content .slider .slick-arrow.slick-prev{
	left: 0;
	margin-left: 3%;
}
.address__content .slider .slick-arrow.slick-next{
	right: 0;
	margin-right: 50%;
}
.address__content .slider .slick-arrow.slick-disabled{
	opacity: 0.2;
}

.address{
	overflow: hidden;
}

.address__content .slider .slick-dots{
	position: absolute;
	top: -190px;
    left: -760px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address__content .slider .slick-dots span {
	font-size: 12px;
	font-weight: 700;
	position: relative;
    cursor: pointer;
    padding-bottom: 1px;
}

.address__content .slider .slick-dots span:before {
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #D4D4D4;
    position: absolute;
    top: -85%;
    left: -85%;
    z-index: 0;
}
.address__content .slider .slick-active span:before {
	background: #83BFC4;
	width: 40px;
    height: 40px;
	border: 2px solid #83BFC4;
	z-index: -1;
}
.address__content .slider .slick-dots span:after {
	content: '';
    width: 410px;
    height: 2px;
    background: #D4D4D4;
    position: absolute;
    bottom: -120px;
    left: -20px;
}
.address__content .slider .slick-active span:after {
	content: '';
    width: 410px;
    height: 2px;
    background: #83BFC4;
    position: absolute;
    bottom: -120px;
}
.address__content .slider .slick-dots li{
	list-style: none;
	margin-right: 344px;
}


.address__content .slider__item {
}
.address__content .slider__item img{
	max-width: 100%;
}
.address__content .slider__item.slick-center{
	
}

.address__content .slider h3 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}



/*ADDRESS SLIDER*/

/*ADDRESS*/

/*CONTACT*/

.contact {
	padding: 80px 0;
	background: #83BFC4;
}

.contact h2 {
	width: 768px;
    margin-right: 19px;
	font-weight: 800;
	font-size: 100px;
	text-transform: uppercase;
	color: #000000;
	line-height: 90px;
}

.contact p {
	padding-top: 5px;
	width: 360px;
	line-height: 25px;
}

.contact__info {
	position: relative;
}

.contact__info div.flex {
	align-items: center;
	padding-top: 30px;
	margin-right: 35px;
}

.contact__info div.flex a {
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #000;
}

.contact__info > a.message {
    position: absolute;
    top: 900px;
    right: 53%;
    padding: 53px;
    background: #062232;
    border-radius: 50%;
    z-index: 1;
}

.contact__info > a.whatsapp {
    position: absolute;
    top: 1750px;
    right: 43%;
    padding: 70px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/*CONTACT*/

/*INSTAGRAM*/

.insta {
	padding: 90px 0;
	padding-bottom: 3px;
	position: relative;
}

.insta__acc{
	display: flex;
	justify-content: space-between;
	flex: 1 1 auto;
	width: 100%;
}

.insta__head {
	align-items: baseline;
	padding-bottom: 40px;
}

.insta h2 {
	padding-right: 45px;
	font-weight: 800;
	font-size: 60px;
}

.insta .insta__.flex {
	justify-content: center;
	flex-wrap: wrap;
} 

.account {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #83BFC4;
}

.subscribe {
	position: relative;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #000;
	min-width: 127.05px;
}
.subscribe:after {
	content: '';
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-left: 15px;
    margin-bottom: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.subscribe:before {
	content: '';
    position: absolute;
    bottom: 6px;
    right: 0px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.insta__items .insta__item {
	margin-top: 30px;
}

.insta__item img {
	margin: 0px 17px;
	border-radius: 10px;
}

.insta__item div img:last-child {
	margin-top: 30px;
    display: block;
}
.insta .container .insta__about > p {
	font-weight: 800;
	font-size: 60px;
	line-height: 74px;
	margin-top: 60px;
	padding-bottom: 150px;
}

.insta__about {
	position: relative;
}
.insta .container .insta__about > p > a {
	color: #83BFC4;
	border-bottom: 1px solid #83BFC4;
}

.insta .container .insta__about > img {
	position: absolute;
	right: 17%;
    bottom: 16%;

}

/*INSTAGRAM*/

/*FOOTER*/

.footer.flex {
	justify-content: space-between;
	padding-top: 32px;
	padding-bottom: 32px;
    margin-left: 100px;
    margin-right: 90px;

}

/*FOOTER*/

/*ABOUT PAGE ABOUT PAGE STYLE*/

@media (max-width:767px){
	.wrapper{padding: 50px 10px;}
}

/* Основные стили */

/* Слайдер */
.hero__about .slick-slider{
	min-width: 0;
}
.hero__about .slick-slider .slider__item-wrapper {
	position: relative;
}

.hero__about .slick-slider .slider__item-wrapper .back {
	position: absolute;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    width: 100vw;
    height: 100vw;
}

.hero__about .slick-slider .slider__item-wrapper h2{
	width: 70%;
    position: absolute;
    bottom: 15%;
    left: 17%;
    font-weight: 800;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 88;
}

.hero__about .slick-slider .slider__item-wrapper img {
	width: 100vw;
}
/* Ограничивающая оболочка */
.hero__about .slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.hero__about .slick-track{
	display: flex;
	align-items: flex-start;
}

.hero__about .hero__slider {
	position: relative;
}

@media (max-width:767px){
	.hero__about .hero__slider {
	}
}

.hero__about .hero__slider .slick-arrow{
	position: absolute;
    bottom: -10%;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 20px;
    border: none;
}
.hero__about .hero__slider .slick-arrow.slick-prev{
	right: 5%;
	background: url('../img/sl-arrow_l.svg') 0 0 / 100% no-repeat;
}
.hero__about .hero__slider .slick-arrow.slick-next{
	right: 1% ;
	background: url('../img/sl-arrow_r.svg') 0 0 / 100% no-repeat;
}
.hero__about .hero__slider .slick-arrow.slick-disabled{
	opacity: 0.2;
}

.hero__about .hero__slider .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero__heads {
	justify-content: space-around;
}

.hero__heads h4 {
	font-size: 12px;
	letter-spacing: .5px;
	padding-top: 25px;
}

.hero__about .hero__slider .slick-dots span {
	font-size: 0;
}

.hero__about .hero__slider .slick-arrow.slick-next:before {
	content: '';
    position: absolute;
    bottom: 8px;
    right: 10px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.hero__about .hero__slider .slick-arrow.slick-next:after {
	content: '';
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-left: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 40%;
    left: 4%;
}

.hero__about .hero__slider .slick-arrow.slick-prev:after{
	content: '';
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 7px;
    left: 8px;
    position: absolute;
    margin-left: 10px;
}

.hero__about .hero__slider .slick-arrow.slick-prev:before {
	content: '';
    position: absolute;
    bottom: 9px;
    right: 0px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(0deg);
}

.slider__item-head {
	position: absolute;
}

.hero__about .hero__slider__item {
	padding: 0px 15px;
}
.hero__about .hero__slider__item img{
	max-width: 100%;
}
.hero__about .hero__slider__item.slick-center{
	
}

/*ABOUT PAGE ABOUT PAGE STYLE*/

.hero__about .hero__slider .slick-dots{
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.hero__about .hero__slider .slick-dots li{
    cursor: pointer;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    border: 0;
	padding-right: 2.5%;
	border-bottom: 2px solid #D4D4D4;
	padding-bottom: 25px;
}

.hero__about .hero__slider .slick-dots li button{
    display: block;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    outline: none;
    position: relative;
    background: transparent;
}
.hero__about .hero__slider .slick-dots li.slick-active {
	border-bottom: 2px solid #A09480;
}
.hero__about .hero__slider .slick-dots li.slick-active button {
	color: #A09480;
}
.hero__about .hero__slider .slick-dots li button .fa{
   position: absolute;
   bottom: -20px;
   left: 50%;
   margin-left: -5px;
   opacity: 0;
   transition: all 0.3s ease;
}


/*DETAILS*/

.details {
	padding: 140px 0;
}

.details h2 {
	padding-bottom: 25px;
	font-weight: 800;
	font-size: 60px;
}

.details p {
	line-height: 30px;
}

.details__item {
	padding-top: 60px;
}

.details__item img {
	margin-right: 50px;
	border-radius: 10px;
}
.details .details__item:last-child img {
	margin-right: 0;
	margin-left: 50px;
}
.details__item h3 {
	font-weight: 800;
	font-size: 25px;
	padding-top: 85px;
	padding-bottom: 20px;
}
.details__item:last-child h3 {
	padding-top: 50px;
}

/*DETAILS*/

/*PRICES*/

.prices {
	padding-top: 70px;
	padding-bottom: 120px;
}

.prices h2 {
	padding-bottom: 30px;
	font-weight: 800;
	font-size: 40px;
}

.prices table {
	width: 60%;
	margin-bottom: 120px;
}

.prices table thead {
	border-bottom: 2px solid #A09480;
}

.prices table thead th {
	text-align: left;
	padding-bottom: 20px;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;

}

.prices table tbody td {
	padding: 20px 0;
	border-bottom: 1px solid #D4D4D4;
}

.prices table tbody td span {
	padding: 10px;
	background: #F0F0F0;
	border-radius: 10px;
}
.prices ul li {
	position: relative;
	margin-left: 27px;
    margin-bottom: 15px;
}
.prices ul li:after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000;
    border-radius: 60px;
    left: -25px;
    bottom: 4px;
}

/*PRICES*/

/*SHINE*/

.shine .slider__item {
	position: relative;
	outline: none;
}
.shine .slider__item h3 {
	position: absolute;
    top: 10%;
    left: 25%;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    z-index: 100;
}
.shine .slider__item img {
	width: 100%;
}

.shine .slider__item .shine__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

.shine button {
	position: absolute;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, .8);
	width: 110px;
	height: 110px;
	border-radius: 50%;
	z-index: 1000;
	font-size: 0;
}

.shine button.slick-prev {
	top: 50%;
	left: 12%;
}

.shine button.slick-next {
	top: 50%;
	right: 12%;
}

.shine .slick-arrow.slick-next:before {
	content: '';
    position: absolute;
    bottom: 52px;
    right: 40px;
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(0deg);
}

.shine .slick-arrow.slick-next:after {
	content: '';
    border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	margin-left: 15px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.shine .slick-arrow.slick-prev:after{
	content: '';
    border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.shine .slick-arrow.slick-prev:before {
	content: '';
    position: absolute;
    bottom: 52px;
    right: 42px;
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(0deg);
}


/*SHINE*/

/*GALLERY*/

.info {
    position: absolute;
    left: 1%;
    top: 2%;
    background: #fff;
    padding: 5px 10px;
    border-radius: 15px;
}

.fotorama .fotorama__stage {
	overflow: visible;
}

.fotorama__thumb {
    width: 118% !important;
    height: 111% !important;
    background-color: transparent !important;
}

.fotorama__thumb-border {
	width: 144px !important;
    height: 78px !important;
    border-radius: 8px !important;
    border-color: #A09480 !important;
    background-image: none !important;
}

.fotorama__thumb .fotorama__img {
	width: 133px !important;
	left: 7px !important;
    top: 5.90253px !important;
    border-radius: 8px !important;
    opacity: .7 !important;
    transition: .5s ease;
    transform: scale(.9) !important;
}

.fotorama__active .fotorama__img {
	opacity: 1 !important;
	transform: scale(1) !important;
}

.fotorama__arr {
	margin-top: -24px !important;
	top: 111% !important;
	width: 70px !important;
	height: 70px !important;
	background: transparent !important;
	border-radius: 50%;
	border: 2px solid #D4D4D4;
	z-index: 9999 !important;
}

.fotorama__arr.fotorama__arr--next:before {
	content: '';
    position: absolute;
    bottom: 33px;
    right: 27px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.fotorama__arr.fotorama__arr--next:after {
	content: '';
    border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	margin-left: 15px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	    position: absolute;
    top: 33px;
    right: 25px;
}

.fotorama__arr.fotorama__arr--prev:after{
	content: '';
    border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
    top: 32px;
    left: 34px;
}


.fotorama__arr.fotorama__arr--prev:before {
	content: '';
    position: absolute;
    bottom: 34px;
    right: 24px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(0deg);
}*/

/*GALLERY*/

/*SCROLL MAGIC*/

#placeholder1 {
  height: 100vh;
  background-color: grey;
}

#pinContainer {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.panel.services ,
.panel.made
 {
  height: 100%;
  width: 100%;
  position: absolute;
}
.panel.services {
	padding-bottom: 0;
    padding-top: 0;
    height: 700px;
}

#pinMaster {
  position: relative;
}

#footer {
  height: 100px;
  background-color: black;
}

.spacer {
  height: 600px;
}

.image {
  width: 200px;
  height: 200px;
  line-height: 200px;
  font-size: 60px;
  position: absolute;
  right: 50px;
  bottom: 100px;
  color: white;
  text-align: center;
}

/*SCROLL MAGIC*/
