/*
	====================================================================================================
	СТИЛИ ЗАГОТОВОК БЛОКОВ
	====================================================================================================
*/
/*
	Общее оформление
	====================
*/
html,body{width:100%;padding:0;margin:0;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}
section{position:relative;}
label{position:relative;}
body.hiddenbody-x{overflow-x:hidden}
body.hiddenbody{overflow:hidden!important}
body.blur .page-frame,body.compensate-for-scrollbar .page-frame{-webkit-filter:blur(7px);filter:blur(7px);-webkit-box-shadow:-7px 10px 0 0 #222;box-shadow:-7px 10px 0 0 #222}
img{max-width:100%;max-height:100%;height:auto}
ul{padding:0;margin:0;list-style:none}
p{margin:1rem 0}

a[href^="mailto:"]{color:var(--color);border-bottom:1px dotted var(--color)}
a,a:focus,input:focus,button:focus{outline:none!important;text-decoration:none!important}
a,a:focus,a:active{color:var(--color);border-bottom:var(--border);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
a:hover{color:var(--color-hover);border-bottom:var(--border-hover)}

.sepa {padding: 0 1px;}
.lt{text-align:left!important}
.ct{text-align:center!important}
.rt{text-align:right!important}
.img_link{border:none!important}
.image_circle,.image_circle img{border-radius:50%}
.small,small {font-size: 0.8rem;}

.list ul,.list ol{padding:0;margin:0}
.list ol{counter-reset:item}
.list ul li,.list ol li{position:relative;margin:1rem 0;list-style:none;padding-left:2rem;line-height:1.4}
.list ol li::before{position:absolute;left:0;top:0;content:counter(item) ". ";counter-increment:item;color:#00a8c5;font-weight:bold}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
.btn.b-icon{padding-right:4rem}
.btn.b-icon::before{content:"";position:absolute;width:2rem;height:2rem;right:1rem;background:center no-repeat;background-size:1.5rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}


.popup {
    position: relative;
    background: #fff;
    max-width: 400px;
    width: auto;
    margin: 0 auto;
    padding: 3rem;
    display: none; 
}
@media (max-width: 1024px) {
    .popup {
        max-width: 90%;
    }
}

.form-group p{
    margin: 1px 0;
}
html{	
    font-size: 16px;
}
html,
body {	
    font-family: var(--f1);
    font-weight: 400;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.hiddenbody-x {
    overflow-x: hidden
}
body.hiddenbody {
    overflow: hidden!important
}
body.blur .page-frame,
body.compensate-for-scrollbar .page-frame {
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-box-shadow: -7px 10px 0 0 #222;
    box-shadow: -7px 10px 0 0 #222
}
section {
    position: relative;
	margin: 2rem 0 0;
}
@media (min-width: 768px) {
    section {
        margin: 4rem 0 0;
    }
}
@media (min-width: 1200px) {
    section {
        margin: 7rem 0 0;
    }
}
h1 {
    font-size: 3.5rem;
    margin: 0 0 2.5rem;
    line-height: 1.2;
}
h1 em{
	color: var(--color);
    font-style: normal;
}
h2 {
    font-size: 2rem;
    font-family: var(--f2);
    margin: 0 0 2rem;
    line-height: 1.2;
}
h2 span,
em {
    color: var(--color);
}
h3 {
    font-size: 1.5rem;
    font-family: var(--f2);
    margin: 2rem 0;
    line-height: 1.3;
}
p {
    margin: 1rem 0
}
.header p,
.subheader,
pre{
    font-size: 1.25rem;
    font-weight: 300;
    margin: -1.5rem 0 3rem;
    color: var(--gray-text);
    line-height: 1.4;
    white-space: normal;
}
pre{
    margin: -2rem 0 3rem;
}
label {
    position: relative;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none
}
a[href^="mailto:"] {
    color: var(--color);
    border-bottom: 1px dashed var(--color);
}
a[href^="tel:"] {
    color: var(--color);
    border-bottom: 0;
}
a[href^="tel:"].phone-content {
    color: var(--color);
    font-weight: bold;
    white-space: nowrap;
}
a,
a:focus,
input:focus,
button:focus {
    outline: none!important;
    text-decoration: none!important
}
a,
a:focus,
a:active {
    color: var(--color);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
a:hover {
    color: var(--color);
    border-bottom: 1px solid transparent;
}
blockquote {
    position: relative;
    background: var(--accent);
    padding: 2rem 3rem 2rem 8rem;
    margin: 2rem auto;
    font-family: var(--f3);
    text-align: left;
    max-width: 800px;
}
blockquote p {
    margin: 0 !important;
}
blockquote::before {
    content: "“";
    position: absolute;
    font-size: 10rem;
    color: #fff;
    left: 2rem;
    top: 70%;
    line-height: 1;
    transform: translateY(-50%);
}
blockquote p {
    font-weight: 300;
}
ol li {
	list-style-type: none !important;
	list-style-type: decimal;
}
ol {
	counter-reset: list1;
}
ol li::before {
	counter-increment: list1;
	content: counter(list1) ". ";
	visibility: hidden;
	font-size: 0;
}
ol li h2::before {
	content: counter(list1) ". ";
}
ol ol {
	counter-reset: list2;
}
ol ol li {
    position: relative;
    padding-left: 2rem;
    margin: 0.5rem 0;
}
ol ol li::before {
	counter-increment: list2;
	content: counter(list1) "." counter(list2) ". ";
	visibility: visible;
	font-size: 100%;
    position: absolute;
    left: 0;
}
.table {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.3;
    background: #fff;
}
.table thead th,
.table thead td {
    vertical-align: bottom;
    border-bottom: 2px solid var(--dark);
    background: var(--accent);
    font-weight: bold;
    font-size: 1rem;
    padding: 1rem 0.75rem;
}
.table td:first-child {
    font-weight: bold;
    min-width: 7rem;
}
.lt {
    text-align: left!important
}
.ct {
    text-align: center!important
}
.rt {
    text-align: right!important
}
.img_link {
    border: none!important
}
.image_circle,
.image_circle img {
    border-radius: 50%
}
.small,
small {
    font-size: 0.8rem;
}
.list ul,
.list ol {
    padding: 0;
    margin: 0
}
.list ol {
    counter-reset: item
}
.list ul li,
.list ol li {
    position: relative;
    margin: 0.7rem 0;
    list-style: none;
    padding-left: 1.5rem;
    line-height: 1.4
}
.list ul li::before {
    position: absolute;
    left: 0;
    top: 0.4rem;
    content: "";
    border: 2px solid var(--color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.list ol li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(item) ". ";
    counter-increment: item;
    color: #00a8c5;
    font-weight: bold;
}
/*
	==================================================
	Главное окно
	==================================================
*/

.page-header{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    min-height: 150px;
}

.page-header__title{
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 6px #0a0a0a;
}

.page-button{
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .page-header{
        margin-bottom: 58px;
        min-height: 200px;
    }

    .page-header__title {
        font-size: 45px;
        line-height: 50px;
    }

    .page-button{
        margin-bottom: 50px;
    }
}

/*
	==================================================
	Сотрудники
	==================================================
*/
#team {
    background: var(--light);
    padding: 4rem 0;
}
#team .row{
    align-items: center;
}
#team .desc{
    font-size: 1.25rem;
}
#team .team{
    position: relative;
    margin: 1.25rem;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
    background: #fff;
}
#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 .avatar{
    position: relative;
    overflow: hidden;
    padding-left: 1rem;
}
#team .avatar::before{
    content: "";
    position: absolute;
    width: 120%;
    left: -15%;
    bottom: -27%;
    background: #fff;
    height: 57%;
    transform: skewY(-20deg);
    box-shadow: inset 0 10px 20px -20px rgba(33, 37, 41, 0.2);
    border-radius: 100px;
    z-index: 1;
}
#team .name-block{
    position: absolute;
    width: 190px;
    right: 1.5rem;
    bottom: 1.5rem;
    text-align: right;
    z-index: 2;
}
#team .name-block .name{
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
#team .name-block .position{
    font-size: 0.9rem;
    line-height: 1.3;
}
#team .custom_paging{
    margin: 0 2rem;
}
#team .custom_paging li{
	display: none;
    font-size: 1.125rem;
}
#team .custom_paging li .main_num{
    font-size: 2.5rem;
    font-weight: bold;
}
#team .custom_paging li.slick-active{
	display: block;
}
#team .slider_arrows {
	display: flex;
    align-items: center;
    margin-top: 3rem;
}
#team .slider_arrows button{
    position: static;
	transform: none;
}


