@import url('fonts.css');

html, body {
	height: 100%;
	width: 100%;
	font-family: 'Montserrat Regular', sans-serif;
	letter-spacing: 0.02em;
	color: #323232;
}

textarea:focus, input:focus{
	outline: none;
}

button, a {
	transition: 0.3s ease;
	position: relative;
}

p {
	margin-bottom: 0;
}
button:focus {
	outline: none;
}

a:hover {
	color: #C29A3A;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	background: rgba(0, 0, 0, 0.3) url(../images/loader.png) no-repeat center;
}

.privacy-info {
	font-size: 10px !important;
	padding-bottom: 0px;
	max-width: 500px;
	margin: 15px auto 0;
	text-align: center;
}

.privacy p {
	font-size: 14px;
	font-family: 'Montserrat Medium', sans-serif;
	margin-bottom: 10px;
}

.privacy h1 {
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0.02em;
	font-family: 'Forum', sans-serif;
	color: #323232;
	margin-top: 80px;
	text-align: center;
	margin-bottom: 30px;
}

.privacy-info a {
	color: #d7a837;
}

.btn-cookies {
	color: #fff !important;
	font-size: 12pt;
	border-radius: 5px;
	background: #30997a;
	cursor: pointer;
	display: inline-block !important;
	text-decoration: none;
	transition: all .3s;
	text-transform: none;
	padding: 10px !important;
}

.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 999;
	opacity: 0;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: #ecf0f1;
	background: rgba(0, 0, 0, 0.5);
}

.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert a {
	text-decoration: underline;
	color: #11da92;
}

.cookiealert .acceptcookies {
	margin-left: 10px;
	vertical-align: baseline;
}

.row {
	width: 100%;
	margin: 0;
}


.nav-item {
	font-family: 'Montserrat Light', sans-serif;
	font-size: 15px;
	line-height: 22px;
	position: relative;

}

.navbar-expand-lg .navbar-nav .nav-link {
	color: #323232;
	padding: 10px 10px;
}

.nav-item-active::after {
	content: '';
	position: absolute;
	width: 59%;
	height: 2px;
	background: #C29A3A;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7px;
}

.nav-item-active a {
	font-family: 'Montserrat Regular', sans-serif;
}

#navbarNav .navbar-nav {
	justify-content: center;
}

.change-city {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Montserrat Medium', sans-serif;
}

.active-city {
	border-bottom: 1px dashed #323232;
	cursor: pointer;
}

.header-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
}
.header-phone span {
	position: relative;
}

.header-phone a {
    font-size: 18px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.navbar-brand, .navbar  {
	padding: 0;
}


header {
	z-index: 999;
	position: relative;
	padding: 18px 0px;
	background: #FAFAFA;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}

.first-screen {
	background: url('../images/first-screen.jpg') no-repeat;
	background-size: cover;
	padding: 35px 0;
}

.first-screen h1 {
	margin-top: 38px;
	font-family: 'Forum', sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #FCFCFC;
	margin-bottom: 39px;
}

.orange {
	color: #F1C049;	
}

.first-screen ul {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Regular', sans-serif;
	color: #FCFCFC;
	list-style-image: url('../images/list-type.svg');
	padding-left: 20px;
}

.first-screen ul li {
	padding-left: 7px;
	margin-bottom: 16px;
}

.btn {
	background: #D7A837;
	box-shadow: 0px 4px 0px #C29A3A;
	border-radius: 3px;
	padding: 8px 0;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	font-family: 'Montserrat Medium', sans-serif;
	text-transform: uppercase;
}

.btn:hover {
	background: #A67D1B;
	color: #FFF;
}

.input {
	background: rgba(149, 147, 144, 0.14);
	border: 0.5px solid #EAEAEA;
	box-sizing: border-box;
	border-radius: 3px;
	width: 100%;
	padding: 8px 22px;
	transition: 0.3s ease;
}

#main-form .input {
	margin-bottom: 15px;
}

#main-form .btn {
	width: 100%;
}

.input::placeholder {
	color: #949494;
	font-size: 13px;
}

.input:focus {
	background: #fff;
	box-shadow: 0 0 0 .2rem #d7a837;
}
.main-form-block {
	background: #FAFAFA;
	border-radius: 5px;
	padding: 20px 35px;
}

#main-form {
	max-width: 310px;
	width: 100%;
	margin: 0 auto;
}

.main-form-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Medium', sans-serif;
	color: #343434;
	text-align: center;
	margin-bottom: 15px;
}

