.up {
	text-transform: uppercase;
}

.none {
	text-decoration: none;
}

.th {
	font-weight: 100;
}

.el {
	font-weight: 200;
}

.l {
	font-weight: 300;
}

.reg {
	font-weight: 400;
}

.med {
	font-weight: 500;
}

.sb {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.eb {
	font-weight: 800;
}

.black {
	font-weight: 900;
}

.un {
	text-decoration: underline;
}

.in {
	display: inline-block;
}

.vam {
	vertical-align: middle;
}

.rel {
	position: relative;
}

.bl {
	display: block;
}

.abs {
	position: absolute;
}

.tr {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.try {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.trx {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tc {
	display: table-cell;
	vertical-align: middle;
}

.dn {
	display: none;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.taj {
	text-align: justify;
}

.it {
	font-style: italic;
}

.sn {
	font-style: normal;
}

.popup {
	position: fixed;
	width: 120%;
	height: 100%;
	left: -10%;
	top: 0;
	overflow-y: scroll;
	background: rgba(1,1,1,.7);
	z-index: 10000002;
	display: none;
}

.b0 {
	border: 0;
}

.bn {
	background: 0 0;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.wa {
	width: auto;
}

.p0 {
	padding: 0;
}

.m0 {
	margin: 0;
}

.poi {
	cursor: pointer;
}

.auto {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}

.noup {
	text-transform: none;
}

.fix {
	position: fixed;
}

.tn {
	-webkit-transform: none;
	transform: none;
}

.bf {
	background: #fff;
}

.cf {
	color: #fff;
}

.c0 {
	color: #000;
}

.ap {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body,html {
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
	overflow-x: hidden;
}

body,th,td {
	font-size: 14px;
	color: #fff;
}

body,form,object,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 0;
}

a {
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

a:hover {
	text-decoration: none;
}

input,textarea,button,select {
	margin: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	border: 0;
	font-family: 'Roboto', sans-serif;
}

button,input[type=submit] {
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
	border: 0;
}

ol,ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	max-width: 100%;
}

.an {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section,header,footer,nav,main {
	display: block;
}

.clear {
	clear: both;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header {
	background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.5)),url('img/header.jpg') top center/cover;
	padding: 30px 0 130px;
	position: relative;
}

.header.other {
	background: url('https://cinema-multiplex.ru/img/header2.jpg') top center/cover;
}

.header.other2 {
	background: url('https://cinema-multiplex.ru/img/header3.jpg') top center/cover;
}

.header:before {
	content: "";
	position: absolute;
	width: 599px;
	height: 606px;
	background: url(img/bg1.png);
	left: 0;
	top: 0;
	z-index: 2;
}

.header:after {
	content: "";
	position: absolute;
	width: 530px;
	height: 1336px;
	background: url(img/bg2.png);
	right: 0;
	top: 100px;
	z-index: 2;
}

.header .container {
	position: relative;
	z-index: 3;
}

.header ul {
	padding-right: 240px;
	padding-top: 15px;
}

.header ul li {
	display: inline-block;
	margin-right: 30px;
}

.header ul li:last-child {
	margin-right: 0;
}

.header ul li a {
	font-size: 20px;
	font-weight: 700;
}

.header ul li a:hover {
	color: #f426a9;
}

.header .menu-button {
	cursor: pointer;
	font-size: 24px;
	margin-top: 10px;
	display: none;
}

.header .phone {
	font-size: 15px;
	line-height: 16px;
	font-weight: 300;
	padding-top: 20px;
}

.header .phone a {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}

.header .phone span {
	font-weight: 700;
}

.header .metro {
	text-align: center;
	background: url(https://cinema-prime.ru/img/metro.png) no-repeat center;
	padding: 20px 0;
	margin: 90px 0 0;
}

.header .metro .item {
	display: inline-block;
	margin: 0 20px;
	font-size: 17.625px;
	font-weight: 300;
	color: rgba(255,255,255,.36);
}

.header .metro .item span {
	display: block;
	font-weight: 700;
	font-size: 21px;
	color: rgba(255,255,255,.36);
}

.header .name {
	text-align: center;
	font-size: 80px;
	font-weight: 700;
}

.header .name span {
	color: #f426a9;
}

.header p {
	font-size: 28px;
	line-height: 137%;
	text-align: center;
	padding: 0 250px;
	margin-bottom: 40px;
}

.header button {
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	background: #f426a9;
	width: 257px;
	height: 57px;
	font-weight: 700;
	position: relative;
}

.header button:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	left: -15px;
	top: 0;
	background: url(img/border.png);
}

.header button:after {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	border-left: 5px dotted #0e054c;
}

.advantages {
	background: #01081f;
	padding: 45px 0 15px;
	position: relative;
}

.advantages:before {
	content: "";
	position: absolute;
	width: 525px;
	height: 857px;
	background: url(img/bg3.png);
	left: 0;
	top: -400px;
	z-index: 2;
}

.advantages .container {
	position: relative;
	z-index: 3;
}

.advantages .name {
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 30px;
}

.advantages .name span {
	color: #f426a9;
}

.advantages .item {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 130%;
	position: relative;
}

.advantages .item.last:after {
	display: none;
}

.advantages .item:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 80px;
	background: #fa1291;
	-webkit-box-shadow: #ff007c 0 0 25px;
	box-shadow: #ff007c 0 0 25px;
	top: 0;
	right: -60px;
}

.advantages .item span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 99.84%;
	margin-bottom: 10px;
}

.concept {
	background: url('img/concept.jpg') center/cover;
	padding: 88px 0;
	position: relative;
	overflow: hidden;
}

.concept.other:before {
	background: url(https://cinema-multiplex.ru/img/bg11.png);
}

.concept.other2:before {
	background: url(https://cinema-multiplex.ru/img/bg12.png);
}

.concept:before {
	content: "";
	position: absolute;
	width: 769px;
	height: 504px;
	right: -10px;
	top: 0;
	background: url(img/bg4.png);
}

.concept:after {
	content: "";
	position: absolute;
	width: 769px;
	height: 504px;
	right: 0;
	top: 0;
	background: url(img/bg5.png);
}

.concept .container {
	position: relative;
	z-index: 3;
}

.concept .content {
	padding-right: 360px;
	font-size: 18px;
	line-height: 31px;
}

.concept .content .name {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
}

.concept .content .name span {
	display: block;
	color: #f426a9;
}

.rooms {
	background: #01081f url(https://cinema-multiplex.ru/img/bg6.png) no-repeat top -270px left 50%;
	padding: 95px 0 70px;
	overflow: hidden;
	position: relative;
}

.rooms:after {
	content: "";
	width: 1170px;
	height: 1054px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	background: url(img/bg7.png);
}

.rooms .container {
	position: relative;
	z-index: 2;
}

.rooms .name {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 40px;
}

.rooms .name span {
	display: block;
	color: #01081f;
}

.rooms .list2 {
	margin: 0 -10px;
}

.rooms .list2 .item {
	margin: 0 10px;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
}

.rooms .list2 .item:hover .image:after {
	display: none;
}

.rooms .list2 .item:hover .image .text {
	display: none;
}

.rooms .list2 .item .image {
	position: relative;
}

.rooms .list2 .item .image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(1,1,1,.6);
}

.rooms .list2 .item .image img {
	width: 100%;
}

.rooms .list2 .item .image .text {
	position: absolute;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	bottom: 30px;
	padding: 0 25px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.rooms .list2 .item .image .text span {
	display: block;
	font-size: 40px;
}

.rooms .list2 .item .image .text p {
	font-size: 20px;
	padding: 0 0 10px;
	margin: 0;
}

.rooms .list2 .item .content {
	padding: 20px 15px;
	height: 490px;
	position: relative;
}

.rooms .list2 .item .content p {
	font-size: 16px;
	line-height: 119%;
	margin-bottom: 20px;
	color: #000;
}

.rooms .list2 .item .content .adress {
	position: absolute;
	left: 15px;
	bottom: 20px;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	padding-right: 15px;
}

.rooms .list {
	margin: 0 -15px;
	position: relative;
	z-index: 2;
}

.rooms .list .item {
	margin: 0 15px;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
}

.rooms .list .item:hover .image:after {
	display: none;
}

.rooms .list .item:hover .image .text {
	display: none;
}

.rooms .list .item .image {
	position: relative;
}

.rooms .list .item .image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(1,1,1,.32);
}

.rooms .list .item .image img {
	width: 100%;
}

.rooms .list .item .image .text {
	position: absolute;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	bottom: 20px;
	padding: 0 25px;
	font-weight: 700;
	font-size: 18px;
	z-index: 2;
}

.rooms .list .item .image .text span {
	display: block;
	font-size: 40px;
}

.rooms .list .item .image .text p {
	font-size: 20px;
	padding: 0 0 10px;
	margin: 0;
}

.rooms .list .item .content {
	padding: 25px;
	height: 380px;
}

.rooms .list .item .content p {
	font-size: 16px;
	line-height: 119%;
	margin-bottom: 20px;
	color: #000;
}

.rooms .slick-prev,.rooms .slick-next {
	width: 64px;
	height: 64px;
	padding: 0;
	font-size: 0;
	z-index: 2;
	background: url(img/next.png);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .7;
	outline: none;
}

.rooms .slick-prev:hover,.rooms .slick-next:hover {
	opacity: 1;
}

.rooms .slick-prev {
	left: -50px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rooms .slick-next {
	right: -50px;
}

.rooms form {
	margin-top: 50px;
	border-radius: 6px;
	background: url('img/bg8.png') center/cover;
	padding: 75px 45px;
	position: relative;
}

.rooms form:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0;
	bottom: 0;
	background: url(img/bg9.png);
}

.rooms form .content {
	padding-left: 305px;
	font-size: 22px;
	line-height: 32px;
	z-index: 2;
	position: relative;
}

.rooms form .content .name {
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.rooms form .content .name span {
	display: block;
	color: #f426a9;
}

.rooms form .content p {
	margin-bottom: 15px;
}

.rooms form .content input[type=text] {
	font-size: 16px;
	padding: 0 20px;
	width: 305px;
	height: 59px;
	border-radius: 4px;
	margin-right: 3px;
}

.rooms form .content button {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 4px;
	width: 305px;
	height: 59px;
	background: #4d29d6;
}

.options {
	background: url('img/options.jpg') center/cover;
	padding: 95px 0;
	position: relative;
}

.options:before {
	content: "";
	position: absolute;
	width: 669px;
	height: 948px;
	top: -440px;
	right: 0;
	background: url(img/bg10.png);
}

.options .container {
	position: relative;
	z-index: 2;
}

.options .name {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 50px;
}

.options .name span {
	display: block;
	color: #f426a9;
}

.options .item {
	border-radius: 6px;
	-webkit-box-shadow: 0 25px 45px rgba(0,0,0,.25);
	box-shadow: 0 25px 45px rgba(0,0,0,.25);
	margin-bottom: 30px;
	background: url('img/options.png') center/cover;
	padding: 50px 35px;
	font-weight: 900;
}

.options .item .n {
	font-size: 36px;
	line-height: 33px;
	height: 105px;
	margin-bottom: 20px;
	position: relative;
}

.options .item .n:after {
	content: "";
	position: absolute;
	width: 162px;
	height: 3px;
	background: #fff;
	left: 0;
	bottom: 0;
}

.options .item .price {
	font-size: 26px;
	line-height: 45px;
}

.options .bottom-text {
	text-align: center;
	padding: 0 250px;
	margin-top: 30px;
	font-size: 22px;
	line-height: 28px;
}

.offers {
	background: #01081f;
	padding: 95px 0 50px;
}

.offers .name {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 30px;
}

.offers .name.other span {
	color: #4d29d6;
}

.offers .name span {
	display: block;
	color: #f426a9;
}

.offers p {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 30px;
}

.offers .flex {
	padding-bottom: 100px;
}

.offers .item {
	width: 32%;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
}

.offers .item:hover .image:after {
	display: none;
}

.offers .item.other .content ul li:before {
	background: #3813c2;
}

.offers .item.other .content .price {
	color: #3813c2;
}

.offers .item.other .content button {
	background: #3813c2;
}

.offers .item.other .content button:before {
	background: url(img/border2.png);
}

.offers .item .image {
	position: relative;
}

.offers .item .image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(53,51,52,.22);
}

.offers .item a {
	display: block;
}

.offers .item img {
	width: 100%;
}

.offers .item .content {
	color: #000;
	padding: 20px;
}

.offers .item .content .n {
	font-weight: 900;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 20px;
	position: relative;
}

.offers .item .content .n span {
	right: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 100%;
	font-size: 15px;
}

.offers .item .content ul {
	padding-bottom: 20px;
	height: 300px;
}

.offers .item .content ul.big li {
	margin-bottom: 13px;
}

.offers .item .content ul li {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 106%;
	color: rgba(0,0,0,.7);
	padding-left: 18px;
	position: relative;
}

.offers .item .content ul li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f426a9;
	left: 0;
	top: 3px;
}

.offers .item .content .time {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}

.offers .item .content .price {
	font-weight: 900;
	font-size: 26px;
	color: #f426a9;
	margin-bottom: 5px;
}

.offers .item .content button {
	display: block;
	font-size: 18px;
	color: #fff;
	background: #f426a9;
	width: 257px;
	height: 57px;
	font-weight: 700;
	position: relative;
	margin-left: 15px;
}

.offers .item .content button:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	left: -15px;
	top: 0;
	background: url(img/border.png);
}

.offers .item .content button:after {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	border-left: 5px dotted #fff;
}

.faq {
	background: url('img/faq.jpg') center/cover;
	padding: 95px 0;
}

.faq .name {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
}

.faq .name span {
	display: block;
	color: #f426a9;
}

.faq .top-text {
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	margin-left: 60px;
	width: 470px;
	margin-bottom: 50px;
}

.faq .item {
	margin-bottom: 12px;
}

.faq .item .n {
	cursor: pointer;
	height: 60px;
	background: #4d29d6;
	position: relative;
}

.faq .item .n.active {
	background: #fff;
	color: #000;
}

.faq .item .n:before {
	content: "";
	position: absolute;
	width: 63px;
	height: 60px;
	left: 0;
	top: 0;
	background: #3813c2 url(img/plus.png) no-repeat center;
}

.faq .item .n span {
	font-size: 18px;
	line-height: 28px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 83px;
	font-weight: 700;
	text-transform: uppercase;
}

.faq .item .text {
	background: #01081f;
	padding: 30px 63px;
	font-size: 18px;
	line-height: 24px;
	display: none;
}

.contacts {
	background: url('img/contacts.jpg') center/cover;
	padding: 95px 0 40px;
}

.contacts .name {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 40px;
}

.contacts .name span {
	display: block;
	color: #f426a9;
}

.contacts .item {
	margin-bottom: 30px;
}

.contacts .item.other .days .line {
	background: #ff26e9;
}

.contacts .item.other button {
	background: #ff26e9;
}

.contacts .item .b1 {
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 10px;
}

.contacts .item .b2 {
	font-weight: 700;
	font-size: 25.1073px;
	margin-bottom: 20px;
}

.contacts .item .b3 {
	font-size: 25.1073px;
	line-height: 30px;
	margin: -15px 0 30px;
}

.contacts .item .b3 span {
	display: block;
	font-weight: 700;
}

.contacts .item .phone {
	font-size: 25.1073px;
	line-height: 32px;
	color: rgba(255,255,255,.5);
	margin-bottom: 20px;
}

.contacts .item .days {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 30px;
}

.contacts .item .days .line {
	width: 72px;
	height: 5px;
	background: #4d29d6;
	margin: 15px 0;
}

.contacts .item .days span {
	font-weight: 900;
}

.contacts .item button {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	width: 294px;
	height: 60px;
	background: #4d29d6;
}

.footer {
	background: #01081f;
	padding-top: 80px;
}

.footer .content {
	padding-left: 260px;
	padding-bottom: 80px;
	position: relative;
}

.footer .content .logo {
	position: absolute;
	left: 0;
	top: 70px;
}

.footer .content .main {
	margin-bottom: 50px;
}

.footer .content .main li {
	display: inline-block;
	margin-right: 30px;
}

.footer .content .main li:last-child {
	margin-right: 0;
}

.footer .content .main li a {
	font-size: 20px;
	font-weight: 700;
}

.footer .content .main li a:hover {
	color: #f426a9;
}

.footer .content .second ul {
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
}

.footer .content .second ul:last-child {
	margin-right: 0;
}

.footer .content .second ul li {
	margin-bottom: 5px;
}

.footer .content .second ul li a {
	font-weight: 700;
	color: #dd087a;
	font-size: 18px;
	text-decoration: underline;
}

.footer .content .phone {
	font-size: 26px;
	font-weight: 900;
	right: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer .made {
	border-top: 1px solid #191e31;
	padding: 30px 0;
	text-align: center;
	display: none;
}

.mobile-menu {
	display: none;
}

.popup .window {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100px;
	margin-bottom: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
	padding: 40px;
	background: #fff;
	text-align: center;
	border-radius: 6px;
}

.popup .window .close {
	opacity: 1;
	right: 10px;
	top: 10px;
	position: absolute;
	color: #000;
	font-size: 20px;
}

.popup .window .close:hover {
	color: #000;
}

.popup .window input[type=text] {
	font-size: 16px;
	padding: 0 20px;
	width: 100%;
	height: 59px;
	border-radius: 4px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.popup .window button {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 4px;
	width: 100%;
	height: 59px;
	background: #4d29d6;
}

@media(max-width:1200px) {
	.header ul {
		padding-right: 0;
	}

	.header .name {
		font-size: 60px;
	}

	.header p {
		padding: 0 150px;
	}

	.advantages:before {
		display: none;
	}

	.advantages .item:after {
		right: -30px;
	}

	.concept {
		padding: 56px 0;
	}

	.rooms .list .item .content {
		height: 420px;
	}

	.rooms form .content input[type=text] {
		width: 260px;
	}

	.rooms form .content button {
		width: 260px;
	}

	.options .bottom-text {
		padding: 0 150px;
	}

	.offers .item .content ul {
		height: 340px;
	}

	.offers .item .content .n {
		height: 72px;
	}

	.offers .item .content .n span {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		-webkit-transform: none;
		transform: none;
		width: auto;
		display: block;
		margin-top: 10px;
	}

	.offers .item .content button {
		width: 220px;
	}

	.footer .content .second ul {
		margin-right: 30px;
	}

	.rooms .list2 .item .content {
		height: 400px;
	}
}

@media(max-width:991px) {
	.header ul li {
		margin-right: 20px;
	}

	.header .phone {
		display: none;
	}

	.header .name {
		font-size: 50px;
	}

	.header p {
		padding: 0;
	}

	.advantages .item {
		width: 48%;
	}

	.advantages .item br {
		display: none;
	}

	.advantages .item:after {
		display: none;
	}

	.concept:before {
		display: none;
	}

	.concept:after {
		display: none;
	}

	.concept .content {
		padding-right: 0;
	}

	.rooms .list .item .content {
		height: auto;
	}

	.rooms form .content {
		padding-left: 0;
	}

	.rooms form .content .name {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 20px;
	}

	.options .bottom-text {
		padding: 0;
	}

	.offers .item {
		width: 48%;
	}

	.offers .item .content ul {
		height: 300px;
	}

	.faq .top-text {
		display: block;
		width: auto;
		margin: 30px 0 50px;
	}

	.footer .content {
		padding-left: 0;
	}

	.footer .content .logo {
		display: none;
	}

	.rooms .list2 .item .content {
		height: auto;
	}

	.rooms .list2 .item .content .adress {
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		position: relative;
		padding-right: 0;
	}
}

@media(max-width:767px) {
	.header ul li {
		margin-right: 5px;
	}

	.header ul li a {
		font-size: 16px;
	}

	.header .metro {
		margin-top: 30px;
	}

	.header .name {
		font-size: 36px;
	}

	.header p {
		font-size: 24px;
	}

	.header {
		padding: 30px 0;
	}

	.rooms {
		padding: 30px 0;
	}

	.contacts .name,.faq .name,.offers .name,.options .name,.rooms form .content .name,.rooms .name {
		font-size: 40px;
		line-height: 40px;
	}

	.rooms form {
		margin-top: 30px;
		padding: 30px;
	}

	.rooms form .content input[type=text] {
		width: 220px;
	}

	.rooms form .content button {
		width: 220px;
	}

	.options {
		padding: 30px 0;
	}

	.options:before {
		display: none;
	}

	.options .item {
		padding: 20px;
	}

	.options .item .n {
		font-size: 30px;
	}

	.offers {
		padding: 30px 0 5px;
	}

	.offers .item {
		width: 100%;
	}

	.offers .item .content .n {
		height: auto;
	}

	.offers .item .content ul {
		height: auto;
	}

	.faq {
		padding: 30px 0;
	}

	.faq .item .n {
		height: 70px;
	}

	.faq .item .n:before {
		height: 70px;
	}

	.faq .item .n span {
		font-size: 16px;
		line-height: 20px;
	}

	.contacts {
		padding: 30px 0;
	}

	.footer {
		padding-top: 30px;
	}

	.footer .content .phone {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		-webkit-transform: none;
		transform: none;
		margin-top: 30px;
		display: block;
	}
}

@media(max-width:576px) {
	.address-list .b3 {
		font-size: 20px!important;
	}

	.header ul {
		display: none;
	}

	.menubg {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(1,1,1,.7);
		z-index: 11;
		display: none;
	}

	.mobile-menu {
		display: block;
		position: fixed;
		width: 280px;
		height: 100%;
		top: 0;
		left: -280px;
		background: #fff;
		padding-top: 0;
		z-index: 12;
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
	}

	.mobile-menu.opened {
		left: 0;
	}

	.mobile-menu ul li {
		display: block;
		margin: 0;
	}

	.mobile-menu ul li a {
		color: #000;
		display: block;
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
		font-weight: 700;
	}

	.header .menu-button {
		display: block;
	}

	.advantages .item {
		width: 100%;
	}

	.concept .content .name,.contacts .name,.faq .name,.offers .name,.options .name,.rooms form .content .name,.rooms .name {
		font-size: 30px;
		line-height: 40px;
	}

	.rooms .slick-prev,.rooms .slick-next {
		top: -40px;
	}

	.rooms .list .item .image .text {
		font-size: 14px;
		padding: 0 15px;
		bottom: 10px;
	}

	.rooms .list .item .image .text p {
		font-size: 16px;
		padding: 0;
	}

	.rooms .list .item .image .text span {
		font-size: 20px;
	}

	.rooms .list .item .content {
		padding: 20px;
	}

	.rooms form {
		padding: 20px;
	}

	.rooms form .content p {
		font-size: 14px;
		line-height: 18px;
	}

	.rooms form .content input[type=text] {
		width: 100%;
		margin: 0 0 5px;
	}

	.rooms form .content button {
		width: 100%;
	}

	.offers .flex {
		padding-bottom: 50px;
	}

	.faq .item .n {
		height: 110px;
	}

	.faq .item .n:before {
		height: 110px;
	}

	.faq .item .n span {
		font-size: 14px;
		line-height: 16px;
	}

	.faq .item .text {
		padding: 30px;
		font-size: 16px;
		line-height: 20px;
	}

	.contacts .item .b1 {
		font-size: 24px;
	}

	.contacts .item .b2 {
		font-size: 20px;
	}

	.contacts .item .phone {
		font-size: 20px;
		line-height: 24px;
	}

	.contacts .item .days {
		font-size: 20px;
		line-height: 24px;
	}

	.contacts .item button {
		width: 290px;
	}

	.footer .content .logo {
		display: block;
		text-align: center;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 20px;
	}

	.footer .content .main li a {
		font-size: 16px;
	}

	.footer .content .main {
		margin-bottom: 20px;
	}

	.footer .content .second ul {
		display: block;
		margin: 0;
	}

	.footer .content .second ul li a {
		font-size: 16px;
	}

	.footer .content {
		padding-bottom: 20px;
	}

	.footer {
		text-align: center;
	}

	.popup .window {
		width: 300px;
		padding: 20px;
	}

	.popup .window input[type=text] {
		height: 50px;
	}

	.popup .window button {
		height: 50px;
	}

	.header:before {
		display: none;
	}

	.header:after {
		display: none;
	}

	.rooms:after {
		display: none;
	}
}

.modal-send {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.purchase-option {
	transition: transform .2s;
}

.purchase-option:hover,.purchase-option:focus {
	transform: scale(1.025);
}

.text-black {
	color: #000;
}

#purchaserPromo {
	text-transform: uppercase;
}

.callback-bt {
	background: #38a3fd;
	border: 2px solid #38a3fd;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(56,163,253,.3);
	cursor: pointer;
	height: 78px;
	width: 78px;
	position: fixed;
	left: 70px;
	bottom: 70px;
	transition: .3s;
	-webkit-animation: hoverWave linear 1s infinite;
	animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
	padding-right: 2px;
	border-radius: 50%;
	height: inherit;
	width: inherit;
	overflow: hidden;
}

.callback-bt .text-call p {
	margin-top: 20px;
	color: #38a3fd;
	opacity: 0;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	transition: opacity .3s linear;
	font-family: Roboto;
}

.callback-bt .text-call:hover p {
	opacity: 1;
}

.callback-bt:hover i {
	display: none;
}

.callback-bt:hover {
	z-index: 1;
	background: #fff;
	color: transparent;
	transition: .3s;
}

.callback-bt:hover i {
	color: #38a3fd;
	transition: .3s;
}

.callback-bt i {
	color: #fff;
	font-size: 38px;
	transition: .3s;
	line-height: 76px;
	transition: .5s ease-in-out;
}

.callback-bt i {
	animation: 1.2s ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
	-webkit-animation: 1.2s ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 0 rgba(56,163,253,.2),0 0 0 0 rgba(56,163,253,.2);
	}

	40% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 15px rgba(56,163,253,.2),0 0 0 0 rgba(56,163,253,.2);
	}

	80% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 30px transparent,0 0 0 26.7px rgba(56,163,253,.067);
	}

	100% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 30px transparent,0 0 0 40px transparent;
	}
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 0 rgba(56,163,253,.2),0 0 0 0 rgba(56,163,253,.2);
	}

	40% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 15px rgba(56,163,253,.2),0 0 0 0 rgba(56,163,253,.2);
	}

	80% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 30px transparent,0 0 0 26.7px rgba(56,163,253,.067);
	}

	100% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 30px transparent,0 0 0 40px transparent;
	}
}