@media (max-width: 1535px) {
}


@media (max-width: 1399px) {
}


@media (max-width: 1299px) {
}


@media (max-width: 1149px) {
}	


@media (max-width: 1023px) {
}


@media (max-width: 767px) {
#team .item {
    max-width: 350px;
    margin: 0 auto;
}
}


@media (max-width: 499px) {
}



/*
	==================================================
	Менеджер
	==================================================
*/
.manager-1 {
    position: relative;
    background: #eef7f9 url(../i/manager.jpg) top left no-repeat;
    background-size: auto 900px;
    margin: 0;
    padding: 5rem 0;
}
.manager-1 .wrap{
    background: #fff;
    padding: 4rem;
    padding-bottom: 0;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}
.manager-1 .form-wrap{
    margin-top: 0;
}
.manager-1 .avatar{
    position: absolute;
    bottom: 0;
    left: -3rem;
    z-index: 0;
}
.manager-1 .utp{
    position: relative;
    margin-top: 3rem;
    z-index: 1;
}
.manager-1 .subheader{
    margin-top: 0;
}
.manager-1 .manager-label{
    position: relative;
}
.manager-1 .manager-label .name{
    font-weight: bold;
}
.manager-1 .manager-label .position{
    font-weight: 300;
    font-size: 0.9rem;
}


