@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: 20px; }
	.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 24px; }
	.catalog-menu {
		left: 374px;
		max-height: 258px;
		width: 240px;
	}
	.catalog-menu>a {
		padding-left: 20px;
		font-size: 18px;
		line-height: 42px;
	}
	.callback-phone>a:nth-child(1) {
		font-size: 22px;
	}
	.header-button {
		left: 22px;
	}
	/*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__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-content > p:nth-child(1) {
		font-size: 46px;
		line-height: 53px;
	}
	.first-button {
		height: 60px;
		width: 293px;
		font-size: 28px;
		line-height: 33px;
	}
	.first-button > p { margin: auto 12px auto auto; }
	.press-icon {
		height: 53px;
		width: 53px;
	}
	.first-catalog-item {
		font-size: 15px;
		line-height: 18px;
	}

	/*First Screen*/
  .sh-first-screen__wrapper {
    margin-top: 85px;
    padding-bottom: 65px;
  }
  .sh-first-screen__image-wrapper {
    height: 723px;
    min-width: 497px;
    margin-right: -30px;
  }
  .sh-first-screen__consultation-form {
    width: 685px;
  }
  .sh-first-screen__consultation-form .sh-form__wrapper {
    margin-left: 28px;
  }
  .sh-first-screen__nav-wrapper {
    height: 285px;
    margin: 80px 0 30px;
  }
  .sh-first-screen__nav-item-image {
    height: 160px;
    width: 160px;
  }
  .sh-first-screen__nav-item-title {
    font-size: 18px;
  }
  .sh-page__background-1-wrapper {
    height: 970px;
  }
  .sh-first-screen__consultation-form-freetext {
    display: none;
  }

	/* PGN */
	.pgn-chars { margin-left: 22px; }

	/* PG12T */
	.pg12t-chars { margin-left: 22px; }
	.pg12t-button { width: 250px; }
	.pg12t-items>div:nth-child(1)>.pg12t-item,
	.pg12t-items>div:nth-child(2)>.pg12t-item {
		margin-bottom: 30px;
	}

	/* PG20T */
	.pg20t-chars { margin-left: 22px; }

	/* PG30T */
	.pg30t-chars { margin-left: 22px; }
	.pg30t-button { width: 250px; }
	.pg30t-items>div:nth-child(1)>.pg30t-item {
		margin-bottom: 30px;
	}
	.pg30t-items>div:nth-child(2)>.pg30t-item {
		margin-bottom: 30px;
	}

	/* PG45T */
	.pg45t-chars { margin-left: 22px; }
	.pg45t-button { width: 250px; }

	/* PG100T */
	.pg100t-item {
		width: 750px;
		margin: 70px auto 0;
	}

	/* 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; }
        .sid-mob {
                display: block;    text-align: center;    color: white;
        }
	.logo-mob { display: block; }
	#cmenu { display: none; }
	#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; }
	.callback {
		display: none;
	}
	/*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-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: 596px; }
	.first-content > p:nth-child(1) {
		font-size: 41px;
		line-height: 47px;
	}
	.first-button {
		height: 50px;
		width: 220px;
		font-size: 21px;
		line-height: 25px;
	}
	.first-button > p { margin: auto 8px auto auto; }
	.press-icon {
		height: 41px;
		width: 41px;
	}
	.first-catalog-item {
		font-size: 10px;
		line-height: 14px;
	}

	/*First Screen*/
  .sh-page__first-screen {
    overflow: hidden;
  }
  .sh-first-screen__wrapper {
    margin-top: 60px;
  }
  .sh-first-screen__image-wrapper {
    margin-right: -264px;
  }
  .sh-first-screen__content {
    width: 532px;
    margin: 0;
    margin-top: 70px;
  }
  .sh-first-screen__sales {
    border-width: 10px;
  }
  .sh-first-screen__side-items {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .sh-first-screen__consultation-form {
    height: 446px;
    width: 425px;
  }
  .sh-first-screen__consultation-form .sh-form__wrapper {
    height: 366px;
    width: 311px;
    margin: 30px 86px 50px 28px;
  }
  .sh-first-screen__consultation-form .sh-form__personal-data-text {
    margin: auto 0 auto 10px;
    font-size: 14px;
  }
  .sh-first-screen__consultation-form .sh-form__personal-data-check-box,
  .sh-first-screen__consultation-form .sh-form__personal-data-check-box > svg {
    height: 16px;
    width: 16px;
  }
  .sh-first-screen__consultation-form .sh-form__personal-data-checked-inbox {
    top: 2px;
    left: 2px;
  }
  .sh-first-screen__consultation-description {
    height: 545px;
    width: 360px;
    border-width: 10px;
  }
  .sh-first-screen__consultation-description-title {
    top: -10px;
    left: -10px;
    right: -10px;
    padding: 25px 25px 15px 25px;
    border-radius: 35px 35px 0 0;
  }
  .sh-first-screen__consultation-content {
    margin: 155px 10px 0 10px;
  }
  .sh-first-screen__consultation-content-item {
    margin-top: 15px;
  }
  .sh-first-screen__nav-wrapper {
    height: 225px;
    margin: 80px 0 80px;
    border-width: 10px;
  }
  .sh-first-screen__nav-item-image {
    height: 120px;
    width: 120px;
  }
  .sh-first-screen__nav-item-title {
    font-size: 14px;
  }
  .sh-page__background-1-wrapper {
    height: 800px;
  }

	/* PGN */
	.pgn-image {
		height: 250px;
		width: 200px;
		margin: 10px auto;
	}
	.pgn-chars { margin-left: 15px; }
	.pgn-chars > p:nth-child(1) {
		font-size: 17px;
		line-height: 20px;
	}
	.pgn-chars > p:nth-child(2) {
		font-size: 15px;
		line-height: 17px;
		margin: 5px 0 9px;
		overflow: hidden;
	}
	.pgn-chars > a {
		font-size: 21px;
		line-height: 21px;
	}
	.pgn-chars > a > p {
		font-size: 21px;
		line-height: 24px;
	}
	.pgn-button {
		height: 47px;
		width: 191px;
		margin: 20px auto;
		font-size: 28px;
		line-height: 47px;
	}
	.pgn-button-more {
		width: 191px;
	}
	/* PG12T */
	.pg12t-image {
		height: 250px;
		width: 137px;
		margin: 10px auto;
	}
	.pg12t-chars { margin-left: 15px; }
	.pg12t-chars > p:nth-child(1) {
		font-size: 17px;
		line-height: 20px;
	}
	.pg12t-chars > p:nth-child(2) {
		font-size: 15px;
		line-height: 17px;
		margin: 5px 0 9px;
		overflow: hidden;
	}
	.pg12t-chars > a {
		font-size: 21px;
		line-height: 21px;
	}
	.pg12t-chars > a > p {
		font-size: 21px;
		line-height: 24px;
	}
	.pg12t-button {
		height: 47px;
		width: 191px;
		margin: 20px auto;
		font-size: 28px;
		line-height: 47px;
	}

	/* PG20T */
	.pg20t-image {
		height: 250px;
		width: 147px;
		margin: 10px auto;
	}
	.pg20t-chars { margin-left: 15px; }
	.pg20t-chars > p:nth-child(1) {
		font-size: 17px;
		line-height: 20px;
	}
	.pg20t-chars > p:nth-child(2) {
		font-size: 15px;
		line-height: 17px;
		margin: 5px 0 9px;
		overflow: hidden;
	}
	.pg20t-chars > a {
		font-size: 21px;
		line-height: 21px;
		width: 191px;
	}
	.pg20t-chars > a > p {
		font-size: 21px;
		line-height: 24px;
		width: 191px;
	}
	.pg20t-button {
		height: 47px;
		width: 191px;
		margin: 20px auto;
		font-size: 28px;
		line-height: 47px;
	}

	/* PG30T */
	.pg30t-image {
		height: 250px;
		width: 152px;
		margin: 10px auto;
	}
	.pg30t-chars { margin-left: 15px; }
	.pg30t-chars > p:nth-child(1) {
		font-size: 17px;
		line-height: 20px;
	}
	.pg30t-chars > p:nth-child(2) {
		font-size: 15px;
		line-height: 17px;
		margin: 5px 0 9px;
		overflow: hidden;
	}
	.pg30t-chars > a {
		font-size: 21px;
		line-height: 21px;
	}
	.pg30t-chars > a > p {
		font-size: 21px;
		line-height: 24px;
	}
	.pg30t-button {
		height: 47px;
		width: 191px;
		margin: 20px auto;
		font-size: 28px;
		line-height: 47px;
	}

	/* PG45T */
	.pg45t-image {
		height: 250px;
		width: 190px;
		margin: 10px auto;
	}
	.pg45t-chars { margin-left: 15px; }
	.pg45t-chars > p:nth-child(1) {
		font-size: 17px;
		line-height: 20px;
	}
	.pg45t-chars > p:nth-child(2) {
		font-size: 15px;
		line-height: 17px;
		height: 68px;
		margin: 5px 0 14px;
		overflow: hidden;
	}
	.pg45t-chars > a {
		font-size: 21px;
		line-height: 21px;
	}
	.pg45t-chars > a > p {
		font-size: 21px;
		line-height: 24px;
	}
	.pg45t-button {
		height: 47px;
		width: 191px;
		margin: 20px auto;
		font-size: 28px;
		line-height: 47px;
	}

	/* PG100T */
	.pg100t-content { margin: auto 0 auto 340px; }
	.pg100t-item {
		width: 100%;
		margin-top: 30px;
	}
	.pg100t-image {
		height: 380px;
		width: 282px;
	}
	.pg100t-content > p:nth-child(1) {
		font-size: 17px;
		line-height: 20px;
	}
	.pg100t-content > p:nth-child(2) {
		font-size: 15px;
		line-height: 17px;
		margin: 10px 0 15px;
	}
	.pg100t-content > a {
		font-size: 21px;
		line-height: 21px;
		width: 191px;
	}
	.pg100t-content > a > p {
		font-size: 21px;
		line-height: 24px;
	}
	.pg100t-button {
		height: 47px;
		width: 191px;
		margin: 19px 0;
		font-size: 28px;
		line-height: 47px;
	}

	/* 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; }

	/* COMMON STYLES */
	.title {
		margin-bottom: 30px;
		font-size: 29px;
		line-height: 33px;
	}
	.title-bg { width: 594px; }
	#catalog { padding: 40px 0 45px; }
	#pgn,
	#pg12t,
	#pg20t,
	#pg30t,
	#pg45t,
	#pg100t,
	#instruments,
	#about-us { padding-bottom: 45px; }
	.press-price {
		margin-bottom: 11px;
		font-size: 23px;
		line-height: 20px;
	}
	.press-price>span { font-size: 21px; }
	}