@media only screen and (max-width:414px) {
	.callback-bt {
		height: 60px;
		width: 60px;
		left: 18px;
		bottom: 18px;
	}

	.callback-bt i {
		font-size: 28px;
		line-height: 58px;
	}

	.callback-bt .text-call p {
		margin-top: 16px;
		font-size: 10px;
	}
	@-webkit-keyframes hoverWave {
		0%{box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 0 rgba(56,163,253,.2),0 0 0 0 rgba(56,163,253,.2);
	}

	40% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 5px rgba(56,163,253,.2),0 0 0 0 rgba(56,163,253,.2);
	}

	80% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 20px transparent,0 0 0 16.7px rgba(56,163,253,.067);
	}

	100% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 20px transparent,0 0 0 30px transparent;
	}
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 0 rgba(56,163,253,.2),0 0 0 0 rgba(56,163,253,.2);
	}

	40% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 5px rgba(56,163,253,.2),0 0 0 0 rgba(56,163,253,.2);
	}

	80% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 20px transparent,0 0 0 16.7px rgba(56,163,253,.067);
	}

	100% {
		box-shadow: 0 8px 10px rgba(56,163,253,.3),0 0 0 20px transparent,0 0 0 30px transparent;
	}
}}


/*кнопка звонка*/

.callback-bt {
    background: #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    left: 2%;
    bottom: 2%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
    background: #fff;
    border: 2px solid #38a3fd;
}

