﻿

.button1 {
  font-family:Inter;
	font-size:15px;
	font-weight:bold;
	color:#000;
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  padding: 8px 118px;
  background: #004040; /* фон кнопки */
  outline: none; /* убирать контур в Mozilla */
  transition: 0.4s;
  border-radius: 5px;
} 
.button1:hover { 
background: #B28500;
color: #fff; /* цвет текста */
text-decoration: none; /* убирать подчёркивание у ссылок */ }
.button1:active { background: #846300; 
color: #fff; /* цвет текста */
text-decoration: none; /* убирать подчёркивание у ссылок */}



.button-index {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 65px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    background: #004040;
    border: none; border-radius: 4px;
    cursor: pointer;
    transition: .3s linear;
			box-shadow: 0 -5px #002020 inset;
}

.button-index:hover {
    background: #006A6A; color: white;
	
}
		
		.button-index:active {
    background: #00B0B0; color: white;
			box-shadow: 0 5px #002020 inset;
}

.button-index:after {
   content: '\f07a';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
    font-variant: normal;
    
	transform: rotate(0deg) scaleX(-1);
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    margin-left: 19px;
    padding-right: 19px;
	border-right: solid 1px;
	}
	
	
	.button-acc {
    display: inline-flex;
    align-items: right;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 100;
    text-transform: uppercase;
    padding: 1px 1px;
    font-family: 'Calibri', sans-serif;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    transition: .3s linear;
	border: none; border-radius: 4px;
}

.button-acc:hover {
     color: #F2B600; text-decoration:none;
}


		

		.button-acc:active {
			color:#999;
			transition-delay:0.3s;
	 }

.button-acc:before {
   content: '\f2bd';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    margin-right: 5px;
    padding-right: 5px;
	padding-let: 8px;
	margin-top:-2px;
	}
	
	
		.button-signin {
    display: inline-flex;
    align-items: right;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 100;
    text-transform: uppercase;
    padding: 1px 1px;
    font-family: 'Calibri', sans-serif;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    transition: .3s linear;
	border: none; border-radius: 4px;
}

.button-signin:hover {
     color: #F2B600; text-decoration:none;
}


		

		.button-signin:active {
			color:#999;
			transition-delay:0.3s;
	 			
}

.button-signin:before {
   content: '\f2f6';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    margin-right: 5px;
    padding-right: 5px;
	padding-left: 8px;
	margin-top:-2px;
	}
	
	
		.button-buildpc {
    display: inline-flex;
    align-items: right;
    font-size: 17px;
    letter-spacing: .05em;
    font-weight: 100;
    text-transform: none;
    padding: 1px 1px;
    font-family: 'Calibri', sans-serif;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    transition: .3s linear;
	border: none;
}

.button-buildpc:hover {
     color: #F2B600; text-decoration:none;
}


		

		.button-buildpc:active {
			color:#999;
			transition-delay:0.3s;		
}

.button-buildpc:before {
   content: '\f085';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    
    padding-right: 6px;
	margin-top:-1px;
	}
		
		
			.button-prod {
				height:39px;
				width:144px;
				text-align:center;
    display: inline-flex;
    align-items: right;
    font-size: 19px;
    letter-spacing: .05em;
    font-weight: 100;
    text-transform: none;
    padding: 8px 8px;
    font-family: 'Calibri', sans-serif;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    transition: .3s linear;
	border: none; border-radius: 4px;
}

.button-prod:hover {
     color: #F2B600; text-decoration:none;
}
		

		.button-prod:active {
			color:#999;
			transition-delay:0.3s;
	 
			
}

.button-prod:before {
   content: '\f0c9';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    margin-right: 5px;
    padding-right: 5px;
	padding-top: 1px;
	
	
    
		}
		
		
		
		.button-contact {
    display: inline-flex;
    align-items: right;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 100;
    text-transform: uppercase;
    padding: 1px 1px;
    font-family: 'Calibri', sans-serif;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    transition: .3s linear;
	
}

.button-contact:hover {
     color: #F2B600; text-decoration:none;
	
}
		
		.button-contact:active {
     color: white;
			
}

.button-contact:before {
   content: '\f0e0';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    margin-right: 5px;
    padding-right: 5px;
	padding-left: 8px;
	margin-top:-2px;
	}
	
	
			.button-cart {
    display: inline-flex;
    align-items: left;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 100;
    text-transform: uppercase;
    padding: 1px 10px;
	
    font-family: 'Calibri', sans-serif;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    transition: .3s linear;
}

.button-cart:hover {
     color: #F2B600; text-decoration:none;
	
}
		
		.button-cart:active {
     color: white;
			
}

.button-cart:before {
   content: '\f291';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    margin-right: 5px;
    padding-right: 5px;
	padding-left: 8px;
	margin-top:-2px;
	}