.main-form-info {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.04em;
	color: #343434;
	text-align: center;
	font-family: 'Montserrat Regular', sans-serif;
	margin-bottom: 25px;
}

.main-form-block hr {
	margin-top: 34px;
}

.schedule-block p:first-child {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.04em;
	color: #343434;
	font-family: 'Montserrat Medium', sans-serif;
	text-align: center;
}

.schedule-block p:nth-child(2) {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Regular', sans-serif;
	text-align: center;
	color: #343434;
}



.bottom-footer {
	padding-top: 50px;
	background: #080E25;
}

footer .navbar-nav {
	flex-direction: row;
}

footer .nav-link {
	padding: 10px 10px !important;
	font-size: 15px;
	letter-spacing: 0.02em;
	font-family: 'Montserrat Light', sans-serif;
	color: #FFFFFF;
}

footer .active-city, .footer-phone a, footer .dropdown-toggle::after {
	color: #fff;
}

.footer-identx {

	margin-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 17px 0;
}

footer .container {
	padding-bottom: 50px;
}

.services {
	padding-top: 30px;
	padding-bottom: 110px;
}

h2 {
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0.02em;
	font-family: 'Forum', sans-serif;
	color: #323232;
	text-align: center;
}

.services h2 {
	margin-bottom: 25px;
}

.service-item-wrapper {
	margin-bottom: 20px;
	position: relative;
	background: #fff url('../images/left-corner.png') no-repeat left top;
	filter: drop-shadow(-1px 1px 10px rgba(73, 109, 219, 0.09));
	padding-bottom: 31px;
}



.service-item {
	position: relative;
	border-radius: 5px;
	display: flex;
	padding: 26px 0;
	align-items: center;

}

.service-item-name {
	font-size: 15px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Medium', sans-serif;
	color: #323232;
}

.service-item-info {
	font-size: 13px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Light', sans-serif;
}

.service-item-info ul {
	list-style: none;
	height: 127px;
	padding-left: 30px;
}

.service-item-info ul li {
	margin-bottom: 10px;
}

.show-all-services {
	padding-left: 30px;
}

.show-all-services path {
	transition: 0.3s ease;
}

.show-all-services:hover path {
	/*fill: #C29A3A;*/
}

.show-all-services:hover {
	color: inherit;
	text-decoration: none;
}

.service-item-icon {
	margin-left: 30px;
	margin-right: 24px;
}

.plus-icon {
	position: absolute;
	right: 30px;
	transition: 0.3s ease;
}

.dropdown-service-info {
	/*position: absolute;
	z-index: 2;*/
	display: none;
	padding: 0px 20px 20px 20px;
	background: #fff;
	filter: drop-shadow(-1px 20px 10px rgba(73, 109, 219, 0.09));
}

.active-service {
	transition: 0.3s ease;
	transform: rotate(45deg);
}


.how-working {
	margin-bottom: 110px;
}
.how-working-item {
	max-width: 252px;
	width: 100%;
	margin: 0 auto;
}

.how-working-item-title {
	font-size: 18px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Medium', sans-serif;
	color: #323232;
	margin-bottom: 7px;
}

.how-working-item-info {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #323232;
}

.how-working-item-img {
	height: 170px;
}
.advantages {
	margin-bottom: 110px;
}
.advantages h2 {
	margin-bottom: 40px;
}

.advantages-item {
	border: 2px solid rgba(215, 168, 55, 0.3);
	border-radius: 5px;
	padding: 23px 16px 16px 55px;
	margin-bottom: 20px;
	position: relative;
	margin-left: 10px;
	min-height: 151px;
}

.advantages-item-number {
	position: absolute;
	width: 69px;
	height: 40px;
	background: url('../images/figure.svg') no-repeat;
	background-size: cover;
	left: -29px;
	top: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:  #FAFAFA;
}

.advantages-item-title {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Medium', sans-serif;
	margin-bottom: 10px;
}

.advantages-item-info {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Regular', sans-serif;
}

.principles {
	margin-bottom: 110px;
}

.principles h2	{
	margin-bottom: 50px;
}

.principle-item {
	min-height: 467px;
	background: #FEFEFF;
	box-shadow: 0px 1px 12px rgba(73, 109, 219, 0.09);
	border-radius: 5px;
	padding-top: 9px;
	padding-left: 20px;
	padding-right: 20px;
}

.principle-item-img {
	height: 140px;
	margin-bottom: 17px;
}
.principle-item-title {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Lato Medium', sans-serif;
	margin-bottom: 12px;
}

.principle-item-info {
	font-size: 13px;
	font-family: 'Montserrat Regular', sans-serif;
	line-height: 22px;
}


