* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body { font-family: 'Cuprum', sans-serif; }

#chars,
#photos-s,
#instruments,
#about-us,
#reviews { padding-bottom: 50px; }


/*Navigation Items*/
.si-page__back-button {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 60px;
	background-color: rgba(0, 0, 0, 0.1);
	transition: background-color 0.25s;
	z-index: 1;
}
.si-page__back-button:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.3);
}
.si-page__back-button-arrow {
	height: 25px;
	width: 16px;
	background-image: url(../main_img/svg/back-arrow-icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
	transition: opacity 0.25s;
}
.si-page__back-button:hover .si-page__back-button-arrow {
	opacity: 0.6;
}
.si-page__scrolltop-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 15px;
	bottom: 15px;
	height: 60px;
	width: 60px;
	background-color: rgba(0, 0, 0, 0.1);
	transition: background-color 0.25s, opacity 0.4s;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}
.si-page__scrolltop-button_visible {
	opacity: 1;
	pointer-events: all;
}
.si-page__scrolltop-button:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.3);
}
.si-page__scrolltop-button-arrow {
	height: 25px;
	width: 16px;
	background-image: url(../main_img/svg/back-arrow-icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
	transform: rotate(90deg);
	transition: opacity 0.25s;
}
.si-page__scrolltop-button:hover .si-page__scrolltop-button-arrow {
	opacity: 0.6;
}
@media only screen and (max-width : 991px) {
	.si-page__back-button,
	.si-page__scrolltop-button {
		display: none;
	}
}



/*   H E A D E R   */

header {
	position: fixed;
	width: 100%;
	background-color: rgba(9,9,9,.2);
	z-index: 100;
	transition: .5s;
}
#menu {
	display: flex;
	height: 64px;
	width: 100%;
}
.logo-content {
	height: 0;
	width: 370px;
	border-bottom: 111px solid #E53935;
	border-right: 33px solid transparent;
	transform: rotateX(180deg);
}
.logo-mob {
	display: none;
	height: 40px;
	width: 258px;
	margin: auto auto auto 0;
	background-image: url(../main_img/menu-logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.header-left-line {
	position: fixed;
	left: calc(330px - 100vw);
	height: 111px;
	width: 100vw;
	background-color: #E53935;
}
.lcc {
	transform: rotateX(180deg);
}
.logo-image {
	height: 49px;
	width: 317px;
	margin: 8px 0 7px;
	background-image: url(../main_img/menu-logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.logo-description {
	font-size: 11px;
	font-weight: 700;
	line-height: 13px;
	color: #fff;
}
.main-menu {
	display: flex;
	margin: 0 auto 0 29px;
}
.main-menu ul {
	display: flex;
	margin: auto 0;
}
.main-menu ul li {
	display: inline-block;
	margin-right: 25px;
	list-style-type: none;
}
.main-menu ul li a {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	transition: .4s;
	color: #fff;
}
.main-menu ul li a:hover { color: #EF5350; }
.main-menu ul li a:first-child { display: flex; }
.main-menu ul li a:first-child:hover { cursor: pointer; }
.main-menu ul li a svg {
	margin: auto 0 auto 5px;
	font-size: 18px;
}
#catalog-moblink { display: none; }
.header-contacts {
	display: flex;
	flex-direction: column;
	margin: 7px 4px 8px auto;
}
.header-contacts a {
	font-weight: 700;
	color: #fff;
	outline: none;
}
.header-phone,
.header-mail { display: flex; }
.header-phone>div,
.header-mail>div {
	height: 17px;
	width: 17px;
	margin: auto 12px auto 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.header-phone>div {
	background-image: url(../main_img/header-phone.png);
}
.header-mail>div {
	background-image: url(../main_img/header-mail.png);
}
.header-phone>a {
	font-size: 26px;
	line-height: 30px;
}
.header-mail>a {
	font-size: 20px;
	line-height: 19px;
}
.catalog-menu {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 64px;
	left: 398px;
	height: 0;
	max-height: 282px;
	width: 301px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	z-index: 100;
}
.catalog-menu>a {
	padding-left: 37px;
	font-size: 22px;
	font-weight: 700;
	line-height: 46px;
	text-align: left;
	text-transform: uppercase;
	transition: .4s;
	border-top: 1px solid rgba(193,193,193,.56);
	background-color: rgba(9,9,9,.6);
	color: #fff;
	outline: none;
}
.catalog-menu>a:hover { color: #EF5350; }
.callback-mob {
	display: none;
	height: 34px;
	width: 34px;
	margin: auto 0 auto auto;
	background-image: url(../main_img/callback-mob.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.menu-mob {
	display: none;
	height: 37px;
	width: 37px;
	margin: auto 6px auto 18px;
	background-image: url(../main_img/menu-mob.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.callback-mob:hover,
.menu-mob:hover { cursor: pointer; }

/*Header*/
.sh-page__header {
	position: fixed;
	height: 64px;
	width: 100%;
	border-bottom: 1px solid rgba(147, 147, 147, 0.3);
	background-color: #F6F6F6;
	transition: .5s;
	z-index: 99;
}
.sh-header {}
.sh-header__wrapper {
	display: flex;
	position: relative;
	height: 64px;
}
.sh-header__wrapper::before {
	position: absolute;
	right: calc(100% - 1px);
	content: '';
	width: 200vw;
	background-color: #E53935;
	transition: .4s;
	z-index: -1;
}
.sh-header__descriptor {
	width: 358px;
	overflow: hidden;
	transition: .4s;
}
.sh-header__wrapper[data-state='opened']::before ,
.sh-header__wrapper[data-state='opened'] .sh-header__descriptor {
	height: 111px;
}
.sh-header__wrapper[data-state='closed']::before ,
.sh-header__wrapper[data-state='closed'] .sh-header__descriptor {
	height: 63px;
}
.sh-header__descriptor-content {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 111px;
	width: 100%;
	background-image: url(../main_img/svg/header.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sh-header__descriptor-logo {
	height: 63px;
	width: 317px;
	background-image: url(../main_img/svg/si-logo.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.sh-header__descriptor-text {
	width: 86%;
	margin: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
}
.sh-header__nav {
	position: relative;
	display: flex;
	margin-left: 40px;
}
.sh-header__nav-content {
	margin: auto 0;
}
.sh-header__nav-list {
	display: flex;
	justify-content: space-between;
	width: 470px;
	list-style: none;
}
.sh-header__nav-item {}
.sh-header__nav-item_mob-catalog {
	display: none;
}
.sh-header__nav-item_general-catalog {
	display: flex;
}
.sh-header__nav-item-link {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #545455;
	transition: .25s;
}
.sh-header__nav-item-link:hover {
	cursor: pointer;
	color: #7D7D7F;
}
.sh-header__nav-item_catalog {
	display: flex;
}
.sh-header__nav-item_catalog-arrow {
	height: 24px;
  width: 15px;
  margin: auto 0 auto 8px;
	background-image: url(../main_img/svg/angle-down.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	fill: #545455;
	transition: .25s;
}
.sh-header__nav-item_catalog:hover {
	cursor: pointer;
	color: #7D7D7F;
}
.sh-header__nav-item_catalog:hover .sh-header__nav-item_catalog-arrow {
	fill: #7D7D7F;
}
.sh-page__catalog-menu {
	position: absolute;
	top: 63px;
	left: -36px;
	display: flex;
	flex-direction: column;
	width: 310px;
	border: 1px solid rgba(147, 147, 147, 0.3);
	border-top: none;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	z-index: 100;
	transition: .4s;
}
.sh-page__catalog-menu[data-catalog-state='closed'] {
	height: 0;
	opacity: 0;
}
.sh-page__catalog-menu[data-catalog-state='opened'] {
	height: 282px;
	opacity: 1;
}
.sh-page__catalog-menu-item {
	padding-left: 36px;
  font-size: 22px;
  font-weight: 700;
  line-height: 46px;
  text-align: left;
  text-transform: uppercase;
  transition: .4s;
  border-top: 1px solid rgba(147, 147, 147, 0.3);
  background-color: #F6F6F6;
  color: #545455;
  transition: .4s;
  outline: none;
}
.sh-page__catalog-menu-item:hover {
	cursor: pointer;
	color: #7D7D7F;
}
.sh-header__contacts {
	margin: auto 14px auto auto;
}
.sh-header__contacts-container {
	display: flex;
}
.sh-header__contacts-icon {
	height: 20px;
	width: 15px;
	margin: auto 10px auto 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.sh-header__contacts-icon_phone {
	background-image: url(../main_img/svg/header-phone.svg);
}
.sh-header__contacts-icon_mail {
	background-image: url(../main_img/hmail.png);
}
.sh-header__contacts-text {
	font-weight: 700;
	color: #545455;
}
.sh-header__contacts-text_phone {
	font-size: 26px;
}
.sh-header__contacts-text_mail {
	font-size: 18px;
}
.sh-header__mob-nav {
	display: none;
	position: fixed;
	top: 56px;
	left: 0;
	width: 100%;
	padding-top: 10px;
	background-color: #E53935;
	overflow: hidden;
	z-index: 90;
}
.sh-header__mob-buttons {
	display: none;
	margin: auto 0;
}
.sh-header__mob-callback {
	height: 34px;
	width: 34px;
	margin-right: 20px;
	background-image: url(../main_img/mob-callback.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.sh-header__mob-menu-button {
	height: 37px;
	width: 37px;
	background-image: url(../main_img/mob-menu.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}



/*   F I R S T   */

#first {
	position: relative;
	display: flex;
	height: 800px;
	width: 100%;
	background-image: url(../main_img/bg1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.first-press-image {
	width: 100%;
	margin-top: 135px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.first-press-image::before {
	content: "";
	display: block;
	padding-top: 160%;
}
.first-content {
	margin-top: 238px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.first-content>p:nth-child(1) {
	font-size: 46px;
	line-height: 53px;
}
.first-content>div:nth-child(2) {
	display: flex;
	margin: 16px 0 25px;
	font-size: 24px;
	line-height: 27px;
}
.first-icons {
	height: 160px;
	width: 28px;
	margin-right: 8px;
	background-image: url(../other_img/first-icons.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.first-icons-n {
	height: 135px;
	width: 28px;
	margin-right: 8px;
	background-image: url(../other_img/ficons-n.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.first-price-button {
	height: 70px;
	width: 360px;
	margin-top: 25px;
	font-size: 32px;
	font-weight: 700;
	line-height: 70px;
	background-color: #E53935;
	border-radius: 10px;
	text-align: center;
	transition: .4s;
}
.first-price-button:hover {
	cursor: pointer;
	background-color: #D32F2F;
}
.non-price {
	font-size: 21px;
	text-decoration: line-through;
}
.red-text { color: #E53934; }
.down-arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 68px;
	width: 100%;
}
@keyframes pulse {
	0%	{margin: 0 auto 0 auto;}
	100%{margin: 10px auto 0 auto;}
}
.down-arrow>div {
	height: 18px;
	width: 40px;
	margin: 0 auto;
	background-image: url(../other_img/first-down-arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	animation: 1s pulse 1s ease-in-out infinite alternate;
}
.down-arrow>div:hover {
	cursor: pointer;
	animation-play-state: paused;
}



/*   C H A R S   */

.chars-content-bg {}
.cc-bg-content {
	display: flex;
	height: 513px;
	width: 845px; /*945*/
	margin: 0 auto;
	background: #ECECEC;
	box-shadow: 0px 0px 63px rgba(0, 0, 0, 0.140625);
	transform: skewX(-11deg);
}
.cc-bg-content>div {
	height: 467px;
	width: 771px; /*862*/
	margin: auto;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 0px 63px rgba(0, 0, 0, 0.04),
				0px 0px 63px rgba(0, 0, 0, 0.04) inset;
}
.chars-container {
	position: relative;
}
.chars-content {
	position: absolute;
	width: 100%;
}
.chars-content-image {
	height: 513px;
	width: 100%;
	background-image: url(../other_img/press10t-chars.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.chars-content-text {
	display: flex;
	flex-direction: column;
	height: 467px;
	width: 100%;
	margin-top: 23px;
	font-size: 22px;
	line-height: 26px;
	color: #424242;
}
.chars-content-text>p:nth-child(1) {
	margin: 24px 0 0;
	font-weight: 700;
	text-transform: uppercase;
}
.chars-content-text>p:nth-child(2) {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
}
.chars-content-text>p:nth-child(3) {
	margin: 11px 0 26px;
	font-weight: 400;
}
.chars-content-text>p:nth-child(3)>span {
	font-weight: 700;
}
.chars-button {
	height: 46px;
	width: 200px;
	margin: 0 0 33px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	background: #E53935;
	border-radius: 5px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	color: #fff;
	transition: .4s;
}
.chars-button:hover {
	cursor: pointer;
	background: #D32F2F;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}



/*   C O N S U L T A T I O N   */

#consul {
	display: flex;
	flex-direction: column;
	height: 250px;
	width: 100%;
	background-image: url(../other_img/consul-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.consul-hidden-title { display: none; }
#consul>p:nth-child(1) {
	margin-top: 36px;
	font-size: 38px;
	line-height: 44px;
	text-transform: uppercase;
}
#consul>p:nth-child(2) {
	margin: 14px auto 25px;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
}
#consul-form {
	display: flex;
	margin: 0 auto;
}
#consul-form>div { position: relative; }
#consul-form>div>input {
	height: 50px;
	width: 262px;
	margin-right: 25px;
	padding: 12px 50px 10px 20px;
	border: 1px solid #B3B3B3;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	background-color: #ECECEC;
	box-shadow: 2px 2px 4px #919191 inset;
	color: #6B6B6B;
}
#consul-form>div>div {
	position: absolute;
	top: 7px;
	right: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
#consul-form>div:nth-child(2)>div {
	height: 36px;
	width: 34px;
	background-image: url(../other_img/name.png);
}
#consul-form>div:nth-child(3)>div {
	height: 34px;
	width: 36px;
	background-image: url(../other_img/phone.png);
}
#consul-form>input {
	height: 50px;
	width: 262px;
	background-color: #E43834;
	border: none;
	border-radius: 10px;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	color: #fff;
	transition: .4s;
}
#consul-form>input:hover { background-color: #D32F2F; }
#consul-form>div>input::-webkit-input-placeholder {
    color: #6B6B6B;
}
#consul-form>div>input::-moz-placeholder {
    color: #6B6B6B;
}



/*   L E A S I N G   */

#leasing { width: 100%; }
.leasing-container {
	position: relative;
	display: flex;
	height: 424px;
	width: 651px;
	margin: 17px auto;
}
.leasing-image {
	position: absolute;
	height: 424px;
	width: 261px;
	background-image: url(../other_img/leasing.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.leasing-content {
	height: 232px;
	width: 478px;
	margin: auto 0 auto 173px;
	padding: 30px 0 30px 108px;
	border-radius: 10px;
	box-shadow: 0px 0px 61px rgba(0, 0, 0, 0.14);
	color: #424242;
}
.leasing-content>p:nth-child(1) {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
}
.leasing-content>p:nth-child(2) {
	margin: 1px 0 19px;
	font-size: 22px;
	font-weight: 400;
	line-height: 23px;
}
.leasing-button {
	height: 50px;
	width: 262px;
	background-color: #E43834;
	border-radius: 10px;
	font-size: 28px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: .4s;
}
.leasing-button:hover {
	cursor: pointer;
	background-color: #D32F2F;
}



/*   A D V A N T A G E S   */


.advantages {
	height: auto;
	width: 100%;
	background-color: #f8f8f8;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAI0lEQVQImWN4//79fwY0ABdDlsRQ+P79+//YdGOXwGoULssBWWktkeTKJcIAAAAASUVORK5CYII=) repeat;
	overflow: hidden;
}
.advantage {
	position: relative;
	height: 291px;
	width: 100%;
}
.advan-2 { top: -20px; }
.advan-3 { top: -40px; }
.advan-4 { top: -60px; }
.advan-5 { top: -80px; }
.advantage-text {
	display: flex;
	position: absolute;
	height: 100%;
	width: calc(100% - 419px);
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	line-height: 26px;
	color: #424242;
}
.adv-text-right {
	left: 400px;
}
.adv-text-left {
	right: 390px;
}
.advantage-text-bg-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	height: 91px;
	width: calc(100% - 25px);
	margin: auto 0;
	-webkit-transform: skew(-21deg);
	   -moz-transform: skew(-21deg);
		 -o-transform: skew(-21deg);
	background-color: rgba(169,169,169,.3);
}
.advantage-text-bg-2 {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 26px;
	height: 70px;
	width: calc(100% - 52px);
	margin: auto 0;
	-webkit-transform: skew(-21deg);
	   -moz-transform: skew(-21deg);
	     -o-transform: skew(-21deg);
	border: 3px solid #fff;
}
.advantage-text-content {
	height: auto;
	width: 100%;
	margin: auto 0;
	padding: 0 30px 0 30px;
	-webkit-transform: skew(21deg);
	   -moz-transform: skew(21deg);
	     -o-transform: skew(21deg);
}
.adv-text-cont-alt { padding: 0 10px 0 100px; }
.advantage-pic {
	position: absolute;
	height: 291px;
	width: 491px;
	pointer-events: none;
}
.adv-pic-alt { right: 0; }
.advantage-num {
	display: flex;
	position: absolute;
	height: 100%;
	width: 100%;
	font-size: 200px;
	font-weight: 700;
	font-style: italic;
	color: #e0e0e0;
	text-shadow: rgba(0,0,0,.25) 0 0 10px;
}
.advantage-num p {
	margin: auto 0;
	width: 100%;
}
.adv-num-alt {
	text-align: right;
	padding-right: 14px;
}



/*   P H O T O   G A L L E R Y   */



.photo-gallery {
	height: auto;
	width: 100%;
	background-color: #fff;
}
.photo-gallery-content {
	display: flex;
	flex-direction: row;
	height: 100%;
	width: 100%;
}
.all-photos {
	position: relative;
	min-height: 519px;
	min-width: 407px;
	max-height: 519px;
	max-width: 407px;
	margin: 0 12px 0 8px;
}
.gallery-carousel {
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gallery-carousel:hover + .gallery-hover-effect {
	cursor: pointer;
	opacity: 1;
}
.gallery-carousel:hover {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}
.gallery-hover-effect {
	position: absolute;
	top: 5px; left: 5px;
	height: 438px;
	width: 397px;
	background-image: url(../other_img/main_image_hover.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: .3s ease-in-out;
	pointer-events: none;
	z-index: 1;
}
.gallery-carousel-item {
	min-height: 519px;
	min-width: 407px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.gallery-slider {
	position: absolute;
	top: 448px;
	left: 0;
	height: 71px;
	width: 100%;
	background-color: rgba(73,73,73,.75);
	z-index: 2;
}
.open-photos {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 305px;
	font-size: 36px;
	font-weight: 700;
	line-height: 71px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.open-photos a {
	color: #fff;
	outline: none;
}
.open-photos a:hover {
	text-shadow: rgba(255,0,0,.8) 0 0 10px;
}
.gallery-slider-buttons {
	display: flex;
	position: absolute;
	top: 0;
	right: 12px;
	height: 100%;
	width: 90px;
}
#slide-left {
	display: inline-block;
	min-height: 100%;
	min-width: 43px;
	background-image: url(../other_img/arrow_left.png);
	background-size: 27px 45px;
	background-position: 50%;
	background-repeat: no-repeat;
}
#slide-left:hover {
	cursor: pointer;
	background-image: url(../other_img/arrow_left_moded.png);
	background-size: 43px 61px;
}
#slide-right {
	display: inline-block;
	min-height: 100%;
	min-width: 43px;
	background-image: url(../other_img/arrow_right.png);
	background-size: 27px 45px;
	background-position: 50%;
	background-repeat: no-repeat;
}
#slide-right:hover {
	cursor: pointer;
	background-image: url(../other_img/arrow_right_moded.png);
	background-size: 43px 61px;
}
.example-photos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.photo-container {
	position: relative;
	display: inline-block;
	min-height: 247px;
	min-width: 225px;
	margin-left: 12px;
}
.photo {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 247px;
	min-width: 225px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.photo:hover {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}
.photo:hover ~ .photo-hover-effect { opacity: 1; }
.photo-container:nth-child(-n + 3) {
	margin-bottom: 25px;
}
.photo-hover-effect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../other_img/image_hover.png);
	background-size: 215px 237px;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: .3s ease-in-out;
	pointer-events: none;
}



/*   I N S T R U M E N T S   */

.instruments-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 886px;
	margin: 0 auto;
}
.instruments-content>.i-item:nth-child(1)
.i-image { background-image: url(../main_img/instr1.png); }
.instruments-content>.i-item:nth-child(2)
.i-image { background-image: url(../main_img/instr2.png); }
.instruments-content>.i-item:nth-child(3)
.i-image { background-image: url(../main_img/instr3.png); }
.instruments-content>.i-item:nth-child(4)
.i-image { background-image: url(../main_img/instr4.png); }
.instruments-content>.i-item:nth-child(5)
.i-image { background-image: url(../main_img/instr5.png); }
.instruments-content>.i-item:nth-child(6)
.i-image { background-image: url(../main_img/instr6.png); }
.instruments-content>.i-item:nth-child(7)
.i-image { background-image: url(../main_img/instr7.png); }
.instruments-content>.i-item:nth-child(8)
.i-image { background-image: url(../main_img/instr8.png); }
.instruments-content>.i-item:nth-child(9)
.i-image { background-image: url(../main_img/instr9.png); }
.instruments-content>.i-item:nth-child(10)
.i-image { background-image: url(../main_img/instr10.png); }
.instruments-content>.i-item:nth-child(11)
.i-image { background-image: url(../main_img/instr11.png); }
.instruments-content>.i-item:nth-child(12)
.i-image { background-image: url(../main_img/instr12.png); }
.i-item {
	margin-bottom: 24px;
	color: #424242;
}
.i-item:hover {
	cursor: pointer;
	color: #EF5350;
}
.instruments-content>.i-item:nth-child(9) { margin-bottom: 0; }
.instruments-content>.i-item:nth-child(10) { margin-bottom: 0; }
.instruments-content>.i-item:nth-child(11) { margin-bottom: 0; }
.instruments-content>.i-item:nth-child(12) { margin-bottom: 0; }
.i-image {
	height: 190px;
	width: 190px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.i-item>p {
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: center;
	transition: .4s;
}



/*   A B O U T   U S   */

#about-us {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAI0lEQVQImWN4//79fwY0ABdDlsRQ+P79+//YdGOXwGoULssBWWktkeTKJcIAAAAASUVORK5CYII=) repeat;
}
.about-us-text>p:first-child {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	color: #111;
}
.about-us-text>p:last-child {
	width: 865px;
	margin: 10px auto 50px;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #111;
}
.about-us-video {
	position: relative;
	width: 100%;
}
.about-us-video::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.about-us-video iframe {
	position: absolute;
	top: 0;
}
.about-us-photos {
	display: flex;
	width: 100%;
	margin-top: 55px;
}
.about-us-photos>div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about-us-photos a {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	outline: none;
}
.au-photo-main {
	display: block;
	height: 490px;
	width: 490px;
	box-shadow: 0px 0px 0px #d13129, 0px 0px 0px #cdcdcd;
	transition: .5s;
}
.au-photo-main:hover {
	cursor: pointer;
	box-shadow: -8px -8px 0px #d13129, 13px 13px 0px #cdcdcd;
}
.au-photo-small {
	display: flex;
}
.au-photo {
	display: inline-block;
	height: 148px;
	width: 194px;
	margin-left: 23px;
	box-shadow: 0px 0px 0px #d13129, 0px 0px 0px #cdcdcd;
	transition: .3s;
}
.au-photo:hover {
	cursor: pointer;
	box-shadow: -8px -8px 0px #d13129, 13px 13px 0px #cdcdcd;
}



/*   R E V I E W S   */

.review {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.review::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.review>iframe {
	position: absolute;
	top: 0;
	left: 0;
}
.reviews-content>div:nth-child(3)>.review { margin-bottom: 0; }
.reviews-content>div:nth-child(4)>.review{ margin-bottom: 0; }



/*   C L I E N T S   */

.clients {
	height: auto;
	width: 100%;
}
.clients-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.client-logo {
	width: 15%;
	margin: 0 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(100%);
  	-moz-filter: 	grayscale(100%);
  	-ms-filter: 	grayscale(100%);
  	-o-filter: 		grayscale(100%);
  	filter: 		grayscale(100%);
  	filter: 		gray; /* IE 6-9 */
  	-webkit-transition: all 1s;
 	-moz-transition: 	all 1s;
  	-o-transition: 		all 1s;
  	transition: 		all 1s;
}
.client-logo::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.client-logo:hover {
	-webkit-filter: none;
  	-moz-filter: 	none;
  	-ms-filter: 	none;
  	-o-filter: 		none;
  	filter: none;
  	filter: none; /* IE 6-9 */
}



/*   C O N T A C T S   */

#contacts {
	display: flex;
	justify-content: center;
	position: relative;
	height: 631px;
	width: 100%;
	margin: 93px 0 0;
	overflow: hidden;
}
#ymap {
	position: absolute;
	height: 631px;
	width: 100%;
}
.contacts-container {
	margin-top: auto;
	pointer-events: none;
}
.contacts-content {
	display: flex;
	flex-direction: column;
	height: 312px;
	width: 100%;
	padding-left: 70px;
	background-image: url(../main_img/footer-bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0 0;
	color: #fff;
	pointer-events: all;
}
.contacts-content>p:nth-child(1) {
	margin: 36px 0 16px;
	font-size: 38px;
	font-weight: 700;
	line-height: 44px;
	text-transform: uppercase;
}
.contacts-content>p,
.contacts-content>a {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	outline: none;
}
.social-icons {
	display: flex;
	margin-top: 29px;
}
.social-icons a {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	outline: none;
	transition: .4s;
}
.social-icons a:hover { color: #E53935; }
.social-icons>a:nth-child(1) { margin-right: 27px; }
.social-icons>a:nth-child(2) { margin-right: 32px; }
.footer-mob-logo { display: none; }



/*   F O O T E R   */

footer {
	position: relative;
	width: 100%;
	background-image: url(../main_img/footer-bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.footer-content {
	display: flex;
	height: 123px;
}
.footer-logo {
	height: 41px;
	width: 263px;
	margin: auto 0;
	background-image: url(../main_img/menu-logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.footer-content>p {
	width: 333px;
	margin: 37px auto 44px 39px;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	color: #fff;
}
.footer-callback {
	display: flex;
	flex-direction: column;
	margin: auto 0 auto auto;
}
.footer-callback>a {
	font-size: 26px;
	font-weight: 700;
	line-height: 16px;
	text-align: right;
	color: #fcfcfc;
	outline: none;
}
.fc-button {
	height: 32px;
	width: 195px;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid #fff;
	box-sizing: content-box;
	transition: .4s;
	color: #fff;
}
.fc-button:hover {
	cursor: pointer;
	background-color: #E53935;
}
.prpl-logo {
	position: absolute;
	top: 30px;
	left: -53px;
	height: 63px;
	width: 63px;
	border-radius: 5px;
	background-image: url(../main_img/prpl.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: .6s;
	z-index: 1;
	outline: none;
}
.prpl-logo:hover {
	cursor: pointer;
	left: 0px;
}

/*   C O M M O N   S T Y L E S   */

.title {
	display: flex;
	width: 100%;
	margin-bottom: 50px;
	font-size: 38px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.title-bg {
	display: flex;
	margin: 0 auto;
	background-color: #E53935;
	transform: skewX(25deg);
}
.title-bg>p {
	margin: auto;
	padding: 13px 30px;
	transform: skewX(-25deg);
}

/*   P O P U P   */


.popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 100;
}
.popup-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 6;
}
.popup-bg:hover { cursor: pointer; }
#popup-form {
	height: auto;
	width: 380px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	z-index: 7;
}
.form-title {
	display: flex;
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #9e9e9f;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
}
.form-title p { margin: auto; }
.popup-hidden-title { display: none; }
.form-fields {
	height: auto;
	width: 100%;
	padding: 46px 30px 52px;
}
.field {
	position: relative;
	height: 58px;
	width: 100%;
	margin-bottom: 30px;
	color: #000;
}
.field input {
	height: 100%;
	width: 100%;
	padding: 0 15px;
	font-size: 24px;
	border: 1px solid #9e9e9f;
	border-radius: 15px;
}
.field-image {
	position: absolute;
	right: 12px;
	bottom: 12px;
	height: 37px;
	width: 37px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
.form-button {
	height: 60px;
	width: 100%;
	background-color: #c91010;
	border: 1px solid #c91010;
	border-radius: 15px;
}
.form-button input {
	height: 60px;
	width: 100%;
	background-color: #c91010;
	border: 1px solid #c91010;
	border-radius: 15px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.form-button input:hover { background-color: #c3000a; }


/*   T Y   */

.ty-block {
	display: none;
	position: absolute;
	top: 0;
	height: 100vh;
	width: 100%;
	opacity: 0;
	z-index: 100;
}
.ty-block-content {
	height: 400px;
	width: 600px;
	margin: auto;
	background-color: #fff;
	border-radius: 50px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.ty-block-content>p:nth-child(1) {
	margin: 95px 0 40px;
	font-size: 40px;
	line-height: 40px;
}
.ty-block-content>p:nth-child(2) {
	font-size: 26px;
	line-height: 28px;
}
.ty-image {
	height: 89px;
	width: 100px;
	margin: 34px auto 0;
	background-image: url(../other_img/ty-image.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}