.button-3 {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    font-family: 'Montserrat', sans-serif;
    color: #2E2701;
    background: #F2B600;
    border: none; border-radius: 4px;
    cursor: pointer;
    transition: .3s linear;
			box-shadow: 0 -3px #A9770E inset;
}

.button-3:hover {
    background: #A9770E; color: white;
}
		
		.button-3:active {
    background: #4E3D03; color: white;
			box-shadow: 0 3px #F2B600 inset;
}

.button-3:after {
   content: '\f07a';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
    font-variant: normal;
	transform: rotate(0deg) scaleX(-1);)
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    margin-left: 19px;
    padding-right: 19px;
	border-right: solid 1px;
	}
	
	
	.button-4 {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    font-family: 'Montserrat', sans-serif;
    color: #2E2701;
    background: #F2B600;
    border: none; border-radius: 4px;
    cursor: pointer;
    transition: .3s linear;
			box-shadow: 0 -3px #A9770E inset;
}

.button-4:hover {
    background: #A9770E; color: white;
	
}
		
		.button-4:active {
    background: #4E3D03; color: white;
			box-shadow: 0 3px #F2B600 inset;
}

.button-4:after {
   content: '\f07a';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    margin-left: 12px;
    padding-right: 12px;
	border-right: solid 1px;
	transform: rotate(0deg) scaleX(-1);
	
    
		}


.button-descript {
  font-family:Inter;
	font-size:15px;
	font-weight:bold;
	color:#000;
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  padding: 8px 40px;
  background:  #F2B600; /* фон кнопки */
  outline: none; /* убирать контур в Mozilla */
  transition: 0.4s;
  border-radius: 5px;
} 
.button-descript:hover { 
background: #B28500;
color: #fff; /* цвет текста */
text-decoration: none; /* убирать подчёркивание у ссылок */ }
.button-descript:active { background: #846300; 
color: #fff; /* цвет текста */
text-decoration: none; /* убирать подчёркивание у ссылок */}



.button-submit {
  font-family:Inter;
	font-size:15px;
	font-weight:bold;
	color:white;
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  padding: 8px 12px;
  background: #004040; /* фон кнопки */
  outline: none; /* убирать контур в Mozilla */
  transition: 0.4s;
  border-radius: 5px;
} 
.button-submit:hover { 
background: #008C8C;
color: white; /* цвет текста */
text-decoration: none; /* убирать подчёркивание у ссылок */ }
.button-submit:active { background: #00CECE; 
color: #fff; /* цвет текста */
text-decoration: none; /* убирать подчёркивание у ссылок */}


.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 5px 13px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  font-weight:500;
}

.pagination span {
  color: black;
  float: left;
  padding: 5px 13px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  font-weight:500;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}






.drop-acc {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-acc {
    display: none;
    position: absolute;
	top:30px;
	right:-3px;
    background-color: white;
	border-top:6px solid #960;
	border-collapse:collapse;
    min-width: 200px;
    box-shadow: 0 2px 6px 1px rgba(0,0,0,0.4);
    z-index: 1000;
	
	
}

/* Links inside the dropdown */
.dropdown-content-acc a {
    color: black;
	border-top: 1px solid #B7B7B7;
	font-family:Calibri;
	font-weight:300;
	font-size:14px;
	text-align:left;
    padding: 10px 18px;
    text-decoration: none;
    display: block;
	transition:0.3s;
}


/* Change color of dropdown links on hover */
.dropdown-content-acc a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


 .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #960;
	top: -14px;
	left: 50%;
	margin-left: 8px;
}




#form1{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 400px;
  height: 600px;
  background: #fff;
  margin: -20px -20px; 
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9); 
}



/* CONTACT FORM */

#modal{
  position: fixed;  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.81);
  z-index: 5;  
  display: none;
}

#modalok{
  position: fixed;  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.81);
  z-index: 5;  
  display: none;

}


#cartok{
  position: fixed;  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.81);
  z-index: 5;  
  display: none;

}

.obratnuj-zvonok{
	position: absolute;
  top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	width: 600px;
	height: 570px;
	max-width: 650px;
	background: rgb(238,240,239);
background: radial-gradient(circle, rgba(238,240,239,0.8127626050420168) 0%, rgba(223,227,221,0.6446953781512605) 84%);
 
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9); 
  border-radius: 8px;
}

.thankyou{
	position: absolute;
  top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	width: 600px;
	height: 150px;
	max-width: 650px;
	background: rgb(238,240,239);
background: radial-gradient(circle, rgba(238,240,239,0.8127626050420168) 0%, rgba(223,227,221,0.6446953781512605) 84%);
 
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9); 
  border-radius: 8px;

}

