/*
	====================================================================================================
	СТИЛИ ЗАГОТОВОК БЛОКОВ
	====================================================================================================
*/
/*
	==================================================
	Кнопка
	==================================================
*/
.btn, .btn:visited, .btn:focus, .btn:active {
    position: relative;
    display: inline-block;
    border: none;
    border-bottom: 0;
    font-size: 1.125rem;
    cursor: pointer;
    padding: 0;
    transition: all .3s ease;
}
.btn:hover {
    border-bottom: 0;
    transform: translateY(-5px);
}
.btn span {
    overflow: hidden;
    display: block;
    padding: 1.25rem 2rem;
    position: relative;
}
@media (max-width: 499px) {
.btn span {
    padding: 1rem 1.5rem;
}
}


/*
	==================================================
	Шапка
	==================================================
*/
#header-wrapper{
    margin-bottom: -1.5rem;
}
#header-wrapper.header-absolute,
#header-wrapper.menu-full-width{
    margin-bottom: 0rem;
}
#header-wrapper.header-absolute{
	position: absolute;
    width: 100%;
}
#header {
    position: relative;
    padding: 1rem 0;
    z-index: 40;
    font-size: 0.9rem;
}
#header .mainrow {
    flex-wrap: nowrap;
    margin: 0;
    align-items: center;
}
#header .logo {
    display: flex;
    align-items: center;
    max-height: 9rem;
}
#header .content {
	flex: 1 1 auto;
    margin-left: 2rem;
}
#header .content .row {
    align-items: center;
    justify-content: flex-end;
}
#header .content .contacts {
    flex: 0 0 16rem;
    text-align: right;
}
#header .content .burger-icon {
    flex: 0 0 3rem;
    text-align: right;
}
#header .content .social-col {
    text-align: right;
}
#header .content .descriptor .text {
    max-width: 450px;
    font-weight: 300;
}
#header .logo a {
    display: block;
    width: 12rem;
    min-height: 3rem;
}
#header .contacts .phone-content {	
    font-size: 1.125rem !important;
    font-weight: bold;
    color: var(--black);
	border:0;
}
#header .contacts .link{	
    color: var(--color);
    border-bottom: 1px dashed var(--color);
    cursor: pointer;
}
#header .contacts .link:hover{	
    border-bottom: 1px dashed rgba(34, 153, 179, 0) !important;
}
#header .contacts svg {
    fill: rgba(0, 0, 0, 0.3);
    width: 2rem;
    height: 2rem;
    margin-bottom: -1.4rem;
    margin-right: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 5px;
}
#header .social {
    justify-content: flex-end;
    align-items: center;
}
#header .btn span::before {
    display: none;
}


/* Для тёмной шапки */
#undo_header_abs {
    /*min-height: 100px;*/
	height: 0px !importnat; 
}
#undo_header_abs.black {
    background: #000;
}
.header-white #header  {
    color: #fff;
}
.header-white #header a[href^="tel:"].phone-content {
    color: #fff;
}
.header-white #header .contacts .link {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.header-white #header .contacts svg {
    fill: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.header-white #header .social .soc svg {
    fill: #fff;
}
.header-white #header.header-1 .menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}/*
.header-white #header.header-1 .menu {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    border-top: 0;
}*/


/* Для шапки 1 */
#header.header-1 {
}
#header.header-1 .content {
}
#header.header-1 .contacts svg {
    margin-bottom: -0.7rem;
}
#header.header-1 .button {
    flex: 0 0 11rem;
    text-align: right;
    margin-top: 0;
}
#header.header-1 .phone {
    flex: 0 0 16rem;
    text-align: right;
}
#header.header-1 .link {
    color: var(--color);
    font-weight: normal;
    border-bottom: 1px dashed;
    cursor: pointer;
}
#header.header-1 .link:hover {
    color: var(--dark);
    border-bottom: 1px dashed transparent;
}
#header.header-1 .menu {
    display: flex;
    margin-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: flex-end;
}
#header.header-1 .menu .menu-item a {
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
    text-transform: none;
    letter-spacing: 0px;
    border-left: 0;
    white-space: nowrap;
    color: var(--dark);
}
#header.header-1 .menu .menu-item a:hover, 
#header.header-1 .menu .current-menu-item a, 
#header.header-1 .menu .current-menu-parent a, 
#header.header-1 .menu .current-menu-ancestor a,
#header.header-1 .menu .menu-item .sub-menu .menu-item a:hover{
    color: var(--color);
    background: transparent;
} 
#header.header-1 .menu .menu-item::before {
    opacity: 1;
}
#header.header-1 .menu .menu-item-has-children a {
    padding-right: 2.5rem;
}
#header.header-1 .menu .menu-item .sub-menu .menu-item a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
}
#header.header-1 .menu .current-menu-parent .sub-menu .menu-item  a, 
#header.header-1 .menu .current-menu-ancestor .sub-menu .menu-item  a {
    color: var(--dark);
    background: transparent;
}
.header-white #header.header-1 .menu .menu-item a {
    color: #fff;
}
.header-white #header.header-1 .menu .menu-item a:hover,
.header-white #header.header-1 .menu .current-menu-item a {
    color: var(--color);
}



@media (max-width: 1535px) {

}

@media (max-width: 1399px) {
.adress {
    flex: 0 0 16rem;
}
}

@media (max-width: 1299px) {
#header .content .social-col {
    display: none;
}
}

@media (max-width: 1149px) {
#header .content .descriptor,
#header.header-1 .menu_block {
    display: none;
}
#header.header-1 .menu .menu-item a {
    white-space: normal;
}
#header.header-1 .button {
    margin-right: 2rem;
}
}	

@media (max-width: 1023px) {
#header {
    border-bottom: 1px solid #E6E9EC;
}
#header.header-1 {
    border-bottom: 0;
    padding-top: 1rem;
}
#header .adress {
    display: none;
}
#header .content .contacts {
    margin-right: 5rem;
}
#header .logo a img{
    max-height: 3rem;
}
#header.header-1 .content .contacts {
    margin-right: 0;
}
#header.header-1 .button {
    margin-right: 4rem;
}
#header.header-1 .logo a img{
    max-height: 7rem;
}
}

