
@media screen and (min-width: 1440px) {
.wrapper {
	min-width: 1440px;}}

.wrapper {
	min-width: 640px;
	max-width: 1440px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	position: relative;
    top: -72px;
}

.header {
	height: 46px;
	position: fixed;
    z-index: 9;
    top: -1px;
    width: 1440px;
}

.header, .form__button, .suite__description_7, .suite__button, .gallery__container, .gallery__container_text {
	background-color: #1c1c1c;
}

.container, .formContainer, .formContainer__inputs, .suite__container, .suite__images, .gallery__container, .gallery__images, .footer__links {
	display: flex;
	justify-content: space-between;
}

.header__logo {
	width: 170px;
	height: 20px;
	margin: 15px 0px 15px 281px;
}

.header__menu, .header__close, .gallery_text_mobile {
	display: none;
}

.header__links {
	width: 450px;
	margin: 13px 276px 0px 0px;
	padding: 0px 5px 0px 0px;
}

.header__links, .about__images, .suite__images, .gallery__images, .footer__links {
	list-style: none;
}

.header__links_link {
	color: #878787;
	font-size: 10.5px;
	font-weight: normal;
	line-height: 1.95;
	letter-spacing: 1.4px;
    word-spacing: -2px;
    padding-bottom: 3px;
    transition: color 2s, border-bottom 2s;
}

.header__links_link, .button__link, .suite__subtitle_link, .suite__subtitle_size, .footer__links_link {
	text-decoration: none;
}

.header__links_link:hover{
	color: #ffffff;
	border-bottom: solid 1px #878787;
	cursor: pointer;
}

.main {
	background-image: url("images/background/main-background.png"); 
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	height: 247px;
    padding: 0px 0px 380px 0px;
}

.main, .main__container, .about__text {
	text-align: center;
}