.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.callback-bt .text-call:after {
    content: "";
    display: block;
    color: #fff;
    font-size: 38px;
    line-height: 75px;
    height: 50px;
    width: 50px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: 1;
    /*animation-iteration-count: infinite;*/
    /*background: url("/img/phone.png") no-repeat;*/
        background-size: auto;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.callback-bt .text-call:hover:after {
    opacity: 0;
}

.callback-bt .text-call span {
    color: #38a3fd;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */

#modal_form {
	color: black;
    width: 350px; 
    height: 270px; /* Рaзмеры дoлжны быть фиксирoвaны */
    border-radius: 5px;
    background: #fff;
    position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    left: 50%; /* пoлoвинa экрaнa слевa */
    margin-top: -135px;
    margin-left: -175px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
    display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
    opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
    z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
    padding: 20px 10px;
}
/* Пoдлoжкa */
#overlay {
    z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%; 
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}
/* Стили для поля ввода */
#modal_form input[type="text"] {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 1px;
    color: #555;
    display: block;
    font-size: 1em;
    height: 30px;
    padding: 5px;
    margin-bottom: 17px;
    width: 95%;
    float: left;
}
/* Стилия для заговка и надписей */
#modal_form  h2{
    text-align: center;
}
#modal_form .comment {
    color: #797979;
    padding: 15px 0px;
    font-size: 12px;
}
/* Кнопка закрыть */
.exit {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3e5368;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.exit:after{
    display: block;
    font-size: 28px;
    content: "x";
    padding-left: 7px;
    line-height: 26px;
    cursor: pointer;
    text-decoration: none;
    color: #3e5368;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.exit:hover {
    background: #DCDCDC;
}
/* Кнопка отправить */
#modal_form .button {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0;
    padding: 2px 16px;
    width: 185px;
    margin: 0 auto;
}
#modal_form .button:hover {
    background-color: #4683ea;
    border: 1px solid #4387fd;
    color: #fff;
}
.callback_success{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60%;
    height: 40%;
    text-align: center;
    font-size: 30px;
}
del{
	text-decoration: line-through;
	text-decoration-color: black;
	text-decoration-thickness: 2px;
}