@media (max-width: 767px) {
#header .logo a {
    display: block;
    width: 9rem;
}
#header .contacts svg {
    display: none;
}
#header.header-1 .button {
    display: none;
}
#header.header-1 .content .contacts {
    margin-right: 4rem;
}
}

@media (max-width: 499px) {
#header .logo {
    flex: 0 0 6rem;
}
#header .logo a {
    width: 6rem;
}
#header .content {
    margin-left: 0rem;
}
#header.header-1 .content {
    margin-top: 1rem;
}
#header.header-1 .content .contacts {
    margin-right: 0;
}
.header-white #header a[href^="tel:"].phone-content {
    padding-bottom: 4rem;
}
#header .content .contacts {
    flex: 0 0 11rem;
    text-align: left;
}
#header .contacts .phone-content {
    font-size: 0.9rem !important;
}
}



/*
	==================================================
	Меню
	==================================================
*/
#menu{
    position: relative;
    z-index: 30;
    width: 100%;
}
/*
#menu::before{
	content: "";
    position: absolute;
    top: 100%;
	left: 0;
    width: 100vw;
    height: 16rem;
	background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}*/
.menu-full-width #menu{
	background: var(--color);
}
#menu .menu{
    display: flex;
	background: var(--color);
    border-radius: 3px;
}
.menu .menu-item {
    position: relative;
}
.menu .menu-item:first-child {
    margin-left: 0;
}
.menu .menu-item a{
    display: inline-block;
	border: 0;
    font-size: 0.8rem;
    font-weight: normal;
    padding: 1rem 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
    z-index: 1;
}
#menu .menu .menu-item a{
    color: #fff;
    white-space: nowrap;
}
.menu .menu-item::after,
.menu .menu-item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.15;
}
.menu .menu-item:first-child,
.menu .menu-item:first-child::after,
.menu .menu-item:first-child::before{
    border-radius: 3px 0 0 3px;
}
.menu .menu-item:last-child,
.menu .menu-item:last-child::after,
.menu .menu-item:last-child::before{
    border-radius: 0 3px 3px 0;
}
.menu .menu-item:hover::before{
    background: #fff;
}
#menu .menu .current-menu-item::after,
#menu .menu .current-menu-parent::after,
#menu .menu .current-menu-ancestor::after{
    background: #000;
}
.menu .current-menu-item::before,
.menu .current-menu-parent::before,
.menu .current-menu-ancestor::before{
}
#menu .menu .current-menu-item a::after, 
#menu .menu .current-menu-parent a::after, 
#menu .menu .current-post-ancestor a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 0 5px;
    border-color: var(--color) transparent transparent transparent;
    filter: brightness(0.85);
} 
.sub-menu .current-post-ancestor a::after {
    display: none;
}
.menu .menu-item:hover{
}
.menu-item.menu-item-has-children a {
    padding-right: 2.5rem;
}
.menu-item.menu-item-has-children a::before {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    height: 0.4rem;
    width: 0.4rem;
    transform: translateY(-80%) rotate(45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
}
.menu .menu-item .sub-menu {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    padding: 1rem;
    border-radius: 0 0 5px 5px;
    left: 0rem;
    counter-reset: number;
    visibility: hidden;
	opacity: 0;
    transform: translateY(-2rem);
	background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: -1;
    white-space: normal;
}
.menu .menu-item:nth-last-child(1) .sub-menu,
.menu .menu-item:nth-last-child(2) .sub-menu,
.menu .menu-item:nth-last-child(3) .sub-menu {
    left: auto;
    right: 0rem;
}
.menu .menu-item:hover .sub-menu {
    visibility: visible;
	opacity: 1;
    transform: translateY(0%);
    transition: all 0.2s ease-out;
}
.menu .menu-item .sub-menu .menu-item {
    margin: 0;
    flex: calc(50% - 1rem);
    flex: 100%;
    width: 100%;
    margin-right: 1rem;
}
.menu .menu-item .sub-menu .menu-item::after {
    border-radius: 3px !important;
}
.menu .menu-item .sub-menu .menu-item a {
	color: var(--dark);
    padding: 0.5rem 1rem;
    line-height: 1.3;
    letter-spacing: 0px;
    font-size: 1rem;
    text-transform: none;
    margin-left: 0rem;
    background: transparent;
    border: 0;
    border-radius: 3px;
    display: block;
}
#menu .menu .menu-item .sub-menu .menu-item a {
	color: var(--dark);
}/*
.menu .menu-item .sub-menu .menu-item::before {
    content: counter(number, decimal-leading-zero) " ";
    counter-increment: number;
    position: absolute;
    top: 11px;
    font-weight: bold;
	color: var(--color);
}*/
.menu .menu-item .sub-menu .menu-item:hover a,
.menu .menu-item .sub-menu .current-menu-item a {
	color: var(--color);
    background: var(--light);
}
.sub-menu a::after,
.sub-menu a::before{
    display: none;
}
.sub-menu .menu-item-has-children a::before{
    display: block;
    transform: translateY(-50%) rotate(-45deg);
}
.sub-menu .sub-menu a::before{
    display: none;
}
.menu .menu-item .sub-menu .current-menu-item::after,
.menu .menu-item .sub-menu .current-menu-parent::after,
.menu .menu-item .sub-menu .current-menu-ancestor::after{
    display: none;
}
.menu .sub-menu .menu-item .sub-menu {
    display: flex;
    top: 0;
    left: 100%;
    width: 320px;
    z-index: 100;
    background: var(--dark);
    visibility: hidden;
	opacity: 0;
    transform: translateX(-1rem);
    border-radius: 5px;
}
.menu .sub-menu .menu-item .sub-menu::before{
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: var(--dark);
    left: -0.5rem;
    top: 0.5rem;
    border-radius: 2px;
    transform: rotate(45deg);
}
.menu .sub-menu .menu-item:hover .sub-menu {
    visibility: visible;
	opacity: 1;
    transform: translateX(0%);
    transition: all 0.2s ease-out;
}
.menu .sub-menu .menu-item .sub-menu .menu-item {
    margin: 0;
    width: 100%;
    flex: 100%;
}
.menu .sub-menu .menu-item .sub-menu .menu-item::after {
    display: none;
}
.menu .sub-menu .menu-item .sub-menu .menu-item a {
    font-size: 0.9rem;
    font-weight: 300;
    color: #fff;
    background: transparent;
}
.menu .sub-menu .sub-menu .sub-menu,
.menu .sub-menu .sub-menu .sub-menu * {
    display: none;
}



