@font-face {
  font-family: 'AA Bebas Neue';
  src: local("AA Bebas Neue"), local("AA Bebas Neue"), url("../fonts/aabebasneue.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI"), local("Segoe UI"), url("../fonts/segoeui.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: 'menuicons';
  src:  url('../fonts/menuicons.eot?wgqf8y');
  src:  url('../fonts/menuicons.eot?wgqf8y#iefix') format('embedded-opentype'),
    url('../fonts/menuicons.woff2?wgqf8y') format('woff2'),
    url('../fonts/menuicons.woff?wgqf8y') format('woff'),
    url('../fonts/menuicons.ttf?wgqf8y') format('truetype'),
    url('../fonts/menuicons.svg?wgqf8y#menuicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

:root {
--font-family-1: 'AA Bebas Neue';
--font-family-2: 'Segoe UI';
--font-family-3: 'Arial';
--font-family-4: 'menuicons';
--site-color: #000000;
--site-color2: #dda40a;
--site-color3: #000000;
--site-color4: #ffc24c;
--site-color5: #686868;
--site-color6: #ec9c00;
--site-color7: #bcbcbc;
color-scheme: light dark;
}
html {
  height: 100%;
  width: 100%;
}

body {
  font-family: var(--font-family-2) !important;
  position: relative;
  /*background-color: #fff !important;*/
  height: 100%;
  width: 100%;
  color: var(--color)!important;
  background-color: var(--background-color)!important;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.margin-bottom15 {
	margin-bottom: 15px;
}

.margin-auto {
	margin:auto;
}
.max-width10 {
	max-width: 10%;
}
.max-width20 {
	max-width: 20%;
}
.max-width30 {
	max-width: 30%;
}
.max-width40 {
	max-width: 40%;
}
.max-width50 {
	max-width: 50%;
}
.max-width60 {
	max-width: 60%;
}
.max-width70 {
	max-width: 70%;
}
.max-width80 {
	max-width: 80%;
}
.max-width90 {
	max-width: 90%;
}
.max-width100 {
	max-width: 100%;
}
.width10 {
	width: 10%;
}
.width20 {
	width: 20%;
}
.width30 {
	width: 30%;
}
.width40 {
	width: 40%;
}
.width50 {
	width: 50%;
}
.max-width60 {
	max-width: 60%;
}
.width70 {
	width: 70%;
}
.width80 {
	width: 80%;
}
.width90 {
	width: 90%;
}
.width100 {
	width: 100%;
}
.header {
    position: relative;

}
.simple-header {
    position: relative;
	min-height: 150px;
}
.header__bg {
	position: relative;
    width: 100%;
    min-height: 650px;
    overflow: hidden;
    background-size: cover;
	background-position: center bottom;
}
.header__bg:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
	background-repeat: repeat;
}
.top__col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.top {
    /*background: rgba(255, 255, 255, 1);*/
    position:relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 15px;
	z-index: 4;
}
.top__logo {
	text-align:center;
}

.top__logo img,
.footer__logo img
{
    padding: 10px 5px;
}
.top__lozung {
	border-left: 1px solid var(--site-color2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 10%;
    color: var(--site-color5);
    font-family: var(--font-family-3) !important;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}
.top__phone {
	display: flex;
    flex-direction: column;
  text-align: center;
  
    color: #fff;
    font-family: var(--font-family-1) !important;
    font-style: normal;
      font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top:7px;
    color: var(--site-color);
}
.top__phone span{
	display: contents;
}
.top__phone span.material-icons{
	color: var(--site-color2);
}
.top__phonetext {
	padding: 0 0 0 25px;
	color: #fff;
}
.top__buttons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.top__buttons a{
    margin-right: 15px;
    margin-bottom: 10px;
}
.site-button{
color: var(--site-color);
    text-align: center;
    border: 2px solid var(--site-color);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -khtml-border-radius: 40px;
    width: 100%;
    padding: 3px 10px;
    display: block;
    font-size: 1.20rem;
    font-family: var(--font-family-1) !important;
    background: transparent;
    cursor: pointer;
}
.site-button:hover {
	color: #fff;
	background: var(--site-color);
	border: 2px solid var(--site-color);
	text-decoration: none;
}
.site-button-white {
	border: 1px solid #fff;
	border-radius:40px; 
	-webkit-border-radius:40px; 
	-moz-border-radius:40px; 
	-khtml-border-radius:40px;
	padding: 12px 50px;
	color: #fff;
	font-size: 1.45rem;
	font-family: var(--font-family-1);
	    background-color: #ed5222;
}
.site-button-white span{
	color: var(--site-color) !important;
	vertical-align: middle;
	font-size: 1.45rem;
}
.site-button-white:hover {
	border: 1px solid #fff;
	color: white;
	background: black;
	text-decoration:none;
}
.site-button-white:hover span{
	color: var(--site-color);
}
.mobil-icon, .left-blok {
	display: none;
}
.gor-menu {
	position: relative;
	z-index: 3;
 
	background: #6580c5;
	box-shadow: 0 2px 35px -5px rgba(0,0,0,0.8);
}
.gor-menu__links > ul{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 0;
	text-align: center;
}
.gor-menu__links > ul > li{
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 13.5%;
}
.gor-menu__links > ul > li > a{
	color: #fff;
    text-decoration: none;
    font-size: 23px !important;
    font-family: var(--font-family-1);
    position: relative;
    display: block;
    padding: 15px 0;
    text-align: center;
}
.gor-menu__links > ul > li > a:hover, .gor-menu__links > ul > li.active > a{
	color: #fff;
    text-decoration: none;
	background: #13347f;
}


.slide-image img{
	float:right;
}
.slide {
	position: relative;
	z-index: 2;
}
.slide__block {
	position: absolute;
    top: 25%;
    margin: auto;
    left: 0;
    right: 0;
}
.slide__bigtext {
	font-size: 4rem;
	color: #FFFFFF;
	line-height: 4rem;
	text-shadow:0px 5px 0px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	font-family: var(--font-family-1);
	text-align:center;
}
.slide__bigtext span{
	font-size: 74px;
	color: #FFFFFF;
	line-height: 70px;
	text-shadow:0px 5px 0px rgba(0,0,0,0.2);
}
.slide__simpletext {
	font-size: 2.6rem;
    color: #fff;
    line-height: 3rem;
	text-shadow:0px 3px 0px rgba(0,0,0,0.2);
	margin-bottom: 5px;
	font-family: var(--font-family-1);
	text-align:center;
}
.slide__simpletext span{
    color: var(--site-color4);
}
.slide__midletext {
	font-size: 1.5rem;
    color: #fff;
    line-height: 45px;
	text-shadow:0px 3px 0px rgba(0,0,0,0.2);
	margin-bottom: 50px;
	font-family: var(--font-family-2);
	text-align:center;
	text-transform: uppercase;
}
.slide__button {
	text-align:center;
}
.bigredbutton {
	color: var(--site-color);
	font-size: 22px;
	padding: 16px 50px;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	-khtml-border-radius:10px;
	background: transparent;
	border:2px solid var(--site-color);
}
.bigredbutton:hover {
	color: #fff;
	font-size: 22px;
	padding: 16px 50px;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	-khtml-border-radius:10px;
	background: var(--site-color);
	text-decoration:none;
}
.holst {
	padding: 55px 0;
	position: relative;
}
.holst__col {
	margin-bottom: 30px;
}
.holst__title {
	font-family: var(--font-family-1);
    font-size: 3.3rem;
    line-height: 3.5rem;
	text-align: center;
	/*color:var(--site-color3);*/
	margin-bottom: 10px;
}
.holst__col-item {
	display: flex;
    flex-flow: row wrap;
}
.holst__col-item-image {
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.holst__col-item-text {
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: var(--font-family-1);
    font-size: 2.3rem;
    line-height: 2rem;
    color: var(--site-color);
}
.product-blok__col-item {
	text-align: center;
	/*padding: 15px;*/
	height: 100%;
}
.product-blok__col-item a:hover {
	text-decoration: none;
}
.product__col-item-button {
	position:absolute;
	bottom:15px;
	width: 88%;
	left:6%;
	right:6%;
}
.product__col-item {
	border-radius:15px; 
	-webkit-border-radius:15px; 
	-moz-border-radius:15px; 
	-khtml-border-radius:15px;
	border: 2px solid var(--site-color7);
	padding: 15px 15px 30px 15px;
	position:relative;
	height: 100%;
}
.product__col-item:hover {
	border: 2px solid var(--site-color6);
}
.product__col-item-image img{
        max-width: 90%;
    margin: auto;
    display: block;
    margin-bottom: 5px;
    max-height: 280px;
}
.product__col-item-title {
	color: var(--site-color);
	font-family: var(--font-family-1);
    font-size: 1.55rem;
    line-height: 2rem;
}
.product__col-item-subtitle {
	color: var(--site-color);
	font-family: var(--font-family-2);
    font-size: 1.5rem;
    line-height: 1.7rem;
	margin-bottom: 15px;
}
.product__col-item-introtext {
	color: var(--site-color5);
	font-family: var(--font-family-2);
    font-size: 1.2rem;
    line-height: 1.2rem;
	margin-bottom: 15px;
}
.product__col-item-introtext2 {
	text-align: center !important;
	font-size:12px;
	line-height:16px;
}
.product__col-item-introtext2 li{
	display: block;
}
.product__col-item-price {
	color: var(--site-color6);
	font-family: var(--font-family-1);
    font-size: 2rem;
    line-height: 3rem;
}
.product__price {
	color: var(--site-color6);
	font-family: var(--font-family-1);
    font-size: 3rem;
    line-height: 4rem;
	margin-bottom: 15px;
}
.stoimost-image img {
	max-width: 100%;
}
.product-button {
	background: var(--site-color6);
	color: #FFFFFF;
	font-family: var(--font-family-1);
	font-size: 1.6rem;
    line-height: 3rem;
	text-align: center;
	padding: 5px 10px;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	-khtml-border-radius:10px;
}
.product-button:hover {
	background: var(--site-color);
	color: #FFFFFF;
	text-decoration: none;
}
.number-list > ul{
	margin:0;
	padding:0;
}
.stoimost-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.number-list > ul > li{
	background: var(--site-color);
	color: #fff;
	font-family: var(--font-family-1);
	font-size: 2rem;
    line-height: 3rem;
	padding:10px 15px;
	min-height: 70px;
	max-height: 70px;
	position: relative;
	margin-bottom: 10px;
}
.number-list > ul > li:after{
	content:'';
	border-right: 35px solid var(--site-color);
	position: absolute;
	top:0;
	left:-70px;
	width:1px;
	height:1px;
	border-bottom: 35px solid transparent;
	border-top: 35px solid transparent;
	border-left: 35px solid transparent;
}
.bg-konsultaciy {
	background: var(--site-color2);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	top: 0;
}
.bg-konsultaciy-strelka {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bg-konsultaciy-strelka:after {
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	content: '';
	background: url("../images/bg-stelks.png");
	background-position: center right;
	background-repeat: no-repeat;
}
.white-text {
	color:#fff !important;
}
.text-align-left {
	text-align: left !important;
}
.text-align-right {
	text-align: right !important;
}
.float-right {
	float: right;
}
.konsultaciy-text {
	position: relative;
	height: 100%;
}
.konsultaciy-man {
	position: absolute;
	bottom: -85px;
	left: 0;
	right: 0;
	margin: auto;
}
.bg-about {
	background-color: #ececec;

	background-size: cover;
}
.about-image{
	text-align: center;
}
.about-image img{
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	-khtml-border-radius:10px;
	box-shadow: 0 2px 36px -5px rgba(0,0,0,0.8);
	display: block;
	max-width: 100%;
}
.bg-greey {
	background:#ececec;
}
.holst__carusel-item {
	padding:20px;
}
.holst .owl-dots .owl-dot span{
	width: 22px !important;
    height: 22px !important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.footer {
    background: #fff;
    color: #000;
  padding: 40px 15px 35px 15px;
    border-top: 2px solid #6580c5;
   box-shadow: 0 2px 35px -5px rgb(0 0 0 / 80%);
}
.footer__menu{
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer__menu > ul{
      margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 20px;
}
.footer__menu > ul > li{
	display: inline-block;
	margin-right: 30px;
}

.footer__menu > ul > li:last-child {
    	margin-right: 0px;
    
}
.footer__menu > ul > li > a{
	display: block;
	color: #000;
	font-family: var(--font-family-1);
	font-size: 1.5rem;
    line-height: 1.7rem;
}
.footer__row {
	margin-bottom: 15px;
}
.mini-galley-item img{
	max-width: 100%;
	border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	-khtml-border-radius:6px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
}
.simple-content {
	padding: 0px 0;
	min-height: 450px;
	    margin-top: 40px;
}
.simple-blok {
    padding-top: 5px;
}
.simple-blok-content {
	margin-bottom: 30px;
}
.simple-content h2 {
	/*color: var(--site-color);*/
    font-family: var(--font-family-1);
	font-size: 45px;
    text-align: center;
}
.simple-blok-title h1 {
	color: var(--site-color);
    font-family: var(--font-family-1);
	font-size:48px;
}
.elements {
	padding:40px 0;
}
.element-item-image img {
	width: 100%;
	margin: auto;
	display: block;
	margin-bottom: 15px;
}
.element-item-text {
	font-size:14px;
	margin-bottom: 10px;
	min-height: 90px;
	text-align: center;
}
.element-item-price {
	font-family: var(--font-family-1);
	text-align: center;
	margin-bottom: 10px;
	color: var(--site-color);
	font-size: 40px;
}
.element-item-price span{
	font-family: var(--font-family-1);
	text-align: center;
	margin-bottom: 10px;
	color: var(--site-color2) !important;
	font-size: 28px;
	margin: 0 5px 0 5px;
}
.modal-content {
    padding: 15px 30px !important;
}
.modal-zakaz-text {
	font-size:14px;
	text-align: center;
	line-height: 14px;
	margin-bottom: 30px;
}
.modal-zakaz-image {
	text-align: center;
	margin-bottom: 30px;
}
.modal-zakaz-image img{
	display: block;
	margin: auto;
	width: 90%;
}
.ok-mes {
	text-align: center;
	color: #679240;
	font-size:30px;
	line-height: 32px;
}
.comment-list {
	margin: 0;
	padding:0;
}
.ticket-comment {
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #f5f5f5;
}
.footer__copyright a{
	color:#000;
}
.footer__copyright a:hover{
	color:#3cc63e;
}
.resours-image img{
	width: 100%;
	border: 1px solid #f5f5f5;
}
.resours-content {
	padding: 0 0 30px 0;
}
.resours-content h2{
	/*color: #000 !important;*/
    font-family: var(--font-family-2) !important;
    font-size: 22px !important;
	font-weight: bold !important;
}
.dop-info-blok-content{
	padding: 30px 0;
}
.dop-info-blok-content table{
	width: 100%;
}

.dop-info-blok-content table tr:nth-child(even){
	background: #f5f5f5;
}
.dop-info-blok-content table tr:nth-child(odd){
	background: #f9f9f9;
}
.dop-info-blok-content table td, .dop-info-blok-content table th{
	padding: 10px 10px;
	text-align: center;
	border:1px solid #f1f1f1;
}
.simple-blok-row {
	margin-bottom: 30px;
}
.company-img img{
	max-width: 100%;
	height: 100px;
	margin: auto;
	display: block;
}
.compaly-row {
	padding: 30px 0;
}
.compaly-row > div {
	margin-bottom: 40px;
}
.company-title {
	text-align: center;
	font-family: var(--font-family-3);
	color: var(--site-color);
	font-weight: bold;
	font-size:16px;
}
.company-intro {
	text-align: center;
	font-family: var(--font-family-2);
	font-size:14px;
}
.stars-row {
	padding: 30px 0;
}
.star-company {
	color:var(--site-color);
	line-height: 50px;
	font-size:20px;
}
.gor-menu__links {
	position:relative;
}
.gor-menu__links > ul > li > ul{
	position:absolute;
	top:100%;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 2px 2px 6px -3px rgba(0,0,0,0.5);
	display: none;
	flex-wrap: wrap;
    justify-content: center;
	margin: 0;
	padding: 0;
}
.gor-menu__links > ul > li:hover > ul{
	display: flex;
}
.gor-menu__links > ul > li > ul > li{
	flex: 1 0 25%;
	display: block;
	text-align:left;
}
.gor-menu__links > ul > li > ul > li a{
	display: block;
	min-height: 50px;
	display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
	color:#000000;
	padding: 15px;
    line-height: 16px;
}
.gor-menu__links > ul > li > ul > li a:hover{
	color:#fff;
	text-decoration: none;
	background: var(--site-color6);
}
.gor-menu__links > ul > li > ul > li a:hover i{
	color:#fff;
	text-decoration: none;
}
.gor-menu__links > ul > li > ul > li a i {
    font-size: 3rem;
    padding-right: 1rem;
    color: var(--site-color6);
}
.product__col-item-image i {
	font-size: 5rem;
    color: var(--site-color6);
}

/*ICONS*/
[class^="mi-"], [class*=" mi-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'menuicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mi-diagnostika:before {
  content: "\e900";
}
.mi-drugie-raboty:before {
  content: "\e901";
}
.mi-drugie-raboty-2:before {
  content: "\e902";
}
.mi-hranenie-shin:before {
  content: "\e903";
}
.mi-kuzovnoj-malyarnij-remont:before {
  content: "\e904";
}
.mi-moika:before {
  content: "\e905";
}
.mi-razval-shozhdenie:before {
  content: "\e906";
}
.mi-remont-avtostekol:before {
  content: "\e907";
}
.mi-remont-dvigatelya:before {
  content: "\e908";
}
.mi-remont-ehlektrooborudovaniya:before {
  content: "\e909";
}
.mi-remont-kondicionerov:before {
  content: "\e90a";
}
.mi-remont-podveski:before {
  content: "\e90b";
}
.mi-remont-rulevogo-upravleniya:before {
  content: "\e90c";
}
.mi-remont-sistemy-ohlazhdeniya:before {
  content: "\e90d";
}
.mi-remont-toplivnoj-apparatury:before {
  content: "\e90e";
}
.mi-remont-tormoznoj-sistemy:before {
  content: "\e90f";
}
.mi-remont-transmissii:before {
  content: "\e910";
}
.mi-shinomontazh:before {
  content: "\e911";
}
.mi-to:before {
  content: "\e912";
}
.mi-uslugi-ehvakuatora:before {
  content: "\e913";
}
.mi-vyhlopnaya-sistema:before {
  content: "\e914";
}

.top__logo img {
    width:100%;
        max-width: 200px;
            margin-top: -3px;
}

.top-adres {
    text-align:center;
    font-size:18px;
}

.B_crumbBox li {
    display: inline-block;
}

.B_crumbBox {
    margin-top: 25px;
    padding: 10px;
}

.error-style {
    color:red;
}

.info-product {
    margin-bottom:25px;
}

#myTab .nav-tabs .nav-link {
          border-radius: 0px;
    color: white;
    font-family: var(--font-family-1);
    font-size: 17px;
    letter-spacing: 2px;
    border-left: 4px;
    border-bottom: 1px dashed #fff;
    
}



 .nav-tabs .nav-link {
   border: 0px solid transparent !important;
    border-bottom: 5px solid #eee !important;
    margin-right: 20px;
    padding: 0px 30px;
    font-size: 20px;
}

 .nav-tabs .nav-link.active {
        border-bottom: 5px solid #3cc63e !important;
 }
 
 .tab-content .tab-pane {
        padding: 15px 0px;
 }

#myTab {
    border:0px;
}

#technik_dannie-content table tr th, 
#modeli-iharakteristiki-content table tr th,
#har_rab_organov-content table tr th,
#komplekt-i-parametri-content table tr th
{
    padding: 10px 5px;
    color: #fff;
    background-color: #3cc63e;
        border: 2px solid white;
}

#technik_dannie-content table td, 
#modeli-iharakteristiki-content table td,
#har_rab_organov-content table td,
#komplekt-i-parametri-content table td
{
        padding: 10px 5px;
            border: 2px solid white;
}

#technik_dannie-content table tr:nth-child(2n), 
#modeli-iharakteristiki-content table tr:nth-child(2n),
#har_rab_organov-content table tr:nth-child(2n),
#komplekt-i-parametri-content table tr:nth-child(2n)

{
    background-color: #E8E8E8;
}
 
.block-button-cena {
    text-align:right;
}

.button-cena {
       display: inline-block;
    border: 2px solid #3cc63e;
    padding: 10px 20px;
    font-size: 20px;
    font-family: var(--font-family-1);
    letter-spacing: 2px;
    margin-top: 20px;
    cursor:pointer;
}

.info-product img {
    max-width:100%;
}



/*Fullwidth Services*/

.fullwidth-services{
	position:relative;
	padding-bottom:70px;
}

.fullwidth-services .outer-box{
	position:relative;
}

.fullwidth-services .outer-box .content-column{
	position: relative;
	width: 50%;
	float:left;
	z-index:1;
}

.fullwidth-services .outer-box .content-column .content-inner{
	position:relative;
	max-width:585px;
	float:right;
	width:100%;
	padding:70px 70px 50px;
	margin-top:70px;
	margin-bottom:70px;
	background-color:#ffffff;
}

.fullwidth-services .outer-box .content-column .content-inner h2{
	position: relative;
	color: #232323;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: 3px;
}

.fullwidth-services .outer-box .content-column .content-inner .text{
	position:relative;
	color:#616060;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:25px;
}

.fullwidth-services .outer-box .content-column .content-inner .signature-text{
	position:relative;
	color:#232323;
	font-size:48px;
	line-height:1em;
	margin-bottom:30px;
	font-family: 'Mr De Haviland', cursive;
}

.fullwidth-services .outer-box .image-column{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 58%;
	height: 100%;
	display: block;
	float: left;
	background-size: cover;
}

.fullwidth-services .outer-box .image-column .hidden-image{
	position:relative;
	display: none;
}

/*Fullwidth Services*/

.fullwidth-services{
	position:relative;
	    padding-bottom: 35px;
}

.fullwidth-services-two .outer-box{
	position:relative;
}

.fullwidth-services-two .outer-box .content-column{
	position: relative;
	width: 50%;
	float:right;
	z-index:1;
}

.fullwidth-services-two .outer-box .content-column .content-inner{
	position:relative;
	max-width:585px;
	float:left;
	width:100%;
	padding:70px 70px 70px;
	margin-top:70px;
	margin-bottom:70px;
	background-color:#ffffff;
}

.fullwidth-services-two .outer-box .content-column .content-inner h2{
	position: relative;
	color: #232323;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: 3px;
}

.fullwidth-services-two .outer-box .content-column .content-inner .text{
	position:relative;
	color:#616060;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:25px;
}

.fullwidth-services-two .outer-box .content-column .content-inner .service-link, .fullwidth-services .outer-box .content-column .content-inner .service-link{
	position:relative;
	color:#8b755a;
	font-size:12px;
	letter-spacing:2px;
	font-weight:700;
	padding-bottom:4px;
	text-transform:uppercase;
	border-bottom:2px solid #8b755a;
}

.fullwidth-services-two .outer-box .image-column{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 58%;
	height: 100%;
	display: block;
	float: left;
	background-size: cover;
}

.fullwidth-services-two .outer-box .image-column .hidden-image{
	position:relative;
	display: none;
}

.grey-bg {
        background-color: #dedede;
}

.service-section {
    padding-top:30px;
}


.fish-menu-section{
	position:relative;
	padding:60px 0px 0px;
}

.fish-menu-section .fish-title{
	position:relative;
	text-align:center;
}

.fish-menu-section .fish-title .fish-icon{
	position:relative;
	margin-bottom:30px;
}

.fish-menu-section .fish-title .text{
	position:relative;
	color:#616060;
	font-size:18px;
	line-height:1.8em;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:25px;
	    margin-bottom: 35px;
}

.fish-menu-section .fish-title .text:after{
	position:absolute;
	content:'';
	left:50%;
	width:36px;
	height:1px;
	bottom:0px;
	margin-left:-18px;
	background-color:#8b755a;
}

/***/
/***

====================================================================
	Favorite Section
====================================================================

***/

.favorite-section{
	position:relative;
	padding:95px 0px 90px;
}

.favorite-block{
	position:relative;
	margin-bottom:30px;
}

.favorite-block .inner-box{
	position:relative;
	overflow:hidden;
}

.favorite-block .inner-box .image{
	position:relative;
}

.favorite-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.favorite-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	opacity:1;
	background-color:rgba(0,0,0,0.35);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
/*	-webkit-transform: translate(-100%,0%);
	-ms-transform: translate(-100%,0%);
	-o-transform: translate(-100%,0%);
	-moz-transform: translate(-100%,0%);*/
/*	transform: translate(-100%,0%);*/
    transform: translate(0%);
}

.favorite-block .inner-box:hover .image .overlay-box{
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}

.favorite-block .inner-box .image .overlay-box .overlay-inner{
	position:relative;
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 10px 30px;
}

.favorite-block .inner-box .image .overlay-box .overlay-inner .content{
	position:relative;
	display: table-cell;
	vertical-align: middle;
}

.favorite-block .inner-box .image .overlay-box .overlay-inner .content h3{
	position:relative;
	font-weight:700;
	color:#ffffff;
	letter-spacing:2px;
	padding-bottom:12px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.favorite-block .inner-box .image .overlay-box .overlay-inner .content h3:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:35px;
	height:1px;
	margin-left:-17px;
	background-color:#ffffff;
}

.favorite-block .inner-box .image .overlay-box .overlay-inner .content h3 a{
	color:#ffffff;
	font-size: 18px;
}

.favorite-block .inner-box .image .overlay-box .overlay-inner .content .text{
	position:relative;
	color:#d1d1d1;
	font-size: 17px;
	font-style:italic;
	letter-spacing:1px;
	font-family: 'Conv_georgia';
	margin-bottom: 15px;
}

.top__buttons a {
    
}

.holst-video {
    text-align:center;
        background-color: #1093e1;
}

.holst-video-wrapper {
    margin:30px 0px 0px 0px;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:50px 0px 90px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .lower-box{
	position:relative;
	text-align:center;
	padding-top:30px;
}

.news-block .inner-box .lower-box h3{
	position:relative;
	font-size:16px;
	font-weight:500;
	letter-spacing:2px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.news-block .inner-box .lower-box h3 a{
	color:#232323;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-box h3 a:hover{
	color:#8b755a;
}

.news-block .inner-box .lower-box .post-date{
	position:relative;
	color:#a7a7a7;
	font-size:12px;
	font-style:italic;
	font-weight:300;
	font-family: 'Conv_georgia';
}

.news-block .inner-box .lower-box .text{
	position:relative;
	color:#616060;
	font-size:14px;
	line-height:1.8em;
	margin-top:15px;
	margin-bottom:20px;
}

.news-block .inner-box .lower-box .read-more{
	position:relative;
	color:#8b755a;
	font-size:14px;
	letter-spacing:1px;
}

.news-block .inner-box .lower-box .read-more .arrow{
	position:relative;
	top:3px;
	font-size:18px;
	margin-left:3px;
}

.holst-video img{
    width:100%;
    max-width:600px;
}

.errorsRegistr {
    color:red;
}

.stepNumber {
    margin:15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #6580c5 !important;
} 

.line_schetchik {
    margin:10px 0px;
}

.simple-blok-nav-title {
    /*font-weight: bold;*/
    font-size: 32px;
    border-bottom: 1px solid #6580c5;
    padding-bottom: 10px;
    font-family: var(--font-family-1);
} 

.nav-link {
    display: block;
    padding: 0.2rem 1rem !important;
}

.nav-item {
   /*  background-color:#f5f5f5; */
 /*   border-bottom:1px dashed #444; */
}

.nav-item a{
    color:#444;
}

.navbar-nav .active {
   /* background-color:#ddd; */
   
}

.navbar-nav .active a{
    font-weight:bold;
}
.navbar-nav .active  a{
    color:#000;
    
} 
.navbar-nav .active  a:before{
    position: absolute;
    display: block;
       margin-top: 5px;
    left: 20px;
    content: '';
    border-left: 7px solid #6580c5;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    width: 7px;
    height: 7px;
    -webkit-transform: scaleX(1.4);
    -ms-transform: scaleX(1.4);
    transform: scaleX(1.4);
}

.gor-menu__links  .menu-row {
   display:none !important; 
}

.row_sotrudnik {
   
    padding:7px;
    margin-bottom:15px;
}

.row_sotrudnik .name {
    font-size:18px;
    margin-bottom:10px;
}

.row_sotrudnik .name span{ 
    font-weight:bold;
}

.row_sotrudnik .col-4 img{
    width:100%;
}

.content_vacancy {
    display:none;
}

.readmore span {
    font-style:italic;
    text-decoration:underline;
    cursor:pointer;
}

.readmore span.noactive::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: -0.2em;
    content: "";
    border-top: 0.8em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    color: #6580c5;
}

.navbar-nav.navuslugi .active a:before {
    display:none;
}

.navbar-nav.navuslugi img {
filter: grayscale(100%);
}

.navbar-nav.navuslugi .active img {
filter: grayscale(0%);
}

.readmore span.active::after {
       display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0.5em solid transparent;
    border-bottom: 0.8em solid;
    border-left: 0.5em solid transparent;
    color: #6580c5;
}

.row_sotrudnik {
     border-left: 2px solid #fff;
}

.row_sotrudnik:hover {
     border-left: 2px solid #6580c5;
}

.row_sotrudnik.active {
     border-left: 2px solid #6580c5;
}

.row_usluga {
    margin-bottom:20px;
}

.name-usluga {
    font-size:16px;
    /*font-weight: bold;*/
}

.content-usluga{
    font-style: italic;
    color: #646464;
    display: none;
}

.price-usluga {
    font-size:18px;
}

.check-uslugi {
    -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
}

#senduslugi, .top__buttons .site-button, #button-zvonok, .btn-registr, .usluga-button {
        background-color: #6580c5;
    color: #fff;
    border: #6580c5 !important;
        font-size: 18px !important;
}

#senduslugi:hover, .top__buttons .site-button:hover,  #button-zvonok:HOVER, .btn-registr:hover, .usluga-button:hover {
    background-color: #13347f !important;
}

.btn-registr{
    border-radius: 40px !important;
    min-width:100px;
}

.content_mkd {
    font-style:italic;
    color:#6580c5;
}

.date-news-anons {
    color:#999;
    font-size:13px;
        margin-top: 6px;
}

.footer-block {
    
}

.footer-block > div {
    display:inline-block;
    width:45%;
}


.footer-block  .soc-news {
    text-align:right;
}

.soc-news  a {
   padding:4px;
}

.soc-news  a:hover {
    text-decoration:none;
}

.soc-news img{
    width:26px;
}

#ocenit, #peredat {
        font-size: 16px;
        background-color: #6580c5;
    color: #fff;
    border: #6580c5;
}

 #peredat {
     width:50%;
 }

#ocenit:hover, #peredat:hover {
      background-color: #13347f;
        border: #13347f;
}

.content-index > div {
   display:inline-block;
 
}

.content-index > div:first-child {
      width:48%;
      text-align:center;
      
    vertical-align: super;
}

.content-index > div:first-child a{
     width:60%;
}

.content-index > div:last-child {
      width:33%;
      text-align:center;
}

.content-index > div:last-child:before {
    
   display: inline-block;
    margin-top: 5px;
    left: 20px;
    content: '';
    border-bottom: 16px solid #73bd3c;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    width: 7px;
    height: 7px;
    -webkit-transform: scaleX(1.4);
    -ms-transform: scaleX(1.4);
    transform: scaleX(1.4);
}

.show_form {
    color:#6580c5;
}

.show_form:hover { 
    text-decoration:underline;
    cursor:pointer;
}
 
 .notify_baner img{
     width:100%;
 }
 
 .holst-video-wrapper {
     min-height:50px;
     padding:25px;
 }
 
 .name_cifra, .content_cifra  {
     text-align:center;
 }
 
  .name_cifra{
         font-family: var(--font-family-1);
    font-size: 3.3rem;
    line-height: 3.5rem;
    text-align: center;
    color: var(--site-color3);
    margin-bottom:20px;
 }
 
 .holst-cifri{
     background: url(../images/bg-cifri.jpg);
    min-height: 50px;
    padding: 25px 0px 35px  0px;
    background-repeat: no-repeat;
    background-size: cover;
 }
 
 .text-anons-cifri {
     text-align:center;
     font-size:18px;
     margin-bottom:70px
 }
 
 #navsotrudnichestvo li {
    background-color: #6580c5;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
 }
 
  #navsotrudnichestvo li > a {
      color:#fff;
  }
  
   #navsotrudnichestvo li.active a{
       color: #fff;
       font-weight:normal;
   }
  
  
  #navsotrudnichestvo li.active,  #navsotrudnichestvo li:hover   {
      background-color:#13347f;
      
  }
  
  .button-item-sotrudnichestvo .site-button:hover {
    background-color: #13347f;
    border: #13347f;
}
  
  
   #navsotrudnichestvo li.active a:before{
    
          border-left: 7px solid #13347f !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
      
  }
  
  
     .btn-registr { padding: 3px !important;
    font-size: 18px;
           font-family: var(--font-family-1);
      }
  
  .item-sotrudnichestvo img{
      width:100%;
  }
  
  .description-item-sotrudnichestvo {
     background-color: #00000066;
    position: absolute;
    bottom: 0;
    width: 89%;
    padding: 5px;
    text-align: center;
    color: white;
  }
  
  .pagetitle-item-sotrudnichestvo {
          position: absolute;
    top: 0;
    color: white;
    font-weight: bold;
        padding: 5px;
  }
  
  .button-item-sotrudnichestvo {
        position: absolute;
        bottom: 0;
        width: 90%;
  }
  
  
    .button-item-sotrudnichestvo .site-button {
           width: 70%;
               margin: 0 auto;
                   margin-bottom: 10px;
                       background-color: #6580c5;
    color: #fff;
    border: #6580c5;
    }
    
    .item-sotrudnichestvo {
        margin-bottom:15px;
    }
    
    .row-mobile-blocks {
    }
    
    .row-mobile-blocks > div > a:hover { 
            text-decoration:none;
        }
    
      
    
    .row-mobile-blocks > div > a {
      text-align: center;
    min-height: 170px;
 font-family: var(--font-family-1);
    margin-bottom: 15px;
    padding-top: 70px;
    font-size: 16px;
        font-size: 22px;
    color: white;
    text-transform: uppercase;
    display:block;
    }
    
    .contact-title h1 {
        font-size:32px !important;
    }
    
    .mobile-menu-okompanii a{
          display: block;
    background-color: #6580c5;
    color: #fff;
    text-align: center;
    font-family: var(--font-family-2);
    margin-bottom: 15px;
   font-size: 15px;
    min-height: 68px;
    text-transform: uppercase;
    padding-top: 10px !important;
        margin: 7px;
    }
    
    .mobile-menu-okompanii a:hover {
        color:#fff;
    }
    
    .mobile-menu-okompanii a.active {
   
    background-color: #13347f;
    }
    
    
    .senduslugi {
            width: 150px;
    float: right;
    }
    
    .lk-main {
        min-height:400px;
         background-image: url('../images/bg-account.jpg');
         padding-top:50px;
            padding-bottom:50px;
            
    }
    
    .white {
        color:white;
    }
    
    .bold {
        font-weight:bold;
        font-size:18px;
    }
    
    .lk {
        margin-top:25px;
    }
    
    .bg-block > div {
        background-color:#fff;
        min-height:100px;
        margin-bottom:15px;
        padding:10px;
    }
    
      .block-avatar {
        text-align:center;
    }
    
    .avatar {
          MAX-height: 155px;
    MAX-WIDTH: 278PX;
    }
    
    .container_istoriya {
         background-color:#fff;
         padding-bottom:20px;
    }
    
    .centerTD {
        text-align:center;
    }
    
    .blocks-account > div > a {
        display:block;
        text-align:center;
        background-image:url('/img/bg-block-mobile.jpeg');
        color:#fff;
        min-height:82px;
        margin-bottom:15px;
           padding-top: 29px;
    }
    
     .blocks-account > div > a {
         text-decoration:none;
     }
    
    .head-account-block {
        padding:7px ;
            margin-bottom: 20px;
    }
    
    .title_block {
        font-size:19px;
        font-weight:bold;
        text-transform:uppercase;
    }
    
    .table_pokazaniya {
        width:100%;
        margin-bottom:24px;
    }
    
    .table_pokazaniya tr > td:last-child {
        text-align:right;
    }
    
     .table_pokazaniya td {
         padding:7px 0px;
         font-size:18px;
        
     }
     
    .table_pokazaniya .itogo td {
          font-weight:bold;
     }
     
     
     .table_pokazaniya.table_oplata td {
           padding:3px 0px;
     }
     
     .bg-block .profile {
         min-height:300px;
     }
     
     .table_pokazaniya tr td:first-child {
         padding-left:7px;
     }
     
     .table_pokazaniya tr td:last-child {
         padding-right:7px;
     }
     
    .table_pokazaniya .itogo td {
        font-size:19px;
        text-transform:uppercase;
        padding-top:6px;
    }
     
     .blocks-account a:hover {
         text-decoration:undeline}
         
      .blocks-account  a.active,   .blocks-account  a:hover{
          background-color:#13347f;
          background-image: none;
      }
    
    .link-block {
        font-style:italic;
    }
    
    .fio-akk {
        font-weight:bold;
        text-transform:uppercase;
        font-size:19px;
    }
    
    .contact-akk {
        margin:6px 0px;
            font-size: 16px;
    }
    
    
    .blocks-pokazaniya {
       text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 18px;
    margin-bottom: 7px;
    font-size: 23px;
    font-weight: bold;
    }
    
    .blocks-pokazaniya-hvs {
        background-image:url('../images/bg-hvs.jpeg');
    }
    
    .blocks-pokazaniya-gvs {
        background-image:url('../images/bg-gvs.jpeg');
    }
    
     .blocks-pokazaniya-ee {
        background-image:url('../images/bg-ee.jpeg');
    }
  
  .link-logout 
  {
         display: block;
    width: 64px;
    height: 64px;
    float: right;
    margin-right:0px !important;
    background-image:url('../images/logout-ic.jpeg');
    background-size: cover;
  }
  
  .link-logout:hover { 
       background-image:url('../images/logout-ic-hov.jpeg');
  }
  button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}

