
body {
    font-family: 'Montserrat', sans-serif;
}
.conteiner-head {
	align-items: center;
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	margin: 0 auto;
}

.conteiner-boby {
	font-family: 'Montserrat', sans-serif;
	align-items: center;
	width:100%;
	max-width: 1100px;
	box-sizing: border-box;
	padding: 0 15px;
	display: block;
	margin: 0 auto;
}

.cover-light-source {
	background:url("../../images/cover1.jpg");
	background-repeat: repeat-y;
	background-size: cover;
	transition: 0s linear;
	transition-property: background-position;
	background-attachment: fixed;
}

.bg{	
background:url("../../images/cover.jpg");
background-repeat: repeat-y;
background-size: cover;    
transition: 0s linear;
transition-property: background-position;
background-attachment: fixed;
}

.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
/* Demo Purpose Only*/
.demo {
  font-family: 'Raleway', sans-serif;
    color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
  font-family: 'Raleway', sans-serif;
color: #000;  
}


/*заголовки большие, первый от менюшки на каждой странице*/
h1  {
	width: auto;
    color: #F0F0F0;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
}
h2  {
	position: relative;
	display: block;
	width: auto;
    color: #F0F0F0;
    text-transform: uppercase;
    font-size: 18px bold;
    margin-top: 40px;
}

h3{
	color: #F0F0F0;
	text-transform: uppercase;
    font-size: 18px bold;
    text-align: center;
}
h4{
	color: #F0F0F0;
	font-style: italic;
    font-size: 15px;

}