.footer-menu .menu {
    display: block;
}
.footer-menu .menu .menu-item a {
    display: inline-block;
    color: #fff;
    border: 0;
    font-weight: 300;
    padding: 3px 0;
    text-transform: none;
    letter-spacing: 0;
    border-left: 0;
    opacity: 0.5;
    font-size: 0.9rem;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0);
}
.footer-menu .menu .menu-item a:hover {
    opacity: 1;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}
.footer-menu .menu .menu-item:hover::before,
.footer-menu .menu .current-menu-item::after, 
.footer-menu .menu .current-menu-parent::after, 
.footer-menu .menu .current-menu-ancestor::after {
    display: none;
}
.footer-menu .menu .current-menu-item a {
    border-radius: 3px;
    opacity: 1;
    cursor: default;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    padding: 3px 20px 3px 7px;
    position: relative;
}
.footer-menu .menu .current-menu-item a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color);
    top: 5px;
    right: 5px;
}


@media (max-width: 1535px) {

}


@media (max-width: 1399px) {
.menu .menu-item a {
    padding: 1rem 1.5rem;
}
.menu-item.menu-item-has-children a {
    padding-right: 2.5rem;
}
}


@media (max-width: 1299px) {
.menu .menu-item a {
    padding: 1rem 1rem;
}
.menu-item.menu-item-has-children a {
    padding-right: 2rem;
}
#header.header-1 .menu .menu-item a {
    font-size: 1rem;
    padding: 0.7rem 1.125rem;
}
#header.header-1 .menu .menu-item-has-children a {
    padding-right: 2rem;
}
}


@media (max-width: 1220px) {
#header.header-1 .menu .menu-item a {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}
#header.header-1 .menu .menu-item-has-children a {
    padding-right: 1.5rem;
}
.menu-item.menu-item-has-children a::before {
    right: 0.5rem;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
}


@media (max-width: 1149px) {

}	


@media (max-width: 1023px) {
#menu {
    display: none;
}

}


@media (max-width: 767px) {

}


@media (max-width: 499px) {

}



/*
	==================================================
	Мобильное меню
	==================================================
*/