.manager-2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0;
    margin: 0;
}
.manager-2 .avatar {
    position: absolute;
    bottom: -6rem;
    right: -6rem;
    width: 500px;
    z-index: -1;
}
.manager-2 blockquote {
    padding: 2rem 2rem 2rem 7rem;
    margin: 2rem 0;
    border-radius: 0.5rem;
    font-family: var(--f3);
}
.manager-2 blockquote p {
    margin: 0;
    color: var(--dark);
}
.manager-2 blockquote::before {
    color: var(--dark);
    left: 2rem;
    top: 80%;
}
#manager.white-text {
	color: #fff;
}
#manager ul {
    max-width: 400px;
    margin: 3rem 0;
}
#manager ul li{
    position: relative;
    padding-left: 4rem;
    margin-bottom: 2rem;
    font-size: 1rem;
}
#manager ul li strong{
    display: block;
}
#manager ul li::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(../i/icons/oko.svg);
    background-size: contain;
    position: absolute;
    left: 0;
    top: -0.5rem;
}


@media (max-width: 1535px) {
.manager-1 {
    background-position: top left -150px;
}
.manager-1 .manager-label {
    text-align: right;
}
}


@media (max-width: 1399px) {
.manager-1 {
    background-position: top left -180px;
}
}


@media (max-width: 1299px) {
.manager-1 .wrap {
    padding: 3rem;
}
.manager-1 .utp {
    margin-right: -3rem;
}
}


@media (max-width: 1149px) {
.manager-1 .utp {
    margin-top: 0;
}
.manager-1 .avatar {
    position: static;
    max-width: 280px;
    margin-top: -3rem;
}
.manager-1 .utp {
    margin-right: 0;
}
.manager-1 .wrap {
    padding: 3rem;
    padding-bottom: 0;
}
}	


@media (max-width: 1023px) {
.manager-1 .wrap {
    padding: 2rem;
    padding-bottom: 0;
}
.manager-1 .avatar {
    position: static;
    max-width: 270px;
    margin-top: -2rem;
}
.manager-2 blockquote p {
    font-size: 1rem;
}
}


@media (max-width: 767px) {
.manager-1 .wrap {
    padding-bottom: 2rem;
}
.manager-2 {
    padding: 3rem 0;
}
}


@media (max-width: 499px) {
.manager-1 {
    padding: 4rem 0;
}
.manager-1 .avatar {
    width: 250px;
    margin-top: 0;
}
.manager-1 .avatar img {
    max-width: unset;
}
.manager-1 .form-wrap {
    margin: 0 -2rem;
}
}



