/*!
Theme Name: unreal-themes
Author: Bondarenko Roman
Author URI: https://unrealthemes.ru/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unreal-themes
*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Response cf7 */
div.wpcf7-validation-errors {
    background: #F44336;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border: none;
    position: relative;
    margin: 10px 0 0 0;
    border-radius: 5px;
    text-align: justify;
}

div.wpcf7-mail-sent-ok {
    background: #2cb742;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border: none;
    position: relative;
    margin: 10px 0 0 0;
    border-radius: 5px;
    text-align: justify;
}

div.wpcf7-spam-blocked {
    background: #ffa500;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border: none;
    position: relative;
    margin: 10px 0 0 0;
    border-radius: 5px;
    text-align: justify;
}

div.wpcf7-mail-sent-ok::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #2cb742;
    border-left: 10px solid #2cb742;
}

div.wpcf7-validation-errors::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f44336;
    border-left: 10px solid #f44336;
}

div.wpcf7-spam-blocked::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffa500;
    border-left: 10px solid #ffa500;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7-list-item-label a {
    color: #27c0ef;
}
/* END: Response cf7 */

.btnP,
.item__imgMin a,
.page__news-social a {
    cursor: pointer;
}

.page__video .page__more:nth-child(2) {
    flex-direction: row-reverse;
}

.item__img .slick-initialized .slick-slide a {
    outline: none;
}

#zero_out,
#check {
    position: relative;
}

.preload-wrapp img {
    width: 50px;
}

.preload-wrapp {
    display: none;
    border-radius: 5px;
    position: absolute;
    justify-content: center;
    align-items: center;
    background: #fdfdfdad;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

.label-span .color {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.b_video h1 {
    margin-bottom: 0px;
}

.video_filter {
    margin-left: 10px;
    margin-bottom: 65px;
}

.video_filter a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-top: 40px;
    display: inline-block;
    text-transform: uppercase;
    transition: ease all 0.4s;
    margin-right: 40px;
}

.video_filter a.active {
    color: #27c0ef;
}

.page-template-template-catalog .page__info {
    margin-top: 70px;
}

.page-template-template-catalog .b_video_wrapper {
    padding-top: 0; 
}

.checkbox_wrapper label {
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.checkbox_wrapper span.wpcf7-list-item-label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 45px;
    font-size: 17px;
}

.checkbox_wrapper span.wpcf7-list-item {
    margin: 0;
}

.checkbox_wrapper span.wpcf7-list-item-label::before {
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: 0;
    content: '';
    border-radius: 4px;
    width: 30px;
    height: 30px;
    transition: all .2s linear;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F9F9F9;
}

.checkbox_wrapper input[type="checkbox"]:checked ~ span::before {
    background-color: #27c0ef;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.7071 0.292893C18.0976 0.683417 18.0976 1.31658 17.7071 1.70711L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071L0.292893 7.70711C-0.0976311 7.31658 -0.0976311 6.68342 0.292893 6.29289C0.683417 5.90237 1.31658 5.90237 1.70711 6.29289L6 10.5858L16.2929 0.292893C16.6834 -0.0976311 17.3166 -0.0976311 17.7071 0.292893Z' fill='white'/%3E%3C/svg%3E");
}

body .item__imgMin {
    display: none;
    flex-wrap: wrap;
}

.item__imgMin.active {
    display: flex;
}

.single-product .dis-h2 {
    width: 48%;
    margin-left: auto; 
}

.jsSliderDecorRight .slide_item,
.jsSliderDecorLeft .slide_item {
    cursor: pointer;
}

.hidden,
.hide-desctop {
    display: none;
}

@media (min-width: 1271px){
  .advantages_row_wrap:nth-child(2) { 
    margin: 25px 0 0;
  }
}
@media (max-width: 1100px){
  .single-product .dis-h2 {
    width: 58%;
  }
}
@media (max-width: 950px){
  .single-product .dis-h2 {
    width: 100%;
  }
}

#order select {
	background-color: #F9F9F9;
    border: 2px solid transparent;
    border-radius: 4px;
    font-size: 17px;
    transition: all .2s linear;
    padding: 15px 25px;
    width: 48%;
}

@media (max-width: 767px){
  	#order select {
		width: 100%;
	}
}