@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;
		margin-bottom: 362px;
	}
	#first > .container {
		margin-top: 90px;
		margin-bottom: 44px;
	}
	#first > .container > .row { display: block; }
	.first-press-image { display: none; }
	.first-content {
    	position: relative;
    	z-index: 1;
	}
	.first-content > p:nth-child(1) {
		font-size: 30px;
		line-height: 35px;
	}
	.first-catalog {
		bottom: unset;
		top: calc(100% + 77px);
		z-index: 1;
	}
	.presses-cat-mob {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 280px;
		margin: 0 auto;
	}
	.presses-cat-mob::before,
	.presses-cat-mob::after { content: unset; }
	.presses-cat-mob>div {
		height: 60px;
		width: 132px;
		padding: 0;
		border-radius: 10px;
		background-image: linear-gradient(#fff,#F0F0F0);
		box-shadow: 0 10px 30px rgba(139, 139, 139, 0.2646);
	}
	.presses-cat-mob>div:nth-child(1),
	.presses-cat-mob>div:nth-child(2),
	.presses-cat-mob>div:nth-child(3),
	.presses-cat-mob>div:nth-child(4) { margin-bottom: 20px; }
	.first-catalog-item {
		font-size: 12px;
		line-height: 14px;
		color: #000;
	}
	.press-icon {
		margin: 10px 0 9px 15px;
		background-image: url(../main_img/press-icon-mob.png);
		background-size: 29px 33px;
	}
	.first-catalog-item > p { margin: auto 0; }
	.first-image-mob {
		display: block;
		position: absolute;
		top: 180px;
		right: 0;
		height: 292px;
		width: 138px;
		background-image: url(../main_img/fpress-mob.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.shnur {
		display: block;
		position: absolute;
		top: 357px;
		left: 9px;
		height: 43px;
		width: 264px;
		background-image: url(../main_img/shnur.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	/*First Screen*/
  .sh-first-screen__wrapper {
		position: relative;
		display: flex;
    flex-direction: column;
		margin-top: 0;
		padding-top: 90px;
		padding-bottom: 0;
  }
  .sh-first-screen__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25vw;
    right: -25vw;
    background-color: rgba(247, 247, 247, 0.8);
    z-index: 1;
  }
  .sh-first-screen__image-wrapper {
		position: absolute;
		right: -145px;
		height: 520px;
		width: 347px;
		margin-right: 0;
  }
  .sh-first-screen__content {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 1;
  }
  .sh-first-screen__title {
		font-size: 32px;
		color: #545455;
	}
	.sh-first-screen__item-title {
		color: #545455;
	}
	.sh-first-screen__item-text {
		color: #545455;
	}
	
	.sh-first-screen__item-icon_delivery {
		background-image: url(../main_img/svg/old_delivery-truck.svg);
	}
	.sh-first-screen__item-icon_courier {
		background-image: url(../main_img/svg/old_courier.svg);
	}
	.sh-first-screen__item-icon_boxes {
		background-image: url(../main_img/svg/old_boxes.svg);
	}
	.sh-first-screen__item-icon_guarantee {
		background-image: url(../main_img/svg/old_guarantee.svg);
	}
	.sh-first-screen__item-icon_sales {
		background-image: url(../main_img/svg/old_sales.svg);
	}

  .sh-first-screen__sales {
    width: calc(100% + 30px);
    padding: 15px 15px 25px;
		margin: 65px -15px 0;
  }
  .sh-first-screen__sales-text {
    font-size: 27px;
  }
  .sh-first-screen__sales-button {
    height: 60px;
  }
  .sh-first-screen__sales-button-text {
    font-size: 24px;
	}
	.sh-first-screen__side-items {
		position: relative;
		flex-direction: column;
		height: 146px;
		margin: 40px -15px;
		padding: 15px 20px 15px 20px;
		border-radius: 35px;
		z-index: 1;
	}
  .sh-first-screen__consultation {
    height: auto;
    width: calc(100% + 30px);
		margin: 0 -15px 0;
		background-color: rgba(247, 247, 247, 0.8);
  }
  .sh-first-screen__consultation-description {
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 40px;
  }
  .sh-first-screen__consultation-content {
    margin-top: 140px;
  }
  .sh-first-screen__consultation-form {
    height: auto;
    width: 100%;
    margin-top: -50px;
    margin-bottom: 60px;
  }
  .sh-first-screen__consultation-form .sh-form__wrapper {
    height: auto;
    width: calc(100% - 50px);
    margin: 80px 25px 40px;
  }
  .sh-first-screen__consultation-form .sh-form__fields {
    margin: 25px 0 0;
  }
  .sh-first-screen__nav-wrapper {
    display: none;
  }
  .sh-first-screen__fs-mob-nav {
    display: block;
  }
  .sh-first-screen__nav-item-bg {
    display: none;
	}
	.first-catalog {
		position: relative;
		margin-bottom: 0;
		padding-bottom: 80px;
	}
	.first-catalog::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25vw;
    right: -25vw;
    background-color: rgba(247, 247, 247, 0.8);
    z-index: 0;
  }

	/* PGN */
	.pgn-item {
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.pgn-items>div:nth-child(1)>.pgn-item,
	.pgn-items>div:nth-child(2)>.pgn-item { margin-bottom: 30px; }
	.pgn-chars { margin-left: 33px; }

	/* PG12T */
	.pg12t-item {
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.pg12t-items>div:nth-child(1)>.pg12t-item,
	.pg12t-items>div:nth-child(2)>.pg12t-item,
	.pg12t-items>div:nth-child(3)>.pg12t-item { margin-bottom: 30px; }
	.pg12t-chars { margin-left: 33px; }

	/* PG20T */
	.pg20t-item {
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.pg20t-items>div:nth-child(1)>.pg20t-item,
	.pg20t-items>div:nth-child(2)>.pg20t-item,
	.pg20t-items>div:nth-child(3)>.pg20t-item,
	.pg20t-items>div:nth-child(4)>.pg20t-item,
	.pg20t-items>div:nth-child(5)>.pg20t-item { margin-bottom: 30px; }
	.pg20t-chars { margin-left: 33px; }

	/* PG30T */
	.pg30t-item {
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.pg30t-items>div:nth-child(1)>.pg30t-item,
	.pg30t-items>div:nth-child(2)>.pg30t-item,
	.pg30t-items>div:nth-child(3)>.pg30t-item { margin-bottom: 30px; }
	.pg30t-chars { margin-left: 33px; }

	/* PG45T */
	.pg45t-item {
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.pg45t-items>div:nth-child(1)>.pg45t-item,
	.pg45t-items>div:nth-child(2)>.pg45t-item,
	.pg45t-items>div:nth-child(3)>.pg45t-item { margin-bottom: 30px; }
	.pg45t-chars { margin-left: 33px; }
	.pg45t-chars > p:nth-child(2) { height: auto; }

	/* PG100T */
	.pg100t-item {
		flex-direction: column;
		width: 260px;
		height: 492px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.pg100t-image {
		position: unset;
		height: 250px;
		width: 186px;
		margin: 10px auto;
	}
	.pg100t-content { margin: 0 auto 0 30px; }
	.pg100t-content > p:nth-child(1) {
		margin: 0;
		font-size: 17px;
		line-height: 20px;
	}
	.pg100t-content > p:nth-child(2) {
		font-size: 15px;
		line-height: 17px;
		height: 52px;
		margin: 7px 0 13px;
	}
	.pg100t-content > a {
		font-size: 21px;
		line-height: 21px;
	}
	.pg100t-content > a > p {
		font-size: 21px;
		line-height: 24px;
	}
	.pg100t-button {
		height: 47px;
		width: 191px;
		margin: 20px auto;
		font-size: 28px;
		line-height: 47px;
	}

	/* 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 {
		font-size: 18px;
		line-height: 21px;
	}
	.title-bg { width: 308px; }
	#pgn .title-bg { width: 250px; }
	#pgn .title-bg > p { padding: 13px 15px; }

	/* 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; }

	/*Form*/
  .sh-page__form-wrapper {
    align-items: unset;
  }
  .sh-form__wrapper {
    height: 400px;
    width: 360px;
  }
  .sh-form__title {
    margin: 23px 0 19px;
    font-size: 25px;
  }
  .sh-form__field {
    width: 330px;
  }
  .sh-form__button {
    margin-top: 20px;
  }
  .sh-form__button-text {
    font-size: 26px;
  }
  .sh-form__personal-data-text {
    font-size: 14px;
  }

  /*Thx*/
  .sh-thx__wrapper {
    width: 360px;
  }
  .sh-thx__text-1 {
    margin: 23px auto 20px;
    font-size: 25px;
  }
  .sh-thx__separator {
    width: 100%;
  }
  .sh-thx__text-container {
    flex-direction: column;
    align-items: center;
    margin: 25px auto;
  }
  .sh-thx__separator_last {
    display: none;
  }
  .sh-thx__separator_vertical {
    height: 1px;
    width: 80%;
    margin: 13px auto 8px;
  }
  .sh-thx__text-3 {
    font-size: 26px;
  }
  .sh-thx__button {
    height: 50px;
    width: 330px;
    margin: auto auto 30px;
  }
  .sh-thx__button-text {
    font-size: 26px;
  }
  .sh-thx__social {
    display: flex;
    width: 87.5%;
    margin: auto auto 35px;
  }

  /*Confidency*/
  .sh-conf__content {
    width: 94%;
    padding: 40px 20px;
  }
  .sh-conf__subtitle {
    font-size: 28px;
    line-height: 0.9;
  }
}