.about-us {
	
}

.about-us h2 {
	margin-bottom: 31px;
}

.about-us-info p {
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.about-us-info p:first-child {
	margin-bottom: 16px;
}

.about-us-info span {
	font-family: 'Montserrat Medium', sans-serif;
	font-size: 14px;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
}

h3 {
	font-family: 'Montserrat Medium', sans-serif;
	font-size: 18px;
	font-size: 18px;
	letter-spacing: 0.04em;
}



.bottom-form .container {
	background: #FAFAFA;
	border: 0.2px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding-top: 30px;
	padding-left: 66px;
	padding-right: 66px;
}

.bottom-form p {
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 12px;
	letter-spacing: 0.04em;
}
#bottom-form {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#bottom-form input, #bottom-form button {
	max-width: 310px;
	width: 100%;
	margin: 0px 10px;
}

#bottom-form button {
	height: 64px;
}
.bottom-form-block .schedule-block {
	margin-top: 10px;
	margin-bottom: 18px;
}

.reviews {
	margin-bottom: 90px;
}

.reviews .container, .services-list {
	border: 0.5px solid #C29A3A;
	border-radius: 5px;
}

.review-author-name {
	font-size: 18px;
	font-family: 'Lato Medium', sans-serif;
	margin-bottom: 10px;
}
.review-date {
	font-size: 14px;
	font-family: 'Lato Regular', sans-serif;
	color: #B8B8B8;
	margin-left: auto;
}

.review-text {
	font-size: 13px;
	font-family: 'Montserrat Regular', sans-serif;
}

.review-text p {
	margin-bottom: 5px;
}

.review-item {
	display: flex;
	flex-flow: wrap row;
	background: #FFFFFF;
	box-shadow: 2px 1px 8px rgba(73, 109, 219, 0.09);
	border-radius: 5px;
	padding: 24px;
	margin-bottom: 20px;
	min-height: 199px
}

.reviews h2, .services-list h1 {
	margin-bottom: 48px;
	margin-top: -26px;
	display: block;
	max-width: 476px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

.reviews a {
	color: #fff;
	display: block;
	max-width: 320px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.btn-block {
	margin-top: 50px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	margin-bottom: -24px;
}

.reviews a:hover {
	color: #fff;
}


.contacts-block p {
	font-size: 15px;
	font-family: 'Montserrat Regular', sans-serif;
	margin-bottom: 10px;
}

.contacts-phone {
	position: relative;
	display: inline-flex;
}

.contacts-phone .to-whatsapp {
	right: -28px;
}


.contacts-page h1 {
	margin-top: 80px;
	font-size: 36px;
	letter-spacing: 0.02em;
	font-family: 'Forum', sans-serif;
	margin-bottom: 25px;
}

.contacts-page a {
	color: #323232 !important;
	text-decoration: underline;
	font-size: 18px;
	font-family: 'Montserrat Medium', sans-serif;
	font-weight: 500;
}



.contacts-page a:hover {
	color: #c29a3a !important; 
}

.contacts-map {
	margin-top: 60px;
}

.mmenu {
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100vh;
	background-color: #fafafa;
	transition: 0.5s;
	transform: translateY(-100%);
	padding: 20px;
}

.mmenu-block {
	z-index: 9999;
}

.mmenu .navbar-nav a {
	color: #323232;
}

.menu_active {
	top: 78px;
	transform: translateX(0%) !important;
}

.content_active {
	/*transform: translateX(30%);*/
	opacity: 0.2;
	pointer-events: none;
}

.body_overflow {
	overflow: hidden;
}

#wrapper {
	transition: 0.5s;
	position: relative;
	z-index: 0;
	padding-top: 81px;
}

.contacts-block {
	margin-bottom: 30px;
	text-align: center;
}

.our-practice-page h1, .services-page h1 {
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0.02em;
	font-family: 'Forum', sans-serif;
	color: #323232;
	margin-top: 80px;
	text-align: center;
	margin-bottom: 30px;
}

.practice-item-wrapper a {
	color: #323232;
	text-decoration: none;
}

.practice-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 2px 1px 8px rgba(73, 109, 219, 0.09);
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	transition: 0.3s ease;
}

.practice-item:hover {
	box-shadow: 2px 1px 28px rgba(39, 57, 112, 0.21);
}

.practice-item-title {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Medium', sans-serif;
	margin-bottom: 10px;
}

.practice-item-text {
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.04em;
}

.practice-item-img {
	margin-right: 20px;
}

.pagination {
	justify-content: center;
	margin-bottom: 15px;
}

