/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.good_dosug_item {
		width: calc(100% / 2 - 6px);
	}
	.good_dosug_item_img {
		height: 400px;
		margin-bottom: 10px;
	}
	.good_dosug_item_phone {
		line-height: 40px;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.gal_item {
		width: 33%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.good_dosug_sidebar_right {
		display: none;
	}
	.good_dosug_header_selects {
		width: auto;
		max-width: 350px;
		margin-left: 10px;
	}
	.good_dosug_logo {
		width: auto;
		max-width: 475px;
	}
	.header_subway {
		width: 150px;
	}
	.good_dosug_header {
		max-width: 820px;
		margin: 0 auto;
	}
	.good_dosug_nav ul li a {
		padding: 0 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.onlimobile{
		display:block;
	}
	.notmobile{
		display:none;

	}
	.good_dosug_header {
		text-align: center;
	}
	.good_dosug_content {
		margin: 0px;
    padding: 0 10px;
	}
	.good_dosug_header_selects {
		display: none;
	}
	.good_dosug_logo {
		max-width: 570px;
		margin: 10px auto;
	}
	.good_dosug_nav {
		display: none;
	}
	.good_dosug_sidebar_left {
		display: none;
	}
	.top_bg {
		margin-top: 20px;
	}
	.main_h1 {
		text-align: center;
	}

	/*Меню*/
	.main_menu_button_wrap {
		display: block;
	}
	.fade {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, .5);
		z-index: 2;
		display: none;
	}
	.fade_closed {
		position: fixed;
		bottom: 20px;
		right: 20px;
		background-color: #a94c86;
		width: 45px;
		height: 45px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-size: 30px;
		border-radius: 3px;
		cursor: pointer;
		color: #ffffff;
	}
	.fade_closed:hover {
		color: #323232;
	}
	.good_dosug_mobile_menu {
		width: 80%;
		height: 100%;
		background-color: #eeeee9;
		overflow: scroll;
		z-index: 3;
		padding-top: 60px;
		display: none;
		position: fixed;
		top: 0;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.good_dosug_mobile_menu .mobile_main_menu li a {
		color: #a94c86;
		padding: 10px 10px;
		display: block;
		padding-left: 30px;
	}
	.good_dosug_mobile_menu .mobile_main_menu li a:hover {
		background-color: #a94c86;
		color: #ffffff;
	}
	.good_dosug_mobile_menu .good_dosug_header_selects {
		display: block;
		padding-left: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.good_dosug_mobile_menu .good_dosug_sidebar_left {
		display: block;
		margin-left: 30px;
		width: auto;
		max-width: 300px;
	}
	.good_dosug_mobile_menu .good_dosug_sidebar_item_title {
		background: url('../img/sidebar_title.png') repeat-x;
		-webkit-background-size: 100%;
		background-size: 100%;
		width: auto;
		text-align: left;
		padding-left: 20px;
	}
	.good_dosug_mobile_menu .good_dosug_header_select label {
		display: none;
	}
	.good_dosug_mobile_menu .good_dosug_sidebar_item_content ul li a {
		padding-top: 5px;
		padding-bottom: 5px;
		display: block;
	}
	.main_menu_button_wrap {
		display: block;
		z-index: 5;
		top: 0;
		width: 100%;
		height: 45px;
		position: fixed;
		border: none;
		background-color: #a94c86;
		cursor: pointer;
		border-bottom-left-radius: 50%;
		text-align: right;
		padding-right: 15px;
	}
	.main_menu_button {
		display: inline-block;
		vertical-align: middle;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 50px;
		height: 30px;
	}
	.mobile_menu_title {
		display: inline-block;
		vertical-align: middle;
		color: #323232;
		text-shadow: 1px 1px 1px #ffffff, -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff;
		font-size: 15px;
	}
	.sandwich {
		width: 30px;
		height: 30px;
		display: block;
		padding-left: 10px;
	}
	.sw-topper {
		position: relative;
		top: 4px;
		width: 30px;
		height: 5px;
		background: #323232;
		border: none;
		transition: transform 0.5s, top 0.2s;
		display: block;
	}
	.sw-bottom {
		position: relative;
		width: 30px;
		height: 5px;
		top: 9px;
		background: #323232;
		border: none;
		transition: transform 0.5s, top 0.2s;
		transition-delay: 0.2s, 0s;
		display: block;
	}
	.sw-footer {
		position: relative;
		width: 30px;
		height: 5px;
		top: 14px;
		background: #323232;
		border: none;
		transition: all 0.5s;
		transition-delay: 0.1s;
		display: block;
	}
	.sandwich.active .sw-topper {
		top: 16px;
		transform: rotate(140deg);
	}
	.sandwich.active .sw-bottom {
		top: 11px;
		transform: rotate(-140deg);
	}
	.sandwich.active .sw-footer {
		opacity: 0;
		top: 0;
		transform: rotate(180deg);
	}
	.good_dosug_item_wrap {
		padding-left: 0;
	}
	.footer_menu ul li a {
		margin-bottom: 15px;
		display: block;
	}
	.good_dosug_footer {
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.good_dosug_girl_wrap {
		display: block;
	}
	.good_dosug_girl_imgs {
		width: auto;
		margin: 0 auto;
	}
	.good_dosug_girl_imgs_item img {
		width: 100%;
	}
	.good_dosug_girl_descr {
		width: 90%;
		margin: 0 auto;
	}
	.form_text_input_row input {
		width: 110px;
	}
	.good_dosug_girl_imgs_item {
		display: none;
	}
	.good_dosug_girl_imgs_item:first-child {
		display: block;
    width: 90%;
    position: relative;
    margin: 0 auto;
	}
	.col_photo {
		display: block;
    position: absolute;
    z-index: 1;
    background: #a94c86;
    color: #fff;
    padding: 9px;
    font-size: 16px;
    border-radius: 0 0 17px 0;
	}
	.gal_item {
		width: 50%;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.good_dosug_item {
		width: calc(100% - 6px);
	}
	.pagination .pag_next {
		margin-left: 10px;
	}
	.pagination .pag_prev {
		margin-right: 10px;
	}
	.good_dosug_mobile_menu .good_dosug_sidebar_left {
		display: block;
		margin-left: 10px;
		width: auto;
		max-width: 230px;
	}
	.fade_closed {
		right: 10px;
	}
	.good_dosug_girl_descr {
		width: 100%;
	}
	.good_dosug_girl_title h1, .good_dosug_girl_title h2 {
		letter-spacing: 0;
	}
	.good_dosug_girl_title {
		padding-left: 0;
	}
	.form_text_input_row {
		display: block;
	}
	.form_text_input_row label {
		width: 20px;
		display: inline-block;
	}
	.form_text_input_row input {
		width: 150px;
	}
	.good_dosug_item_img {
		height: auto;
	}
	.good_dosug_girl_imgs_item {
		display: none;
	}
	.good_dosug_girl_imgs_item:first-child {
		display: block;
		width: 100%;
		position: relative;
	}
	.col_photo {
		display: block;
    position: absolute;
    z-index: 1;
    background: #a94c86;
    color: #fff;
    padding: 9px;
    font-size: 16px;
    border-radius: 0 0 17px 0;
	}
	.pagination ul li a {
    padding: 0px 4px;
    font-size: 14px;
	}
	.fast_call {
		background-color: #ffffff;
    border: 4px solid #85589e;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
    position: fixed;
    right: 60px;
    bottom: 10px;
    border-radius: 1px;
    background-image: url(../img/phone.png);
    -webkit-background-size: 50px 50px;
    background-size: 29px 30px;
    background-repeat: no-repeat;
    background-position: center center;
	}
	.fast_call:hover {
		transform: rotate(360deg);
	}
	.form_text_from {
		margin-right: 0;
	}
	.form_text_input_row input {
		width: 90%;
	}
	.gal_item {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.slut_foto {
		height: 355px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  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) {

}