:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
main{
	position: relative;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color:#f8f9fa;
  text-align: left;
  background:  #343a40;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #f8f9fa;
}
a:hover {
  text-decoration: underline;
}

footer, .footer{
	border-top:  1px solid #000000;
	padding: 1rem;
	margin-top: 1rem;
	color: #A9A9A9;  
}
footer a, .footer a{
	color: #D3D3D3;  
}



#bold {font-weight: bold;}	

.swh600 iframe {
   width: 100%;
   height: 360px;
   border-style: none;
}
.screen img {
   width: 250px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding: 5px;
}

.text{
  padding: 0.5rem;
}
.text-center {
  text-align: center !important;
}
.footer-menu a{
	margin: .5rem 1rem;
}
.header {
   position:fixed;
   height:50px;
   width:100%;
   box-shadow: 0 5px 5px rgba(0,0,0,0.5);
   z-index: 25; 
   background:  #343a40; 
   }
.logo {
   margin-left:0.5rem;
   height:50px;
   color:#f8f9fa;    
   font-size: 32px;
   font-weight: bold;
   }
.logo a {
	color:#f8f9fa; 
	text-decoration: none; 
   }   
   
.cont {
   padding-top: 80px;
   max-width: 1920px;
   }
      
.page-header a {
	color:#f8f9fa; 
	text-decoration: none; 
   }
      
.lname{
	margin-top: 3rem;
	padding: 1rem;
	font-size: 1.5rem;
	font-weight: bold;
}      
@media (min-width: 576px) { 
   .header {
      height:70px;
      }
   .logo {
      margin-left:2rem;
      height:70px;    
      font-size: 48px;
      }
   .cont {
      padding-top: 100px;
      }   
}   



@media (min-width: 768px) { 
   .fm {
      height:50px;
      width:228px;
      z-index: 25; 
      /*background:  #343a40; */
      background: url(../images/fm.png) center no-repeat; 
      position: fixed;
      left: 100%;
      top: 10px; 
      margin-left: -330px;
      }	
}   

.menu {
	background: #D3D3D3; 
	background: url(../images/fm.png) #D3D3D3 7px 7px no-repeat;
	width: 100%;
   position: fixed;
   left: 0;
   top: 0; 
   padding: 1rem;
   padding-top: 60px;
   box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
   overflow: auto;
   height: 100%;
	}	

@media (min-width: 576px) { 	
   .menu {
	   width: 500px;
      left: 100%;
      top: 5px; 
      margin-left: -505px; 
      height: 90%;
	   }	
}		

@media (min-width: 992px) { 	
   .menu {
	   width: 900px;
      margin-left: -905px; 
	   }	
}	

/*скрываем наше меню и checkbox*/
.menu, #spinner-form2 {
    /*display:none;*/
    visibility: hidden;
    opacity:0; /*Элемент полностью прозрачный (невидимый)*/
	 transition: 1s; /*Скорость перехода состояния элемента*/
}



/*а вот собственно и само действие*/
#spinner-form2:checked ~ .menu {
    /*display:block;*/
    opacity:1;
    visibility: visible;
	 transition: 1s;
	
}	

