@media only screen and (max-width : 1199px) {

	/* HEADER */
	.logo-content { width: 354px; }
	.header-left-line { left: calc(317px - 100vw); }
	.main-menu ul li a {
		font-size: 20px;
		line-height: 23px;
	}
	.main-menu ul li { margin-right: 10px; }
	.header-phone>div,
	.header-mail>div { margin: auto 8px auto 0; }
	.header-phone>a {
		font-size: 22px;
		line-height: 25px;
	}
	.header-mail>a {
		margin-left: auto;
		font-size: 16px;
		line-height: 19px;
	}
	.main-menu { margin: 0 auto 0 8px; }
	.catalog-menu {
		left: 374px;
		max-height: 258px;
		width: 240px;
	}
	.catalog-menu>a {
		padding-left: 20px;
		font-size: 18px;
		line-height: 42px;
	}

	/*Header*/
  .sh-header__nav {
    margin-left: 40px;
  }
  .sh-header__nav-list {
    width: 320px;
  }
  .sh-header__nav-item.sh-header__nav-item_catalog {
    display: none;
	}
	.sh-header__nav-list > li:first-child {
		display: none;
	}
  .sh-header__contacts {
    margin: auto 0 auto auto;
  }
  .sh-header__contacts-text_phone {
    font-size: 22px;
  }
  .sh-header__contacts-text_mail {
    font-size: 16px;
  }

	/* FIRST */
	#first { height: 748px; }
	.first-press-image { margin-top: 150px; }
	.first-content { margin-top: 211px; }
	.first-content>div:nth-child(2) {
		margin: 18px 0 23px;
		font-size: 20px;
		line-height: 23px;
	}
	.first-icons {
		height: 138px;
		width: 24px;
	}
	.first-icons-n {
		height: 116px;
		width: 24px;
		background-image: url(../other_img/ficons-n-md.png);
	}
	.non-price { font-size: 17px; }
	.first-price-button {
		height: 60px;
		width: 212px;
		font-size: 28px;
		line-height: 60px;
	}

	/* ADVANTAGES */
	.advantage-text {
		font-size: 20px;
		line-height: 22px;
	}
	.advantage-text-content { padding: 0 30px 0 40px; }
	.adv-text-cont-alt { padding: 0 0px 0 80px; }
	.advan-4 .adv-text-cont-alt {
   		padding: 0 90px 0 100px;
	}

	/* CONSULTATION */
	#consul { height: 230px; }
	#consul > p:nth-child(1) {
	    margin-top: 30px;
	    font-size: 34px;
	    line-height: 40px;
	}
	#consul > p:nth-child(2) {
	    font-size: 22px;
	    line-height: 26px;
	}

	/* LEASING */
	.leasing-content > p:nth-child(1) { font-size: 26px; }
	.leasing-content > p:nth-child(2) {
		font-size: 20px;
		line-height: 20px;
	}

	/* GALLERY */
	.example-photos>.photo-container:nth-child(5),
	.example-photos>.photo-container:nth-child(6) { display: none; }
	.example-photos>.photo-container:nth-child(4) { margin-bottom: 25px; }

	/* ABOUT US */
	.about-us-text>p:first-child { margin-bottom: 15px; }
	.au-photo-small>a:last-child { display: none; }
	.about-us-photos {
		justify-content: center;
		margin-bottom: 0px;
	}

	/* CONTACTS */
	.contacts-content > p:nth-child(1) {
		margin: 38px 0 18px;
		font-size: 34px;
		line-height: 39px;
	}
	.contacts-content > p, .contacts-content > a {
		font-size: 24px;
		line-height: 28px;
	}
	.social-icons { margin-top: 37px; }

	/* FOOTER */
	.footer-callback > a {
		font-size: 22px;
	}

	/* COMMON STYLES */
	.title { font-size: 34px; }
}