*:focus {
    outline: none;
}

.usluga-button {
  width: 73%;
    text-align: center;
    margin: 0 auto;
}

.bloc-icons-dom {
    margin:20px 0px;
}
.bloc-icons-dom > div {
    text-align:center;
    display: inline-table;
        width: 12%;
}

.bloc-icons-dom img{
    max-height:70px;
}

.bloc-icons-dom2 > div {
       width: 16%;
         text-align:center;
    display: inline-table;
    margin-top:10px;
      margin-bottom:10px;
}

.bloc-icons-dom2 img{
    max-height:60px ;
}


.params-block {
    margin-bottom:15px;
}

.bloc-icons-dom2 {
    color:black;
}

.title_news {
  color:  #13347f;
}

.link-logout {
    margin-top:10px;
}

.container-icon-kv {
    margin:10px 0px;
}

.container-icon-kv > div {
    margin:0 auto;
    width: 545px;
}
.container-icon-kv > div > div{
      width: 32%;
}

.newmodal .modal-content{
    border-radius:0px;
    border:2px solid #6580c5 !important;
    padding: 15px !important;
}

.newmodal  .modal-header {
      padding: 0px !important;
      border-bottom:0px !important;
      margin-bottom:15px;
}

.newmodal  .form-control {
    border:0px !important;
    border-bottom:1px solid #999 !important;
    border-radius:0px !important;
        font-style: italic;
}