/* Меню. Иконка бургера
====================
*/
.mobile-icon  {
    position: fixed;
    right: 3rem;
    top: 1.25rem;
    z-index: 1000;
    padding: 0.5rem;
    height: 3rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    transition: background .3s ease;
	cursor: pointer;
}
.mobile-icon.mobile-icon-bg  {
    background: #fff;
    opacity: .6;
    box-shadow: 0 7px 20px -7px rgba(0,0,0,.5);
}
.mobile-icon:hover  {
    background: #fff;
    opacity: 1;
}
.mobile-icon .close {
    width: 0rem;
    margin-right: 50px;
}
.mobile-icon .close .close-text{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1rem;
    transition: .5s ease-out;
    opacity: 0;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    text-align: right;
}
.open {
    position: relative;
	top: 0;
    right: 0;
	width: 30px;
	height: 20px;
	display: block;
	overflow: hidden;
	z-index: 100;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	margin: 2px 0px 0 auto;
}
.open span {
	display: block;
	height: 2px;
	width: 20px;
    background-color: var(--dark);
	position: absolute;
    left: 0px;
	top: 0px;
	overflow: hidden;
    -webkit-transition: all .42s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .42s cubic-bezier(.645, .045, .355, 1);
    transition: all .42s cubic-bezier(.645, .045, .355, 1);
}
.open span:nth-child(1){
	margin-top: 3px;
	width: 30px;
	z-index: 9;
}
.open span:nth-child(2) {
	margin-top: 9px;
}
.open span:nth-child(3) {
	margin-top: 15px;
	width: 10px;
}
.open span:nth-child(3) {
	margin-top: 15px;
	width: 30px;
}
.mobile-icon:hover .open span {
	width: 30px;
}
.mobile-icon-white .open span {
    background-color: #fff;
} 
.mobile-icon-white:hover .open span {
    background-color: var(--dark);
}
/* Меню. Открытое меню
====================
*/
.active.mobile-icon{
    right: 4rem;
    background: var(--dark);
}
.active.mobile-icon .close{
    width: 6.25rem;
}
.active.mobile-icon .close .close-text{
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.active .open span,
.active:hover .open span {
	width: 30px;
    background-color: #fff;
}
.active .open span:nth-child(2) {
  overflow: visible;
}
.active .open span:nth-child(1), 
.active .open span:nth-child(3) {
	z-index: 100;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.active .open span:nth-child(1) {
    margin-top: -1px;
	-webkit-transform: rotate(-45deg) translateY(7px) translateX(-7px);
	transform: rotate(-45deg) translateY(7px) translateX(-7px);
}
.active .open span:nth-child(2) {
	left:-30px;
	width: 0px;
}
.active .open span:nth-child(3) {
	-webkit-transform: rotate(45deg) translateY(-4px) translateX(-4px);
	transform: rotate(45deg) translateY(-4px) translateX(-4px);
}

/* Меню. Мобильное меню
====================
*/
.mobile {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: -10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}
.active.mobile {
	visibility: visible;
	opacity: 1;
    z-index: 1000;
	overflow-y: auto;
}
.mobile .sub-menu {
    margin: 1rem 0 1rem 3rem;
}
.mobile .sub-menu li {
	padding: 0;
	margin: 0;
}
.mobile .sub-menu li a {
    font-size: 1.25rem;
    margin: 0.25rem 0;
}
.mobile .contacts li {
    margin: 0.5rem 0;
}




.mobile .menu {
    display: block;
    padding: 1rem 2rem;
}
.mobile .menu .menu-item a {
    color: var(--dark);
    background: transparent;
    font-size: 1rem;
    text-transform: none;
    padding: 1rem 0;
    font-size: 1.25rem;
    font-weight: 300;
}
.menu .menu-item .sub-menu .menu-item:hover a {
    background: transparent;
}
.menu .menu-item .sub-menu .menu-item .sub-menu .menu-item:hover a {
    background: var(--light);
}
.mobile .menu .current-menu-item a {
    color: var(--dark);
    background: transparent;
    font-weight: bold;
}
.mobile .menu .current-menu-item::after, 
.mobile .menu .current-menu-parent::after, 
.mobile .menu .current-menu-ancestor::after {
    display: none;
}
.mobile .menu__nav .menu>li>a:after {
    display: none;
}
.mobile .menu .menu-item .sub-menu {
    position: static;
    width: unset;
    box-shadow: none;
    margin: 0;
    margin-left: 1rem;
    padding: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
}
.mobile .menu .menu-item .sub-menu .menu-item::before {
    display: none;
}
.mobile .menu-item.menu-item-has-children a::before {
    display: none;
}
.mobile .menu .menu-item .sub-menu .menu-item {
    margin: 0;
    padding: 0;
}
.mobile .menu .menu-item .sub-menu .menu-item a {
    margin-left: 0;
    padding: 0.3rem 0;
    color: var(--color);
}
.mobile .menu .sub-menu .menu-item .sub-menu, 
.mobile .menu .sub-menu .menu-item .sub-menu::before {
    background: transparent;
}
.mobile .menu .menu-item .sub-menu .menu-item .sub-menu {
    margin-bottom: 0.5rem;
}
.mobile .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    font-weight: 300;
}


.menu-white {
	
}
.menu-white.mobile-icon {
    background: var(--dark);
}
.menu-white .open span {
    background-color: #fff;
}

.mobile .btn span {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
}
.mobile .contacts  {
    padding: 1rem 2rem;
	border-bottom: 1px solid #E6E9EC;
}
.mobile .social {
    margin: 0;
    padding: 1rem 2rem;
	border-top: 1px solid #E6E9EC;
    justify-content: center;
}
.mobile .city {
    margin: 0;
    padding: 1rem 2rem 0;
    text-align: center;
}

@media (max-width: 1535px) {

}


@media (max-width: 1399px) {

}


@media (max-width: 1299px) {

}


@media (max-width: 1149px) {

}	


@media (max-width: 1023px) {
.mobile-icon,
.active.mobile-icon {
    right: 2rem;
}
.mobile-icon.mobile-icon-bg  {
    opacity: 1;
}
}


@media (max-width: 767px) {
.mobile-icon,
.active.mobile-icon {
    right: 1.5rem;
}
}


@media (max-width: 499px) {
.mobile-icon,
.active.mobile-icon {
    right: 1rem;
}
.mobile .menu {
    display: block;
    padding: 1rem 1rem;
}
.mobile .contacts {
    padding: 1rem 1rem;
    border-bottom: 1px solid #E6E9EC;
    font-size: 0.9rem;
}
.mobile .contacts a[href^="tel:"].phone-content {
    font-size: 1.25rem;
}
.mobile .menu .menu-item .sub-menu .menu-item {
    flex: 100%;
    width: 100%;
}
.mobile .menu .menu-item .sub-menu .menu-item .sub-menu {
    margin-bottom: 1rem;
}
}



/*
	==================================================
	Социальные сети
	==================================================
*/
.social {
    display: flex;
    margin: 1rem 0;
}
.social .soc {
    width: 2rem;
    height: 1.25rem;
    margin-right: 1rem;
}
.social .soc.search {
    height: 2rem;
}
.social .soc a {
	border: 0;
    display: flex;
}
.social .soc svg {
    width: 2rem;
    height: 1.4rem;
    fill: rgba(0, 0, 0, 0.3);
}
.social .soc a:hover svg {
    fill: var(--color);
}
.social .soc.search svg{
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height: 2rem;
    padding: 4px;
}
.social .soc.search:hover svg{
    border-color: var(--color);
    fill: var(--color);
    cursor: pointer;
}
.search-input-section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.search-bg{
    position: absolute;
    background: #262626;
    border-radius: 50%;
    z-index: 1;
    transform: scale(0);
    margin-left: 0.5rem;
}
.search-row{
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}
.search-input{
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 0;
    margin-top: 0.7rem;
	visibility:hidden;
    border-radius: 3px;
    color: #fff;
    border: 0;
}
.search-icon{
    position: absolute;
    right: 2rem;
    top: 1.5rem;
	visibility:hidden;
}
.search-icon svg{
    width: 25px;
    height: 20px;
    cursor: pointer;
}
.search-icon svg path{
    fill: #fff;
}
.search-icon:hover svg path{
    fill: #C59242;
}
.search-close{
    position: absolute;
    right: 2rem;
    top: 1rem;
    cursor: pointer;
    visibility: hidden;
    width: 40px;
    height: 40px;
}
.search-close .cls{
	display: block;
	height: 2px;
	width: 20px;
	background-color: #fff;
	position: absolute;
    right: 1rem;
    top: 1rem;
	overflow: hidden;
	z-index: 100;
}
.search-close:hover .cls{
	background-color: #C59242;
}
.search-close .cls:first-child{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}
.search-close .cls:last-child{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}


.visible .search-bg{
    transform: scale(1);
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.3s ease-in 0s;
}
.visible .search-input{
    font-family: 'Roboto', sans-serif;
    width: 100%;
	visibility:visible;
    transition: all 0.2s ease-in 0s;
    padding: 0 2rem;
}
.visible .search-icon,
.visible .search-close{
	visibility:visible;
    transition: all 0.4s ease-in 0.3s;
}

@media (max-width: 1535px) {

}


@media (max-width: 1399px) {

}


@media (max-width: 1299px) {
}


@media (max-width: 1149px) {
}	


@media (max-width: 1023px) {
}


@media (max-width: 767px) {
.social .soc svg {
    height: 1.4rem;
}
}


@media (max-width: 499px) {
.social .soc svg {
    height: 1.5rem;
}
}



/*
	==================================================
	Главное окно
	==================================================
*/
#hero {
    background-color: var(--light);
    background-size: cover;
    background-position: center;
	margin: 0rem;
	padding: 5rem 0rem;
    display: flex;
    align-items: center;
    min-height: 600px;
}
#hero.hero-white {
    color: #fff;
}
#hero .header {
    font-weight: 300;
    font-size: 1.125rem;
}
#hero .header p:first-child {
    font-size: 1.25rem;
}
#hero .header ul {
    max-width: 680px;
}
#hero .header ul li{
    margin: 1rem 0;
}
#hero .intro{
    font-size: 1.125rem;
    font-weight: 300;
	margin-bottom: 3rem;
} 
#hero .intro.none-hero-btn{
	margin-bottom: 0rem;
} 
#hero .button{
    display: flex;
    align-items: center;
} 
#hero .hero-btn-desc{
    flex: 0 0 15rem;
    margin-left: 2rem;
    font-weight: 300;
    font-family: var(--f3), serif;
    font-style: italic;
} 
#hero .btn{
    flex: 0 1 auto;
} 
#hero .header p {
    margin: -0.5rem 0 1.5rem;
    color: var(--dark);
}