@media only screen and (max-width : 991px) {

	/* HEADER */
	header { background-color: #E53935; }
	#menu { height: 60px; }
	.logo-content { display: none; }
	.logo-mob { display: block; }
	#catalog-moblink { display: flex; }
	.header-contacts { display: none; }
	.mob-buttons { display: flex; }
	.main-menu {
		position: fixed;
		top: 60px;
		left: 0;
		height: 0; /*176px*/
		width: 100vw;
		margin: 0;
		background-color: #E53935;
		overflow: hidden;
		z-index: 100;
	}
	.main-menu>ul {
		flex-direction: column;
		height: 100%;
		width: 100%;
	}
	.main-menu>ul>li {
		display: flex;
		height: 44px;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.2332);
	}
	.main-menu>ul>li>a {
		margin: auto;
		font-size: 18px;
		line-height: 21px;
	}
	.main-menu>ul>li>a:hover {
		color: #fff;
		opacity: .75;
	}
	.callback-mob,
	.menu-mob { display: block; }

	/*Header*/
  .sh-page__header {
    height: 60px;
    border-bottom: none;
    box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.25);
    background-color: #E53935;
    overflow: hidden;
  }
  .sh-header__wrapper {
    height: 60px;
    justify-content: space-between;
  }
  .sh-header__wrapper[data-state='closed'] .sh-header__descriptor,
  .sh-header__wrapper[data-state='opened'] .sh-header__descriptor {
    height: 100%;
    width: 258px;
    background-image: url(../main_img/svg/si-logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sh-header__wrapper::before,
  .sh-header__descriptor-content,
  .sh-header__descriptor-text,
  .sh-header__contacts,
  .sh-page__catalog-menu.sh-page__catalog-menu_main,
  .sh-header__nav {
    display: none;
  }
  .sh-header__nav-list {
    flex-direction: column;
    width: 100%;
	}
	.sh-header__nav-list > li:first-child {
		display: flex;
	}
  .sh-header__nav-item {
    display: flex;
  }
  .sh-header__nav-item_mob-catalog {
    display: none;
  }
  .sh-header__nav-item-link {
    height: 46px;
    width: 100%;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFF;
  }
  .sh-header__nav-item-link:hover {
    color: rgba(255, 255, 255, 0.65);
  }
  .sh-header__mob-buttons {
    display: flex;
  }

	/* FIRST */
	#first { height: 595px; }
	.first-content { margin-top: 184px; }
	.first-content>p:nth-child(1) {
		font-size: 40px;
		line-height: 46px;
	}
	.first-content>div:nth-child(2) {
		margin: 8px 0 18px;
		font-size: 15px;
		line-height: 17px;
	}
	.first-icons {
		height: 101px;
		width: 17px;
	}
	.first-icons-n {
		height: 83px;
		width: 16px;
		background-image: url(../other_img/ficons-n-sm.png);
	}
	.non-price { font-size: 12px; }
	.first-price-button {
		height: 50px;
		width: 157px;
		font-size: 21px;
		line-height: 50px;
	}

	/* CHARS */
	.cc-bg-content {
		height: 539px;
		width: 466px;
		transform: none;
	}
	.cc-bg-content>div {
		position: relative;
		width: 394px;
	}
	.chars-content { top: 36px; }
	.chars-content-text {
		width: 394px;
		margin: 0 auto;
	}
	.chars-content-text > p:nth-child(1),
	.chars-content-text > p:nth-child(2),
	.chars-content-text > p:nth-child(3) { margin-left: 60px; }
	.chars-button { margin: 0 auto; }
	.chars-content-image { display: none; }

	/* CONSULTATION */
	#consul { height: 370px; }
	#consul-form { flex-direction: column; }
	#consul-form > div > input { margin: 0 0 20px 0; }
	#consul-form > div > div { right: 15px; }
	#consul > p:nth-child(1) {
	    font-size: 28px;
	    line-height: 30px;
	}
	#consul > p:nth-child(2) {
	    font-size: 18px;
	    line-height: 24px;
	    width: 385px;
	}

	/* ADVANTAGES */
	#adv-s .title { margin-bottom: 100px; }
	.advantage {
		height: auto;
		margin-bottom: 100px;
	}
	.advantage-text {
		display: block;
		position: relative;
		height: auto;
		width: 100%;
		font-size: 18px;
	}
	.advantage-text-bg-1 { display: none; }
	.advantage-num {
		position: absolute;
		font-size: 120px;
	}
	.advantage-text-bg-2 {
		position: relative;
		width: 100%;
		left: 0;
		-webkit-transform: skew(0);
	   	-moz-transform: skew(0);
	    -o-transform: skew(0);
	    height: auto;
		border: none;
	}
	.advantage-text-content {
		padding: 0;
		-webkit-transform: skew(0);
	   	-moz-transform: skew(0);
	    -o-transform: skew(0);
	}
	.advantage-pic { display: none; }
	.adv-text-right { left: 0; }
	.adv-text-left { left: 0; }
	.adv-num-alt {
    	text-align: left;
    	padding-right: 0;
	}
	.advan-4 .adv-text-cont-alt { padding: 0; }
	.advan-2 { top: 0; }
	.advan-3 { top: 0; }
	.advan-4 { top: 0; }
	.advan-5 { top: 0; }

	/* GALLERY */
	.example-photos>.photo-container:nth-child(3),
	.example-photos>.photo-container:nth-child(4) { display: none; }

	/* INSTRUMENTS */
	.instruments-content { width: 100%; }
	.i-item { margin-bottom: 20px; }
	.i-image {
		height: 158px;
		width: 158px;
	}
	.i-item > p {
		margin-top: 5px;
		font-size: 15px;
		line-height: 17px;
	}

	/* ABOUT US */
	.about-us-text>p:first-child { margin-bottom: 20px; }
	.about-us-text>p:last-child {
		width: 540px;
		margin: 10px auto 30px;
		font-size: 16px;
		line-height: 22px;
	}
	.about-us-photos { margin-top: 30px; }
	.au-photo-main {
		height: 382px;
		width: 382px;
	}
	.au-photo {
		height: 115px;
		width: 151px;
		margin-left: 18px;
	}

	/* CONTACTS */
	#contacts {
		height: 560px;
		margin: 49px 0 0;
	}
	#ymap { height: 100%; }
	.contacts-content {
		height: 265px;
		padding-left: 45px;
	}
	.contacts-content > p:nth-child(1) {
		margin: 32px 0 16px;
		font-size: 29px;
		line-height: 33px;
	}
	.contacts-content > p, .contacts-content > a {
		font-size: 21px;
		line-height: 24px;
	}
	.social-icons { margin-top: 21px; }
	.social-icons a {
		font-size: 34px;
		line-height: 40px;
	}
	.social-icons > a:nth-child(1) { margin-right: 30px; }
	.social-icons > a:nth-child(2) { margin-right: 30px; }

	/* FOOTER */
	.footer-content { height: 80px; }
	.footer-content > p { display: none; }
	.footer-logo {
		height: 35px;
		width: 225px;
		margin: auto auto auto 45px;
	}
	.footer-callback > a {
		font-size: 20px;
	}
	.fc-button {
		height: 28px;
		width: 142px;
		margin-top: 8px;
		font-size: 13px;
		line-height: 28px;
	}
	.footer-callback { margin: auto 5px auto auto; }
	.prpl-logo { display: none; }
}