.page-link {
	border: none;
	font-family: 'Lato Regular', sans-serif;
	color: #000;
}

.page-link:hover {
	color: #000;
}

.page-item.active .page-link {
	background: #C29A3A;
	border-radius: 1px;
}

.single-practice-item-title {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.02em;
	font-family: 'Forum', sans-serif;
	margin-bottom: 6px;
}


.single-practice-item-text {
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Regular', sans-serif;
}


.bread-link {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Regular', sans-serif;
	color: #323232;
}

.bread-link:hover {
	text-decoration: none;
}

.breadcrumbs .back-to {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Regular', sans-serif;
	color: #323232;
}

.active-practice, .active-service {
	color: #868686;
}

.breadcrumbs {
	margin-top: 80px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}

.prev-practice svg {
	margin-right: 7px;
	transition: 0.5s ease;
}

.next-practice svg {
	margin-left: 7px;
	
}


.break-link path {
	transition: 0.5s ease;
}
.bread-link:hover path  {
	fill: #C29A3A;
	stroke: #C29A3A;
}

.show-all-services {
	color: rgba(43, 54, 91, 0.9);
}


.headroom {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;  
	transition: all .5s ease-in-out;
}
.headroom--pinned {
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.headroom--unpinned {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}


.header--fixed {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed !important;
	transition: 0.1s ease;
	z-index: 999;
}

.dropdown-menu {
	min-width: auto !important;
}

footer .active-city {
	border-bottom: 1px dashed #fff;
}


.footer-map-block {
	margin-top: 82px;
	display: flex;
	flex-direction: row;
	color: #fff;
}

.footer-map-block p:first-child {
	font-size: 24px;
	letter-spacing: 0.02em;
	font-family: 'Forum', sans-serif;
	margin-bottom: 14px;
}

.footer-map-block span {
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Regular', sans-serif;
	margin-bottom: 15px;
}

.footer-map-block p:nth-child(3) {
	margin-bottom: 17px;
}

.footer-map-block span a, .footer-map-block span a {
	font-size: 18px;
	font-family: 'Montserrat Medium', sans-serif;	
}
.footer-map-block .contacts-info {
	margin-left: 40px;
}

footer .contacts-info  span{
	position: relative;
}

.footer-map-block a {
	color: #fff;
}

.footer-map-block a:hover, .footer-map a:hover path {
	color: #C29A3A;
	fill: #C29A3A;
	stroke: #C29A3A;
}

header .navbar-nav .nav-item.dropdown::after {
	content: '';
	width: 100%;
	position: absolute;
	height: 20px;
	background: #FAFAFA;
	top: 38px;
	z-index: 1001;
	left: 0;
}



#nav-item-dropdown.show {
	box-shadow: 0px 2px 8px rgba(43, 78, 157, 0.22);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}


.nav-item .dropdown-menu.show {
	display: flex;
	flex-direction: row;
}
.navbar-nav .nav-item .dropdown-menu {
	margin-top: 0;
	padding-top: 29px;
	border: none;
	background: #FAFAFA;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
	padding-bottom: 33px;
	padding-left: 29px;
	padding-right: 29px;
}

.nav-item .dropdown-item {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.02em;
	font-family: 'Montserrat Light', sans-serif;

}

.services-list h1 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.02em;
	font-family: 'Forum', sans-serif;
	margin-bottom: 15px;
	    text-align: center;
}


.single-service .service-info h2 {
	margin-top: 80px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.02em;
	font-family: 'Forum', sans-serif;
	margin-bottom: 20px;
    text-align: left;
}

.single-service .service-info h2 span {
	text-transform: lowercase;
}

.single-service .service-description {
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.04em;
	font-family: 'Montserrat Regular', sans-serif;
}

.single-service .service-description p {
	margin-bottom: 10px;
}


.single-service .services-list p {
	position: relative;
	margin-left: 19px;
	margin-bottom: 17px;
	font-size: 13px;
	font-family: 'Montserrat Regular', sans-serif;
}
.single-service .services-list p::before {
	background: url('../images/list-marker.svg');
	position: absolute;
	width: 9px;
	height: 9px;
	background-size: cover;
	content: "";
	top: 7px;
	left: -15px;
}



.single-service .service-item {
	background: #F7F8FE;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat Light', sans-serif;
	margin-bottom: 5px;
	text-align: center;
	transition: 0.3s ease;
	padding: 10px 10px;
}

.single-service a {
	color: #323232;
}

.single-service a:hover {
	text-decoration: none;
}

