/*!
Theme Name: rempnevmoamort
Theme URI: https://them.es/starter
Author: rempnevmoamort
Author URI: https://rempnevmoamort.ru
Description: rempnevmoamort
Version: 3.0.3
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: rempnevmoamort
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */
body {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.main_page_content_d {
    position: relative;
    margin: 40px 0;
    min-height: 400px;
    margin-bottom: 0;
}
.main_page_content_d .map-panel-navigation {
    width: 140px;
    height: 100%;
    padding: 0 25px;
    background-color: #fff;
    position: absolute;
    right: 8%;
    top: 0;
    z-index: 99;
    font-size: 13px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}
.main_page_content_d .places-navigation {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 30px;
}
.main_page_content_d .places-navigation li {
    display: block;
    padding: 0;
}
.main_page_content_d .places-navigation li a {
    display: block;
    padding: 10px;
    color: #111;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    padding-bottom: 35px;
}
.main_page_content_d .places-navigation li a:hover {
    color: #000;
    background: #f8f7f7;
    transition: .2s;
}
.main_page_content_d .places-navigation li a img {
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.main-head nav {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.main-head .navbar-brand {
    white-space: normal;
    width: 380px;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
}
.main-head .navbar-brand span {
	display: block;
    color: #999;
    font-weight: normal;
    font-size: .9rem;
}
.main-head .link-zapis {
    background-image: linear-gradient(90deg,#ffde18 0,#ffba00);
    box-shadow: 0 4px 22px 4px rgb(70 81 86 / 17%);
    background-color: #d46f00;
    padding: 0.5rem 2.5rem;
    border-radius: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 1rem;
 	transition: all .5s;
    border: 1px solid #ffde18;
}
.main-head .link-zapis:focus,
.main-head .link-zapis:hover,
.main-head .link-zapis:active {
    border: 1px solid #ffffff;
    color: #fff;
}
.contacts-block a { 
    display: inline-block;
    margin-right: .5rem;
}
.contacts-block a:focus,
.contacts-block a:hover,
.contacts-block a:active {
    opacity: .8;
}
.phones_block {
    margin-right: 2.5rem;
}
.phones_block a {
    font-weight: 500;
    font-style: normal;
    display: block;
    font-size: 25px;
    color: #3b4041;
    text-decoration: underline;
}
.phones_block div {
    color: #999;
    font-size: .9rem;
}
.advenced-head {
    background-image: linear-gradient(90deg,#ffde18 0,#ffba00);
}
.advenced-head nav {
    padding: 0;
}
.advenced-head nav .navbar-nav a.nav-link { 
    color: #222;
    font-size: 1.1rem;
    line-height: 70px;
    padding: 0 1rem 0 1rem;
    transition: all .5s;
    font-weight: 500;
    text-decoration: none;
} 
.advenced-head nav .navbar-nav a.nav-link.active,
.advenced-head nav .navbar-nav a.nav-link:focus,
.advenced-head nav .navbar-nav a.nav-link:hover,
.advenced-head nav .navbar-nav a.nav-link:active {
    text-decoration: none;
    color: #111;
    background: #ecd243;
} 
.search-advenced-header #ajaxsearchlite1 {
	background-color: initial !important;
}
.search-advenced-header div.probox {
	border: 1px solid #eee !important;
    border-radius: 3rem !important;
    padding: 0.2rem !important;
    -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%) !important;
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2) !important;
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%) !important;
    margin-right: 2rem !important;
    background-color: #f5f5f5 !important;
}
.search-advenced-header div.asl_w { 
	overflow: inherit !important;
	box-shadow: none !important;
}
.search-advenced-header .probox .proinput input, div.asl_w .probox .proinput input {
	font-size: 1rem !important;
    padding: 0 .5rem !important;
}
.link_call {
    background-image: linear-gradient(4deg,#52d2f5 0,#2196F3);
    box-shadow: 0 4px 22px 4px rgb(70 81 86 / 17%);
    background-color: #d46f00;
    padding: 0.5rem 2.5rem;
    border-radius: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 1rem;
    transition: all .5s;
    border: 1px solid #52d2f5;
}
.link_call:hover,
.link_call:active,
.link_call:focus {
    border: 1px solid #fff;
    color: #fff;
}
.info-wrapper {
    padding: 4.5rem 0 2rem 0;
    position: relative;
    overflow: hidden;
    background: #000;
}
.info-wrapper > img {
    position: absolute;
    top: -20%;
    z-index: 2;
    opacity: .9;
    width: 100%;
}
.info-block-wrapper {
    z-index: 3;
}
.info-block {
    padding: 1.5rem 1.5rem;
    z-index: 3;
    background-color: #FFD210;
    border-radius: .3rem;
    color: #333;
}
.info-block:hover {
    background-color: #ffde4f;
}
.info-wrapper h3 {
    font-size: 1.2rem;
    margin-bottom: .6rem;
}
.info-wrapper h3 i {
    color: #FF0025;
}
.info-wrapper h1 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}
.info-wrapper h2 {
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
}
.info-wrapper span {
	display: block;
}
#main .form_send_button {
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #008df8;
    padding: .7rem 4rem;
    border-radius: .5rem;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 2rem 0 5rem;
    background: #008df8;
}
#main .form_send_button:hover {
    background: #067dd8;
} 
.services-wrapper {
	padding: 4rem 0 2rem 0;
}
.services-wrapper div {
    color: #ffbd00;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: .4rem;
    line-height: 1.4rem;
}
.services-wrapper span {
	color: #888;
    font-size: .9rem;
}
.services-wrapper img {
    width: 50px;
    display: inline-block;
    float: left;
    margin: 0 1rem 1rem 0;
}
.slider-main {
    padding: 2rem 0;
    margin-bottom: 4rem;
}
.slider-main h3 {
    margin: 10px 0 15px 0;
    color: #333;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
}
.slider-main h3 i {
    display: inline-block;
    color: #249AF3;
    font-size: 3rem;
    margin-right: 1rem;
}
.reviews-list-item .card {
    border: 1px solid #E6E6E6;
    background-color: #fff;
    box-shadow: 0px 10px 35px 0px rgba(173, 176, 185, 0.5);
}
.reviews-list-item .card:hover {
    border-color: #FFCE0D;
}
.reviews-list-item .card .card-title {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.reviews-list-item .card .card-text {
    color: #999;
}
.news_mainpage_block_first_readmore {
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #008df8;
    padding: .7rem 4rem;
    border-radius: .5rem;
    color: #008df8;
    display: inline-block;
    font-weight: 600;
    margin: 1rem 0 0rem;
}
.news_mainpage_block_first_readmore:hover,
.news_mainpage_block_first_readmore:active,
.news_mainpage_block_first_readmore:focus {
    background-color: #008df8;
    color: #fff;
}

.flare-button {
overflow: hidden;
  position: relative;
}
.flare-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.5) 100%
  );
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 5s ease-in-out 0.05s infinite;
}
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.pagination  .page-item {
    font-size: 20px;
}
.pagination .page-link {
    padding: 0.5rem 1.2rem;
}