/*
	==================================================
	Форма
	==================================================
*/
/*.form-wrap {
    border-radius: 6px;
    box-shadow: 0 15px 40px -5px rgba(126, 64, 128, 0.3);
    background: #fff;
    max-width: 500px;
    color: var(--dark);
}





.form .form-header {
    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: #f5f6f8;
    border: 1px solid #D7E1E9;
    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;
}



.form-1 {
    padding: 0 3rem 3rem;
}
.form-1 .form-head {
    position: relative;
    color: #fff;
    margin: 0 -3rem 3rem;
    padding: 2rem 3rem;
    background: #9b379e;
    background: var(--gradient);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 15px 40px -5px rgba(126, 64, 128, 0.3);
    overflow: hidden;
}
.form-1 .form-header {
    margin-bottom: 1.25rem;
}


.form-2 {
    padding: 2rem 2rem;
    border: 0.75rem solid var(--color);
}
.form-2 .form-desk {
    margin: 0.5rem 0 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) {

}
*/


/*
	==================================================
	Шапка
	==================================================
*/
/*#header {
    position: relative;
    padding: 1.5rem 0;
    z-index: 3;
    width: 100%;
}
#header .mainrow {
    flex-wrap: nowrap;
    margin: 0;
}
#header .logo {
    flex: 0 0 12rem;
    display: flex;
    align-items: center;
}
#header .content {
	flex: 1 1 auto;
    margin-left: 2rem;
}
#header .content .row {
    align-items: center;
}
#header .content .contacts {
    flex: 0 0 17rem;
    text-align: right;
}
#header .content .social-col {
    text-align: right;
}
#header .content .descriptor {
    max-width: 400px;
}
#header .logo a {
    display: block;
    width: 12rem;
}
#header .contacts .phone {	
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--black);
	border:0;
}
#header .contacts .link{	
    color: var(--color);
    border-bottom: 1px dashed rgba(34, 153, 179, 0.3);
    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;
}*/


/* Для тёмной шапки */
/*#header.header-white a[href^="tel:"].phone-content {
    color: #fff;
}
#header.header-white .contacts .link {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
#header.header-white .contacts svg {
    fill: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
#header.header-white .social .soc svg {
    fill: #fff;
}



@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) {

}*/



/*
	==================================================
	Меню
	==================================================
*/
/*#menu{
    position: relative;
    z-index: 3;
    width: 100%;
}
.menu{
    display: flex;
}
.menu .menu-item {
    position: relative;
}
.menu .menu-item:first-child {
    margin-left: 0;
}
.menu .menu-item a{
    display: inline-block;
    color: #fff;
	border: 0;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 1rem 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.menu .current-menu-item a,
.menu .current-menu-parent a,
.menu .current-menu-ancestor a{
    color: #fff;
    background: var(--dark);
}
#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(--dark) transparent transparent transparent;
} 
.sub-menu .current-post-ancestor a::after {
    display: none;
}
.menu .menu-item a:hover{
    color: #fff;
    background: var(--dark);
}
.menu-item.menu-item-has-children a {
    padding-right: 2.5rem;
}
.menu-item.menu-item-has-children a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    background: url(../i/arrow-bottom-white.svg) no-repeat center;
    height: 10px;
    width: 10px;
    transform: translateY(-50%);
}
.menu .menu-item .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    width: 350px;
    top: 3rem;
    padding: 1rem;
    left: -3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    counter-reset: number;
}
.menu .menu-item:hover .sub-menu {
    display: block;
}
.menu .menu-item .sub-menu .menu-item {
    margin: 0;
}
.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: 2rem;
    background: transparent;
}
.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 a:hover,
.menu .menu-item .sub-menu .current-menu-item a {
	color: var(--color);
}
.sub-menu a::before{
    display: none;
}


@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) {

}*/



/*
	==================================================
	Мобильное меню
	==================================================
*/

/* Меню. Иконка бургера
====================
*/
/*.mobile-icon  {
    position: fixed;
    right: 3rem;
    top: 30px;
    z-index: 1000;
}
.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;
	cursor: pointer;
	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;
    right: 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;
}
.open:hover span {
	width: 30px;
}*/
/* Меню. Открытое меню
====================
*/
/*.active.mobile {
	visibility: visible;
	opacity: 1;
	padding: 2rem;
    padding-top: 1rem;
	overflow-y: auto;
}
.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 {
	width: 30px;
}
.active span:nth-child(2) {
  overflow: visible;
}
.active span:nth-child(1), 
.active span:nth-child(3) {
	z-index: 100;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.active span:nth-child(1) {
    margin-top: -1px;
	-webkit-transform: rotate(-45deg) translateY(7px) translateX(-7px);
	transform: rotate(-45deg) translateY(7px) translateX(-7px);
}
.active span:nth-child(2) {
	left:-30px;
	width: 0px;
}
.active span:nth-child(3) {
	-webkit-transform: rotate(45deg) translateY(-4px) translateX(-4px);
	transform: rotate(45deg) translateY(-4px) translateX(-4px);
}*/

