/*
Theme Name: ehkspertiza
Author: ehkspertiza
Version: 20.7
*/
html {
    max-width: 100%;
    overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
body {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #353535;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
ul li {
	list-style: none;
}
ol {
	padding-left: 40px;
}
ol li {
	margin-bottom: 15px;
}
h1 {
	position: relative;
    font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	margin: 70px 0 40px;
}
h2 {
	font-size: 40px;
    text-align: center;
    margin: 70px 0 40px;
}
h3 {
	font-size: 30px;
	margin: 40px 0 20px;
}
h4 {
	font-size: 24px;
	margin: 40px 0 20px;
}
.container p {
	margin-bottom: 15px;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.container {
	position: relative;
    width: 1160px;
    margin: 0 auto;
}
.button {
    position: relative;
    width: 250px;
    height: 50px;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
    user-select: none;
    color: #fff;
    border: none;
    background: #fc4700;
    cursor: pointer;
    transition: 0.7s ease all;
    z-index: 5;
}
.button.center {
    left: 50%;
    transform: translateX(-50%);
}
.button:hover {
	background: #fff;
	color: #fc4700;
}
.button:before,.button:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: #fc4700;
	transition: 0.2s ease all;
}
.button:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0;
}
.button:hover:before,.button:hover:after {
	width: 100%;
	transition: 0.7s ease all;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="file"],
input[type="checkbox"] {
	display: none;
}
/* формы
--------------------*/
.win_modal {
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	z-index: 9999;
}
.win-form {
	position: relative;
    width: 500px;	
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    border-radius: 7px;
	padding: 10px;
	margin-top: -100px;
	opacity: 0;
	box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.11);
}
.order-form {           
    position: relative;
    padding: 50px;
    border: 1px solid #C5C9D3;
    border-radius: 15px;
}
.order-form h3 {
    font-size: 26px;
    margin: 0 0 30px;
}
.input_your {
    width: 100%;
	height: 40px;	
    background: #ededed;
    border: none;
	border-radius: 5px;
    padding-left: 30px;
	margin-bottom: 10px;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}