.slider-main span {
    display: block;
    margin-bottom: 1.8rem;
    color: #888;
}
.slider-main .swiper-slide > img {
	border-radius: .3rem;
}
.slider-main .swiper-button-prev, 
.slider-main .swiper-button-next {
    background-color: #fff;
    padding: 10px;
    display: block;
    border-radius: 3rem;
    width: 50px;
    height: 50px;
    background-size: 12px;
}
.auto-wrapper {
    text-align: center;
}
.auto-wrapper-items div {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: .7rem;
}
.auto-wrapper img {
    width: 40px; 
    display: inline-block;
}
.auto-wrapper div a {
    border: 1px solid #d3d3d3;
    display: inline-block;
    padding: 1.5rem;
    box-shadow: 0 0 3px rgb(50 50 50 / 20%);
    border-radius: 3px;
}
.auto-wrapper div a:hover,
.auto-wrapper div a:focus,
.auto-wrapper div a:active {
    background-color: #eee;
    transition: all .3s;
}
.auto-wrapper span {
    color: #000;
    font-size: .9rem;
    font-weight: bold;
}
.auto-wrapper p {
    font-size: 1.2rem;
    color: #1b1b1b;
    margin-top: .5rem;
}
.main-head .navbar-brand div {
    margin-top: 1rem;	
}
.main-head .navbar-brand img {
	height: auto;
    width: 60px;
    float: left;
    margin: .5rem 1rem 1.5rem 0;
}
#main {
    margin-top: 0 !important;
}
.content {
	margin-top: 3rem;
    min-height: 600px;	
}
.contacts-wrapper {
	background-color: #00b1fb26;
    padding: 4.5rem 0 4rem 0;
    text-align: center;
}
.contacts-wrapper span {
    text-align: center;
    display: block;
    color: #000;
}
.contacts-wrapper .contacts-block {
	width: 288px;
    height: 70px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #333638;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    box-shadow: 0 7px 29px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #ffffff;
    font-weight: bold;
    transition: all 0.25s;
    margin-top: 2rem;
}
.contacts-wrapper .contacts-block img {
	display: inline-block;
    margin: 4px 0 0 20px;
    background-color: #ff97b347;
    border-radius: 4rem;
    padding: 1rem;
    transition: all 0.25s;
}
a.contacts-block-wa img {
	background-color: #00c1252b !important;
}
.contacts-wrapper .contacts-block div {
    display: inline-block;
    font-size: 1.3rem;
    margin-left: 30px;
    margin-top: 23px;
    position: absolute;
}
.contacts-wrapper .contacts-block:hover > img {
    text-decoration: none;
    transition: all 0.25s;
    padding: 50px;
    margin: -28px 0 0 -17px;
}
.review-wrapper {
    margin: 3rem 0;
}
.review-block {
	width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #333638;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    box-shadow: 0 7px 29px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #ffffff;
    font-weight: bold;
    transition: all 0.25s;
    margin-top: 2rem;
    padding: 1rem 2rem;
    border: 1px solid #fff;
}
.review-block:hover,
.review-block:active,
.review-block:focus {
    border: 1px solid #eee;
    color: #000;
    background: #f8f7f7;
    border-color: #ececec;
    transition: .2s;
}
.review-block img {
    width: 45px;
    margin-right: 1rem;
    display: inline-block;
    float: left;
}
.review-block span {
	font-weight: normal;
}
#footer {
    background-color: #2C3235 !important;
    color: #fff;
    padding: 3rem 0;
}
#footer a {
	text-decoration: underline;
    color: #fff;
}
#footer a:hover {
    color: #EDEDED;
}
.footer-services {
    background-image: linear-gradient(4deg,#52d2f5 0,#2196F3);
    padding: 1.5rem;
}
.footer-services .footer-services-logo {
    white-space: normal;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
}
.footer-services .footer-services-logo img {
    height: auto;
    width: 50px;
    float: left;
    margin: 1.4rem 1rem 1.5rem 0;
}
.footer-services .footer-services-logo div {
    margin-top: 1rem;
    color: #fff;
}
.footer-services .footer-services-logo span {
    display: block;
    font-weight: normal;
    font-size: .9rem;
    color: #fff;
}
.link-call-footer {
    box-shadow: 0 4px 22px 4px rgb(70 81 86 / 17%);
    background-color: #fff;
    padding: 0.5rem 2.5rem;
    border-radius: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s;
    color: #3a3a3a;
    border: 1px solid #fff;
    margin: 2rem 0;
    display: inline-block;
}
.link-call-footer:hover, .link-call-footer:active, .link-call-footer:focus {
    border: 1px solid #eee;
    color: #111;
}
.phones_block-footer {
    margin-left: 1.5rem;
}
.phones_block-footer a {
    font-weight: 500;
    font-style: normal;
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: underline;
}
.phones_block-footer a:focus,
.phones_block-footer a:hover,
.phones_block-footer a:active {
    color: #EDEDED;
}
.phones_block-footer div {
    color: #fff;
    font-size: .9rem;
}
.navbar-header2 {
    text-align: right;
    width: 100%;
    height: 50px;
    margin-bottom: .2rem;
    display: none;
}
.navbar-header2 button {
    margin-top: .3rem;
    font-size: 2rem;
    color: #333;
}
.navbar-toggler:focus {
    border: 2px solid #333;
    box-shadow: none !important;
}
.categories-content {
    padding: 2rem 0;
}
.categories-content .page-title img {
    height: 70px;
    margin-right: 1rem;
}
.categories-content h1 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    color: #000;
    font-weight: bold;
}
.kama_breadcrumbs {
    color: #777;
}
.kama_breadcrumbs a {
    color: #666;
}
.kama_breadcrumbs a:active,
.kama_breadcrumbs a:hover,
.kama_breadcrumbs a:focus {
    text-decoration: underline;
    color: #666;
}
.sidebar-menu-auto-block {
    padding: 2rem 0;
}
.sidebar-menu-auto-block > ul {
    margin: 0;
    padding: 0;
}
.sidebar-menu-auto-block ul {
    list-style: none;
}
.sidebar-menu-auto-block ul li.active > a {
    background-color: #FFD00F;
    padding-left: .5rem;
    background-image: none;
}
.sidebar-menu-auto-block ul li a {
    display: block;
    padding: 0.1rem 0;
    color: #000;
}
.sidebar-menu-auto-block ul li a:hover,
.sidebar-menu-auto-block ul li a:focus,
.sidebar-menu-auto-block ul li a:active {
    text-decoration: underline;
}
.sidebar-menu-auto-block > ul > li > a {
    background-color: #f5f5f5;
    font-weight: bold;
    padding: .5rem;
    padding-left: 1rem;
    background-image: linear-gradient(4deg,#52d2f5 0,#2196F3);
    color: #fff;
}
.short-story-block .post-thumbnail img {
    width: 150px;
    float: left;
    padding: 0 .5rem .5rem 0;
    margin: 0 !important;
}
.short-story-block .card-title a {
    font-size: 1.3rem;
    color: #000;
}
.short-story-block .entry-meta {
    text-align: right;
}
.short-story-block .card-body {
    margin: 0;
    padding: 0 1rem;
}
.short-story-block .card-body {
    padding: 0;
    padding-top: .5rem;
}
.short-story-block .card {
    border: none;
    padding: .5rem 1rem;
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgb(173 176 185 / 50%);
    border: 1px solid #eee;
}
.short-story-block .entry-meta-price {
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 1.5rem;
}
.short-story-block .entry-meta a {
    background: #FFD00F;
    border-color: #FFD00F;
    color: #fff;    
}
.short-story-block .entry-meta a:hover,
.short-story-block .entry-meta a:focus,
.short-story-block .entry-meta a:active {
    background: #DBB20D;
    color: #fff;
    border-color: #DBB20D;
}
.fullstory-page-block {
    padding: 2rem 0;
}
.fullstory-page-block .entry-header h1 {
    font-size: 1.6rem;
    margin-top: 2rem;
}
.entry-meta-price-fullpage-block {
    text-align: right;
}
.entry-meta-price-fullpage {
    background-color: #ddd;
    color: #000;
    padding: .5rem 2rem;
    font-size: 1.3rem;
    display: inline-block;
}
.sub-categories-list {
    padding: 1rem 0;
}
.sub-categories-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sub-categories-list ul li {
    display: inline-block;
    width: 200px;
    text-align: center;
}
.sub-categories-list ul li a {
    color: #000;
    padding: .3rem;
    transition: all .3s;
    box-shadow: 0px 10px 35px 0px rgb(173 176 185 / 50%);
    background-color: #fff;
    margin: .5rem;
    display: block;
}
.sub-categories-list ul li a:hover,
.sub-categories-list ul li a:active,
.sub-categories-list ul li a:focus {
    text-decoration: underline;
}
.sub-categories-list ul li a img {
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: .5rem;
}
.sub-categories-list ul li a > span {
    font-size: 18px;
}
.profit-block {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #333638;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    box-shadow: 0 7px 29px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #ffffff;
    font-weight: bold;
    transition: all 0.25s;
    padding: 1rem 2rem;
    border: 1px solid #fff;
}
.profit-block:hover {
    background: #f8f7f7;
}
.profit-block i {
    position: absolute;
    color: #999;
    right: 1rem;
    top: 1rem;
    font-size: 1.2rem;
}
.main-head  .get-profit {
    background-image: linear-gradient(90deg,#636fff 0,#7e88ff);
    border: 1px solid #7e88ff;
}
#profitModal .modal-header {
    padding: .5rem 1rem;
}
#profitModal .modal-header img {
    width: 50px;
    display: inline-block;
    float: left;
    margin-right: 1rem;
}
#profitModal .modal-header div {
    color: #ffbd00;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: .4rem;
    line-height: 1.4rem;
}
#profitModal .modal-body div {
    margin-bottom: 1.5rem;
}
#profitModal .modal-body h5 {
    font-weight: 600;
    font-size: 1.5rem;
}
#profitModal .modal-body h5 span {
    color: #3BB54A;
}
#profitModal .modal-body div > span {
    color: #444;
}
#profitModal .modal-body .icon-profit {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #fff3d2;
    border-radius: 50%;
    color: #ffbd00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 1.5rem;
    display: inline-block;
    margin: 0;
    margin-right: .5rem;
    padding: .3rem;
}
#profitModal .modal-body {
    padding: 1.5rem;
}
#profitModal .modal-body .profit-links a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
    font-size: 1.2rem;
    margin-right: 1rem;
}
#profitModal .modal-body .profit-links a:hover {
    background: #f1f1f1;
}
/*.animated_button { 
    -moz-animation: cycle 10s linear infinite;            
    -webkit-animation: cycle 10s linear infinite;  
}
@-moz-keyframes cycle {
    35% {transform: rotate(0) translate(0, 0);}
    40% {transform: rotate(5deg) translate(0, -2px);}
    45% {transform: rotate(-3deg) translate(0, -2px);}
    50% {transform: rotate(5deg) translate(0, -2px);}
    55% {transform: rotate(-3deg) translate(0, -2px);}
    60% {transform: rotate(5deg) translate(0, -2px);}
    65% {transform: rotate(-3deg) translate(0, -2px);}
    70% {transform: rotate(0) translate(0, 0);}
}

@-webkit-keyframes cycle {
    35% {transform: rotate(0) translate(0, 0);}
    40% {transform: rotate(5deg) translate(0, -2px);}
    45% {transform: rotate(-3deg) translate(0, -2px);}
    50% {transform: rotate(5deg) translate(0, -2px);}
    55% {transform: rotate(-3deg) translate(0, -2px);}
    60% {transform: rotate(5deg) translate(0, -2px);}
    65% {transform: rotate(-3deg) translate(0, -2px);}
    70% {transform: rotate(0) translate(0, 0);}
}*/
#profitModal .modal-body .profit-links a i {
    margin-right: .5rem;
}
.site-map-page ul {
    list-style: none;
}
.site-map-page a {
    color: #000;
    text-decoration: underline;
}
#footer .menu-item a[aria-current=page] {
    color: #fff !important;
    text-decoration: underline;
}
.footer-descriprion h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
}
.footer-descriprion p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}
.footer__copy {
    font-size: .8rem;
    margin: 0;
    text-align: center;
}