@media (max-width: 1535px) {
}


@media (max-width: 1399px) {
}


@media (max-width: 1299px) {
#hero .intro {
    margin-bottom: 2rem;
}
}


@media (max-width: 1149px) {
}	


@media (max-width: 1023px) {
#hero {
    padding-top: 7rem;
}
}


@media (max-width: 767px) {
#hero .button {
    display: block;
}
#hero .header {
    font-size: 1.125rem;
}
#hero .hero-btn-desc {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 0.5rem;
}
}


@media (max-width: 499px) {
#hero {
    padding: 3rem 0rem;
}
#hero .header {
    font-size: 1rem;
}
#hero .intro {
    margin-bottom: 1.5rem;
}
}



/*
	==================================================
	Главное окно архивов
	==================================================
*/
#hero-archive {
    padding-bottom: 0;
	border-top: 1px solid #ececec;
}
#hero-archive h1 {
    margin-bottom: 0;
}



/*
	==================================================
	Сотрудники
	==================================================
*/
#team {
}
#team .container-fluid{
    max-width: 1300px;
    margin: 0 auto;
}
#team .row{
    align-items: center;
}
#team .item{
    margin-bottom: 2rem;
}
#team .team{
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #fff;
    font-weight: 300;
}/*
#team .team::before{
    content: "";
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    border: 1px solid #000;
    z-index: 1;
    border-radius: 5px;
    opacity: 0.1;
}*/
#team .team::after{
    content: "";
    position: absolute;
    width: 250px;
    right: -60px;
    bottom: -120px;
    height: 250px;
    z-index: 1;
    background: var(--gray);
    border-radius: 50%;
    transition: all .3s ease 0s;
}
#team .avatar{
    position: relative;
    overflow: hidden;
}
#team .avatar::before{
    content: "";
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    border: 1px solid #fff;
    z-index: 1;
    border-radius: 5px;
    opacity: 0.5;
}
#team .name-block{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: right;
    z-index: 2;
    color: #fff;
    padding: 2rem;
}
#team .name{
    position: absolute;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.3;
    transition: all .3s ease 0s;
    max-width: 190px;
    margin: 0 0 0.5rem auto;
    color: #fff;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
    z-index: 10;
}
#team .position{
    position: absolute;
    bottom: 0rem;
    right: 1rem;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.3;
    max-width: 190px;
    margin: 0 0 0.5rem auto;
    text-align: right;
    z-index: 10;
    opacity: 0;
}
#team .team:hover::after{
    right: -50px;
    bottom: -80px;
}
#team .fancybox .team:hover::after{
    background: var(--color2);
}
#team .team:hover .name{
    bottom: 3.5rem;
}
#team .team:hover .position{
    opacity: 1;
    bottom: 1rem;
    transition: all .3s ease 0.2s;
}

.popup-team {
    position: relative;
    background: #fff;
    max-width: 700px;
    width: auto;
    margin: 0 auto;
    padding: 0rem;
    display: none;
}
.popup-team .fancybox-close-small {
    background: #fff;
    right: 0.5rem;
    top: 0.5rem;
    border-radius: 50%;
}
.popup-team .team {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.popup-team .team .avatar{
    flex: 45%;
    width: 45%;
    margin: -2rem 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
.popup-team .name-block {
    padding: 2rem;
    flex: 55%;
    width: 55%;
}
.popup-team .name-block .name {
    font-weight: bold;
}
.popup-team .name-block .position {
    font-size: 0.9rem;
    padding: 0.3rem 0 1rem;
}
.popup-team .name-block .progress {
    font-size: 0.9rem;
    border-top: 3px solid #dddfe0;
    padding-top: 1rem;
    color: var(--gray);
}



@media (max-width: 1535px) {
}


@media (max-width: 1399px) {
}


@media (max-width: 1299px) {
}


@media (max-width: 1149px) {
}	


@media (max-width: 1023px) {
}


@media (max-width: 767px) {
}


@media (max-width: 499px) {
}



/*
	==================================================
	Менеджер
	==================================================
*/
.manager-1 {
    position: relative;
    background: var(--light);
    margin: 0;
    padding: 5rem 0;
}
.manager-1 .wrap{
    display: flex;
    background: #fff;
    padding: 0 4rem;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}

.manager-1 .left-wrap{
    position: relative;
    display: flex;
    align-items: flex-end;
    flex: 1 1 auto;
}
.manager-1 .text-wrap{
    height: 100%;
    max-width: 400px;
    flex: 1 0 400px;
    padding-top: 4rem;
}
.manager-1 .text-wrap .utp{
    position: relative;
    z-index: 1;
}
.manager-1 .text-wrap .header h2{
    color: var(--dark);
}
.manager-1 .text-wrap .header p{
    margin-top: 0;
}
.manager-1 .text-wrap .subheader{
    margin-top: 0;
}
.manager-1 .text-wrap .manager-label{
    position: relative;
    max-width: 300px;
}
.manager-1 .text-wrap .manager-label div{
    position: relative;
    max-width: max-content;
    margin: 0 0 0 auto;
}
.manager-1 .text-wrap .manager-label .name{
    font-weight: bold;
    z-index: 2;
}
.manager-1 .text-wrap .manager-label .position{
    font-weight: 300;
    font-size: 0.9rem;
    z-index: 1;
    text-align: right;
}

.manager-1 .avatar-wrap{
    position: relative;
    flex: 1 0 auto;
    margin-left: -2rem;
}
.manager-1 .avatar-png {
    margin-top: -2rem;
}
.manager-1 .avatar-wrap .avatar{
}
.manager-1 .avatar-wrap .avatar img {
    max-height: 700px;
}

.manager-1 .form-wrap{
    flex: 1 0 auto;
    margin-top: 0;
    max-width: 380px;
    height: 100%;
    padding: 0 2.5rem 2.5rem;
    z-index: 1;
    margin-top: 4rem;
}
.manager-1 .form-wrap .form-header {
    margin-bottom: 2rem;
}
.manager-1 .form-wrap .form-head {
    position: relative;
    color: #fff;
    background: var(--color);
    margin: 0 -2.5rem 1rem;
    padding: 2rem 2.5rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    font-weight: normal;
}
.manager-1 .form-wrap .form-desk {
    margin: 1rem 0 0;
}
.manager-1 .form-wrap .button {
    margin: 1.25rem 0 1.5rem;
}

#manager.white-text {
	color: #fff;
}
#manager ul {
    max-width: 400px;
    margin: 2rem 0;
}
#manager ul li{
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}
#manager ul li strong{
    display: block;
}
#manager ul li::before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../i/oko.svg);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0rem;
}