.single-service .service-item:hover {
	box-shadow: 2px 1px 8px rgba(39, 57, 112, 0.21);
}

.services-advantages {
	margin-top: 10px;
	background: #656D91;
	padding: 15px 0;
}

.service-advantage-item-info {
	margin-top: 3px;
	letter-spacing: 0.04em;
	font-size: 13px;
	line-height: 22px;
	color: #FFF;
	font-family: 'Montserrat Light', sans-serif;
}


.services-page .service-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 2px 1px 8px rgba(73, 109, 219, 0.09);
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	transition: 0.3s ease;
}

.services-page a {
	color: #323232;
}

.services-page a:hover {
	text-decoration: none;	
}

.services-page .service-item img {
	margin-right: 10px;
}

.services-page .service-item:hover {
	box-shadow: 2px 1px 28px rgba(39, 57, 112, 0.21);
}

.error {
	display: none;
	font-size: 10px;
	border: 1px solid #f4c8c8;
	padding: 2px 10px;
	border-radius: 5px;
	background: #ffe8e8;
	left: 12px;
	color: #722;
	text-align: center;
	margin-bottom: 10px;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}

.form-info {
	font-size: 10px;
	margin-left: 14px;
	margin-bottom: 5px;
}


.first-screen-info span:nth-child(2) {
	font-size: 20px;
	line-height: 31px;
	letter-spacing: 0.02em;
	font-family: 'Montserrat Light Italic', sans-serif;
	color: #FCFCFC;
}




.contacts-social i {
	margin-right: 10px;
}

.contacts-social a {
	text-decoration: none;
}

.service-item-info span {
	margin-left: 30px;
}

.to-whatsapp {
	position: absolute;
	top: 0;
	right: -17px;
}

.dropdown-change-city {
	padding: 5px 10px !important;
}

footer .contacts-info .to-whatsapp {
	right: -23px;
} 

#hwi1::after, #hwi2::after {
	background: url('../images/blue-array.svg') no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 50px;
	height: 30px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}



.modal-body {
	padding: 40px 20px;
	text-align: center;
}

.contacts-social-block {
	display: flex;
	justify-content: center;
}

.call-mob {
	display: none;
}

.call-mob i {
	color: #fff;
}

.call-mob:hover {
	text-decoration: none;
}

.gallery-block {
	margin-top: 10px;
}

.to-mail-btn {
	position: fixed;
	text-decoration: none;
	z-index: 2147483647;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	bottom: 15px;
	right: 10px;
	justify-content: center;
	align-items: center;
	background: #22b21d;
	padding: 10px;
	display: flex;
	border: none;
}

.to-mail-btn i {
	color: #fff;
}
.posrel{
	position:relative;
}
.dmitry {
    position: absolute;
    right: -110px;
    bottom: -35px;
    width: 470px;
}
.dmitry img {
    width: 100%;
}

.plashka1 {
    z-index: 3;
    position: absolute;
    right: 180px;
    bottom: 0px;
    background: #fff;
    padding: 14px 20px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.15);
    width: 210px;
}
.plashka1:before {
    content: "";
    width: 94%;
    height: 90%;
    border: 1px solid #e0b26d;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 5px;
}
.plashka-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
    font-family: 'Forum', sans-serif;
    line-height: 1.2;
    color: #323232;
}
.plashka-subtitle {
    font-size: 13px;
    line-height: 1.5;
}

@media(max-width:1360px){
	.dmitry {
    right: 0;
}
.plashka1 {
    right: 285px;
}
}
@media(max-width:1200px){
.first-screen h1 {

    font-size: 31px;
}
.first-screen-info span:nth-child(2) {
    max-width: 360px;
    display: block;
}
}
@media(max-width:991px){
.first-screen h1 {

    font-size: 34px;
	line-height: 1.3;
}
    .first-screen-info span:nth-child(2) {
        max-width: inherit;
    }
.posrel {
    padding-bottom: 310px;
}
}
@media(max-width:767px){
.dmitry {
    bottom: -25px;
}
.posrel {
        padding-bottom: 344px;
    }
}

@media(max-width:600px){
    .plashka1 {
        right: initial;
        left: 10px;
        width: 260px;
        bottom: -10px;
    }
	    .dmitry {
        right: -15px;
        width: 380px;
    }
    .posrel {
        padding-bottom: 290px;
    }
	.plashka-title {
    margin-bottom: 7px;
	}
}

@media(max-width:380px){
	.dmitry {
        right: -15px;
        width: 330px;
    }
	.plashka-title {
    font-size: 20px;
	}
	    .posrel {
        padding-bottom: 250px;
    }
}