/* Меню. Мобильное меню
====================
*/
/*.mobile {
    position: fixed;
    padding: 2rem;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}
.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;
}
.mobile .menu .menu-item a {
    color: var(--dark);
    background: transparent;
    font-size: 1rem;
    text-transform: none;
    padding: 1rem 0;
    font-size: 1.5rem;
    font-weight: 300;
}
.mobile .menu .current-menu-item a {
    color: var(--color);
    background: transparent;
    font-weight: 500;
}
.mobile .menu__nav .menu>li>a:after {
    display: none;
}
.mobile .menu .menu-item .sub-menu {
    display: block;
    position: static;
    width: unset;
    box-shadow: none;
    margin: 0;
    margin-left: 3rem;
    padding: 0;
}
.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;
}


.menu-white {
	
}
.menu-white.mobile-icon {
    background: var(--dark);
    padding: 0.5rem;
}
.menu-white .open span {
    background-color: #fff;
}



@media (max-width: 1535px) {

}


@media (max-width: 1399px) {

}


@media (max-width: 1299px) {

}


@media (max-width: 1149px) {

}	


@media (max-width: 1023px) {
.mobile-icon {
    right: 2.5rem;
}
}


@media (max-width: 767px) {
.mobile-icon {
    right: 2rem;
}
}


@media (max-width: 499px) {
.mobile-icon {
    right: 1rem;
}
}*/



/*
	==================================================
	Подвал
	==================================================
*/




#footer {
    position: relative;
    background: var(--dark);
    padding: 3rem 0;
    color: #fff;
    font-size: 0.9rem;
    z-index: 2;
}
#footer .footer-logo {
    max-width: 200px;
}
#footer .footer-head {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
    letter-spacing: 3px;
}
#footer .menu {
    display: block;
}
#footer .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;
}
#footer .menu .menu-item a:hover {
    opacity: 1;
}
#footer .main {
    padding-left: 4rem;
}
#footer .descriptor {
    margin-top: 1rem;
    line-height: 1.3;
}
#footer .copy {
    display: inline-block;
    margin-top: 1rem;
}
#footer .phone {
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--colorlight);
}
#footer .link {
    color: var(--colorlight);
    border-bottom: 1px dashed;
    margin: 3px 0 1rem;
    display: inline-block;
}
#footer .link:hover {
    color: var(--color);
    border-bottom: 1px dashed transparent;
}


#footer-2 {
    position: relative;
    background: var(--dark);
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0.5px;
}


@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 {
    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: 3rem;
}
#footer .col:nth-child(4) {
    order: 4;
    padding-left: 3rem;
}

}


@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-item a {
    padding: 6px 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

}


@media (max-width: 499px) {
#footer .col:nth-child(1) {
    order: 4;
}
#footer .col:nth-child(2) {
    order: 1;
}
#footer .col:nth-child(3) {
    order: 2;
    padding-left: 1rem;
}
#footer .col:nth-child(4) {
    order: 3;
    padding-left: 1rem;
}
#footer .footer-logo {
    max-width: 200px;
    margin-top: 3rem;

}
}

/*
	==================================================
	Форма
	==================================================
*/

@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;
}
}

/*
	==================================================
	Социальные сети
	==================================================
*/
.social {
    display: flex;
}
.social .soc {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}
.social .soc a {
	border: 0;
}
.social .soc svg {
    width: 2rem;
    height: 1.5rem;
    fill: rgba(0, 0, 0, 0.3);
}
.social .soc a:hover svg {
    fill: var(--color);
}
.social .soc.search svg{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 2rem;
    padding: 4px;
}

@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;
}
}

















/*
	====================================================================================================
	СТИЛИ ЗАГОТОВОК СТРАНИЦ
	====================================================================================================
*/

