table {text-align: justify;}
td { border: 1px solid #ccc; padding: 7px;}
 
@media 
only screen and (max-width: 760px),
(min-device-width: 425px) and (max-device-width: 768px)  {
 
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none!important;
        width: 100%!important; 
		position: relative;
		padding: 7px;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
    
    tr td:first-child {
	font-weight: bold;
    }
	
	/*
	Label the data
	*/
 
}

	@font-face {
		  font-family: 'IBMPlexSans';
		  src: url('/fonts/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf');
		  src: local('☺'), url('/fonts/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf') format('woff'), url('/fonts/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
		  font-weight: normal;
		  font-style: italic;
	}
	
	@font-face {
		  font-family: 'IBMPlexSans';
		  src: url('/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf');
		  src: local('☺'), url('/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf') format('woff'), url('/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf') format('truetype');
		  font-weight: normal;
		  font-style: normal;
	}
	
	@font-face {
		  font-family: 'OpenSans';
		  src: url('/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf');
		  src: local('☺'), url('/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('woff'), url('/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
		  font-weight: normal;
		  font-style: italic;
	}
	
	@font-face {
		  font-family: 'OpenSans';
		  src: url('/fonts/OpenSans-VariableFont_wdth,wght.ttf');
		  src: local('☺'), url('/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('woff'), url('/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
		  font-weight: normal;
		  font-style: normal;
	}

/* @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans'); */

/* Стили меню с выпадающими подпунктами */

a.disabled {
pointer-events: none; /* делаем элемент неактивным для взаимодействия */
cursor: default; /*  курсор в виде стрелки */
}

#menu-wrap {
 position:relative;
}

.menu{
 font-family: 'IBM Plex Sans', sans-serif;
 display:block;
 margin: 0;
 padding: 0;
 background: rgba(255, 255, 255, 0.60);
/*
 max-width: 900px;
 margin: 50px auto;
*/
}
.menu li{
 display: inline-block;
 position: relative;
/* z-index:10;*/
}

.menu li img {
 vertical-align: top;
 display: inline-block;
}

.menu li a {
 font-weight: bold;
 text-decoration:none;
 padding:11px;
 display:block;
 color: #982420;
 -webkit-transition: all 0.3s ease-in-out 0s;
 -moz-transition: all 0.3s ease-in-out 0s;
 -o-transition: all 0.3s ease-in-out 0s;
 -ms-transition: all 0.3s ease-in-out 0s;
 transition: all 0.3s ease-in-out 0s;
}

.menu li a:hover, 
.menu li:hover > a{
 color:#ffffff;
 background: #982420;
}

.menu ul {
 display: none;
 margin: 0;
 padding: 0;
 width: 100%;
 position: absolute;
 top: 40px;
 left: 0px;
 background: #ffffff;
 z-index: 15;
}

.menu ul li {
 display:block;
 float: none;
 background:none;
 font-family: 'IBM Plex Sans', sans-serif;
}

.menu ul li a {
 font-size:14px;
 font-weight:normal;
 display:block;
 color:#982420;
 border-left:3px solid #f3f0c9;
 background:#f3f0c9;
    z-index: 15;
}
.menu ul li a:hover, .menu ul li:hover > a{
 background:#ffffff;
 border-left:3px solid #982420;
 color:#0b0101;
}

.menu li:hover > ul{
 display: block;
}
.menu ul ul {
 left: 149px;
 top: 0px;
}

#menu-icon {
 display:none;
}

.submenu-service {
    width: 250%;
}

@media screen and (max-width: 425px), (max-width: 768px) {
#menu-icon{
 width: 100%;
 height:45px;
 background: rgba(255, 255, 255, 0.60) url("../img/menu.png") no-repeat left 12px center;
 cursor:pointer;
 display:block;
 float: left;
 color: #982420;
 line-height: 45px;
}

#menu-icon b {
 padding: 0 0 0 36px;
 color: #982420;
 line-height: 46px;
}

.menu{
 margin: 0 15px;
 clear:both;
 position:absolute;
 top:45px;
 width:100%;
 left: 0;
 z-index:100;
 padding:0;
 margin:0;
 display:none;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #982420;
}

.menu li{
 display:block;
 margin:0;
}

.menu li a {
 background:#f3f0c9;
 color:#982420;
 border-top:1px solid #e0e0e0;
 border-left:3px solid #f3f0c9;
}

.menu li a img {
 display: none;
}

.menu li a:hover, .menu li:hover > a{
 background:#ffffff;
 color:#982420;
 border-left:3px solid #982420;
}

.menu ul {
 display:block;
 position:relative;
 top:0;
 left:0;
 width:100%;
}

.menu ul ul {
 left:0;
}
    
.menu ul li a {
padding-left: 20px;        
}
    
.submenu-service {
    width: 100%;
}
    
}