.auto-logo-wrapper {
    text-align: center;
    padding: 1.5rem 0 1rem;
}
.auto-logo-wrapper img {
    height: 145px;
}
.auto-logo-wrapper h3 {
    font-size: 1.8rem;
    color: #000;
}
.auto-logo-wrapper h4 {
    color: #ffbd00;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4rem;
}

@media only screen and (max-width : 1550px) {
    .phones_block a {
        font-size: 18px;
    }
    .main-head .link-zapis {
        font-size: 12px;
        margin-right: .5rem;
    }
    .phones_block {
        margin-right: 1rem;
    }
    .main-head .navbar-brand {
        width: 295px;
        font-size: 1rem;
        margin-right: 0;
    }
    .contacts-block a {
        margin-right: .3rem;
    }
    .main-head .navbar-brand img {
        width: 50px;
    }
}
@media only screen and (max-width : 1200px) {
    .main-head .link-zapis {
        font-size: 11px;
        margin-right: 0.5rem;
        padding: 0.5rem 0.6rem;
    }
    .link_call {
        padding: .5rem .7rem;
        font-size: 12px;
    }
    .advenced-head nav .navbar-nav a.nav-link {
        font-size: .9rem;
    }
}
@media only screen and (max-width : 990px) {
    .info-wrapper > img {
        width: auto;
    }
}
@media only screen and (max-width : 768px) {
    .main-head .link-zapis {
        font-size: 16px;
        margin-right: 0.5rem;
        padding: .6rem 0.6rem;
    }
    .advenced-head nav .navbar-nav a.nav-link {
        font-size: 1.1rem;
    }
    .auto-wrapper div a {
        padding: 1rem 1rem;
    }
    .sub-categories-list ul li {
        width: 165px;
    }
    .auto-wrapper-items div {
        width: 40%;
    }
    .auto-wrapper-items div a {
         width: 100%;
    }
    .sidebar-menu-auto-block .sub-menu {
        display: none;
    }
    .info-wrapper > img {
        width: auto;
    }
    .main-head .navbar-brand {
        width: initial;
        text-align: center;
    }
    #navbar {
        width: 100%;
    }
    .link-zapis {
        display: block;
        text-align: center;
        margin-bottom: 1rem;
    }
    .contacts-block {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 1rem;
    }
    .phones_block {
        display: block;
        text-align: center;
        margin: 1rem 0;
    }
    .phones_block a {
        margin-right: 1rem;
        display: inline-block;
    }
    .phones_block span {
        display: inline-block;
    }
    .link_call {
        display: block;
        text-align: center;
        margin-bottom: 2rem;
    }
    .navbar-header2 {
        display: block;
    }
    #primary-sidebar {
        width: 100%;
    }
    #navbar.collapse {
        display: initial !important;
    } 
    .services-wrapper img {
        display: block;
        width: 100px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 1rem;
        float: initial;
    }
    .services-wrapper div {
        font-size: 1rem;
    }
    .main_page_content_d .map-panel-navigation {
        width: 90px;
        height: 100%;
        padding: 0 25px;
        background-color: #fff;
        position: absolute;
        right: 0%;
        top: 0;
        z-index: 99;
        font-size: 10px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        box-shadow: 0 0 50px rgb(0 0 0 / 20%);
    }
    .main_page_content_d .places-navigation li a img {
        width: 30px;
    }
    .sidebar-menu-auto-block {
        padding: 1rem 0;
    }
    .sidebar-menu-auto-block ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .sidebar-menu-auto-block > ul > li > a {
        padding: .7rem 1.5rem;
    }
    .categories-content {
        padding: 0;
    }
    .categories-content h1 {
        margin: 0;
    }
}
@media only screen and (max-width: 575.98px) {
    #sidebar {
        margin-top: 0 !important;
    }   
}   