@media (max-width: 1535px) {
.manager-1 .form-wrap {
    max-width: 350px;
}
.manager-1 .avatar-wrap .avatar {
}
}


@media (max-width: 1399px) {
}


@media (max-width: 1299px) {
.manager-1 .wrap {
    padding: 0;
}
.manager-1 .text-wrap {
    padding-left: 3rem;
    padding-top: 3rem;
}
.manager-1 .avatar-wrap {
    flex: 0 0 350px;
}
}


@media (max-width: 1149px) {
.manager-1 .text-wrap {
    max-width: 380px;
    flex: 1 0 380px;
}
.manager-1 .text-wrap h2 {
    font-size: 2.2rem;
}
.manager-1 .form-wrap {
    max-width: 300px;
    padding: 0 2rem 2rem;
}
.manager-1 .form-wrap .form-head {
    margin: 0 -2rem 1rem;
    padding: 1.5rem 2rem;
}
}	


@media (max-width: 1023px) {
.manager-1 .left-wrap {
    display: block;
}
.manager-1 .text-wrap {
    height: auto;
}
.manager-1 .avatar-wrap {
    max-width: 350px;
    margin: 0;
    padding-left: 3rem;
}
.manager-1 .text-wrap .manager-label {
    position: absolute;
    bottom: 5rem;
}
.manager-1 .text-wrap .manager-label div {
    position: relative;
    max-width: max-content;
    margin: 0 0 0 auto;
}
.manager-1 .text-wrap .manager-label div::before {
    content: "";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: #fff;
    height: 140%;
    position: absolute;
    z-index: -1;
    right: -0.8rem;
    left: -0.8rem;
    transform: skewX(-10deg);
    top: -20%;
    border-radius: 3px;
}
.manager-1 .text-wrap .manager-label .position {
    font-size: 0.8rem;
    font-weight: 300;
    color: var(--gray-text);
    margin-top: 8px;
}
}


@media (max-width: 767px) {
.manager-1 .wrap {
    display: block;
}
.manager-1 .text-wrap {
    padding: 2rem;
    padding-bottom: 0rem;
    max-width: 100%;
}
.manager-1 .text-wrap h2 {
    font-size: 2rem;
}
.manager-1 .text-wrap .manager-label {
    right: 2rem;
    left: 2rem;
}
.manager-1 .form-wrap {
    max-width: 350px;
    margin: 0 auto;
}
}


@media (max-width: 499px) {
.manager-1 .text-wrap h2 {
    font-size: 1.8rem;
}
}



/*
	==================================================
	Форма
	==================================================
*/
.form-wrap {
    border-radius: 6px;
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.15);
    background: #fff;
    max-width: 500px;
    color: var(--dark);
}





.form .form-head {
    line-height: 1.2;
    margin: 0px;
    font-size: 1.8rem;
    font-family: var(--f2);
}
.form-desk{
    font-weight: 300;
    font-size: 1rem;
    margin: 1rem 0 2rem;
}
.form .button {
    margin: 1.25rem 0;
}



.form-group {
    position: relative;
    margin: 3rem auto 1.25rem;
    background: #eef2f7;
    border: 1px solid #dddfe0;
    border-radius: 6px;
}
.form-group label small {
    font-weight: normal;
}
.form-group > select {
    max-width: 100%;
    width: 100%;
    background-color: #F2F2F2;
    border: none;
    border-radius: 7px;
    margin: 0;
    padding: 0.8rem 1rem;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6C7180;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1535px) {

}


@media (max-width: 1399px) {

}


@media (max-width: 1299px) {

}


@media (max-width: 1149px) {

}	


@media (max-width: 1023px) {

}


@media (max-width: 767px) {

}


@media (max-width: 499px) {

}



/*
	==================================================
	Подвал
	==================================================
*/