.main::before {
	content:"";
	background-image: linear-gradient(to top, #1c1c1c, #1c1c1c);
	width: 100%;
	height: 51px;
	display: block;
	z-index: 1;
    position: absolute;
}

.main__subtitle {
	color: #ffffff;
	line-height: 2.28;
	letter-spacing: 1.1px;
	margin-top: 72px;
	padding-top: 122px;
}

.main__subtitle, .formContainer__inputs, .formContainer__select, .suite__description_reviews {
	font-size: 9px;
	font-weight: normal;
}

.main__title {
	color: #ffffff;
	font-size: 52.5px;
	font-weight: normal;
	line-height: 1.28;
	letter-spacing: 1.6px;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 18px;
}

.main__title, .formContainer__inputs_input, .formContainer__select, .subtitle, .subtitle__rooms, .suite__subtitle {
	font-family: GildaDisplay;
}

.main__button {
	color: #ffffff;
	background: transparent;
	width: 144px;
	height: 36px;
	border: solid 1.5px #ffffff;
	font-size: 8.5px;
	font-weight: 900;
	line-height: 2.41;
	letter-spacing: 0.85px;
	margin: 35px 0px 92px 0px;
	transition: background-color 2s, color 2s;
}

.main__button:hover{
	cursor: pointer;
	background-color: #ffffff;
	color: #1c1c1c;
}

.main__button:focus{
	outline: none;
}

.button__link {
	color: #ffffff;
	transition: color 2s;
}

.formContainer {
	width: 449px;
   	margin-left: 451px;
}

.formContainer__inputs {
	width: 405px;
	height: 100px;
	display: flex;
	background-color: #ffffff;
	line-height: 2.28;
	letter-spacing: 0.72px;
	color: #a3a3a3;
	margin: 0px -448px 0px 0px;
}

.form__checkin {
	margin: 19px -60px 0px 55px;
}

.formContainer__inputs_input {
	width: 56px;
	height: 40px;
	color: #878787;
	font-size: 37.5px;
	line-height: 0.55;
	letter-spacing: -2.25px;
	border: none;
}

.formContainer__inputs_input:focus{
	outline: none;
}

.formContainer__select {
	line-height: 2.28;
	letter-spacing: -0.54px;
	color: #1c1c1c;
	border: none;
}

.formContainer__select:focus{
	outline: none;
}

.form__checkout {
	margin: 15px  -45px 0px 0px
}

.form__guests{
	margin: 15px 50px 0px 0px;
}

.form__button {
	width: 135px;
	height: 100px;
	border: none;
	color: #ffffff;
	font-size: 9px;
	line-height: 1.72;
	letter-spacing: 1.53px;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin: 0px -90px 0px 0px;
	transition: background-color 2s, border-bottom 2s;
}

.form__button:hover{
	cursor: pointer;
	background-color: transparent;
	border: solid 1.5px #ffffff;
}

.form__button:focus{
	outline: none;
}

.about{
	display: flex;
	height: 425px;
	margin-top: -53px;
    margin-left: 233px;
}

.about__text {
	margin: 80px 0px 0px 325px;
}

.about__subtitle {
	font-size: 10.5px;
	line-height: 1.95;
	letter-spacing: 1.16px;
	color: #878787;
	font-weight: normal;
}

.about__subtitle_position {
	margin: -9px 45px 0px 0px;
}

.subtitle {
	font-weight: normal;
	font-size: 60px;
	line-height: 1;
	color: #1c1c1c;
	height: 107px;
	width: 303px;
	margin: 12px -110px 0px 17px;
	letter-spacing: 2.2px;
}

.about__description {
	font-size: 10.5px;
	font-weight: normal;
	line-height: 1.95;
	letter-spacing: 0.65px;
	color: #878787;
	width: 360px;
	height: 90px;
	margin: 30px 0px 0px -35px;
}

.about__button {
	width: 103px;
	height: 33px;
	background-color: #c19b76;
	border: none;
	font-size: 8.5px;
	font-weight: 900;
	line-height: 2.4;
	letter-spacing: 0.85px;
	color: #ffffff;
	margin: 35px -11px 0px 0px;
	transition: background-color 2s, border 2s, color 2s;
}

.about__button:hover{
	cursor: pointer;
	background-color: transparent;
	border: solid 1.5px #c19b76;
	color: #c19b76;
}

.about__button:focus{
	outline: none;
}

.about__images {
	display: flex;
	margin: 50px 0px 0px 8px;
}

.about__images_window {
	width: 345px;
	height: 230px;
	position: relative;
	z-index: 2;
	bottom: -179px;
}

.about__images_bedroom {
	width: 326px;
	height: 218px;
	position: relative;
	z-index: 1;
	left: -303px;
    top: 7px;
}

.about__images_bathroom {
	width: 252px;
	height: 341px;
	position: relative;
	z-index: 3;
	left: -356px;
	top: 35px;
}

.suite {
	background-color: #f9f9f9;
	height: 620px;  
}

.suite__hotel {
	text-align: center;
	margin: 59px -3px 0px 0px;
	padding: 55px 0px 0px 0px;
}

.suite__line {
	color: #878787;
	width: 23px;
	size: 2px;
	margin: 3px 0px 0px 939px;
}

.subtitle__rooms {
	font-size: 41.5px;
	font-weight: normal;
	line-height: 1.46;
	text-align: center;
	color: #1c1c1c;
	margin: 3px 2px 0px 0px;
    letter-spacing: 0.9px;
}

.suite__container {
    width: 860px;
    margin-left: 251px;
}

.suite__container_adriatic {
	width: 428px;
	height: 392px;
	background-color: #ffffff;
	margin: 30px -18px 0px 263px;
}

.suite__adriatic {
	width: 428px;
	height: 185px;
}

.suite__adriatic_name{
	position: relative;
	z-index: 1;
	top: -45px;
	right: -20px;
	font-size: 8.5px;
	font-weight: normal;
	line-height: 2.4;
	letter-spacing: 0.85px;
	color: #ffffff;
	text-transform: uppercase;
}

.suite__subtitle {
	font-size: 22.5px;
	font-weight: normal;
	line-height: 0.7;
	color: #1c1c1c;
	letter-spacing: 1px;
}

.suite__subtitle_size {
	margin: -20px 222px 0px -25px;
	text-align: center;
}

.table {
	margin: 0px 0px 0px 5px;
}

.suite__description_7 {
	width: 21px;
	height: 20px;
	font-size: 8.5px;
	font-weight: normal;
	line-height: 2.4;
	letter-spacing: -0.15px;
	color: #ffffff;
	text-align: center;
}

.suite__description_reviews {
	line-height: 2.3;
	color: #878787;
	text-transform: uppercase;
}

.suite__description_user {
	width: 17px;
	height: 17px;	
}

.suite__description_plan {
	width: 16px;
	height: 16px;
	margin-top: 2px;
    margin-left: -3px;
}

.suite__text {
	font-size: 10.5px;
	font-weight: normal;
	line-height: 1.95;
	color: #878787;
	margin: 5px 0px 0px 25px;
	width: 312px;
	letter-spacing: 0.6px;
}

.suite__button {
	width: 166px;
	height: 35px;
	font-size: 8.5px;
	font-weight: 900;
	line-height: 2.4;
	letter-spacing: 0.85px;
	color: #ffffff;
	border: none;
	margin: 17px 0px 0px 23px;
    padding-left: 16px;
    transition: background-color 2s;
}

.suite__button:hover{
	cursor: pointer;
	background-color: #c19b76;
}

.suite__button:focus{
	outline: none;
}

.suite__images{
	position: relative;
	z-index: 0;
	width: 428px;
	margin-right: 170px;
	padding-top: 12px;
}

.suite__images_image {
	width: 203px;
	height: 184px;
	position: relative;
	z-index: 0;
}

.suite__name{
	position: relative;
	z-index: 1;
	right: 185px;
	top: 145px;
	font-size: 8.5px;
	font-weight: normal;
	line-height: 2.4;
	letter-spacing: 0.85px;
	color: #ffffff;
	text-transform: uppercase;
}

.suite__images_piazza{
	margin-left: -20px;
}

.suite__name_gallery{
	position: relative;
	z-index: 1;
	right: 164px;
	top: 135px;
	font-size: 8.5px;
	font-weight: normal;
	line-height: 2.4;
	letter-spacing: 0.85px;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
}

.suite__images_grand{
	margin-left: -1px;
    margin-right: -21px;
    margin-top: -7px;
}

.gallery {
	height: 480px;
}

.gallery__container {
	text-align: center;
	width: 1440px;
    margin: 0 auto;
}

.gallery__container_images{
	width: 720px;
	height: 481px;
}

.gallery__images {
	height: 240px;
	margin: 0px 0 0 -40px;
}

.gallery__images_foto {
	width: 360px;
	height: 240px;
}

.gallery__container_text {
	width: 720px;
	height: 481px;
}

.gallery__subtitle {
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1px;
	margin: 66px 313px 0px 0px;
}

.gallery__subtitle_white {
	color: #ffffff;
	margin: 5px 0px 0px 77px;
}

.gallery__subtitle_broun {
	color: #c19b76;
	margin: -44px 0px 0px 29px;
}

.gallery__container_p {
	display: flex;
	justify-content: space-between;
	margin-top: -25px;
}

.gallery_text {
	font-size: 10.5px;
	font-weight: 300;
	line-height: 1.95;
	letter-spacing: 0.2px;
	color: #878787;
	text-align: left;
	margin: -30px 0px 0px 70px;
}

.gallery_text1 {
	width: 248px;
}

.gallery_text2 {
	width: 240px;
	padding: 10px 0px 0px 50px;
}

.gallery__button {
	width: 165px;
	height: 33px;
	background-color: #151515;
	font-size: 8.5px;
	font-weight: 900;
	line-height: 2.4;
	letter-spacing: 0.85px;
	color: #ffffff;
	border: none;
	margin: 32px 400px 0px 0px;
	transition: background-color 2s, color 2s;
}

.gallery__button:hover{
	cursor: pointer;
	background-color: #ffffff;
	color: #c19b76;
}

.gallery__button:focus{
	outline: none;
}

.pluses {
	height: 175px;
}

.pluses__container {
	padding-top: 48px;
}

.pluses__text {
	width: 506px;
	font-family: GildaDisplay;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.79;
	color: #1c1c1c;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.7px;    
}

.footer {
	height: 67px;
	background-color: #151515;
}

.footer__links {
	width: 340px;
	text-align: center;
	padding: 23px 0px 0px 513px;
}

.footer__links_link {
	font-family: GildaDisplay;
	font-size: 9.5px;
	font-weight: normal;
	line-height: 2.15;
	letter-spacing: 2px;
	color: #ffffff;
	padding-bottom: 3px;
	transition: color 2s, border-bottom 2s;
}

.footer__links_link:hover{
	color: #ffffff;
	border-bottom: solid 1px #878787;
	cursor: pointer;
}


@media screen and (min-width: 1024px) and (max-width: 1439px) {
	.wrapper {
		max-width: 1024px;
	}

	.header {
		height: 36px;
		max-width: 1024px;
	}

	.header__logo {
		height: 14px;
		width: 119px;
		margin-top: 11px;
    	margin-left: 200px;
	}

	.header__links {
		width: 435px;
		width: 430px;
    	margin: 6px 24px 0px 0px;
	}

	.header__links_link {
		font-size: 11px;
		line-height: 1.32;
		letter-spacing: -0.11px;
	}

	.main {
		height: 318px;
    	padding-bottom: 0px;
	}

	.main__subtitle {
		font-size: 10px;
		line-height: 1.45;
		letter-spacing: 1.2px;
		margin-top: 48px;
    	margin-left: 14px;
    	margin-bottom: 26px;
	}

	.main__title {
		font-size: 32px;
		line-height: 1;
		letter-spacing: 0.9px;
		margin-left: 260px;
		white-space: nowrap;
    	padding-top: 0px;
	}

	.main__button {
		width: 145px;
		height: 25px;
		border: solid 1.1px #ffffff;
		font-size: 9px;
		line-height: 1.61;
		letter-spacing: 0.9px;
		margin-top: 29px;
   		margin-right: -15px;
	}

	.formContainer {
 		width: 397px;
    	margin-left: 250px;
    	justify-content: space-between;
    	margin-top: -2px;
	}

	.formContainer__inputs{
		margin-top: -19px;
    	margin-left: 25px;
    	width: 354px;
    	text-align: center;
	}  

	.form__checkin, .form__checkout {
		display: grid;
	}

	.form__checkout {
		margin-left: 11px;
	}

	.br {
		display: none;
	}
	
	.formContainer__inputs_input {
		width: 59px;
    	height: 41px;
		font-size: 26.5px;
		letter-spacing: -1.59px;
		border: solid 0.5px #a3a3a3;
		text-align: center;
	}

	.formContainer__select{
 		padding-left: 24px;
	}

	.form__guests {
		margin: 15px 61px 0px 0px;
	}

	.form__button {
		width: 92px;
		height: 83px;
		margin-top: -3px;
		margin-right: -64px;
		transition: border 2s, color 2s;
	}

	.form__button:hover {
		border: solid 1px #151515;
		color: #151515;
	}

	.about{
		height: 440px;
		margin-left: 0px;
	}

	.about__subtitle {
		font-size: 9px;
		line-height: 1.61;
		letter-spacing: 0.99px;
	}

	.about__subtitle_position {
		letter-spacing: 0.7px;
    	margin-top: 44px;
    	margin-left: -50px;
	}

	.subtitle {
		font-size: 43px;
		letter-spacing: 1.7px;
    	margin-left: -124px;
    	margin-top: 11px;
	}

	.about__description {
		font-size: 9px;
		line-height: 1.78;
		letter-spacing: 0.2px;
    	margin-top: -8px;
    	margin-left: -105px;
    	width: 252px;
    	height: 73px;
	}

	.about__button {
		width: 115px;
		height: 25px;
		font-size: 9px;
		line-height: 1.61;
		letter-spacing: 0.9px;
		margin-top: 23px;
    	margin-left: -98px;
	}

	.about__images {
		margin: 60px 0px 0px -15px;
	}

	.about__images_window {
		width: 245px;
		height: 164px;
		bottom: -179px;
	}

	.about__images_bedroom {
		width: 232px;
		height: 155px;
		left: -218px;
    	top: 58px;
	}

	.about__images_bathroom {
		width: 179px;
		height: 242px;
		left: -250px;
    	top: 76px;
	}

	.suite {
		height: 460px;
	}

	.suite__hotel {
		letter-spacing: 0.7px;
		margin: -4px -12px 0px 0px;
	}

	.suite__line {
		width: 17px;
		size: 1px;
		margin: 4px 0px 0px 503px;
	}

	.subtitle__rooms {
		font-size: 30px;
		line-height: 1.43;
		letter-spacing: normal;
		margin: 1px -13px 0px 0px;
		letter-spacing: 0.8px;
	}

	.suite__container {
		width: 620px;
    	margin-left: -111px;
	}

	.suite__container_adriatic {
		width: 305px;
		height: 279px;
		margin: 30px -24px 0px 311px;
	}

	.suite__adriatic {
		width: 305px;
		height: 132px;
		margin-top: -9px;
	}

	.suite__adriatic_name {
		font-size: 9px;
		line-height: 1.61;
		letter-spacing: 0.9px;
		top: -38px;
    	right: -18px;
	}

	.suite__subtitle {
		font-size: 16px;
		letter-spacing: normal;
	}

	.suite__subtitle_size{
    	letter-spacing: 0.5px;
    	margin: -23px 150px 0px -25px;
	}

	.suite__description_7  {
		width: 22px;
		height: 15px;
		font-size: 8px;
		line-height: 1.81;
		letter-spacing: -0.16px;
	}

	.suite__description_reviews  {
		font-size: 7px;
		line-height: 2.07;
	}

	.suite__description_user {
		width: 12px;
		height: 12px;
		margin-top: 3px;
    	margin-left: -10px;	
	}

	.suite__description_plan {
		width: 11px;
		height: 11px;	
		margin-top: 4px;
    	margin-left: -4px;
	}

	.suite__text {
		font-size: 9px;
		line-height: 2;
		letter-spacing: 0.4px;
    	width: 267px;
    	margin-top: -10px;
    	margin-left: 18px;
	}

	.suite__button {
		width: 186px;
		height: 26px;
		font-size: 9px;
		line-height: 1.61;
		letter-spacing: 0.9px;
		margin: 9px 0px 0px 17px;
	}

	.suite__images {
		width: 300px;
    	margin-right: 314px;
    	padding-top: 2px;
	}

	.suite__images_image {
		width: 146px;
		height: 132px;
	}

	.suite__images_piazza {
		margin-left: -30px;
	}

	.suite__images_grand {
    	margin-left: -4px;
    	margin-right: -26px;
	}

	.suite__name {
 		right: 130px;
    	top: 100px;
	}

	.suite__name_gallery {
    	right: 101px;
    	top: 94px;
    }

    .gallery {
		height: 344px;
	}

	.gallery__container {
		width: 1024px;
	}

	.suite__name, .suite__name_gallery {
		font-size: 9px;
		line-height: 1.61;
		letter-spacing: 0.9px;
	}

	.gallery__container_images {
		width: 514px;
		height: 344px;
		display: flex;
    	flex-direction: column;
	}

	.gallery__images_mobile {
		margin-top: -4px;
	}


	.gallery__images_foto {
		width: 257px;
		height: 172px;
	}

	.gallery__container_text {
		width: 514px;
		height: 344px;
	}

	.gallery__subtitle {
		letter-spacing: 1.2px;
    	margin: 46px 237px 0px 0px;
	}

	.gallery__subtitle_white {
		margin-left: 11px;
    	margin-top: 3px;
	}

	.gallery__subtitle_broun {
		margin-left: -24px;
    	margin-top: -65px;
	}

	.gallery_text {
		font-size: 9px;
		line-height: 2;
		letter-spacing: 0.54px;
		margin-top: -59px;
    	margin-left: 51px;
	}

	.gallery_text1 {
    	width: 161px;
	}

	.gallery_text_mobile {
	display: none;
	}

	.gallery__button {
		width: 158px;
		height: 25px;
		font-size: 9px;
		line-height: 1.61;
		letter-spacing: 0.9px;
	}

	.gallery_text2 {
    	width: 170px;
    	padding: 14px 0px 0px 46px;
	}

	.gallery__button {
		margin: 0px 227px 0px 0px;
	}

	.pluses {
		height: 151px;
	}

	.pluses__container {
    	padding: 50px 0px 0px 16px;
	}

	.pluses__text {
		width: 360px;
		font-size: 13.5px;
		letter-spacing: 0.5px;
	}

	.footer {
		height: 48px;
	}

	.footer__links {
		width: 350px;
		padding: 11px 0px 0px 201px;
	}

	.footer__links_link {
		font-size: 13px;
		line-height: 1.32;
		letter-spacing: 0.33px;
	}
}


@media screen and (max-width: 1023px) {

	.wrapper {
		max-width: 640px;
	}

	.header {
		height: 34px;
		max-width: 640px;
	}

	.header .header__links_mobile{
		display: none;
	}

	.header .header__menu {
		display: block;
	}

	.header .header__close {
		display: none;
	}

	.header_mobile {
		height: 335px;
		overflow: hidden;
    	transition: height 1s 0.5s ease-out;
	}

	.header_mobile .header__close {
		display: block;
	}

	.header_mobile .header__menu {
		display: none;
	}

	.header_mobile .header__links_mobile{
		display: block;
	}

	.header__logo {
		width: 171px;
    	height: 19px;
    	margin: 12px 0px 15px 47px;
	}

	.main__subtitle, .suite__subtitle, .table, .suite__text,.suite__button, .suite__images_grand, .suite__name_piazza, .suite__name_grand {
		display: none;
	}

	.header__menu {
		display: block;
		width: 24px;
		height: 20px;
    	margin-top: 10px;
    	margin-right: 56px;
    }

    .header__menu:hover {
    	cursor: pointer;
    }

    .header__close {
		display: block;
		width: 19px;
		height: 19px;
		margin-right: 59px;
    	margin-top: 9px;
	}

	.header__close:hover {
    	cursor: pointer;
    }

    .header__links_mobile {
		position: absolute;
    	left: 504px;
    	top: 30px;
    	flex-direction: column;
    	width: 300px;
    	text-align: right;
    	margin-right: -305px;
    	margin-left: -221px;
    	height: 242px;
   	}

	.header__links_link {
		color: #ffffff;
    	font-size: 14px;
    	font-weight: normal;
        letter-spacing: 0.3px;
    	text-transform: uppercase;
    	line-height: 2.7;
    	transition: color 0.1s, font-weight 0.1s, font-size 0.1s, font-size 0.1s;
   	}

   	.header__links_link:hover {
   		border-bottom: none;
   		color: #c19b76;
   		font-weight: bold;
   		font-size: 16px;
   	}

   	.header__links_link:after {
   		content:"";
   		border-bottom: solid 1px #c19b76;
   		width: 195px;
   		display: block;
   		height: 3px;
       	margin-left: 105px;
       	transition: border-bottom 2s;
   	}

   	.header__links_link:hover:after {
		border-bottom: solid 1px #ffffff;
		cursor: pointer;
	}

	.main {
		height: 304px;
    	padding-bottom: 0px;
	}

	.main__container {
    	margin-bottom: 29px;
	}

	.main__title {
		font-size: 32px;
		line-height: 1.41;
		letter-spacing: 1px;
    	margin-top: 4px;
    	width: 490px;
    	box-sizing: border-box;
    	padding-top: 123px;
	}

	.main__button {
		width: 240px;
		height: 52px;
		font-size: 18px;
		font-weight: 900;
		line-height: 0.5;
		letter-spacing: 1.8px;
		margin-top: 15px;
    	margin-left: 1px;
	}

	.formContainer {
		margin-left: 29px;
		display: block;
		border: solid 1px #a3a3a3;
		width: 526px;
		margin: 0 auto;
    	margin-top: -43px;
	}

	.formContainer__inputs {
		width: 526px;
		height: 141px;
		text-align: center;
		padding-top: 4px;
    	box-sizing: border-box;
	}

	.formContainer__inputs_input {
	   margin-left: 34px;
	}

	.form__checkin {
		width: 175px;
		height: 141px;
		margin-left: 0px;
		display: grid;
    	justify-content: center;
    	margin-top: -4px;
	}

	.form__name {
		margin-top: 26px;
		margin-bottom: -33px;
		font-size: 14px;
		font-weight: normal;
		line-height: 0.64;
		letter-spacing: 1.12px;
	}

	.formContainer__select {
		font-size: 20px;
		font-weight: normal;
		line-height: 0.45;
		letter-spacing: -1.2px;
		padding-left: 29px;
	}

	.form__checkout {
		width: 175px;
		height: 141px;
		display: grid;
    	justify-content: center;
    	margin-top: -4px;
    	margin-left: 14px;
	}

	.form__guests {
		width: 175px;
		height: 141px;
		margin-right: 1px;
		margin-top: -4px;
		box-sizing: border-box;
    	padding-top: 21px;
	}

	.form__button {
		width: 526px;
		height: 76px;
		font-size: 22px;
		line-height: 0.39;
		letter-spacing: 3.2px;
		margin-left: -90px;
    	box-sizing: border-box;
    	padding-left: 14px;
	}

	.form__button:hover {
		border: solid 1px #151515;
		color: #151515;
	}

	.about {
		height: 877px;
		margin: -189px 0px -60px -200px;
		display: block;
	}

	.about__subtitle_position, .suite__hotel {
		font-size: 18px;
		line-height: 0.5;
		letter-spacing: 1.98px;
	}

	.about__subtitle_position {
	    letter-spacing: 1.2px;
    	margin-top: 440px;
    	margin-left: -90px;
    	margin-bottom: 36px;
	}
    
	.subtitle, .subtitle__rooms {
		font-size: 36px;
		line-height: 0.75;
		letter-spacing: normal;
	}

	.subtitle { 
		letter-spacing: 1.5px;
    	white-space: nowrap;
    	
	}

	.about__description {
		width: 415px;
		height: 274px;
		font-size: 22px;
		line-height: 1.64;
		letter-spacing: 1.6px;
		margin-top: -50px;
    	margin-left: -43px;
	}

	.about__button {
		width: 314px;
		height: 55px;
		font-size: 18px;
		line-height: 0.5;
		letter-spacing: 1.8px;
		margin-top: 50px;
    	margin-left: -150px;
    	box-sizing: border-box;
        padding-top: 6px;
    	padding-right: 14px;
	}

	.about__images {
        margin: 46px 0px 0px 165px;
    }

	.about__images_window {
		width: 298px;
		height: 198px;
		bottom: -21px;
    	left: -4px;
	}

	.about__images_bedroom {
		width: 280px;
		height: 187px;
		left: -71px;
    	top: 77px;
	}

	.about__images_bathroom {
		width: 213px;
		height: 286px;
		left: -154px;
    	top: -39px;
	}

	.suite {
		height: 810px;
	}

	.suite__hotel {
		margin-top: 0px;
    	margin-left: 8px;
    	letter-spacing: 1.2px;
    	padding-top: 18px;
	}

	.subtitle__rooms {
		margin-top: 12px;
    	margin-left: 11px;
		letter-spacing: 1px;
	}

	.suite__container {
		display: block;
		margin-left: 274px;
	 }

	.suite__images {
		display: flex;
    	flex-direction: column;
    	margin-top: 201px;
    	margin-left: -209px;
	 }
	    
	.suite__images_image {
		width: 430px;
		height: 187px;
	}

	.suite__container_adriatic {
		background-color: #f9f9f9;
		width: 0px;
		height: 0px;
	}

	.suite__adriatic {
		margin-left: -433px;
		margin-top: 21px;
	}

	.suite__adriatic_name {
		right: 410px;
    	top: -60px;
    	width: 173px;
    	font-size: 18px;
    	line-height: 1.14;
    	letter-spacing: 2px;
	}

	.suite__atelier_name {
		top: 2px;
    	left: 25px;
	}

	.suite__images_atelier {
		width: 426px;
		height: 187px;
		margin-left: 0px;
    	margin-bottom: -68px;
    	margin-top: 19px;
	}

	.suite__name_gallery {
		top: -205px;
    	left: 21px;
	}

	.gallery {
    	height: 670px;
    	background-color: #1c1c1c;
    }

    .gallery__container {
    	justify-content: space-around;
        width: 640px;
	}

	.gallery__container_images {
    	width: 640px;
    	display: flex;
    	justify-content: space-between;
    	margin-left: 122px;
    	margin-top: -40px;
	}

	.gallery__images {  
		height: 105px;
	}

	.gallery__images_foto {
		width: 156px;
		height: 105px;
		margin-left: 3px;
    	margin-right: 1px;
	}

	.gallery__container_text {
        background-color: transparent;
        margin-top: 52px;
    	margin-left: -598px;
	}

	.gallery__subtitle {
		font-size: 18px;
		line-height: 0.5;
		letter-spacing: 0.4px;
		width: 640px;
		margin-top: 52px;
    	margin-left: -49px;
	}

	.gallery__subtitle_container {
		display: flex;
		margin-top: 28px;
    	margin-left: -12px;
	}

	.gallery__subtitle_white {
    	margin: 0px -80px 0px 75px;
    	letter-spacing: 1px;
    	word-spacing: -5px;
    }

    .gallery__subtitle_broun {
        margin: 0px 0px 0px -73px;
    	letter-spacing: 1px;
    }

    .gallery_text {
    	display: none;
    }

    .gallery_text_mobile {
    	display: block;
    	font-size: 22px;
    	font-weight: 300;
  		line-height: 1.64;
  		letter-spacing: 1.4px;
    	color: #878787;
    	width: 415px;
    	margin-top: -49px;
    	margin-left: 59px;
    }

    .gallery__button {
    	width: 335px;
    	height: 61px;
    	font-size: 18px;
    	font-weight: 900;
    	line-height: 0.5;
    	letter-spacing: 1.8px;
    	margin-top: -17px;
    	margin-left: 106px;
    	box-sizing: border-box;
    	padding-top: 4px;
    }

    .pluses {
    	height: 90px;
	}

	.pluses__text { 
		font-size: 16px;
		font-weight: normal;
		line-height: 1.63;
		letter-spacing: normal;
	}

	.pluses__container {
    	padding-top: 18px;
    	margin-left: 53px;
        word-spacing: 3px;
	}

	.footer {
		height: 44px;
	}

	.footer__links_link {
		font-size: 16px;
		font-weight: normal;
	  	line-height: 0.56;
		letter-spacing: 3.5px
	}

	.footer__links {
		padding: 15px 0px 0px 47px;
		box-sizing: border-box;
    	width: 457px;
        word-spacing: 3px;
	}
    
}
