.topslider__i-title {
	color: #fee600;
}

input {
    max-width: 90%;
}

ul.mainmenu li.item-132 a{
	color: #fee600;
}

ul.mainmenu li.item-132 a:hover {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(254,230,0,1);
}

.djc_title a {
    color: #000;
    text-decoration: none;
}

.djc_title a:hover {
    color: #ff780f;
}

.djc_image {
    max-width: 100%;
    text-align: center;
    margin: 10px auto;
}

.pagination ul {
    margin-left: auto;
    margin-right: auto;
}

.pagination ul li {
    display: inline-block;
    margin: 5px;
}

.pagination ul li {
    list-style-type: none;
}

.btn .readmore {}

table tr.attribute td {
    padding: 5px 10px 5px 0;
    border: none;
    vertical-align: middle;
}

.img-polaroid {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.product__imgbox-main {
	background: #fff;
}

.product-card__pricebox {
	padding-top: 10px;
}

.related_item {
	float: left;
}

.specialist-otzivi img {
    border: 1px solid #3f7f00;
}

.bolder {
  font-weight: 700;
}


/* Перетаскиваю страницы контактов со старого сайта */

.payment-methods {
    height: 550px;
    max-width: 100%;
    margin: 25px 0;
}

.payment-methods p, .payment-methods>div {
	max-width: 440px;
    min-height: 55px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 83px;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.border-blue-25 {
    border: 25px solid #e5f2ff;
    border-radius: 25px;
    -webkit-box-shadow: 8.192px 5.736px 25px rgba(0, 0, 0, .07);
    box-shadow: 8.192px 5.736px 25px rgba(0, 0, 0, .07);
}

/* Звезды */

.review>div:first-child {
    overflow: hidden;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
}

/* О компании */

.company>div:last-child {
    background: url(/templates/topas/images/poch-znak.jpg) no-repeat;
    background-position: center;
    height: 220px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 5%);
    box-shadow: 0 0 25px rgb(0 0 0 / 5%);
    text-align: center;
    padding-top: 170px;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    background-color: #fff;
}

.btn {
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 32px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    min-width: 115px;
    max-width: 100%;
}

.btn-blue {
    color: #fff;
    background-color: #3580c3;
	border-radius: 2rem;
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 400;
    height: auto;
}
.page_form input {
    font-size: 15px;
    background-color: #fff;
    height: 42px;
}
.page_form input {
    width: 80%;
    margin-bottom: 10px;
}
.btn-inp {
    border-radius: 10rem;
    height: 32px;
    width: 160px;
    border: 1px solid #e0e1e2;
    color: #111;
    font-size: .75rem;
    text-align: center;
    letter-spacing: .5px;
}

.payment-methods {
  height: 570px;
  max-width: 1043px;
  margin: 25px 0;
}
.payment-methods p {
  max-width: 408px;
  min-height: 55px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 83px;
  margin: 20px 0;
  display: flex;
  line-height: 1.3;
  align-items: center;
}
@media (max-width: 991px) {
  .payment-methods p {
    margin: 10px 0;
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .payment-methods p {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  .payment-methods p {
    background-position: center -20px;
    padding: 60px 10px 0 10px;
  }
}
@media (max-width: 991px) {
  .payment-methods {
    height: 325px;
  }
}
@media (max-width: 767px) {
  .payment-methods {
    height: auto;
  }
  .payment-methods img{
	  max-width: 100%;
  }
  .payment-methods p, .payment-methods>div {
    background-position: top;
    padding: 85px 10px 0;
    margin: 0px 0px 20px;
  }
}

.form_result {
    display: none;
}

.page__content .green_form {
    background: #3f7f00;
    background: -moz-linear-gradient(bottom, #3f7f00 0%, #5c9226 50%, #3f7f00 100%);
    background: -webkit-linear-gradient(bottom, #3f7f00 0%,#5c9226 50%,#3f7f00 100%);
    background: linear-gradient(to top, #3f7f00 0%,#5c9226 50%,#3f7f00 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
}
.page__content .green_form .left_text {
    font-size: 17px;
    color: #fff;
}
.page__content .green_form h2 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
	margin: 7px 0 20px 20px;
}
.page__content .green_form .action_form {
    background-color: #fff;
    text-align: center;
    color: rgb(17, 17, 17);
}
.action_form {
    background: url(../img/elips-form-zaiyavka.png) no-repeat;
    border: 25px solid #e5f2ff;
    border-radius: 25px;
    -webkit-box-shadow: 8.192px 5.736px 25px rgb(0 0 0 / 7%);
    box-shadow: 8.192px 5.736px 25px rgb(0 0 0 / 7%);
}
.page_form {
    max-width: 500px;
    width: 100%;
    margin: 10px auto;
}
.product-card__info div{
	margin: 7px 0 10px;
    font-size: 14px;
}

#ipayCheckout{
	margin-top: -70px;
    display: table;
    cursor: pointer;
}

.payment {
	display: block;
	margin: 0 auto;
	padding: 20px auto;
}
@media only screen and (max-width: 700px) {
    #ipayCheckout{
		margin: 20px auto;
	}
}
/** DJ-Catalog2 Фильтр **/
.djc_filters_in .filter_header{
    font-size: 20px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    line-height: 1.2;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    margin-bottom: 12px;    
}
div.mod_djc2filters .mod_djc2filters_group {
    padding: 15px 23px;
    border: 1px solid #d1e4f1;
    background: #f5f5f5;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
}
div.mod_djc2filters label{
    font-size: 12px;
    color: rgb(102, 102, 102);
    font-weight: 300;
}

div.mod_djc2filters label.mod_djc2filters_group_label{
    font-size: 14px;
    font-weight: 500;
    color: rgb(34, 34, 34);
}
div.mod_djc2filters .mod_djc2filters_group .mod_djc2filters_buttons .submit_button{
    background: #1f80c4;
    color: #fff;
    border: none;
    text-shadow: none;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-transform: uppercase;
    padding: 7px 15px;
}
div.mod_djc2filters .mod_djc2filters_buttons{
    float: left;
    clear: none;
    padding-top: 0px;
    position: absolute;
    right: 10px;
    top: 16px;
}
div.mod_djc2filters .control-group {
    float: left !important;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 30%;
}
div.mod_djc2filters .mod_djc2filters_buttons .reset_button{
    border: none;
    text-shadow: none;
    background: none;
    font-size: 14px;
    color: rgb(236, 28, 36);
    line-height: 1.2;
    box-shadow: none;
    text-decoration: underline;
}
div.mod_djc2filters h4{
    border-color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    color: rgb(34, 34, 34);
    font-weight: 500;
}

#djc_filter_po-populyarnosti img {vertical-align: baseline;}

#djcatalog .djc_additional_filters {
    margin: 10px 0;
}
#djcatalog .djc_additional_filters .djc_additional_filters_in {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
div.mod_djc2filters dl {
    margin: 1em 0;
    padding: 0;
}
div.mod_djc2filters dl dt {
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0;
}
div.mod_djc2filters dl dd {
    margin: 0;
    padding: 0;
}
div.mod_djc2filters label {
    display: block;
    margin: 0 0 5px 0;
}
div.mod_djc2filters .radio,
div.mod_djc2filters .checkbox {
    padding-left: 20px;
}
div.mod_djc2filters .radio input[type="radio"],
div.mod_djc2filters .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
div.mod_djc2filters select {
    max-width: 90%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 5px;
}
div.mod_djc2filters input[type="text"] {
    width: 70px;
    font-size: 15px;
    background-color: #fff;
    height: 32px;
    border: 1px solid #e1e1e1;
    padding: 7px 10px;
    color: #000;
}
div.mod_djc2filters form {
    margin: 0;
    padding: 0;
}
div.mod_djc2filters form > fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
div.mod_djc2filters h4 {
    cursor: pointer;
    margin: 5px 0;
    padding: 0 0 5px 0;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
}
div.mod_djc2filters .mod_djc2filters_group {
    padding: 10px !important;

}
div.mod_djc2filters .field_reset_button {
    float: left;
    margin-right: 5px;
    text-decoration: none;
}
div.mod_djc2filters .mod_djc2filters_group ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
div.mod_djc2filters .mod_djc2filters_buttons {
    padding: 10px 0 0 0;
    clear: both;
}
/******************** whatsapp ********************/
.whatsapp-button {
    position: fixed;
    left: 70px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366;
    border-radius: 50%;
    width: 55px; 
    height: 55px; 
    color: #fff;
    text-align: center;
    line-height: 53px; 
    font-size: 35px; 
    background: url(/images/whatsapp.png) #25D366;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}


@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 55px;
    right: 0px;
    left: auto;
  }
}
@media (max-width: 767px) {
    .header .topslider__i {
        height: 250px;
    }
    .header .topslider__i-title {
        font-size: 22px;
    }
    .header .topslider__i ul li {
        font-size: 19px;
        text-align: left;
    }
    #bron_form .form_container {
        flex-direction: column;
    }

    #bron_form .form_container input {
        min-width: 80%;
    }
}
/*****************************************************/