/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.main_sect {
	background-position: center bottom;
}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1130px) {
.main-price__block1, 
.main-price__block2, 
.main-price__block3, 
.main-price__block4, 
.main-price__block5, 
.main-price__block6{
	min-height: 320px;
	margin-bottom: 20px;
}
.order-now {
    margin-top: 50px;
}
.main_price-block-info {
	min-height: 90px;
}
.gallery_photo_block p {
	min-height: 130px;
}
.main_sect_gorod .main__phone {
    font-size: 35px;
}
.main_sect_gorod img {
    max-width: 13%;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.header__body {
	height: 50px;
}
.header__burger {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.header__burger span {
	position: absolute;
	background-color: #444444;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	top: 14px;
	transition: all 0.3s ease 0s;
}
.header__burger:before, 
.header__burger:after {
	content: '';
	background-color: #444444;
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	transition: all 0.3s ease 0s;
}
.header__burger:before {
	top: 0;
}
.header__burger:after {
	bottom: 0;
}
.header__burger.active:before {
	transform: rotate(45deg);
	top: 13px;
}
.header__burger.active:after {
	transform: rotate(-45deg);
	bottom: 14px;
}
.header__burger.active span {
	transform: scale(0);
}
.header__menu {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2C353D;
	transition: all 0.3s ease 0s;
	overflow: auto;
	padding: 70px 0 0 0;
}
.header__link {
	color: #ffffff;
}
.header__menu.active {
	top: 0;
}
.header__list {
	display: block;
}
.header__list li {
	margin: 0 0 20px 10px;
}
.header__link {
	font-size: 18px;
}
.contacts {
    padding: 30px 0;
}
.next_button, 
.prev_button {
	color: #4C4C4C;
	font-size: 36px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 80%;
}
.slide_item {
	text-align: center;
}
.slide_item img {
	width: 100%;
}

.gallery_photo_block p {
	font-size: 17px;
	min-height: 108px;
}
input[type="text"] {
    margin-bottom: 10px;
} 
footer {
	background-position: center;
}
.info-city_title {
    margin: 0;
  } 
.info-city_info {
    margin-bottom: 0px;
    padding: 0 7px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.tile_top h1 + p {
	background: rgba(0, 0, 0, .5);
}
.tile_top h1 {
	font-size: 40px;
	margin-top: 120px;
	margin-bottom: 90px;
}
.tile_top p {
	font-size: 25px;
}
.tile_top a {
	margin-top: 20px;
	font-size: 20px;
}
footer {
    padding: 30px 0;
}
}
@media only screen and (max-width : 414px) {
.tile_top h1 {
    font-size: 32px;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}
.tile_top p {
    font-size: 23px;
    text-align: center;
}
.main_sect .main__phone {
     padding: 10px;
}
.tile_top a {
	min-width: 270px;
    font-weight: 600;
 }
a.btn-to-price {
     margin-right: 0px;
}
.main_sect img {
    max-width: 13%;
}
.title-area {
    font-size: 38px;
    margin-left: 10px;
}
.main_sect .main__phone {
    font-size: 35px;
}
.tile_top a {
    font-size: 18px;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
.tile_top h1 {
    font-size: 28px;
}
.tile_top p {
    font-size: 21px;
}
.main_sect .main__phone {
    font-size: 31px;
}
.order-now__title {
    font-size: 32px;
}
.order-now__info {
    font-size: 25px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
.tile_top h1 {
    font-size: 25px;
}
.tile_top p {
    font-size: 19px;
}
.main_sect .main__phone {
    font-size: 28px;
}
p.main_sect-btn {
    margin-top: 0px;
}
.main_sect .main__phone {
    margin-bottom: 0;
}
.title-area {
    font-size: 30px;
}
.advantages {
    padding: 10px 0 30px 0;
}
.about-us__title {
    font-size: 25px;
}
.about-us__info {
    font-size: 16px;
    padding: 0 5px;
}
.order-now {
    margin-top: 30px;
}
.order-now__title {
    font-size: 25px;
}
.order-now__info {
    font-size: 22px;
}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}