@charset "utf-8";
/* CSS Document */

    /*hr.fullte2:before {
    content: "\f055";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #CB8738;
        font-size: 25px;
        padding-right: 0.5em;
        position: absolute;
        top: 178px;
        right: 30px;
        z-index: 999999;
	
	
	
    }
    */

.summ15 {font-size: 18px;
margin: 15px 0px 0px 0px;}
.summ15 span {font-weight: 700; color:#CB8738;}
h4.zakazatj15 {font-size: 2em;
    color: #855013;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;}
/* The container */
.container21 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container21 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container21 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;border: 1px solid #CB8738;
}

/* On mouse-over, add a grey background color */
.container21:hover input ~ .checkmark {
  background-color: #CB8738;    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* When the radio button is checked, add a blue background */
.container21 input:checked ~ .checkmark {
  background-color: #855013;
	border: 1px solid #855013;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container21 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container21 .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}




/* Hide the browser's default checkbox */

.container20 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container20 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
border: 1px solid #CB8738;
}

/* On mouse-over, add a grey background color */
.container20:hover input ~ .checkmark {
  background-color: #CB8738;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* When the checkbox is checked, add a blue background */
.container20 input:checked ~ .checkmark {
  background-color: #855013;
	border: 1px solid #855013;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container20 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container20 .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.readmoreee30 {    margin-top: 15px;
    margin-bottom: 10px;}

.readmoreee30 a {
	text-decoration: none;
	background:#855013;

    display: block;
    border: 1px solid #855013;
    padding: 8px 0px;
    text-align: center;
    font-size: 1.6em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.readmoreee30 a:hover {
	text-decoration: none;
	background:#fff;
    margin-top: 10px;
    display: block;
    border: 1px solid #855013;
    padding: 8px 0px;
    text-align: center;
    font-size: 1.6em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #855013;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#button20 {
  display: inline-block;
  background-color: #855013;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button20::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button20:hover {
  cursor: pointer;
  background-color: #FFC20E;
	text-decoration: none !important;
}
#button20:active {
  background-color: #FFC20E;
}
#button20.show {
  opacity: 1;
  visibility: visible;
}


* {
  box-sizing: border-box;
}
.advertr555 {
    padding: 0px 0px !important;
    margin: -40px 0px 30px 0px;
}
/* Add a gray background color with some padding */
.buy400 {text-decoration: none;
    margin: 15px 0px 5px 0px;
    display: block;
    border: 1px solid #855013;
    padding: 5px 20px;
    text-align: center;
    font-size: 1.4em;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #855013;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}
.accordion {
    margin-bottom: 70px !important;
	border-bottom: 2px solid #FFC20E;
}
.righttext250:before {content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgba(255,168,0,0.2);
    font-size: 108px;
    padding-right: 0.5em;
    position: absolute;
    top: -30px;
    right: -100px;
    z-index: -999999;}
.lefttext250:before {       content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgba(255,168,0,0.2);
    font-size: 108px;
    padding-right: 0.5em;
    position: absolute;
    top: -30px;
    left: -40px;
    z-index: -999999;}
.header__logo:hover {
text-decoration: none !important;
}
.buy400:hover {background: #855013; color: #fff;}
.imageright001 img {background: #CB8738;
-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 51% 100%, 0 90%);
clip-path: polygon(0% 0%, 100% 0, 100% 85%, 51% 100%, 0 90%);
border-bottom-right-radius: 50px; -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}
.imageright001 img:hover {    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;transform: translateY(30px);padding: 0px; cursor: pointer;background: #fff;}
.imageleft001 img {background: #CB8738;
-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 51% 100%, 0 90%);
clip-path: polygon(0% 0%, 100% 0, 100% 85%, 51% 100%, 0 90%);
border-bottom-right-radius: 50px; -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}
.imageleft001 img:hover {    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;transform: translateY(30px);padding: 0px; cursor: pointer;background: #fff;}

.imageleft001 {     -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 51% 100%, 0 90%);
clip-path: polygon(0% 0%, 100% 0, 100% 85%, 51% 100%, 0 90%);
 display: flex;
    align-content: center;
    align-items: center;padding-right: 0px;
background: #fff;
margin: 0px -15px 0px 15px;
    padding: 0px 15px 0px 0px;
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}


.imageright001 {     -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 51% 100%, 0 90%);
clip-path: polygon(0% 0%, 100% 0, 100% 85%, 51% 100%, 0 90%);
 display: flex;
    align-content: center;
    align-items: center;padding-right: 0px;
background: #fff;
margin: -20px -20px 15px -20px;
    padding: 0px 0px 0px 0px;
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn20 {   
  float: left;
  width: 75%;
}


/* Right column */
.rightcolumn20 {
  float: left;
  width: 25%;
  padding-left: 15px;
}
.margin500 {margin: 20px 0px 20px 0px;}
.flexbox {
	display: flex;}
.col-container {
  display: table;
  width: 100%;
}
.card80 {padding: 0px !important;} 
.col {
  display: table-cell;
  padding: 16px;
}
.card20:hover {border: 1px solid #FFC20E;    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;} 
.rightcolumn20 .readmoreee20 a{    text-decoration: none;
    margin-top: 10px;
    display: block;
    border: 1px solid #855013;
    padding: 8px 0px;
    text-align: center;
    font-size: 1.6em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #855013;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}

a.moreadvert {width: 220px;    text-decoration: none;
    margin-top: 10px;
    display: block;
    border: 1px solid #855013;
    padding: 8px 0px;
    text-align: center;
    font-size: 1.6em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #855013;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}
a.moreadvert:hover{    text-decoration: none;
    margin-top: 10px;
    display: block;background: #855013;
    border: 1px solid #855013;
    padding: 8px 0px;
    text-align: center;
    font-size: 1.6em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}

.rightcolumn20 .readmoreee20 a:hover{    text-decoration: none;
    margin-top: 10px;
    display: block;background: #855013;
    border: 1px solid #855013;
    padding: 8px 0px;
    text-align: center;
    font-size: 1.6em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}
.card30:after {   
content: '';
    position: absolute;
    right: -26px;
    top: 45%;
    width: 0;
    height: 0;
    clear: both;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #CB8738;
} 
.imgsvg50 img {padding: 0px !important; min-height: 200px;}
.card40:after {   
content: '';
    position: absolute;
    left: -26px;
    top: 45%;
    width: 0;
    height: 0;
    clear: both;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #CB8738;
}
.advertr550 {padding: 0px 30px !important;}
.card20  {
webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #CB8738;
    padding-right: 20px;
    position: relative;}

.rightcolumn20 p {    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;}
.leftcolumn20 p {    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;}
.leftcolumn20 h3 {font-size: 2em;
    color: #855013;
    font-weight: bold;
    margin-top: 23px;
	margin-bottom: 5px;

}

.imgsvg30 {    margin-top: -10px;
    border-bottom: 1px solid #CB8738;
    margin-bottom: 10px;}
.imgsvg30 img {
    width: 200px;
    height: 200px;
		-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.imgsvg30 img:hover {transform: translateX(30px);}



.imgsvg20 {    margin-top: -10px;
    border-bottom: 1px solid #CB8738;
    margin-bottom: 10px;}
.imgsvg20 img {
    width: 200px;
    height: 200px;
		-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.imgsvg20 img:hover {transform: translateX(50px);}
/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}
.textcenter p {color:#CB8738; text-align: center;}
/* Add a card effect for articles */
.card20 {
   background-color: white;
   padding: 20px;
   margin-top: 0px;
	    min-height: 100%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.banner26 img {display: none;}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
	.col-9, .col-3, .col-4, .col-5, .col-6, .col-8 {flex: 0 0 100% !important;
    max-width: 100% !important;}
	.container {width: 100% !important;}
  .leftcolumn20, .rightcolumn20 {   
    width: 100% !important;
    padding: 0;margin-bottom: 25px;
  }
	.intro205 {
    margin: 15px 0px 0px 0px;
    width: 100%;
}
	.banner26 img {display: block;}
	.item-title {margin-top: 15px !important;}
	.col-8, .col-4 {padding-right: 0px; padding-left: 0px;} 
	.card30:after {   
    content: '';
    position: absolute;
    right: 45%;
    bottom: -50px !important;
    width: 0px;
    height: 0;
    clear: both;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #CB8738;
		    top: 100%;
} 
	.banner25 img {display: none;}
	.bannermobile460 {margin-top: -20px;}
	.mainmain20 {
    margin-top: 20px !important;
}
	.advertr550 img{
    display: none;
		}
	.advertr550 {margin: -18px 0px;}	
	.lkbg {
    background: url(../img/lk-bg.jpg) no-repeat;
    background-position: center right -640px;
    -webkit-background-size: cover;
    background-size: cover;
    height: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 200px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
}
	
.card40:after {   
content: '';
    position: absolute;
    left: 41%;
    top: -26px;
    width: 0;
    height: 0;
    clear: both;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #CB8738;
}
	
	
	
	
}