.info-block {
      color: white;
    border-radius: 20px;
    padding: 20px;
    background-color: #98ade3;
    text-align: center;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


 #modal-nastroiki   .modal-dialog {
    max-width: 630px !important;
}

#modal-nastroiki  .green {
       background-color: #def5e1;
    min-height: 150px;
    border-radius: 25px;
    margin-top: 15px;
}

.header-green {
        color: green;
    margin-right: -15px;
    margin-top: 0px;
    padding-top: 6px;
}

.header-green h5{
    margin:0px;
    padding:0px;
}

.form-green {
    color:#666;
    font-size:13px;
    font-style:italic;
}

#modal-nastroiki  .form-check {
    display:flex;
}

#modal-nastroiki  .form-check > div:first-child { 
   width:80%; 
}

#modal-nastroiki  .form-check > div:last-child { 
   width:19%; 
       text-align: center;
}

.info-ocenit {
    font-style:italic;
        font-size: 14px;
}

.info-ocenit span{ 
    color:#6580c5;
}

#modal-ocenit .modal-dialog {
    max-width: 630px !important;
}
 
 .container-ocenit {
     margin:25px 50px;
 }
 
 
 .rate {
    float: left;
    height: 46px;
    padding: 0 10px;
        margin: 0 auto;
    margin-bottom: 12px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
       float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 42px;
    color: #ccc;
    margin: 4px;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.msg-ocenka {
    text-align:center;
    margin-bottom:10px;
}

.error {
    font-style:italic;
    color:#13347f;
    font-weight:bold;
}

.container-button-avatar {
    margin:15px 0;
}

#confirmPhone button, .row-phone-result button, .row-phone-result button:hover {
    font-size: 16px;
    background-color: #6580c5;
    color: #fff;
    border: #6580c5;
}


