/*
Theme Name: Sobol-e.ru
Author: Web Studio
*/
.elementor-accordion .elementor-tab-title, .elementor-accordion-item .elementor-tab-content {
    padding-left: 0 !important;
}
.m-button a {
    width: 100% !important;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.6) !important;
}

.check .wpcf7-form-control-wrap {
    position: relative !important;
    margin-left: -20px !important;
    bottom: 0;
}
.swal2-modal {
    color: #fff !important;
    background: rgb(91 91 91) !important;
	    min-height: 167px !important;

}
h2#swal2-title {
	text-transform: uppercase !important;
    color: #fff !important;
	
}
#swal2-content span {
	color: #23C85D !important;
	font-weight: 500 !important;
}
div#swal2-content {
	text-transform: uppercase;
    color: #fff !important;
}
.swal2-icon {
    display: none !important;
}
input.wpcf7-form-control.wpcf7-submit {
    color: #333333;
    border-radius: 0 !important;
    padding: 13px 0;
}
@media screen and (min-width: 1365px) and (max-width: 1386px) {
	.text-hover__wrapper:after {
    content: attr(title);
    position: absolute;
    color: var(--color-green600);
    top: 20px;
    left: 0;
    transform: translateY(100%);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
}
	.text-hover:hover .text-hover__wrapper:after {
    transform: translateY(-22px);
}
	button.header__button.header__text.text-hover__wrapper.grid-row.justify-content-between, .text-hover:hover .text-hover__wrapper:after {
    font-size: 15px;
}
}
.swal2-loader {

    border-color: #62c427 transparent #62c427 transparent !important;
}
@media screen and (min-width: 1200px) and (max-width: 1320px) {
	rs-layer#slider-1-slide-10-layer-4 {
		display: none
	}
}



.container-calc {display: flex;
font-size: 14px;
column-gap: 10px;}
.topblock {background: #ffffff;
border-radius: 10px;
padding: 20px;}
.bottomblock {background: #ffffff;
border-radius: 10px;
padding: 20px 0;}

.stroka {padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
display: flex;
align-items: center;}
.stroka .title {
  width: 150px;
display: flex;
align-items: center;
justify-content: space-between;
}
.stroka-right {width: 80%;
padding-left: 10px;}

/* Tooltip container */
.tooltip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 40px;
}
.topblock{margin-bottom:10px;}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 620px;
  left: 30px;
bottom: -120px;
  background-color: #F7F7F7;
  color: #000;
  text-align: justify;
  padding: 20px 40px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
@media (max-width:1024px){
    .tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  color: #000
  background-color: white;
padding: 10px;
bottom: 100%;
  margin-left: -290px;
  z-index:3;
    }
}

.showico {height: 15px !important;
}

.topblock img {width: 45px;
height: 47px;}
.topblock {
color: #23C85D;
font-size: 16px;
font-weight: 600;
    display: flex
;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    column-gap: 10px;
}



.container-calc input[type="radio"] {
  display: none;
}

.container-calc .wpcf7-list-item-label {
display: inline-flex;
border: 1px solid #23C85D;
border-radius: 5px;
padding: 10px;
cursor: pointer;
column-gap: 20px;
}