/*
Респонсивная верстка видео с внешних сервисов
*/

/* Laptops and medium screens - 1024px and wider */
@media screen and (max-width: 1024px), (max-width: 1440px), (max-width: 1920px), (max-width: 2560px) {
    .video-wrap {
      position: relative;
      padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
      padding-top: 30px;
      height: 0;
      overflow: hidden;
/*      margin-bottom: -145px;*/
    }
    .video-wrap iframe {
      padding: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
}

/* Mobile screens - 425px, 768px  */
@media screen and (max-width: 425px), (max-width: 768px) {
    .video-wrap {
      position: relative;
      padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
      padding-top: 30px;
      height: 0;
      overflow: hidden;
      margin-bottom: 0;
    }
    .video-wrap iframe {
      padding: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
}

.whatsapp-btn {
    display: inline-block;
    background-color: #1ebea5;
    padding: 12px;
    width: 65%;
    font-size: 18px;
    text-align: center;
/*    margin-top: 15px;*/
    margin-bottom: 10px;
    text-decoration: none;
    color: white;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

/*
.whatsapp-btn a:hover {
    text-decoration: none;
}
*/

.whatsapp-btn:hover {
    background-color: #16a28c;
    color: white;
    text-decoration: none;
}

.popup-window-main-title {
    text-align: center;
    font-size: 28px;
	font-weight: bold;
	color: #990F0F;
	text-shadow: 
		-0   -1px 1px #FFFFFF,
		 0   -1px 1px #FFFFFF,
		-0    1px 1px #FFFFFF,
		 0    1px 1px #FFFFFF,
		-1px -0   1px #FFFFFF,
		 1px -0   1px #FFFFFF,
		-1px  0   1px #FFFFFF,
		 1px  0   1px #FFFFFF,
		-1px -1px 1px #FFFFFF,
		 1px -1px 1px #FFFFFF,
		-1px  1px 1px #FFFFFF,
		 1px  1px 1px #FFFFFF,
		-1px -1px 1px #FFFFFF,
		 1px -1px 1px #FFFFFF,
		-1px  1px 1px #FFFFFF,
		 1px  1px 1px #FFFFFF;
}

.popup-window-first-title {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    text-shadow:2px 2px 4px rgba(0, 0, 0, 1);
}

.popup-window-content {
    text-align: center;
    font-size: 18px;
    color: #990F0F;
}

.link-popap-button {
    display: inline-block;
    background-color: #cb0303;
    padding: 12px;
    width: 32%;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    margin-right: 15px;
    text-decoration: none;
    color: white !important;
}

.link-popap-button:hover {
    background-color: #980000;
	text-decoration: none !important;
}

.any-popap-button {
    display: inline-block;
    background-color: #0d9f03;
    padding: 12px;
    width: 32%;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    margin-right: 15px;
    text-decoration: none;
    color: white !important;
}

.any-popap-button:hover {
    background-color: #0b8503;
	text-decoration: none !important;
}

.any-link-text a {
    color: #ec971f!important;
    text-decoration: underline!important;
}

.any-link-text a:hover {
    color: #d58512!important;
    text-decoration: underline!important;
}

.img-in-center {
    margin: 5px auto 5px;
    display: block;
}

.description-container a {
    color: #ec971f;
    text-decoration: underline;
}

.description-container a:hover {
    color: #d58512;
    text-decoration: underline;
}

.description-container a:focus {
    color: #d58512;
    text-decoration: underline;
}

.bottom-links {
	padding: 10px;
    margin: 10px;
}

.bottom-links a {
    color: #982420;
    text-decoration: underline;
}

.bottom-links a:hover {
    color: #621c1a;
    text-decoration: underline;
}

.bottom-links a:focus {
    color: #621c1a;
    text-decoration: underline;
}


/* 
Стили для респонсивной верстки (sidebar2)
-------------------------------------
*/

/* Smaller mobile screens */
@media screen and (min-width: 425px) {
	
.sidebar2 {
    display: none;
}
	
}


/* Larger mobile screens - 768px and wider */
@media screen and (min-width: 768px) {
    
.sidebar2 {
    display: none;
}

}


/* Laptops and medium screens - 1024px and wider */
@media screen and (min-width: 1024px) {
    
.sidebar2 {
    display: none;
}
	
}

/* Larger mobile screens - 1440px and wider */
@media screen and (min-width: 1440px) {

.sidebar2 {
  display: inherit;
  position: fixed;
  right: -10px;
  z-index: 1000;
  top: 280px;
  /*width: 120px;*/
  height: 45px;
  padding: 10px 10px;
  /* background: #00b285; */
  color: #fff;
  /* border-radius: 10px; */
}
/*.sidebar2.fixed {
  top: 70px;
}*/
.sidebar2:hover {
  /* background: #104ba9; */
  /* border-radius: 10pxpx; */
}
.sidebar2 a {
  position: relative;
  margin-bottom: 10px;
  display: block;
  width: 150px;
  text-decoration: none;
  color: #fff;
}
.sidebar2 a:hover {
  /* background: #104ba9; */
  /* border-radius: 10px 0 0 10px; */
}
body.home .sidebar2 {
  top: 410px !important;
}
body.home .sidebar2.fixed {
  top: 70px !important;
}

}

/* Large screens - 1920px and wider */
@media screen and (min-width: 1920px) {
	
	
		
}

/* 
/ Стили для респонсивной верстки (sidebar2)
-------------------------------------
*/


/* 
	Блок партнеры
*/

        .footer-main
        {
        text-align: center;
        margin: 10px auto;
        }
        .footer-main span{
        color: #FFF;
        margin: 0 10px;
        font-size: 16px;
        cursor: pointer;
        }

        ul.foot {
        padding: 0;
        float: left;
        }

        ul.foot li {
        position: relative;
        display : inline-block;
        width : 70px;
        height: 70px;
        cursor: pointer;
        }

        ul.foot li div{
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background-size: 100% 100% !important;
        }
        ul.foot li div.up{
        opacity:0;
        }
        ul.foot li div.up:hover{
        opacity:1;
        }


        ul.foot2 {
        padding: 0;
        float: left;
        width: 100px;
        float: right;
        margin-top: 20px;
        margin-right: -10px;
        border-left: 1px solid rgba(255,255,255,0.4);
        padding-left:30px;
        }

        ul.foot2 li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        cursor: pointer;
        margin: 4px 4px;
        }

        ul.foot2 li div{
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background-size: 100% 100% !important;
        }
        ul.foot2 li div.up{
        opacity:0;
        }
        ul.foot2 li div.up:hover{
        opacity:1;
        }
        .foot div, .foot2 div{
        cursor: pointer;
        }
        .partner{
        width: 140px;
        margin: auto;
        left: 0;
        right: 0;
        padding-top: 10px;
        }
        .partner span{
        font-size: 15px;
        color: #982420;
        text-transform: uppercase;
        font-weight: bold;
        }
		
/* 
/ Блок партнеры
-------------------------------------
*/



/* 
Стили виджета политики конфид - только уведомление
*/
.privacy_block {
display: none;
position: fixed;
z-index: 9999999;
bottom: 0;
left: 0;
right: 0;
text-align: center; /* если display: flex; - текст в центре по горизонтали */
font-size: 13px;
color: #812420;
background: #e7bf85;
padding: 10px 20px;
border-top: 4px solid #d8e8dc;
/* height: 100%; */ /* фон полностью закрывает контент */ 
flex-wrap: wrap;
align-content: center; /* если flex-wrap: wrap; - текст в центре по вертикали */
}
/* Оформление кнопок */
.privacy_block .close{margin-left: 25px;}
.privacy_btn {
display: block;
text-decoration: none;
position: relative;
font-size: 13px;
padding: 4px 12px;
color: #FFF;
font-weight: bold;
text-transform: uppercase;
background: #e3a954;
border: 2px solid #efdbbf;
cursor: pointer;
max-width: 150px;
margin-right: auto;
margin-left: auto;
}
.privacy_btn:hover {
color: #FFF;
}
.privacy_btn:after,
.privacy_btn:before {
position: absolute;
height: 2px;
left: 50%;
background: #FFF;
bottom: -6px;
content: "";
transition: all 280ms ease-in-out;
width: 0;
}
.privacy_btn:before {
top: -6px;
}
.privacy_btn:hover:after,
.privacy_btn:hover:before {
width: 100%;
left: 0;
}
.privacy_block a {color:#812420;text-decoration:underline}
.privacy_block .close a {text-decoration:none}

/*
//Стили виджета политики конфид - только уведомление
----------------------------------------------------------------------------------------
*/


/*
//Стили виджета о предупреждении метрики - из документации Яндекса
*/

        .cookie-notification {
            position: fixed;
            background-color: rgba(74, 99, 97, .8);
            bottom: 0;
            max-width: 800px;
            color: white;
            padding: 10px;
			z-index: 999999;
			font-size: 14px;
        }
		.cookie-notification a {
			color: #982420;
		}
		.cookie-notification a:hover, a:focus {
			color: #2e2a2a;
		}
        .cookie-notification_hidden_yes {
            display: none;
        }
        .cookie-notification__header {
            margin-bottom: 10px;
            font-size: 23px;
        }
        .cookie-notification__body {
            margin-bottom: 10px;
        }
		.cookie-notification__button {
			color: #252222;
		}

/*
//Стили виджета о предупреждении метрики - из документации Яндекса
----------------------------------------------------------------------------------------------------------
*/


/*
	Стили виджета о куках и Метрике - блокировка
*/

#pdaudit-cookie-banner {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  pointer-events: none;
}
#pdaudit-cookie-banner[hidden] { display: none; }
#pdaudit-cookie-banner .pdacb-card {
  pointer-events: auto;
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 720px;
  background: #ffffff;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(37, 99, 235, 0.04);
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
}
#pdaudit-cookie-banner .pdacb-head strong { font-size: 15px; color: #0f172a; }
#pdaudit-cookie-banner .pdacb-body { color: #374151; margin: 6px 0 10px; }
#pdaudit-cookie-banner .pdacb-body p { margin: 0 0 4px; font-size: 13.5px; }
#pdaudit-cookie-banner .pdacb-body a { color: #2563eb; text-decoration: underline; }
#pdaudit-cookie-banner .pdacb-body a:hover { text-decoration: none; }
#pdaudit-cookie-banner .pdacb-settings-link { color: #2563eb; text-decoration: underline; text-decoration-style: dotted; }
#pdaudit-cookie-banner .pdacb-categories {
  margin: 10px 0;
  padding: 10px 12px;
  background: #f8fafc;
  border-radius: 8px;
}
#pdaudit-cookie-banner .pdacb-cat {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 6px 0;
  font-size: 13px;
  cursor: pointer;
}
#pdaudit-cookie-banner .pdacb-cat input { margin-top: 2px; flex-shrink: 0; }
#pdaudit-cookie-banner .pdacb-cat strong { font-weight: 600; }
#pdaudit-cookie-banner .pdacb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4px;
}
#pdaudit-cookie-banner .pdacb-btn {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #1f2937;
  padding: 9px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s, border-color .15s, color .15s;
}
#pdaudit-cookie-banner .pdacb-actions .pdacb-btn-decline,
#pdaudit-cookie-banner .pdacb-actions .pdacb-btn-accept,
#pdaudit-cookie-banner .pdacb-actions .pdacb-btn-save { width: 200px; text-align: center; }
#pdaudit-cookie-banner .pdacb-btn-decline:hover { background: #f3f4f6; border-color: #d1d5db; }
#pdaudit-cookie-banner .pdacb-btn-accept,
#pdaudit-cookie-banner .pdacb-btn-save { background: #2563eb; border-color: #2563eb; color: #ffffff; }
#pdaudit-cookie-banner .pdacb-btn-accept:hover,
#pdaudit-cookie-banner .pdacb-btn-save:hover { background: #1d4ed8; border-color: #1d4ed8; }
@media (max-width: 640px) {
  #pdaudit-cookie-banner .pdacb-card {
    left: 8px; right: 8px; bottom: 8px;
    transform: none;
    width: calc(100% - 16px);
    padding: 12px 14px;
    font-size: 13px;
  }
  #pdaudit-cookie-banner .pdacb-actions .pdacb-btn-decline,
  #pdaudit-cookie-banner .pdacb-actions .pdacb-btn-accept,
  #pdaudit-cookie-banner .pdacb-actions .pdacb-btn-save {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    padding: 13px 6px;
    font-size: 14px;
    min-height: 44px;
  }
}

/*
	/ Стили виджета о куках и Метрике - блокировка
	-------------------------------------------------------------------------
*/