.descript-rate{
   width: 50%;
    margin: 0 auto;
}

.descript-rate  > div{
   display: inline-block;
    text-align: center;
    width: 46.5px;
    padding: 0 4px;
    font-size: 20px;
}

.soc-news-footer {
    float:right;
}

.soc-news-footer img{ 
    width:24px
}

.row_usluga .count {
    text-align:center;
    width:60%;
    /*display: inline !important;*/
    border:none;
}

.container_oplata{
     margin: 0 auto;
    width: 560px !important;
    background-color: #fff;
    padding: 20px 40px;
    box-shadow: 2px 2px 2px #d5d5d5 !important;
} 

#tmg_ps_next_button {
    margin-right:35px !important;
}

.body-oplata {
background-color:#eee !important
}

.hide-mobile {
    display:block;
}

.hide-desktop {
    display:none;
}

 .bg-count-uslugi {
   /*background-color: #eee;*/
    padding: 2px 0;
    margin-top: 5px;
    color: var(--color);
    background-color: var(--background-color);
    display: inline-block;
    width: 100%;
 }
 
 .bg-count-uslugi input{
       border: 0px;
       /*background: #ffffff00;*/
       width: 40px;
       text-align: center;
       padding: 0;
       /*color: var(--color);
    background-color: var(--background-color);*/
 }

 
  .bg-count-uslugi button{
       border: 0px;
       font-weight:bold;
         font-size: 18px;
         width: 20px;
         padding: 0;
         /*color: var(--color);
    background-color: var(--background-color);*/
        /*background-color: #fff0;*/
  }
  
  