.tsv {background: #D3D3D3; }

.menu a {	
    text-decoration:none;
    color: #696969; 
    margin-top:1rem;  
    }
.menu a:hover{
    text-decoration:underline;
    color: #696969;    
    }    
.menu a:visited{
    color: #808080;    
    }
.menu .nav_activ a{   
color: #CD5C5C;
}    
@media (pointer:coarse){
   .k31_nav {
   	margin-top: 1rem !important;
      }	
}   

.spinner-master2 * {
    transition: all 0.3s;
    box-sizing: border-box;
}
.spinner-master2 {
    position: fixed;
    margin: 3px;
    /*height: 50px;*/
    width: 45px;
    z-index: 90;
	 padding: 1rem;
	left: 100%;
   top: 0; 
   margin-left: -55px;    
}
@media (min-width: 576px) { 
.spinner-master2 {
    position: fixed;
    margin: 1rem;
    /*height: 60px;*/
    width: 60px;
    z-index: 90;
	 padding: 1rem;
	left: 100%;
   top: 0; 
   margin-left: -90px;    
}
}
.spinner-master2 input[type=checkbox] {
    display: none;
}
.spinner-master2 label {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 10px;
    left: 0;
}
.spinner-master2 .spinner2 {
    position: absolute;
    height: 5px;
    width: 100%;
   background-color: #eee;
   box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.spinner-master2 .diagonal.part-1 {
    position: relative;
    float: left;
}
.spinner-master2 .horizontal {
    position: relative;
    float: left;
    margin-top: 7px;
}
.spinner-master2 .diagonal.part-2 {
    position: relative;
    float: left;
    margin-top: 6px;
}
.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .horizontal {
    opacity: 0;
}
.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .diagonal.part-1 {
    transform: rotate(135deg);
    margin-top: 10px;
}
.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .diagonal.part-2 {
    transform: rotate(-135deg);
    margin-top: -16px;
}



	
	
	
	
	
.fimg {
  position: relative; 
  overflow: hidden;
  margin: 0;
  /*height: 100%;*/
  width: 100%;
  filter: grayscale(.8);
}
/*figure img{
  width: 100%;
  height: 100%;
}*/
.fimg::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(0,0,0,.2);
	border-radius: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.fimg:hover{
  animation: bloom ease-in-out .75s forwards;
}
.fimg:hover::before {
	animation: circle .75s;
}
@keyframes bloom {
	0% {
		filter: grayscale(.8);
	}
	40% {
		filter: grayscale(.5);
	}
	100% {
		filter: grayscale(0);
	}
}
@keyframes circle {
	0% {
		opacity: .5;
    background: rgba(213,156,34,.2);
    
	}
	40% {
		opacity: 1;
    background: rgba(34,213,118,.2);
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}	
	
.fimg-v .nimg, .fimg-g .nimg, .fimg-p .nimg, .fimg-gm .nimg  {
   position:absolute;
   bottom:0;
   width:100%;
   height:135px;   
   background:rgba(0, 0, 0, 0.5);
   overflow: hidden;
   padding: 0.5rem;
   z-index: 80;
}	
	
@media (max-width: 575px) { 
   .fimg-v  {
	   background: url(../images/v575.jpg) #6c757d center no-repeat;  
	   height:345px;
	   }	   
   .fimg-g  {
	   background: url(../images/g575.jpg) #6c757d center no-repeat;  
	   height:345px;
	   }
   .fimg-p  {
	   background: url(../images/p575.jpg) #6c757d center no-repeat;
	   height:345px;   
	   }
   .fimg-gm  {
	   background: url(../images/gm575.jpg) #6c757d center no-repeat; 
	   height:345px; 
	   }  
   .fimg-v, .fimg-g, .fimg-p, .fimg-gm  {
	   font-size: 1.5rem;
	   } 	    
   }

@media (min-width: 576px) { 
   .fimg-v  {
	   background: url(../images/v768.jpg) #6c757d center no-repeat;  
	   height:700px;
	   }	   
   .fimg-g  {
	   background: url(../images/g768.jpg) #6c757d center no-repeat;  
	   height:700px;
	   }
   .fimg-p  {
	   background: url(../images/p768.jpg) #6c757d center no-repeat;
	   height:345px;   
	   }
   .fimg-gm  {
	   background: url(../images/gm768.jpg) #6c757d center no-repeat; 
	   height:345px; 
	   }  
   .fimg-v, .fimg-g, .fimg-p, .fimg-gm  {
	   font-size: 1.5rem;
	   }  
.fimg-p .nimg, .fimg-gm .nimg {
   height:85px;   
}	     
   }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 
   .fimg-v  {
	   background: url(../images/v.jpg) #6c757d center no-repeat;  
	   height:700px;
	   }	   
   .fimg-g  {
	   background: url(../images/g.jpg) #6c757d center no-repeat;  
	   height:700px;
	   }
   .fimg-p  {
	   background: url(../images/p.jpg) #6c757d center no-repeat;
	   height:345px;   
	   }
   .fimg-gm  {
	   background: url(../images/gm.jpg) #6c757d center no-repeat; 
	   height:345px; 
	   }  
   .fimg-v, .fimg-g, .fimg-p, .fimg-gm  {
	   font-size: 1.5rem;
	   } 
   }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
   /*.fimg-v  {
	   background: url(../images/v.jpg) #6c757d center no-repeat;  
	   height:700px;
	   }	   
   .fimg-g  {
	   background: url(../images/g.jpg) #6c757d center no-repeat;  
	   height:700px;
	   }
   .fimg-p  {
	   background: url(../images/p.jpg) #6c757d center no-repeat;
	   height:345px;   
	   }
   .fimg-gm  {
	   background: url(../images/gm.jpg) #6c757d center no-repeat; 
	   height:345px; 
	   }  
   .fimg-v, .fimg-g, .fimg-p, .fimg-gm  {
	   font-size: 1.5rem;
	   }  */ 
   }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 
   /*.fimg-v  {
	   background: url(../images/v.jpg) #6c757d center no-repeat;  
	   height:700px;
	   }	   
   .fimg-g  {
	   background: url(../images/g.jpg) #6c757d center no-repeat;  
	   height:700px;
	   }
   .fimg-p  {
	   background: url(../images/p.jpg) #6c757d center no-repeat;
	   height:345px;   
	   }
   .fimg-gm  {
	   background: url(../images/gm.jpg) #6c757d center no-repeat; 
	   height:345px; 
	   }  
   .fimg-v, .fimg-g, .fimg-p, .fimg-gm  {
	   font-size: 1.5rem;
	   } */
   }	
.mgb {margin-bottom: 10px;}    
				