/*
	==================================================
	Контакты
	==================================================
*/
#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;
    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 {
    margin: 0;
    padding-top: 3rem;
}
@media (max-width: 1024px) {
    #contacts-3 {
        padding-top: 5rem;
    }
}
#contacts-3 .bor {
    border-top: 1px solid #E6E9EC;
    margin: 0;
}
#contacts-3 .left {
    max-width: 630px;
    margin: 4rem 0 0 auto;
    padding: 0 2rem 4rem 0;
}
#contacts-3 .image {
	margin-bottom: 2rem;
}
#contacts-3 ul {
	margin-bottom: 2rem;
    column-count: 2;
}
#contacts-3 li {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
}
#contacts-3 li .head,
#contacts-3 li strong {
    color: #7d7d7d;
    font-size: 0.7rem;
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px;
}
#map-3{
    width: 100%;
    height: 500px;
}


@media (max-width: 1535px) {
.manager-1 {
    background-position: top left -150px;
}
.manager-1 .manager-label {
    text-align: right;
}
}


@media (max-width: 1472px) {
#contacts {
    position: relative;
    left: 55%;
    width: 45%;
    margin-left: 0%;
}
}

@media (max-width: 1399px) {
}


@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;
}
}


@media (max-width: 767px) {
#map {
    height: 60vh;
    position: relative;
    width: 100%;
    margin-top: 3rem;
}
#contacts {
    margin-bottom: 0;
}
#contacts {
    left: 0;
    width: 100%;
}
}


@media (max-width: 499px) {
}

/*
	==================================================
	Родительская
	==================================================
*/
#pages,
#privacy {
    margin: 0;
 
    padding: 5rem 0;
}
#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) {
.manager-1 {
    background-position: top left -150px;
}
.manager-1 .manager-label {
    text-align: right;
}
}




/* #popup-call{
    background: #483b2b !important;
    color: #fff;
}
.form-header{
    color: #fff !important;
}
#popup-call svg{
    fill: #fff !important;
    color: #fff;
}
#popup-call .calc-btn{
    background: #d95546 !important;
    color: #fff;
    border: navajowhite;
    text-shadow: none;
    height: 50px;
    border-radius: 30px;
    font-size: 20px;
}
#popup-call  .agreement-check input + .wpcf7-list-item-label{
    color: #fff;
}
/* #popup-call .agreement-check input:checked + .wpcf7-list-item-label .check::before,
#popup-call .agreement-check input + .wpcf7-list-item-label .check::after{
    border: 1px solid #fff !important;
} */
.popup  .form-desk{
    display: none;
} */


.popup{
    background: #483b2b !important;
    color: #fff;
}

.popup svg{
    fill: #fff !important;
    color: #fff;
}
.popup .calc-btn{
    background: #d95546 !important;
    color: #fff;
    border: navajowhite;
    text-shadow: none;
    height: 50px;
    border-radius: 30px;
    font-size: 20px;
}
.popup  .agreement-check input + .wpcf7-list-item-label{
    color: #fff;
}
/* #popup-call .agreement-check input:checked + .wpcf7-list-item-label .check::before,
#popup-call .agreement-check input + .wpcf7-list-item-label .check::after{
    border: 1px solid #fff !important;
} */
.popup  .form-desk{
    display: none;
}
.leftheader {
	    float: left;
    margin-left: 25px;
    font-size: 22px;

}
@media screen and (max-width: 499px) {
	.leftheader {
	    float: left;
    margin-left: 5px;
    font-size: 22px;
	white-space: initial;
}
	
	}
.header-contacts__whatsapp{
  color: #4ECB5B!important;
  
    font-weight: normal!important;
}
.header-contacts__viber{
  color: #583EB5!important;
}
.header-contacts__telegram{
  color: #30A3E6 !important;
  
    font-weight: normal!important;
}

.col-s ul{
    padding:0;
    list-style: none;
	margin-top:10px;
}

.col-s ul li:before {
    padding-right:10px;
    font-weight: bold;
    transition-duration: 0.5s;
}
.image-post {
    float: left; /* Выравнивание изображения по левому краю */
    margin: 0 15px 15px 0; /* Отступы между текстом и изображением, можно настроить по вашему усмотрению */
    max-width: 50%; /* Максимальная ширина изображения, можно настроить по вашему усмотрению */
}

@media (max-width: 768px) {
    .image-post {
        float: none; /* Сброс выравнивания при маленьких экранах */
        margin: 0; /* Сброс отступов */
        max-width: 100%; /* Ширина на всю ширину контейнера при маленьких экранах */
    }
}