#footer {
    position: relative;
    background: var(--dark);
    padding: 3rem 0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
    z-index: 2;
}
#footer .footer-logo {
    max-width: 200px;
    margin: 0 auto;
}
#footer .footer-logo.no-logo img {
    filter: contrast(0.01);
}
#footer .footer-head {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
    letter-spacing: 3px;
}
#footer .main {
    padding-left: 4rem;
}
#footer .descriptor {
    margin-top: 1rem;
    line-height: 1.3;
}
#footer .copy {
    display: inline-block;
    margin-top: 1rem;
}
#footer .phone-content {
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 5px;
    display: inline-block;
}
#footer .phone-content:hover {
    color: #fff;
}
#footer .link {
    color: #fff;
    border-bottom: 1px dashed;
    display: inline-block;
    width: max-content;
}
#footer .link:hover {
    border-bottom: 1px dashed transparent;
}
#footer a[href^="mailto:"] {
    font-weight: 500;
}
#footer li[itemprop="name"] {
    display: none;
}
#footer li[itemprop="telephone"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
#footer .social {
    margin: 1.5rem 0 0;
}
#footer .social .soc svg {
    fill: rgba(255, 255, 255, 0.3);
}
#footer .social .soc a:hover svg {
    fill: var(--color);
}


#footer-2 {
    position: relative;
    background: var(--dark);
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.65rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}
#footer-2::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


@media (max-width: 1535px) {

}


@media (max-width: 1399px) {

}


@media (max-width: 1299px) {

}


@media (max-width: 1149px) {
#footer .main {
    padding-left: 3rem;
}

}	


@media (max-width: 1023px) {
#footer .main {
    padding-left: 1rem;
}
.footer-menu .menu {
    margin-bottom: 3rem;
}
#footer .col:nth-child(1) {
    order: 3;
}
#footer .col:nth-child(2) {
    order: 1;
}
#footer .col:nth-child(3) {
    order: 2;
    padding-left: 2rem;
}
#footer .col:nth-child(4) {
    order: 4;
    padding-left: 2rem;
}

}


@media (max-width: 767px) {
#footer .col:nth-child(1) {
    order: 3;
}
#footer .col:nth-child(2) {
    order: 1;
}
#footer .col:nth-child(3) {
    order: 2;
}
#footer .col:nth-child(4) {
    order: 4;
}
.footer-menu .menu .menu-item a {
    padding: 6px 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-size: 1rem;
}
.footer-menu .menu .current-menu-item a {
    padding: 6px 20px 6px 10px;
}
}


@media (max-width: 499px) {
#footer .col:nth-child(1) {
    order: 1;
}
#footer .col:nth-child(2) {
    order: 2;
}
#footer .col:nth-child(3) {
    order: 3;
    padding-left: 1rem;
}
#footer .col:nth-child(4) {
    order: 4;
    padding-left: 1rem;
}
#footer .footer-logo,
#footer .descriptor {
    text-align: center;
}
}

/*
	==================================================
	Форма
	==================================================
*/

@media (max-width: 1535px) {

}


@media (max-width: 1399px) {

}


@media (max-width: 1299px) {

.form-wrap .btn {
    font-size: 1.125rem;
}
.form-style-1 .form-wrap .form-head {
    margin: 0 -1.5rem 2rem;
    padding: 1rem 1.5rem;
}
.form-style-1 .form-wrap {
    padding: 0 1.5rem 1rem;
    margin-top: 3rem;
}
}


@media (max-width: 1149px) {
.form-style-1 .form-wrap {
    padding: 0 3rem 3rem;
}
.form-style-1 .form-wrap .form-head {
    margin: 0 -3rem 3rem;
    padding: 2rem 3rem;
}
}	


@media (max-width: 1023px) {
.form-style-1 .form-wrap {
    padding: 0 2rem 1rem;
    margin-top: 3rem;
}
.form-style-1 .form-wrap .form-head {
    margin: 0 -2rem 2rem;
    padding: 2rem 2rem;
}
}


@media (max-width: 767px) {

}


@media (max-width: 499px) {
.form-style-1 .form .form-header {
    line-height: 1.2;
    margin: 0px;
    font-size: 1.5rem;
}
}

/*
	==================================================
	Спойлер
	==================================================
*/
#faq h2{
    text-align: center;
}
#faq .spoiler{
    position: relative;
    margin-bottom: 1rem;
}
#faq .spoiler-head{
    position: relative;
    padding: 1.25rem 2rem 1.25rem 5rem;
    font-size: 1.125rem;
    cursor: pointer;
    border-radius: 7px;
    background: var(--light);
	color: var(--dark);
}
#faq .spoiler:first-child .spoiler-head{
    border-top: 0;
}
#faq .spoiler-head::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: var(--color);
    top: 30px;
    left: 41px;
}
#faq .spoiler-head::after {
	content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--color);
    top: 39px;
    left: 32px;
}
#faq .spoiler-content{
    padding: 1.25rem 2rem 0.5rem 5rem;
    font-weight: 300;
    font-size: 1rem;
    display: none;
}
#faq .button{
    margin-top: 2rem;
}
#faq .spoiler.active{
}
#faq .spoiler:hover .spoiler-head,
#faq .spoiler.active .spoiler-head{
    color: var(--color);
}
#faq .spoiler.active .spoiler-head::before {
    opacity: 0;
}
#faq .spoiler.active .spoiler-head::after {
    background: var(--dark);
}
#faq .spoiler.active .spoiler-content{
    display: block;
}

@media (max-width: 1535px) {

}


@media (max-width: 1399px) {

}


@media (max-width: 1299px) {
}


@media (max-width: 1149px) {
}	


@media (max-width: 1023px) {
}


@media (max-width: 767px) {
#faq .spoiler-content {
    padding: 1.25rem 2rem 0.5rem 2rem;
}
#faq .spoiler-head {
    line-height: 1.3;
}
}


@media (max-width: 499px) {
#faq .spoiler-content {
    padding: 1rem 0rem 0.5rem 0rem;
}
#faq .spoiler-head {
    font-size: 1rem;
}
}

















/*
	====================================================================================================
	СТИЛИ ЗАГОТОВОК СТРАНИЦ
	====================================================================================================
*/

/*
	==================================================
	Контакты
	==================================================
*/
#contacts {
    position: relative;
    left: 55%;
    width: calc(45% - ((100% - 1472px)/2) - 3rem);
    margin-left: 3rem;
}
#contacts ul {
	margin-bottom: 3rem;
}
#contacts li {
	display: flex;
	margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
}
#contacts li .head,
#contacts li strong {
    flex: 0 0 8rem;
    color: #7d7d7d;
    font-weight: 300;
    font-size: 1rem;
}
/*
#map{
    height: 100vh;
    position: fixed;
    top: 0;
    width: 55%;
    left: 0%;
    z-index: 0;
}
*/



