* {
    box-sizing: border-box;
}


h1 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 1.8vw;
letter-spacing: 0.5px;
	font-family: Georgia, 'Times New Roman', Times, serif;

}
@media screen and (max-width: 1200px) {
  h1 {
font-size: 24px;
font-weight: bold;
}
}
h2 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.5px;
}




.card {
    background-color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
	padding-top: 10.5px;
	padding-bottom: 14px;
    margin-top: 20px;
  -webkit-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
  	border-radius: 3px;
}
.card h1 {
text-align: center;
}

.card h2 {
font-family: 'Crimson Text', Georgia, Times, serif;
text-align: center;
font-size: 1.9vw;
font-weight: 700;
letter-spacing: 1.2px;
}
.card h4 {
text-align: center;
}

.card p {
	  font-family: 'Crimson Text', Georgia, Times, serif;
text-align: justify;
letter-spacing: 0.5px;
font-size: 1.5vw;
}
.card a {
text-decoration: none;
color: green;
}
.card a:hover {
text-decoration: underline;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.top_text {
margin-top: 10px;
margin-bottom: 10px;
padding-right: 20px;
padding-left: 20px;
background: #f1f1f1; 
  -webkit-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
  	border-radius: 3px;

}
.top_text p {
font-weight: 500;
font-family: 'Crimson Text', Georgia, Times, serif;
text-align: center;
padding: 3px;
font-size: 1.5vw;
letter-spacing: 0.5px;
}
.top_text a{
text-decoration: none;
color: green;
}
.top_text a:hover{
font-weight: 600;
}
@media screen and (max-width: 1200px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
	.card h2 {
font-size: 25px;
letter-spacing: 1.2px;
}
.card p {
letter-spacing: 0.5px;
font-size: 20px;
}
.top_text p {
padding: 3px;
font-size: 20px;
letter-spacing: 0.5px;
}

}
/* ------------------------------------------------------------------------------------------------------------------------------------ */
   .colortext {
     color: red;
   }
.help {
border: 2px double black;
padding: 40px;
background: #000000;
color: #ffffff;
font-size: 20px;
text-align: justify;
text-transform: uppercase;
line-height: 1.5;
}
.help a {
text-decoration: none;
color: green;
font-weight: bold;
letter-spacing: 1.2px;
}
.help a:hover {
text-decoration: underline;
}
.accordion {
    background-color: #D8D8D8;
    color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.8px;
    cursor: pointer;
    padding: 1.5vw;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.4vw;
	margin-top: 0.7vw;
	font-family: Georgia, serif;
    transition: 0.4s;
}
.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
	font-family: FontAwesome;
	color: #000000;
    content: 'Подробнее \f0ab';
    font-weight: bold;
    float: right;
    margin-left: 0.3vw;
	font-size: 1.3vw;
}

.active:after {
	font-family: FontAwesome;
	color: #000000;
    content: 'Закрыть \f0aa';
}
.accordion_small {
font-size: 14px;
}
.panel {
    padding: 0 14px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p {
	letter-spacing: 0.8px;
	font-size: 1.4vw;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 1.9vw;
}
.panel a {
text-decoration: none;
color: green;
font-weight: bold;
}
.panel a:hover {
color: green;
text-decoration: underline;
}
.panel h3 {
	letter-spacing: 0.8px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 25px;

}
@media screen and (max-width: 1200px) {
.accordion {
	letter-spacing: 0.8px;
    padding: 20px;
    font-size: 18px;
	margin-top: 10px;
}
.accordion:after {
    margin-left: 5px;
	font-size: 17px;
}
.panel p {
	letter-spacing: 0.8px;
	font-size: 18px;
	line-height: 25px;
}

}
.btn-basket-all {
  border: none;
  outline: none;
  padding: 12px 25px;
  background-color: #00a86b;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
	margin-top: 10px;
}

.btn-basket-all:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.btn-basket-add {
  background-color: green;
  color: white;
  font-weight: bold;
  padding: 8px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
}

.btn-basket-add-black {
  border: none;
  font-family: GABRIOLA;
  padding: 12px 14px;
  background-color: #000000;
  color: #ffd700;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
	font-size: 19px;
}
.btn-basket-add-black:active {
  background-color: green;
}

.btn-basket-add-red {
  border: none;
    font-family: GABRIOLA;
  outline: none;
  padding: 12px 14px;
  background-color: red;
  color: #ffd700;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
	font-size: 19px;
}
.btn-basket-add-red:active {
  background-color: green;
}
.btn-basket-clear-close {
  border: none;
  outline: none;
  padding: 12px 25px;
  margin: 0 auto;
  background-color: #f1f1f1;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
}
@media screen and (max-width: 600px) {
    .btn-basket-clear-close {
        width: 100%;
		margin-top: 5px;
    }
}
.btn-basket-clear-close:hover {
  background-color: green;
  color: #FFFFFF;
}
.basket_container {
border: none;
width: 90%;
margin: 0 auto;
height: auto;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 3000;
}
.pre_wrapper small {
  display: block;
  position: relative;
  text-align: center;
  font-size: 25px;
  top: 100px;
}
#preloader .icon_animate {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url(../img/456.GIF) center center no-repeat; 
  background-size: 300px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