p  {
	position: relative;
	width: 100%;
    color: #F0F0F0;
    font-size: 18px;
    margin-top: 40px;
    white-space: pre-wrap;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


img  {
	margin-right: 20px;
	border: 4px solid rgba(130, 12, 185);
	border-radius: 15px;
}

.footer {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 2000px;
	background-color: rgba(39, 39, 39, 0.5);
	text-align: center;

}


/*фотографии*/

.non-border{
	border-style: none;
}

.text-table  {
	position: relative;
	display: inline-table;
    color: #F0F0F0;
    font-size: 18px;
    white-space: pre-wrap;
    margin-left: 10px;
}
.pic-table{
	position: relative;
	display: block;
	border-style: none;
	width: 100%;
	max-width: 1050px;
	margin: 10px auto;
}
.block {
	max-width: 1050px;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin-top: 40px;
	background: rgba(4, 4, 4, 0.6);
	border-radius: 15px;
}

.block a img  {
	width: 380px;
	height: 340px;
	transition: .5s;
	position: relative;
	display: inline-table;
}
.block a img:hover {
    transition: 1s;
    transform: scale(1.05);
    border: 4px solid #B90C9D;
}


.container{
	width: 390px;
	height: auto;
	position: relative;
	display: inline-table;
}

.container a img {
	width: 165px;
	height: 148px;
	transition: .5s;
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.container a img:hover {
    transition: 1s;
    transform: scale(1.1);
    border: 4px solid #B90C9D;
}

.container-modern{
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	background: rgba(4, 4, 4, 0.6);
}

.container-modern a img  {
	width: 165px;
	height: 148px;
	transition: .5s;
	position: relative;
	display: inline-table;
	margin: 10px 10px;
}
.container-modern a img:hover {
    transition: 1s;
    transform: scale(1.1);
    border: 4px solid #B90C9D;
}


/* Логотип */

.logo__image {
	width: 410px;
	border: none;
;

}

/* Телефоны */

.phone {
	font-size: 16px;
	line-height: 35px;
	display: flex;
	align-items: center;
	color: #F0F0F0;
	margin: 0 20px;

}

/* Выбор языка ДООООДЕЕЕЛАААЙ!!!!! */ 
.language-menu {
	display: flex;
	width: 35px;
	flex-wrap: wrap;
	margin: 0 20px;
}
.language-button {
	border-radius: 3px;
	width: 35px;
	height: 20px;
	border: 1px solid #F0F0F0;
	font-size: 15px;
	color: #F0F0F0;
	text-align: center;
	margin: 10px auto;
	text-decoration: none;
	transition: .5s;

}	
.language-button-active {
	border-radius: 3px;
	width: 35px;
	height: 20px;
	border: 1px solid #F0F0F0;
	font-size: 15px;
	color: #F0F0F0;
	text-align: center;
	margin: 10px auto;
	text-decoration: none;
	-moz-box-shadow:0 0 10px #F0F0F0;
	-webkit-box-shadow:0 0 10px #F0F0F0;
	-box-shadow:0 0 10px #F0F0F0;
}
.language-button:hover {	
    transition: 1s;
    transform: scale(1.05);
}

/* Кнопки */

/* Отправить запрос */
.table-button{
	margin-left: 50px;
}

.send-request {
	text-decoration: none;
	outline: none;
	padding: 0;
	margin: 0;
	border-radius: 100px;
	background: linear-gradient(268.3deg, #130FC8 -1.65%, #820CB9 99.57%);
	width: 200px;
	height: 40px;
	top: 40px;
	color: #F0F0F0;
	text-align: center;
	display: table;
	cursor:pointer;
}
.buttonReq-Sup {
	display: table-cell;
	vertical-align: middle;
}

.send-request:hover {
	animation: SendPer .2s ;
	background: linear-gradient(269.11deg, #130FC8 -18.38%, #630EB3 19.32%, #B90C9D 95.73%);
}


/* Техподдержка */

.technical-support {
	text-decoration: none;
	outline: none;
	padding: 0;
	margin: 0;
	border-radius: 100px;
	background: linear-gradient(268.3deg, #130FC8 -1.65%, #820CB9 99.57%);
	width: 200px;
	height: 40px;
	top: 90px;
	color: #F0F0F0;
	text-align: center;
	display: table;
}

.technical-support:hover {
	animation: SendPer .2s ;
	background: linear-gradient(269.11deg, #130FC8 -18.38%, #630EB3 19.32%, #B90C9D 95.73%);
}
@keyframes SendPer{
0% {
	background: linear-gradient(268.3deg, #130FC8 -1.65%, #820CB9 99.57%);
}
33%{
	background: linear-gradient(269.11deg, #130FC8  0%, #820CB9  78.65%, #B90CB2  100%);
}
66%{
	background: linear-gradient(269.11deg, #130FC8  0%, #820CB9  57.29%, #B90CB2  88.54%);
}
100%{
	background: linear-gradient(269.11deg, #130FC8 -18.38%, #630EB3 19.32%, #B90C9D 95.73%);
}
}
/* Меню */

.main-menu {
  width: 100%;
  margin: 0 auto;
  display: flex;
  max-width: 1100px;
}

.menu-wight{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 3000px;
	background-color: rgba(39, 39, 39, 0.5);
}

.pod-menu {
	width: 300px;
	height: auto;
	background: #201F1F;
	position: absolute;
	display: none;
	z-index: 1;
	border-radius: 0px 0px 15px 15px;

}
.pod-menu1{
	line-height: 20px;
	margin: 10px;
	height: auto;
}


.main-menu li:hover .pod-menu {
    display: block;
 }

 .main-menu li a {
    padding-left: 20px; 
    padding-right: 20px; 
 }


.pod-menu:hover { 
   display: block; 
} 

ul {
  padding: 0;
  list-style: none;
  height: 50px;
  display:flex;
	flex-direction: row;
	justify-content: space-between;
}

ul li {
width:auto;
display: inline-block;
}

ul li a {
  
  color: #F0F0F0;
  display: inline-block;
  height: 50px;
  padding: 10px auto;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 50px;
  font-size: 18px;
}

ul li a:hover {
  color: #820CB9;
  text-shadow: 3px 3px black;
}
ul li a:focus {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
}

ul li a:active {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
}


/*товары*/

.products{
	display: flex;
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.products1 {
	width: 18%;
	height: 450px;
    transition: .5s;
    background: rgba(39, 39, 39, 0.5);
    border-radius: 15px; 
    margin: 5px auto;
    display: table;
}
.products1:hover {
    transition: 1s;
    transform: scale(1.1);
}
.products2 {
	width: 20%;
	height: 450px;
    transition: .5s;
    background: rgba(39, 39, 39, 0.5);
    border-radius: 15px; 
    margin: 5px auto;
    display: table;
}
.products2:hover {
    transition: 1s;
    transform: scale(1.1);
}

.products3 {
	width: 20%;
	height: 450px;
    transition: .5s;
    background: rgba(39, 39, 39, 0.5);
    border-radius: 15px; 
    margin: 5px auto;
    display: table;
}
.products3:hover {
    transition: 1s;
    transform: scale(1.1);
}

.products4 {
	width: 20%;
	height: 450px;
    transition: .5s;
    background: rgba(39, 39, 39, 0.5);
    border-radius: 15px; 
    margin: 5px auto;
    display: table;
}
.products4:hover {
    transition: 1s;
    transform: scale(1.1);
}
.non-border-products{
	border-style: none;
	height: 204px;
	border-radius: 15px;
	margin: 0;
	padding: 0;
	display: table-cell;
}
.text-products{
	color: #F0F0F0;
	font-size: 14px;
	white-space: pre-wrap;
	display: inline-table;
	width: 100%;
}


.frame-butdown{
	margin: 30px auto;
	width: 62px;
	height: 60px;

}
.butdown{
	position: absolute;
	display: block;
	width: 62px;
	height: 40px;
	animation: butdownDown 2s infinite;
}
@keyframes butdownDown{
0% {	margin-top: 0px;}
50%{	margin-top: 20px;}
100%{	margin-top: 0px;}
}


/* Партнеры */

    #scroller_container {
        width: 100%;
        overflow: hidden;
        align-items: center;
        margin: 0 auto;
    }
   
    #scroller_container>div {
        position: relative;
        white-space: nowrap;
        width: 100%;
        padding: 5px 0;
    }
    #scroller_container>div a,
    #scroller_container>div a img {
        padding: 0;
        margin:0;
        border-radius: 0;
    }
    #scroller_container>div a img {
        margin: 0 1px;
        border:0;
       }

/* Напишите нам */
#inline {
    width: 70%;
    margin: 30px auto;
    background: rgba(39, 39, 39, 0.5);
    padding: 5px 5px;
    border-radius: 15px;
   	text-align: center;
}
.txt { 
    display: inline-block;
    color: #676767;
    width: 90%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px 9px;
    line-height: 1.4em;
    border-radius: 5px;
}
.txtarea { 
    display: inline-block;
    color: #676767;
    width: 90%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px 9px;
    line-height: 1.4em;
    height: 80px;
    border-radius: 5px;
}
.txt:focus, .txtarea:focus {
 border: none; 
 color: #444; 
 }
input.error, textarea.error { 
    border: 3px solid #B90C9D; 
     }
input.error:focus, textarea.error:focus { 
    border: 3px solid #B90C9D;
     }

#send { 
    color: #F0f0f0;
    cursor: pointer;
    padding: 5px 11px;
    font-size: 1.2em;
    border-style: none;
    border-radius: 15px;
    background: linear-gradient(268.3deg, #130FC8 -1.65%, #820CB9 99.57%);
    width: 50%;
    margin: 20px auto;
}
#send:hover {
	animation: SendPer .2s ;
	background: linear-gradient(269.11deg, #130FC8 -18.38%, #630EB3 19.32%, #B90C9D 95.73%);
}

#inlineSR {
	display:none;
    width: 70%;
    margin: 30px auto;
    background: rgba(39, 39, 39, 0.5);
    padding: 5px 5px;
    border-radius: 15px;
   	text-align: center;
}

#sendSR { 
    color: #F0f0f0;
    cursor: pointer;
    padding: 5px 11px;
    font-size: 1.2em;
    border-style: none;
    border-radius: 15px;
    background: linear-gradient(268.3deg, #130FC8 -1.65%, #820CB9 99.57%);
    width: 50%;
    margin: 20px auto;

}
#sendSR:hover {
	animation: SendPer .2s ;
	background: linear-gradient(269.11deg, #130FC8 -18.38%, #630EB3 19.32%, #B90C9D 95.73%);
}
#inlineTS {
	display:none;
    width: 70%;
    margin: 30px auto;
    background: rgba(39, 39, 39, 0.5);
    padding: 5px 5px;
    border-radius: 15px;
   	text-align: center;
}

#sendTS { 
    color: #F0f0f0;
    cursor: pointer;
    padding: 5px 11px;
    font-size: 1.2em;
    border-style: none;
    border-radius: 15px;
    background: linear-gradient(268.3deg, #130FC8 -1.65%, #820CB9 99.57%);
    width: 50%;
    margin: 20px auto;

}
#sendTS:hover {
	animation: SendPer .2s ;
	background: linear-gradient(269.11deg, #130FC8 -18.38%, #630EB3 19.32%, #B90C9D 95.73%);
}

/* МОБИЛКИ */

@media (max-width:420px) {
    .conteiner-head {
    flex-direction: column;}

    .logo__image {
	width: 270px;
	border: none;
		}

    .table-button{
	margin: 20px auto;}
	
	.main-menu {
	  max-width: 320px;
	  flex-direction: column;}
	  
	  .menu-wight{
	height: auto;
    align-items: top;}

    ul {
	  padding: 0;
	  list-style: none;
	  height: auto;
		flex-direction: column;
		justify-content: space-between;}

	h1  {font-size: 1.2em;}

    .products{
	margin: 20px auto;
	flex-direction: column;}


	p  {
    font-size: 16px;
    margin-top: 20px;}

    #inline{width: 95%;}
    #inlineSR{width: 95%;}
    #inlineTS{width: 95%;}
	#send {font-size: 0.8em;}
	#sendSR {font-size: 0.8em;}
 	#sendTS {font-size: 0.8em;}



    .footer {
	margin: 10px auto 0;
	background: none;}

	.smaller{
	font-size: 10px;}

	ul li a {
	  font-size: 12px;
	  line-height: 5px;
	  height: 20px;
	  margin-top: 12px;}

  	.products1 {
  	width: 70%; 	
	height: auto;}
	.products1 td img{
	margin: 0 auto;}
	.products1 td div{
	text-align: center;
	margin: 0 auto;}
	.products2 {
	width: 70%;
	height: auto;}
	.products2 td img{
	margin: 0 auto;}
	.products2 td div{
	text-align: center;
	margin: 0 auto;}
	.products3 {
	width: 70%;
	height: auto;}
	.products3 td img{
	margin: 0 auto;}
	.products3 td div{
	text-align: center;
	margin: 0 auto;}
	.products4 {
	width: 70%;
	height: auto;}
	.products4 td img{
	margin: 0 auto;}
	.products4 td div{
	text-align: center;
	margin: 0 auto;}
	


	.block {
	max-width: 310px;
	padding: 0px;}


	.block a img{
	width: 66px;
	height: 60px;
   	border: 2px solid rgba(130, 12, 185);}
   	.block a img:hover {
    border: 2px solid #B90C9D;}

	.container{
	width: 65px;
	display: flex;
	flex-direction: column;}


.container a img {
	width: 66px;
	height: 60px;
	border: 2px solid rgba(130, 12, 185);}
	.container a img:hover {
	border: 2px solid #B90C9D;}

	.text-table  {
    font-size: 12px;
    margin-left: 0px;}

.pic-table{
	max-width: 310px;}

	.container-modern a img  {
	width: 66px;
	height: 60px;
	border: 2px solid rgba(130, 12, 185);}
		.container-modern a img:hover  {
	border: 2px solid #B90C9D;}
.txt { 
font-size: 12px;}
.txtarea { 
font-size: 12px;}

.non-border-products{
	height: 185px;}
}


@media (max-width:768px) {

    .logo__image {
	width: 270px;
	border: none;
}

    .table-button{
	margin: 20px auto;}
	
	.main-menu {
	  max-width: 760px;}
	  
	  .menu-wight{
	height: auto;
    align-items: top;}

    ul {
	  height: auto;}

	h1  {font-size: 1.2em;}

    .products{
	margin-top: 20px;
	flex-direction: column;}

	p  {
    font-size: 16px;
    margin-top: 20px;}

    #inline{width: 95%;}
    #inlineSR{width: 95%;}
    #inlineTS{width: 95%;}
	#send {font-size: 0.8em;}
	#sendSR {font-size: 0.8em;}
 	#sendTS {font-size: 0.8em;}



    .footer {
	margin: 10px auto 0;
	background: none;}

	.smaller{
	font-size: 10px;}

	ul li a {
	  font-size: 12px;
	  line-height: 5px;
	  height: 20px;
	  margin-top: 12px;}

  	.products1 {
  	width: 70%; 	
	height: auto;}
	.products1 td img{
	margin: 0 auto;}
	.products1 td div{
	text-align: center;
	margin: 0 auto;}
	.products2 {
	width: 70%;
	height: auto;}
	.products2 td img{
	margin: 0 auto;}
	.products2 td div{
	text-align: center;
	margin: 0 auto;}
	.products3 {
	width: 70%;
	height: auto;}
	.products3 td img{
	margin: 0 auto;}
	.products3 td div{
	text-align: center;
	margin: 0 auto;}
	.products4 {
	width: 70%;
	height: auto;}
	.products4 td img{
	margin: 0 auto;}
	.products4 td div{
	text-align: center;
	margin: 0 auto;}
	
	.block {
	max-width: 750px;
	padding: 0px;}
	.block a img:hover {
    border: 2px solid #B90C9D;}


	.block a img{
	width: 66px;
	height: 60px;
   	border: 2px solid rgba(130, 12, 185);}

	.container{
	width: 65px;
	display: flex;
	flex-direction: column;}


.container a img {
	width: 66px;
	height: 60px;
	border: 2px solid rgba(130, 12, 185);}
	.container a img:hover {
	border: 2px solid #B90C9D;}

	.text-table  {
    font-size: 12px;
    margin-left: 0px;}

.pic-table{
	max-width: 750px;}

	.container-modern a img  {
	width: 66px;
	height: 60px;
	border: 2px solid rgba(130, 12, 185);}
	.container-modern a img:hover  {
	border: 2px solid #B90C9D;}
.txt { 
font-size: 12px;}
.txtarea { 
font-size: 12px;}

.non-border-products{
	height: 185px;}
}

@media (max-width:550px) {
    .conteiner-head {
    flex-direction: column;}


    .logo__image {
	width: 270px;
	border: none;
;}

    .table-button{
	margin: 20px auto;}
	
	.main-menu {
	  max-width: 540px;
	  flex-direction: column;}
	  
	  .menu-wight{
	height: auto;
    align-items: top;}

    ul {
	  height: auto;}

	h1  {font-size: 1.2em;}

    .products{
	margin-top: 20px;
	flex-direction: column;}

	p  {
    font-size: 16px;
    margin-top: 20px;}

    #inline{width: 95%;}
    #inlineSR{width: 95%;}
    #inlineTS{width: 95%;}
	#send {font-size: 0.8em;}
	#sendSR {font-size: 0.8em;}
 	#sendTS {font-size: 0.8em;}



    .footer {
	margin: 10px auto 0;
	background: none;}

	.smaller{
	font-size: 10px;}

	ul li a {
	  font-size: 12px;
	  line-height: 5px;
	  height: 20px;
	  margin-top: 12px;}

  	.products1 {
  	width: 70%; 	
	height: auto;}
	.products1 td img{
	margin: 0 auto;}
	.products1 td div{
	text-align: center;
	margin: 0 auto;}
	.products2 {
	width: 70%;
	height: auto;}
	.products2 td img{
	margin: 0 auto;}
	.products2 td div{
	text-align: center;
	margin: 0 auto;}
	.products3 {
	width: 70%;
	height: auto;}
	.products3 td img{
	margin: 0 auto;}
	.products3 td div{
	text-align: center;
	margin: 0 auto;}
	.products4 {
	width: 70%;
	height: auto;}
	.products4 td img{
	margin: 0 auto;}
	.products4 td div{
	text-align: center;
	margin: 0 auto;}
	
	.block {
	max-width: 750px;
	padding: 0px;}

	.block a img{
	width: 66px;
	height: 60px;
   	border: 2px solid rgba(130, 12, 185);}
   	.block a img:hover {
    border: 2px solid #B90C9D;}

	.container{
	width: 65px;
	display: flex;
	flex-direction: column;}


.container a img {
	width: 66px;
	height: 60px;
	border: 2px solid rgba(130, 12, 185);}
	.container a img:hover {
	border: 2px solid #B90C9D;}

	.text-table  {
    font-size: 12px;
    margin-left: 0px;}

.pic-table{
	max-width: 750px;}

	.container-modern a img  {
	width: 66px;
	height: 60px;
	border: 2px solid rgba(130, 12, 185);}
	.container-modern a img:hover  {
	border: 2px solid #B90C9D;}
.txt { 
font-size: 12px;}
.txtarea { 
font-size: 12px;}

.non-border-products{
	height: 185px;}
}