.container-calc input[type=radio]:checked + .wpcf7-list-item-label {
 background-color: #F7F7F7;
    background-image: url(https://sobol-e.ru/wp-content/uploads/2025/01/icons8-галочка-48.png);
    border: 1px solid #23C85D;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 20px;

}



.wpcf7-form-control-wrap span {margin-left: 5px;
margin-right: 5px;}
.stroka-right span {display: contents;
margin-top: 5px;
margin-bottom: 5px;}


.stroka-right input[type="number"] {
    border: 1px solid #23C85D;
    border-radius: 5px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    column-gap: 20px;
    }
.stroka-right select {
border: 1px solid #23C85D;
    border-radius: 5px;
    padding: 12px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    column-gap: 20px;}

.details {
border: 1px solid #23C85D;
  position: relative;
  transition: 0.3s;
  overflow: visible;
margin-bottom: 10px;
border-radius: 10px;
width: 790px;
}

.details::after {
  position: absolute;
  right: 24px;
  top: 20px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #23C85D;
  border-bottom: 3px solid #23C85D;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: .3s;
}

.details[open]::after {
  transform: rotate(45deg);
}

.details[open] {
}

.details[open] .details__title {
}

.details__title {
  
  border-radius: 5px;
  cursor: pointer;
  list-style: none;
  transition: .3s;
    padding: 20px;
}

.details__title::-webkit-details-marker {
  display: none;
}

.details__content {
}

.details__content p:last-child {
  margin-bottom: 0;
}
.details__content p:first-child {
  margin-top: 0;
}
.slideblock {padding: 10px;
background: #ffffff;
border-radius: 10px;
}
.right-stroka p {font-weight: 400;
font-size: 12px;
text-transform: uppercase;
padding: 0;
margin: 0;
}
.rightblock{width: 300px;}
#price  input{
  width: 70px;
}
#m2  input{
  width: 70px;
}
#ves  input{
  width: 70px;
}
#stikblock {position: sticky;
position: -webkit-sticky;
top:90px;}
#total {font-size: 18px;
width: 100px;
text-align: right;}
.right-stroka .total p {font-size: 18px;}
.right-stroka {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: left;
  justify-content: space-between;
align-items:center;
}
.right-stroka input {background: none;
text-align: right;
font-size: 14px;
font-weight: 600;
color: #23C85D;
width: 100%;}
#price span::after {content:" ₽";
color:#23C85D;}
#m2 span::after {content:" м²";
color:#23C85D;}
#ves span::after {content:" кг";
color:#23C85D;}
.right-stroka input[type=submit] {text-align:center;}
.total span::after {content:" ₽";
color:#23C85D;
font-size:18px;}
.right-stroka .fio input, .Phone input, .Email input {text-align:center;}
.right-stroka .fio input[type="text"] {border: 1px solid #23C85D;
padding: 10px 0;
border-radius: 10px;}
.right-stroka .Phone input[type="text"] {border: 1px solid #23C85D;
padding: 10px 0;
border-radius: 10px;}
.right-stroka .Email input[type="email"] {border: 1px solid #23C85D;
padding: 10px 0;
border-radius: 10px;}
.right-stroka .Dostavka textarea{ 
border: 1px solid #23C85D;
width: 100%;
padding: 10px;
border-radius: 10px;
height: 100px;
}
.stroka textarea{ 
border: 1px solid #23C85D;
padding: 10px;
border-radius: 10px;
width: 585px;
height: 100px;
}
.right-stroka input[type="submit"] {background:#23C85D;
color: white;
border-radius: 10px !important;
box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);}
.right-stroka input[type="submit"]:hover {background:#15803D;
color: white;
border-radius: 10px !important;
box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);}


input.hideradio{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.imgradio label > input + img{ /* IMAGE STYLES */
display: inline-flex;
    border: 1px solid #23C85D;
    object-fit: cover;
    width: 90;
    height: 70;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}
.imgradio {display: flex; column-gap: 10px;}
.imgradio label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  background-color: #F7F7F7;
    background-image: url(https://sobol-e.ru/wp-content/uploads/2025/01/icons8-галочка-48.png);
    border: 1px solid #23C85D;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 20px;

}


#usd {font-size: 18px;
color: red;
border: 1px solid red;
border-radius: 10px;}

.downloadfile {padding: 20px;
    background: #404040;
    border-radius: 10px;}
.stroka-right-padding {padding-right: 20px;}
.right-stroka p span {font-size:14px;}
.reset     {width: 100%;
    color: #000;
    border: 1px solid #23C85D;
    border-radius: 10px;
    padding: 12px;
	text-align: center;}
.reset:hover {color:#fff;
background:#23C85D;}

@media (max-width:797px){

	.container-calc {display:block;}
	.stroka {display:block;}
	.details{width:100%;}
	.stroka textarea {width:100%;}
	.rightblock {width:100%;}
	

}


.prec-calc-new {display:flex;
width:100%;
align-items: center;
justify-content: space-between;
color:#fff;
margin-top:20px;
border-radius:10px;}

.prec-calc-new  input[type=radio]:checked + .wpcf7-list-item-label {
    background-color: #F7F7F7;
	color:#000;
    background-image: url(https://sobol-e.ru/wp-content/uploads/2025/01/icons8-галочка-48.png);
    border: 1px solid #23C85D;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
	background-size: 20px;}
.prec-calc-new  input[type="radio"] {
    display: none;
}
.prec-calc-new .wpcf7-list-item-label {
    display: inline-flex;
    border: 1px solid #23C85D;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    column-gap: 20px;
}

.prec-calc-new input[type="number"] {
    border: 1px solid #23C85D;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    column-gap: 20px;
}
.prec-calc-new select {
    border: 1px solid #23C85D;
    border-radius: 5px;
    padding: 10px;
width:100%;
    cursor: pointer;
    column-gap: 20px;
}
.prec-calc-new .wpcf7-form-control-wrap span {margin:0 10px 0 0;}

.prec-calc-new .reset     {width: 100%;
    color: #fff;
    border: 1px solid #23C85D;
    border-radius: 10px;
	font-size:18px;
    padding: 15px;
	text-align: center;}
.prec-calc-new .reset:hover {color:#fff;
background:#23C85D;}
.prev-calc {display:grid;}
.prev-calc p {font-size:14px;
padding-bottom:5px;}