.questionnaire {
    background: #fff;           
    position: relative;
	border-radius: 10px;
    padding: 60px 100px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.questionnaire:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid #C5C9D3;
    border-radius: 5px;
}
.questionnaire__title {
    text-align: center;
    font-size: 30px;
    padding: 0 0 30px;
}
.form__row {
    display: flex;
    position: relative;
    padding-bottom: 20px;
}
.form__line {
    width: 1px;
    height: 100%;
    background: #d2d2d2;
    position: absolute;
    top: 0;
    left: 20px;
}
.form__number {
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
	color: #fc4700;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    margin-right: 45px;
}
.form__content {
    margin-left: 95px;
}
.form__title {
    margin: 5px 0 25px;
    font-size: 24px;
    font-weight: 500;
}
.form__label {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	margin: 10px 0 10px 30px;
	user-select: none;
    cursor: pointer;	
}
.form__content .input-line {
    display: inline-block;
    margin-top: 20px;
	margin-right: 60px;
}
.form__content .input-line label,
.form__content .input-line input {
    color: inherit;
}
.questionnaire__circle-back {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    bottom: -55px;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    z-index: -1;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.questionnaire__circle-front input[type="submit"] {
	position: absolute;
    display: block;
    text-align: center;
    font-weight: 800;
    margin: auto;
    background: linear-gradient( to left, #50dad2, #20b2aa, #50dad2);
    width: 140px;
    height: 140px;
    line-height: 95px;
    font-size: 15px;
    color: #fff;
    border: 15px solid #fff;
    border-radius: 50%;
    bottom: -55px;
    right: 0;
    left: 0;	
    background-size: 200%;
    transition: .6s;
	cursor: pointer;
}
.questionnaire__circle-front input[type="submit"]:hover {
    background-position: right;
}
.form_police {
    position: relative;
	display: inline-block;
	padding-left: 25px;
	margin: 25px 0;
	user-select: none;
    cursor: pointer;
}
.form__label:after,
.form_police:after {
	position: absolute;
    display: none;
    content: '';
    background: #fc4700;
	width: 8px;
    height: 8px;
	border-radius: 50%;
    top: 50%;
    left: 4px;
	transform: translateY(-50%);
}
.form__label:before,
.form_police:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #fc4700;
	border-radius: 50%;
	transform: translateY(-50%);
}
.police_link {
	color: #fc4700;
	text-decoration: none;
}
.police_link:hover {
	text-decoration: underline;
}
input[type="radio"]:checked + .form__label:after,
input[type="checkbox"]:checked + .form_police:after {
    display: block;
}
.agree,
.agree-1,
.agree-2,
.agree-3 {
	display: none;
}
span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7-response-output {
    position: absolute;
    width: 100%;	
    padding: 0!important;
    border: none!important;
	text-align: center;
    bottom: 20px;
	left: 0;
	z-index: 9;
	margin: 0!important;
}
.form-block div.wpcf7-response-output {
    color: #fff;
}
.win_mail div.wpcf7-response-output,
div.wpcf7 .ajax-loader {
    display: none!important;
}
.close {
	position: absolute;
    width: 30px;
    height: 30px;
	top: 20px;
    right: 25px;
    cursor: pointer;
}
.close:before,
.close:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fc4700;
    position: absolute;
    top: 49%;
    left: 20%;
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
}
.close:after {
    transform: rotate(-45deg);
    transition: all 0.3s ease-out;
}
/* блок с формой
--------------------*/
.wp-block-group.form-block {
	position: relative;
	background: #20b2aa;
	margin: 70px 0 0 -500px;
    padding-left: 500px;
	border-radius: 0 260px 260px 0;
}
.wp-block-group.form-block:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #C5C9D3;
    border-radius: 0 250px 250px 0;
}
.wp-block-group.form-block .wp-block-columns {
	padding-left: 50px;
    padding-bottom: 50px;
}
.wp-block-group.form-block h2 {
	color: #fff;
    text-align: left;
}
.wp-block-group.form-block .form-title-desc {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.wp-block-group.form-block figure {
    margin: 20px 20px 0;
}
.wp-block-group.form-block .wp-block-image img {
	width: auto;
    height: 450px;
}
.input-line {
  position: relative;
  margin-top: 40px;
}
.input-line label {
  color: #fff;
  left: 10px;
  position: absolute;
  top: 0;
  transition: all 0.2s linear;
  cursor: text;
}
.input-line input {
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #b5bdce;
  padding: 7px 10px;
  width: 300px;
}
.input-line input:focus + label,
.input-line input + label.show {
  font-size: 13px;
  left: 0;
  top: -20px;
}
/* header
--------------------*/
.header-top {
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, #eee, transparent);
	padding: 15px 0;
}
.header-top-box {
    width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 50px;
    margin: 0 auto;
}
.custom-logo {
    width: 120px;
}
.contact-block a {
	position: relative;
    font-size: 22px;
	padding-left: 55px;
}
.header-mail {
	margin-left: 50px;
}
.header-phone:after {
	position: absolute;
    content: '\f095';
    display: block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    font-family: FontAwesome;
    color: #fc4700;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	transition: 1s;
}
.header-mail:after {
	position: absolute;
    content: '\f2b7';
    display: block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    font-family: FontAwesome;
    color: #fc4700;
    text-align: center;
	font-size: 18px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	transition: 1s;
}
.header-top .button {
    font-size: 16px;
}
/* Меню 
--------------------*/
.header-bottom {
    width: 100%;
	background: #20b2aa;
}
.navbar-fixed-top {
    position: fixed;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    top: 0;
	z-index: 90;
}
@keyframes fadeInDown {
	from{opacity:0;transform:translate3d(0, -100%, 0);}
	to{opacity:1;transform:none;}
}
.nav-inner {
	width: 1170px;
	padding: 0;
	text-align: center;
    margin: 0 auto;
}
.toggle {
	position: absolute;
    display: none;
	background: #fc4700;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    left: 30px;
    top: 110px;
    font-size: 28px;
    text-align: center;
}
.sitenav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sitenav ul li a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 15px 20px;
}
.sitenav ul li.current_page_item,
.sitenav ul li.current-menu-item,
.sitenav ul li.current-category-ancestor,
.sitenav ul li.current-post-ancestor,
.sitenav ul li:hover {
	background: #50dad2;
}
/* шапка
--------------------*/
.wp-block-group.back_anim_cont {
    width: 50vw;
    margin-left: 50%;
}
.wp-block-group.back_anim_cont>div {
    width: 100vw;
    margin-left: -100%;
    position: relative;	
}
.back_1 {
	position: absolute;
    width: 500px;
    top: 50%;
	left: calc((100% - 1160px) / 2);
    transform: translateY(-50%);
}
.back_1 h1 {
	text-align: left;
	margin: 0;
}
.main-start-desc {
    line-height: 1.5;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	margin: 50px 0 100px;
    box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.11);
}
.main-start-desc>div{
    position: relative;
    padding: 15px 15px 5px 37px;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
}
.main-start-desc>div:after {
    content: "!";
    position: absolute;
	font-size: 40px;
	color: #fc4700;
    left: 11px;
    top: 5px;
    animation: blinking 1.5s infinite ease-in-out;
}
@keyframes blinking {
    0,
    100% {
        text-shadow: 0px 0px 6px #fff
    }
    30%,
    70% {
        text-shadow: 0px 0px 6px #fc4700
    }
}
.main-start-desc p {
    font-size: 22px;
}
.content-link {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 800;
    margin: 30px auto;
    background: linear-gradient( to left, #50dad2, #20b2aa, #50dad2);
    width: 120px;
    height: 120px;
    line-height: 95px;
    font-size: 40px;
    color: #fff;
    border: 10px solid #fff;
    border-radius: 50%;
	box-shadow: 0px 2px 6px rgba(96, 97, 112, 0.16);
    background-size: 200%;
    transition: .6s;	
}
.content-link:hover {
    background-position: right;
}
/* блок С НАМИ ВЫ НАЧНЁТЕ ЖИЗНЬ
--------------------*/
.step_life {
    margin: 30px 0;
	justify-content: space-between;
}
.step_life .wp-block-column {
    position: relative;
	background: #f9fafc;
	flex-basis: calc(50% - 100px);
	border-radius: 10px;
}
.step_life .wp-block-column:not(:first-child) {
    margin-left: 100px;
}
.step_life .wp-block-column:before {
    content: "";
    position: absolute;	
    background: #f9fafc;
	width: 200px;
    height: 100%;
    top: 0;
	z-index: -1;
}
.step_life .wp-block-column:first-child:before {
	right: -80px;
	transform: skewX(30deg);
}
.step_life .wp-block-column:not(:first-child):before {
	left: -80px;
	transform: skewX(30deg);
}
.wp-block-column.step_life_text_left {
    padding-left: 50px;
}
.wp-block-column.step_life_text_right {
    padding-right: 50px;
	text-align: right;
}
.step_life h3 {
    margin: 80px 0 10px;
	color: #20b2aa;
}
.page-id-760 .step_life h3 {
	color: #fc4700;
    margin: 20px 0 10px;
}
.step_life p {
    font-size: 20px;
	color: #fc4700;
}
.page-id-760 .step_life p {
    font-size: 16px;
	color: inherit;
}
.step_life .wp-block-image {
    margin: 20px 0;
}
.step_life .wp-block-image figure {
    width: 70%;
}
.page-id-760 .step_life .wp-block-image figure img {
	width: auto;
    height: 252px;
}
/* Спишем долги перед следующими организациями
--------------------*/
.main-org__items {
    position: relative;
    padding: 20px 80px;
    transition: box-shadow 0.6s;
}
.main-org__items:before {
    content: "";
    position: absolute;	
	background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.main-org__items:after {
    content: "";
    position: absolute;	
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #C5C9D3;
    border-radius: 5px;
    transform: skewX(-10deg);
    transition: transform 0.3s;	
}
.main-org__items:hover:after {
    transform: skewX(0deg);
}
.main-org__items .wp-block-columns,
.main-org__items .wp-block-image {
    margin-bottom: 0;
}
.main-org__items .wp-block-columns:before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0;
    bottom: 0;
    box-shadow: 0px 11px 13px rgba(0,0,0,0.15);
    z-index: -2;
}
.main-org__items img {
    width: 80px;
}
.main-org__items p {
	font-size: 26px;
	color: #fc4700;
    margin-bottom: 0;
}
/* Почему стоит обратиться к нам
--------------------*/
.benefit-cols {
	position: relative;
	background: #fff;
	border-radius: 10px;
    padding: 20px 30px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.benefit-cols:before {
    content: "";
    position: absolute;	
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #C5C9D3;
    border-radius: 5px;
}
.benefit-cols:after {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    font-family: FontAwesome;
    color: #fc4700;
    text-align: center;
	text-indent: 1px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.benefit-cols.benefit-1:after {
    content: '\f0f6';
}
.benefit-cols.benefit-2:after {
    content: '\f05a';
}
.benefit-cols.benefit-3:after {
    content: '\f19d';
}
.benefit-cols.benefit-4:after {
    content: '\f06e';
}
.benefit-cols.benefit-5:after {
    content: '\f087';
}
.benefit-cols.benefit-6:after {
    content: '\f0c1';
}
.benefit-cols .no-benefit {
	color: #797979;
	padding-right: 20px;
    margin-bottom: 5px;
	text-decoration: line-through;
}
.benefit-cols .ok-benefit {
	padding-left: 20px;
    margin-bottom: 5px;
}
/* записи блога
--------------------*/
.single-container {
	margin-bottom: 100px;
}
.single-container .wp-post-image {
    width: 45%;
    float: left;
	border-radius: 10px;
	margin-top: 5px;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.single-container .ad-block .wp-post-image {
    width: auto;
    float: none;
	border-radius: 0;
	margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: none;
}
.single-container h3 {
    font-size: 24px;
	margin-bottom: 15px;
}
.single-container ul {
	margin-bottom: 5px;
}
.content-list li, 
.single-container li {
    position: relative;
	display: grid;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.content-list li:before, 
.single-container li:before {
    content: '';
    display: block;
    position: absolute;
    background: #fc4700;
    height: 7px;
    width: 7px;	
    left: 0;
    top: 8px;
}
blockquote {
	position: relative;
	display: grid;
	padding: 25px 70px 15px;
    margin: 30px 0;
    border-top: 1px solid #fc4700;
    border-bottom: 1px solid #fc4700;
    font-style: italic;
}
blockquote:before {
    content: '';
    display: block;
    position: absolute;
    background: url(images/note.png) no-repeat center;
    height: 25px;
    width: 16px;	
    left: 0;
    top: 20px;
}
/* категории и теги блога
--------------------*/
.category-title {
	margin-top: 150px;
}
.ad-block {
	margin: 60px auto;
}
.ad-block-cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 50px;
}
.ad-col {
	position: relative;
	width: calc(33.33% - 30px);
	height: 300px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 2px 6px rgba(96, 97, 112, 0.16);	
	margin: 0 15px 30px;
}
.ad-col:hover {
	box-shadow: 0px 22px 50px rgba(4, 27, 38, 0.2);
}
.ad-col-img {
	background: #20b2aa;
    height: 100%;
    width: 100%;	
	border-radius: 15px;
    overflow: hidden;
}
.ad-col-img img {
    height: 100%;
    width: auto;
	opacity: 0.2;
}
.ad-box-text {
	position: absolute;
    color: #fff;
    top: 30px;
    left: 30px;
    right: 20px;	
}
.ad-box-text p {
	margin-bottom: 0;
}
.ad-box-text h3 {
	line-height: 1;
	font-size: 26px;
	margin-top: 60px;
}
.ad-box-text.ad-box-blog {
    padding-top: 20px;
}
.ad-box-text.ad-box-blog:after {
    position: absolute;
	content: '\f105\f105\f105';
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-family: FontAwesome;
    color: #fc4700;
    text-align: center;
    text-indent: 1px;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 30px;
    top: 140px;
	transition: text-indent 0.5s;
}
.ad-box-text.ad-box-blog:hover:after {
    text-indent: 15px;
}
.news-ul-container {
	margin-bottom: 80px;
}
.news-ul-container>.news-ul-box {
	position: relative;
	display: none;
	margin-top: 40px;
}
.news-ul-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
    background: #fff;
    border-radius: 10px;
    margin: 50px auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
.news-ul-block:before {
    content: "";
    position: absolute;
    border: 1px dashed #C5C9D3;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
}
.news-ul-block:hover {
    box-shadow: 0px 22px 50px rgba(4, 27, 38, 0.2);
}
.news-ul-block .news-ul-img {
	width: 370px;
	height: 250px;
	border-radius: 10px;
	overflow: hidden;	
}
.news-ul-container a:nth-child(2n) .news-ul-img {
	order: 1;	
}
.news-ul-block .news-ul-img img {
	width: auto;
	height: 100%;	
}
.news-ul-block .news-ul-text {
	width: calc(100% - 370px);
	padding: 40px;
}
.news-ul-block .news-ul-text h3 {
	font-size: 26px;
	line-height: 1;
	color: #fc4700;
	margin: 0 0 20px;
}
.news-ul-block .news-ul-text p {
	font-size: 14px;
	margin: 0;
}
.news-ul-container .button {
	margin-top: 60px;
}
/* вопрос-ответ
--------------------*/
.accordion-menu {
	width: 900px;
	margin: 0 auto;
}
.dropdownlink {
	position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
	padding-right: 100px;
	font-weight: 600;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	cursor:pointer;
}
.dropdownlink:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #C5C9D3;
}
.dropdownlink:after {
	content: '\f105';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    font-family: FontAwesome;
    color: #fc4700;
    text-align: center;
    text-indent: 1px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.submenuItems {
    padding: 20px 30px 30px;
}
.submenuItems {
    display: none;
}
.accordion-menu li.open .submenuItems {
	display: block;
}
.dropdownlink:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.accordion-menu li.open .dropdownlink:after {
	content: '\f107';
}
/* страницы
--------------------*/
.quote-block {
    position: relative;
	width: 900px;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
	margin: 50px auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.quote-block:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #C5C9D3;
    border-radius: 5px;
}
.quote-block strong {
    color: #fc4700;
}
.quote-block h3 {
	text-align: center;
    color: #fc4700;
	margin: 0 0 20px;
}
.quote-block.quote-bg {
	width: 100%;
    background: url(/wp-content/uploads/bg-354.jpg);
	background-size: cover;
}
.quote-block.quote-bg:before {
    border: 1px dashed #C5C9D3;
	border-radius: 0;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;	
	box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
}
.hoverbox .wp-block-column {
    position: relative;
	background: #fff;
	height: 300px;
	border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(96, 97, 112, 0.16);
}
.vc-hoverbox-block {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;	
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0 30px;
	border-radius: 15px;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
}
.hoverbox .wp-block-column:first-child .vc-hoverbox-front {
    background-image: url(/wp-content/uploads/1-zayava.jpg);
}
.hoverbox .wp-block-column:nth-child(2) .vc-hoverbox-front {
    background-image: url(/wp-content/uploads/2-piznanie.jpg);
}
.hoverbox .wp-block-column:nth-child(3) .vc-hoverbox-front {
    background-image: url(/wp-content/uploads/3-finupr.jpg);
}
.hoverbox .wp-block-column:last-child .vc-hoverbox-front {
    background-image: url(/wp-content/uploads/4-svoboda.jpg);
}
.vc-hoverbox-front {
    transform: rotateY(0);
    z-index: 1;
}
.vc-hoverbox-back {
	background: #20b2aa;
    transform: rotateY(180deg);
}
.hoverbox .wp-block-column:hover .vc-hoverbox-front{
    transform: rotateY(180deg);
}
.hoverbox .wp-block-column:hover .vc-hoverbox-back{
    transform: rotateY(0);
}
.vc-hoverbox-front h4 {
    margin: 0;
}
.tabs .wp-block-column {
    background: #f9fafc;
    padding: 15px 50px;
}
.tabs .tabs-caption {
    border-radius: 10px 0 0 10px;
}
.tabs-caption p {
	position: relative;
    border-bottom: 1px solid #d2d2d2;
	padding: 12px 30px;
	margin-bottom: 0;
	margin-right: 100px;
	cursor: pointer;
	transition: 0.5s;
}
.tabs-caption p strong {
	position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #fc4700;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.tabs-caption p.active,
.tabs-caption p:hover {
    border-bottom: 1px solid #353535;
}
.tabs-caption p.active strong,
.tabs-caption p:hover strong {
    border: 1px solid #353535;
}
.tabs-caption p:last-child.active,
.tabs-caption p:last-child:hover,
.tabs-caption p:last-child {
    border-bottom: none;
}
.tabs .tabs-content-col {
    border-radius: 0 10px 10px 0;
}
.tabs-content {
	display: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    margin-bottom: 0;
}
.tabs-content.active {
    display: block;
}
/* footer
--------------------*/
.footer-top {
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, #eee, transparent);
	padding: 15px 0;
}
.footer-top-box {
    width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 50px;
    margin: 0 auto;
}
.footer-bottom {
    width: 100%;
    background: #20b2aa;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
.soc-block {
    display: flex;
    align-items: center;
}
.soc-block a {
	display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fc4700;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    margin-left: 20px;
	transition: 1s;		
}
.footer-phone,
.footer-mail {
    position: relative;
	padding-left: 55px;
}
.footer-phone a {
    display: block;
    font-size: 20px;
}
.footer-phone:after,
.footer-mail:after {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    font-family: FontAwesome;
    color: #fc4700;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	transition: 1s;	
}
.footer-phone:after {
    content: '\f095';
}
.footer-mail:after {
    content: '\f2b7';
}
.soc-block a:hover,
.footer-phone:hover:after,
.footer-mail:hover:after,
.contact-block a:hover:after,
.city-select-input:hover:after {
	border: 1px solid #353535;
}	
/* Страница Контакты
--------------------*/
.map-wrapper {
    position: relative;
}
#map {
    position: relative;
	width: 100%;
    height: 85vh;
}
.block-map-info {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    width: 380px;
    padding: 50px 30px;
    position: absolute;
    right: calc((100% - 1160px) / 2);
    top: 50%;
	transform: translateY(-50%);
	box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.11);
}
.block-map-info:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
}
.block-map-info h1 {
    font-size: 28px;
    margin: 0 auto 20px;
}
.block-map-info p {
    margin-bottom: 10px;
}
.block-map-info .contact-phone a {
    font-size: 24px;
}