.cart-submit{
	position: absolute;
  top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	width: 600px;
	height: 150px;
	max-width: 650px;
	background: rgb(238,240,239);
background: radial-gradient(circle, rgba(238,240,239,0.8127626050420168) 0%, rgba(223,227,221,0.6446953781512605) 84%);
 
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9); 
  border-radius: 8px;

}





.form-zvonok{
	width: 595px;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
}
.form-zvonok div{
	padding: 15px 0;
}
.bot-send-mail{
	box-sizing: border-box;
	width: 100%;
}
.form-zvonok label,.form-zvonok input{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.form-thankyou{
	width: 595px;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
}
.form-thankyou div{
	padding: 15px 0;
}



.form-thankyou label,.form-thankyou input{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.form-thankyou label{
	margin-bottom: 5px;
	font-weight: bold;
}
.form-thankyou input{
	padding: 10px 15px;
	margin-top: 10px;
}
.form-thankyou label span{
	color: red;
}

.form-thankyou .bot-send-mail{
	font-family:Calibri;
	font-size:16px;
	font-weight:bold;
	color:#000;
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  vertical-align:middle;
  padding-bottom:10px;
  background: #F2B600; /* фон кнопки */
  outline: none; /* убирать контур в Mozilla */
  transition: 0.4s;
  border-radius: 5px;
  text-transform:uppercase;
}

.form-thankyou .bot-send-mail:hover{
	background: #B28500;
color: #fff; /* цвет текста */
text-decoration: none; /* убирать подчёркивание у ссылок */ 
}


.form-cart-submit{
	width: 595px;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
}
.form-cart-submit div{
	padding: 10px 0;
}



.form-cart-submit label,.form-cart-submit input{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.form-cart-submit label{
	margin-bottom: 5px;
	font-weight: bold;
}
.form-cart-submit input{
	padding: 10px 15px;
	margin-top: 10px;
}
.form-cart-submit label span{
	color: red;
}

.form-cart-submit .bot-send-mail{
	font-family:Calibri;
	font-size:16px;
	font-weight:bold;
	color:#000;
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  vertical-align:middle;
  padding-bottom:10px;
  background: #F2B600; /* фон кнопки */
  outline: none; /* убирать контур в Mozilla */
  transition: 0.4s;
  border-radius: 5px;
  text-transform:uppercase;
}

.form-cart-submit .bot-send-mail:hover{
	background: #B28500;
color: #fff; /* цвет текста */
text-decoration: none; /* убирать подчёркивание у ссылок */ 
}




.form-zvonok label{
	margin-bottom: 5px;
	font-weight: bold;
}
.form-zvonok input{
	padding: 10px 15px;
	margin-top: 10px;
}
.form-zvonok label span{
	color: red;
}
.form-zvonok .bot-send-mail{
	font-family:Calibri;
	font-size:16px;
	font-weight:bold;
	color:#000;
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  vertical-align:middle;
  padding-bottom:10px;
  background: #F2B600; /* фон кнопки */
  outline: none; /* убирать контур в Mozilla */
  transition: 0.4s;
  border-radius: 5px;
  text-transform:uppercase;
}
.form-zvonok .bot-send-mail:hover{
	background: #B28500;
color: #fff; /* цвет текста */
text-decoration: none; /* убирать подчёркивание у ссылок */ 
}

/* SIGN-IN FORM */

#modal2{
  position: fixed;  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.81);
  z-index: 5;  
  display: none;
}

#form1{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 400px;
  height: 600px;
  background: #fff;
  margin: -20px -20px; 
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9); 
}

.sign-in{
	position: absolute;
  top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	width: 500px;
	height: 410px;
	max-width: 650px;
	background: rgb(238,240,239);
background: radial-gradient(circle, rgba(238,240,239,0.8127626050420168) 0%, rgba(223,227,221,0.6446953781512605) 84%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9); 
  border-radius: 8px;
}
.form-sign-in{
	width: 490px;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
}
.form-sign-in div{
	padding: 15px 0;
}
.bot-send-mail{
	box-sizing: border-box;
	width: 100%;
}
.form-sign-in label,.form-sign-in input{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.form-sign-in label{
	margin-bottom: 5px;
	font-weight: bold;
}
.form-sign-in input{
	padding: 10px 15px;
	margin-top: 10px;
}
.form-sign-in label span{
	color: red;
}
.form-sign-in .bot-send-mail{
	font-family:Calibri;
	font-size:16px;
	font-weight:bold;
	color:#000;
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  vertical-align:middle;
  padding-bottom:30px;
  background: #F2B600; /* фон кнопки */
  outline: none; /* убирать контур в Mozilla */
  transition: 0.4s;
  border-radius: 5px;
  text-transform:uppercase;
}
.form-sign-in .bot-send-mail:hover{
	background: #B28500;
color: #fff; /* цвет текста */
text-decoration: none; /* убирать подчёркивание у ссылок */ 
}