.fimg-v, .fimg-g, .fimg-p, .fimg-gm  {
    -moz-background-size: cover; 
    -webkit-background-size: cover; 
    -o-background-size: cover; 
   background-size: cover; 
	color: #f8f9fa;
	font-size: 1.5rem;
	/*text-align: center;*/
	}   


/*
.fimg-p .nimg, .fimg-gm .nimg {
   position:absolute;
   bottom:0;
   width:100%;
   height:85px;   
   background:rgba(0, 0, 0, 0.5);
   overflow: hidden;
   padding: 0.5rem;
}*/
a .nimg  {color: #f8f9fa; text-decoration: none; text-align: center;}
a:hover .nimg {text-decoration: underline;}	




/*span { display: block; }*/




.link {
	background:#696969; 
   overflow:hidden; 
   height:200px;   
   position: relative;
   }
.link span { 
   display: block; 
   position: absolute;  
   bottom: 0;
   width:100%;
   background:rgba(0, 0, 0, 0.5); 
   color: #f8f9fa;
   padding: .1rem;
   }
.link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
   }
   
.link a {
   text-decoration: none;   
   }   
.link span:hover {
   background:rgba(0, 0, 0, 0.7);    
   }   
	
iframe, img {
	border: none;
   }

/*
.screen {
	width: 410px;
   }*/


a.button1 {
  position: relative;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-shadow: -1px -1px #000;
  user-select: none;
  padding: .8em 2em;
  outline: none;
  background-color: #000;
  background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 50%, rgba(0,0,0,0) 50%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto;
  background-position: 200% 0, 0 0;
  box-shadow: rgba(0,0,0,.3) 0 2px 5px;
} 
a.button1:active {
  top: 1px;
  box-shadow: none;
}
a.button1:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0;
}



a.button9 {
	width: 100%;
	text-align: center;
  position: relative;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 1em 2em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
a.button9:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
a.button9:active {
  top: 1px;
}







.pagination:after, .pagination:before {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}

.pagination__wrapper {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 17%, white 83%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 17%, white 83%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  height: 50px;
  left: 50%;
  position: relative;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 25px;
  width: 100%;
}
.pagination__wrapper:before, .pagination__wrapper:after {
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.pagination__wrapper:before {
  top: -1px;
}
.pagination__wrapper:after {
  bottom: -1px;
}

@-webkit-keyframes hoverAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes hoverAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: block;
  float: left;
  padding: 5px;
}
.pagination li:first-child {
  border: none;
}
.pagination a,
.pagination span {
  background: none;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0;
}
.pagination a {
  outline: none;
  position: relative;
  -webkit-transition: all 170ms linear;
  transition: all 170ms linear;
  text-decoration: none;
}
.pagination a:before {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 170ms linear;
  transition: all 170ms linear;
  top: 50%;
  width: 0;
}
.pagination a:hover:not(.active) {
  color: black;
}
.pagination a:hover:not(.active):before {
  -webkit-animation: hoverAnimation 510ms linear forwards;
          animation: hoverAnimation 510ms linear forwards;
  height: 40px;
  width: 40px;
}
.pagination a.active, .pagination span.active {
  background: rgba(0, 0, 0, 0.1);
  color: black;
}
.pagination .prev,
.pagination .next {
  font-size: 14px;
}




.wh600{
   width: 600px;
}

.iframe{
   width: 100%;
	height: 360px;
	object-fit: cover;
	overflow: hidden;
}

@media (max-width: 575px) { 
h1, .h1 {
  font-size: 1.75rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.35rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.15rem;
}
.none{
	display: none !important;
}	    
   }

@media (max-width: 767px) { 
.smnone{
	display: none !important;
}
   }

@media (max-width: 991px) { 
.mdnone{
	display: none !important;
} 
   }

@media (max-width: 1199px) { 
.lgnone{
	display: none !important;
} 
.showlg{
  display: none;
}
   }
   
@media (min-width: 1200px) { 
.xlnone{
	display: none !important;
}
   }   


.danger{
	/*position: absolute;
	top: 70px;
	display: block;
	/*margin-top: 70px;*/
	margin-bottom: 0.5rem;
	color: #CD5C5C;
}
.danger a{
	color: #CD5C5C;
}


.notfound {
   margin: 2rem;
}

.notfound a {
   font-size: 1.5rem;
   color: #CD5C5C;
}
.mb{
  margin: 1.5rem;
  /*width: 100%;*/
  text-align: center;
}
.menu .mb a {
   font-size: 1.5rem;
   color: #CD5C5C;
}
.menu .mb a:hover, .menu .mb a:visited, .menu .mb a:active,, {
   color: #CD5C5C;
}

.bnr{
	width: 240px;
	float: right;
   color: #A9A9A9;
   margin: 1.5rem;
}

.bnr a{
   font-size: 1.5rem;
   color: #CD5C5C;
}
.showlg{
  border-right:  1px solid #808080;
}