.bg-count-uslugi input[type="number"].count-mobile::-webkit-outer-spin-button,
.bg-count-uslugi input[type="number"].count-mobile::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.bg-count-uslugi input[type='number'].count-mobile,
.bg-count-uslugi input[type="number"].count-mobile:hover,
.bg-count-uslugi input[type="number"].count-mobile:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.tmg   h3  {font-size: 1.25rem !important;}
 
.pagination {
    display:block !important;
    width:100% !important;
}
 .page-item {
    display: inline-block;
 }
 
dark-mode-toggle {
    display: contents;
}
.copyright {
    line-height: 32px;
}
.page-link {
    border: none!important;
}
.panel-body {
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 20px;
}

.btn-group .btn-sm {
  padding: .5rem;
  font-family: var(--font-family-3);
  font-size: 1rem;
  color: #13347f;
}
.btn-group span {
  padding: .5rem;
}
.info-tme {
    /*margin: 30px 0;*/
}
.info-tme .title {
    font-family: var(--font-family-1);
    font-size: 20px;
}
.info-tme button {
    font-family: var(--font-family-1);
    font-size: 16px;
    background-color: #6580c5;
    border: #6580c5
}
.info-tme button:hover {
    background-color: #13347f;
}

.info-tme .canvas {
    width: 100%;
}
.info-tme .block {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    color: var(--color)!important;
    background-color: var(--background-color)!important;
}
.info-tme p {
    /*font-size: 80%;*/
    margin-bottom: 22px;
    min-height: 34px;
}

.tag .right {
    text-align: right;
    padding-top: 13px;
}
.ms2Gallery {
    margin-bottom:30px;
}