@media only screen and (max-width : 767px) {
	/* HEADER */
	.logo-mob {
		height: 28px;
		width: 181px;
	}

	/*Header*/
  .sh-header__wrapper[data-state='closed'] .sh-header__descriptor,
  .sh-header__wrapper[data-state='opened'] .sh-header__descriptor {
    width: 181px;
  }
  .sh-header__nav-item_mob-catalog {
    display: flex;
  }
  .sh-header__nav-item_general-catalog {
    display: none;
  }

	/* FIRST */
	#first { height: 378px; }
	.first-press-image { display: none; }
	.first-content { margin-top: 90px; }
	.first-content>p:nth-child(1) {
		font-size: 30px;
		line-height: 35px;
	}
	.first-content>div:nth-child(2) {
		flex-direction: column-reverse;
		margin: 10px 0 26px;
		font-size: 11px;
		line-height: 14px;
	}
	.first-icons {
		height: 18px;
		width: 105px;
		margin-top: 15px;
		background-image: url(../main_img/fci-xs.png);
	}
	.first-icons-n {
		height: 18px;
		width: 105px;
		margin-top: 15px;
		background-image: url(../main_img/fci-xs.png);
	}
	.non-price { font-size: 9px; }
	.first-price-button {
		height: 42px;
		width: 165px;
		font-size: 21px;
		line-height: 42px;
	}
	.down-arrow { display: none; }

	/* CHARS */
	#chars>.container { background-color: #ECECEC; }
	.cc-bg-content {
		height: 442px;
		width: 324px;
		background-color: unset;
		box-shadow: none;
	}
	.cc-bg-content > div {
		height: 418px;
		width: 324px;
	}
	.chars-content { top: 18px; }
	.chars-content-text {
		height: 418px;
		width: 225px;
		margin: 0 auto;
	}
	.chars-content-text > p:nth-child(1),
	.chars-content-text > p:nth-child(2),
	.chars-content-text > p:nth-child(3) { margin-left: 0; }
	.chars-content-text > p:nth-child(1) {
		font-size: 18px;
	}
	.chars-content-text > p:nth-child(2) {
		font-size: 18px;
	}
	.chars-content-text > p:nth-child(3) {
		width: 265px;
		margin: 11px 0 30px;
		font-size: 18px;
		line-height: 21px;
	}
	.chars-button { font-size: 21px; }

	/* CONSULTATION */
	#consul > p:nth-child(1) {
		margin-top: 25px;
	    font-size: 22px;
	    line-height: 26px;
	}
	#consul > p:nth-child(2) {
	    font-size: 16px;
	    line-height: 22px;
	    width: 300px;
	}
	#consul-form > input { font-size: 24px; }

	/* ADVANTAGES */
	#adv-s .title { margin-bottom: 80px; }

	/* LEASING */
	.leasing-container {
	   	height: 532px;
	    width: 300px;
	    margin: 30px auto;
	}
	.leasing-image {
		height: 300px;
		width: 100%;
	}
	.leasing-content {
	    width: 300px;
	    margin: auto 0 0;
	    padding: 30px 0;
	    text-align: center;
	}
	.leasing-content > p:nth-child(1) { font-size: 20px; }
	.leasing-content > p:nth-child(2) {
		font-size: 16px;
		line-height: 18px;
	}
	.leasing-button {
		width: 240px;
		margin: 0 auto;
		font-size: 24px;
	}

	/* GALLERY */
	.photo-gallery-content {
		height: 400px;
		width: 300px;
		margin: 0 auto;
	}
	.all-photos {
		display: flex;
		min-height: 400px;
		min-width: 300px;
		max-height: 400px;
		max-width: 300px;
		margin: 0;
	}
	.gallery-carousel {
		height: 400px;
		width: 300px;
	}
	.gallery-carousel-item {
		min-height: 400px;
		min-width: 300px;
	}
	.gallery-hover-effect { display: none; }
	.gallery-slider {
		display: flex;
		top: unset;
		bottom: 0;
	}
	.open-photos {
		display: inline;
		position: unset;
		width: auto;
		margin-left: 20px;
		font-size: 18px;
	}
	.gallery-slider-buttons {
		position: unset;
		margin-left: 30px;
	}
	#slide-left { margin-right: 10px; }
	.gallery-carousel:hover {
		-webkit-filter: grayscale(0) blur(0);
		filter: grayscale(0) blur(0);
	}
	.example-photos>.photo-container:nth-child(1),
	.example-photos>.photo-container:nth-child(2) { display: none; }

	/* INSTRUMENTS */
	.instruments-content {  width: 330px; }

	/* ABOUT US */
	.about-us-text > p:first-child {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	.about-us-text > p:last-child {
	    width: 330px;
	    font-size: 14px;
	    line-height: 18px;
	}
	.about-us-photos {
		flex-direction: column;
	}
	.au-photo-main {
		height: 330px;
		width: 330px;
	}
	.about-us-photos > div:first-child { margin: 0 auto; }
	.about-us-photos > div:last-child {
		width: 330px;
		margin: 0 auto;
	}
	.au-photo-small>a:last-child { display: block; }
	.au-photo-small {
		justify-content: space-between;
		margin-top: 13px;
	}
	.au-photo {
		height: 77px;
		width: 101px;
		margin: 0;
	}
	.au-photo-main:hover {
		box-shadow: -4px -4px 0px #d13129, 6px 6px 0px #cdcdcd;
	}
	.au-photo:hover {
		box-shadow: -4px -4px 0px #d13129, 6px 6px 0px #cdcdcd;
	}

	/* REVIEWS */
	.reviews-content > div:nth-child(3) > .review {
		margin-bottom: 30px;
	}

	/* CONTACTS */
	#contacts { height: 610px; }
	.contacts-container {
		width: 100%;
		margin-bottom: 20px;
	}
	.contacts-content {
		height: 310px;
		width: 100%;
		padding-left: 0;
		border-radius: 10px;
		overflow: hidden;
	}
	.contacts-content > p:nth-child(1) {
		margin: 30px auto 12px;
		font-size: 30px;
		line-height: 35px;
	}
	.contacts-content > p, .contacts-content > a {
		margin: 0 auto;
		font-size: 21px;
		line-height: 24px;
	}
	.social-icons { margin: 11px auto 0; }
	.social-icons > a:nth-child(1) { margin-right: 30px; }
	.social-icons > a:nth-child(2) { margin-right: 30px; }
	.footer-mob-logo {
		display: flex;
		height: 63px;
		width: 100%;
		margin-top: auto;
		background-image: url(../main_img/footer-mob-bg.jpg);
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		border-radius: 0 0 10px 10px;
	}
	.footer-mob-logo>div {
		height: 28px;
		width: 181px;
		margin: 20px auto 0;
		background-image: url(../main_img/menu-logo.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	/* FOOTER */
	footer { display: none; }

	/* COMMON STYLES */
	.title {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 21px;
	}
	.title-bg > p { padding: 7px 10px; }

	/* FORM */
	#popup-form {
		width: 340px;
		margin: 0 auto auto;
	}
	.ty-block-content { width: 340px; }
	.ty-block-content > p:nth-child(1) {
		margin: 45px 0 40px;
		font-size: 32px;
	}
	.ty-block-content > p:nth-child(2) { font-size: 20px; }
}