#contacts-2 {
    margin: 0;
    border-top: 9.5rem solid var(--dark);
    padding: 5rem 0;
}
#contacts-2 .button{
    margin-top: 2rem;
}
#contacts-2 .image{
}
#contacts-2 #coordinate_copy {
    margin: 0 0.5rem;
}
#contacts-2 #coordinate_copy:hover{
    cursor: pointer;
}
.contact-info{
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    display: flex;
}
.contact-info dt{
    letter-spacing: 1px;
    opacity: 0.3;
    margin-bottom: 2px;
    opacity: 0.7;
    flex: 0 0 10rem;
}
.contact-info dd{
}
#map-2{
    position: relative;
    height: 500px;
    background: #1d1a23;
}
#map-2 img {
    max-width: none;
    max-height: none;
}




#contacts-3 {
    padding: 3rem 0 0;
}
#contacts-3 .bor {
    border-top: 1px solid #ececec;
    margin: 0;
}
#contacts-3 .left-wrap {
    padding-left: 3rem;
}
#contacts-3 .left {
    max-width: 670px;
    margin: 3rem 0 0 auto;
    padding: 0 2rem 4rem 0;
}
#contacts-3 .image {
	margin-bottom: 2rem;
}
#contacts-3 ul {
    display: flex;
    flex-wrap: wrap;
}
#contacts-3  .left>ul>li {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    flex: calc(50% - 1rem);
    width: 50%;
    margin-right: 1rem;
}
#contacts-3 li .head,
#contacts-3 li strong {
    color: #7d7d7d;
    font-size: 0.7rem;
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 1px;
}
#map-3{
    width: 99.5%;
    height: 100%;
    position: absolute;
    left: 0;
}





@media (max-width: 1535px) {
}


@media (max-width: 1472px) {
#contacts {
    position: relative;
    left: 55%;
    width: 45%;
    margin-left: 0%;
}
}

@media (max-width: 1399px) {
#contacts-3 .left {
    margin: 3rem 0 0 auto;
    padding: 0 1rem 4rem 0;
}
}


@media (max-width: 1299px) {
}


@media (max-width: 1149px) {
}	


@media (max-width: 1023px) {
#map {
    width: 50%;
}
#contacts {
    left: 50%;
    width: 50%;
}


#contacts-2 {
    border-top: 6rem solid var(--dark);
}
#contacts-2  .image {
    margin-top: 2rem;
}
#contacts-3 .bor {
    border-top: 0;
    margin: 0;
}
#contacts-3 .right-wrap {
    padding: 0rem;
}
#contacts-3 .left-wrap {
    padding: 0 2.5rem;
}
#contacts-3 .left {
    margin: 0rem 0 0 auto;
    padding: 0 0rem 3rem 0;
    max-width: none;
}
#map-3 {
    height: 350px;
    position: relative;
}
}


@media (max-width: 767px) {
#map {
    height: 60vh;
    position: relative;
    width: 100%;
    margin-top: 3rem;
}
#contacts {
    margin-bottom: 0;
}
#contacts {
    left: 0;
    width: 100%;
}
#contacts-3 .left-wrap {
    padding: 0 2rem;
}
}


@media (max-width: 499px) {
#contacts-3 {
    padding: 2rem 0 0;
}
#contacts-3 .left-wrap {
    padding: 0 1rem;
}
#contacts-3 li {
    flex: 100%;
    width: 100%;
    margin-right: 0rem;
}
}

/*
	==================================================
	Родительская
	==================================================
*/
#pages,
#privacy {
    padding: 4rem 0;
    border-top: 1px solid #ececec;
}
#pages .item{
    background-size: cover;
    background-position: center;
	padding: 3rem;
    display: block;
    border: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
#pages .item:hover{
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}
#pages .item .image{
}
#pages .item .body{
    color: #fff;
    width: 50%;
}
#pages .item .title{
    font-size: 1.125rem;
}
#pages .item .desc{
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 1rem;
}
#pages .item .btn span {
    padding: 1rem 2rem;
}
#pages .item .button {
    margin-top: 2rem;
}


@media (max-width: 1535px) {
}

@media (max-width: 1399px) {
}


@media (max-width: 1299px) {
}


@media (max-width: 1149px) {
}	


@media (max-width: 1023px) {
}


@media (max-width: 767px) {
}


@media (max-width: 499px) {
}


/*
	==================================================
	Отзывы
	==================================================
*/
#reviews {
}
#reviews .container-fluid {
    max-width: 1300px;
}
#reviews .link {
	border-bottom: 1px solid;
}
#reviews .link:hover {
    border-bottom-color: transparent;
}
#reviews .item-video{
    margin-bottom: 2rem;
}
#reviews .item-text{
    background: #fff;
    padding: 2.5rem;
    box-shadow: 0 15px 30px -10px rgba(0,0,0,.15), 0 2px 8px -3px rgba(0,0,0,.05);
    border: 1px solid #e2e7ea;
    border-radius: 0.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}
#reviews .item-text .blockquote {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: var(--f3);
    font-style: italic;
    border-bottom: 2px solid var(--color2);
}
#reviews .item-text .blockquote::before{
	content: "“";
    position: absolute;
    font-size: 12rem;
    color: var(--color2);
    left: -2rem;
    top: -4rem;
    line-height: 1;
    opacity: 0.1;
}
#reviews .item-text .review{
    font-size: 0.9rem;
    position: relative;
}
#reviews .item-text .name-block{
    margin-top: 1rem;
    text-align: right;
}
#reviews .item-text .name-block .name{
    font-weight: bold;
    font-size: 15px;
}
#reviews .item-text .name-block .city{
    font-size: 14px;
}


@media (max-width: 1535px) {
}

@media (max-width: 1399px) {
}


@media (max-width: 1299px) {
}


@media (max-width: 1149px) {
}	


@media (max-width: 1023px) {
}


@media (max-width: 767px) {
}


@media (max-width: 499px) {
}




