

/* Start:/bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?16971192696417*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-block-ui {
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height:25px;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;

	color: #000 !important;

	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding:0 22px 0 0 !important;
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	z-index:10;
}
.bx-sls .bx-ui-sls-route{
	color: #aba8ac !important;
	z-index:5;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */


/* Start:/bitrix/components/ipol/ipol.sdekPickup/templates/order/style.css?16971192656454*/
#SDEK_pvz{
	position         : absolute;
	z-index          : 2100;
	display          : none;
	background-color : white;
	padding          : 10px;
	overflow         : hidden;
	font-family             : Arial;
	width            : 900px;
	height           : 543px;
}
#SDEK_mask{
	width            : 100%;
	height           : 100%;
	opacity          : 0.8;
	position         : fixed;
	z-index          : 2000;
	background-color : black;
	display          : none;
	top              : 0px;
	left             : 0px;
	padding          : 5px
}
#SDEK_head{
	height:35px;
	clear: both;
	padding-top: 7px;
}
#SDEK_logo{
	background : url('/bitrix/images/ipol.sdek/widjet/logo.png') no-repeat transparent;
	width      : 169px;
	height     : 11px;
	margin-top : 15px;
}
#SDEK_logo:hover{
	background-position: 0px -12px;
}
#SDEK_logo a{
	text-decoration : none;
	width           : 100%;
	height          : 100%;
	display         : block;
}
#SDEK_closer{
	position   : absolute;
	background : url('/bitrix/images/ipol.sdek/widjet/close.png') no-repeat transparent;
	height     : 22px;
	width      : 22px;
	right      : 15px;
	top        : 15px;
	z-index    : 1000;
	cursor     : pointer;
}
#SDEK_closer:hover{
	background-position: 0px -22px;
}
#SDEK_looper{
	position   : absolute;
	background : url('/bitrix/images/ipol.sdek/widjet/looper.png') no-repeat transparent;
	background-size: cover;
	height     : 22px;
	width      : 22px;
	right      : 45px;
	top        : 15px;
	z-index    : 1000;
	cursor     : pointer;
}
#SDEK_looper:hover, #SDEK_looper.active{
	background-position: 0px -22px;
}
#SDEK_map{
	float: left;
	height: 500px;
	width: 900px;
}
#SDEK_info{
	float:left;
	position:relative;
	height: 480px;
	overflow: hidden;
	width: 245px;
	color: black;
	top: -490px;
	left: 10px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 5px #5D5D5D;
}
#SDEK_sign{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding-left: 98px;
	background: url('/bitrix/images/ipol.sdek/widjet/widjetLogo.png') no-repeat;
	border-bottom: 1px solid #e3e3e3;
}
#SDEK_delivInfo_PVZ,#SDEK_delivInfo_POSTAMAT{
	/* height: 30px; */
	/* font-weight: bold; */
	font-size: 12px;
	/* border-bottom: 1px dashed #e3e3e3; */
	line-height: 35px;
	padding: 0px 9px;
	background-color: #fafafa;
	color: #808080;
	display: none;
}
#SDEK_wrapper{
	height: 405px;
	overflow: auto;
	width: 245px;
	border: none;
	outline: none;
	background-color: #fafafa;
}
#SDEK_wrapper p{
	cursor : pointer;
	padding: 5px 6px;
	margin:  5px 6px;
	font-size: 12px;
}
.sdek_chosen{
	background-color : #ebebeb;
}
#SDEK_ten{
	position: relative;
	top: -5px;
	background-color: white;
	height: 10px;
	box-shadow: 0 0 5px 5px white;
	width: 235px;

	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
/*балун*/
#SDEK_baloon{
	background-color:white;
	max-width: 258px;
	font-family: Arial;
	font-size: 12px;
	padding-left: 3px;
}
#SDEK_baloon > div{
	margin-top: 5px;
}
.sdek_baloonInfo{
	color: #666666;
	max-height: 80px;
	overflow: hidden;
}
.sdek_baloonDiv{
	max-width: 235px;
	padding-left:8px;
	float:left;
	text-align: left;
}
.sdek_icon{
	float:left;
	width:12px;
	min-height: 12px;
}
.SDEK_iAdress{
	margin-top: 0px !important;
	font-size: 14px;
}
.SDEK_iTelephone{background: url('/bitrix/images/ipol.sdek/widjet/phone.png') no-repeat;}
.SDEK_iTime{background: url('/bitrix/images/ipol.sdek/widjet/clock.png') no-repeat;}
#SDEK_button{
	width:130px;
	height:25px;
	background: url('/bitrix/images/ipol.sdek/widjet/chooze.png') 0px 0px no-repeat;
	display: block;
	margin: 0px auto 5px;
	text-decoration:none;
}
#SDEK_button:hover{
	background-position: 0px -25px;
}
#SDEK_head > div{
	font-size: 12px;
	font-family: Arial;
	float:left;
}
#SDEK_logoPlace{
	width: 300px;
	height: 38px;
	background-image: url("/bitrix/images/ipol.sdek/SDEKogo.png");
	background-repeat:no-repeat;
	background-position: 241px 2px;
}
#SDEK_separator{
	background-color: #e3e3e3;
	width: 1px;
	height: 38px;
}
.SDEK_mark{
	margin-left:12px;
}
.sdek_baloonDiv a{
	cursor: help;
}

.SDEK_arrow{
	width: 23px;
	height: 14px;
	/*background: #000 none repeat scroll 0% 0%;*/
	background: url("/bitrix/images/ipol.sdek/arr.png") no-repeat bottom left;
	display: block;
	float: right;
	margin-top: 12px;
	/* margin-right: 5px; */
	display: none;
}

.SDEK_arrow:hover{
	background-position: bottom right;
}

.SDEK_arrow.up{
	background-position: top left;

}

.SDEK_arrow.up:hover{
	background-position: top right;
}

.SDEK_labelMode_SHORT{
	display:none;
}
.SDEK_labelMode_FULL{
	display:inline;
}

@media screen and (max-width: 919px){
	/* .SDEK_labelMode_SHORT{
		display:inline;
	}
	.SDEK_labelMode_FULL{
		display:none;
	} */
	#SDEK_pvz{
		width: 700px;
		padding: 0;
	}
	#SDEK_closer{
		right: 11px;
		top: 11px;
	}

	#SDEK_logo{
		display: none;
	}

	#SDEK_info{
		box-shadow: none;
		left: 0px;
		top: -538px;
		width: 270px;
		height: auto;
		overflow: auto;
	}

	#SDEK_sign{
		padding-left: 124px;
	}

	#SDEK_wrapper{
		width: 100% !important;
		height: 460px;
	}

	/*.jspContainer{
		width: 100% !important;
		height: 452px !important;
	}*/

	#SDEK_ten{
		width: 256px;
		height: 17px;
		top: -9px;
	}

	#SDEK_delivInfo_PVZ,#SDEK_delivInfo_POSTAMAT{
		border: none;
		font-size: 15px;
		text-shadow: 0px 0px 0px rgb(0, 0, 0);
		font-weight: normal;

	}

	#SDEK_wrapper p{
		font-size: 15px;
	}

	/*.jspPane{
		width: 100% !important;
	}*/

	.SDEK_all-items{
		border-top: 1px dashed #E3E3E3;
		display: none;
	}

	.SDEK_arrow{
		display: block;
	}
}

@media screen and (max-width: 700px){
	#SDEK_pvz{
		width: 100%;
		min-width: 195px;
	}
}

@media screen and (max-width: 294px){
	#SDEK_sign {
		padding-left: 103px;
	}

	#SDEK_info{
		width: 100%;
		min-width: 195px;
	}

	#SDEK_closer{
		right: 12px;
	}

	.SDEK_arrow{
		margin-right: 2px;
	}
}

@media screen and (max-width: 268px){
	#SDEK_sign span{
		display: none;
	}
}

@media screen and (max-width: 222px){
	#SDEK_delivInfo_POSTAMAT,#SDEK_delivInfo_PVZ{
		font-size: 12px;
	}

	#SDEK_pPrice{
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/sale.order.ajax/cart-order/style.css?169893848614363*/
.order {
  margin-bottom: 40px;
}
.order-bg:before {
  content: "";
  position: absolute;
  top: -450px;
  left: -24%;
  width: 150%;
  height: 800px;
  border-radius: 50%;
  background: #f7ecea;
  z-index: -1;
}
.order-success {
  position: relative;
  max-width: 500px;
  margin: 50px auto 140px;
  color: white;
  text-align: center;
}
.order-success__title {
  line-height: 110%;
  margin-bottom: 125px;
}
.order-success__title:before {
  content: "";
  position: absolute;
  top: -45%;
  left: 0;
  transform: translateX(-25%) rotate(-7deg);
  width: 80vw;
  max-width: 1000px;
  height: 110%;
  border-radius: 50%;
  background: linear-gradient(262.16deg, #EC4570 24.14%, rgba(255, 255, 255, 0) 80.36%), #F14358;
  z-index: -1;
}
.order-success__link a {
  line-height: 110%;
  text-decoration: none;
  padding: 12px 24px;
  background: #EC4570;
  border-radius: 62px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.order-success__link a:hover {
  background: #CA3862;
}
.order-check {
  background: white;
  border-radius: 30px;
  padding: 40px;
  text-align: center;
}
.order-check .btn-success {
  margin: 20px 0;
  padding: 12px 24px;
  background: #EC4570;
  color: white;
  transition: all 0.3s ease;
}
.order-check .btn-success:hover {
  background: #CA3862;
}
.order__form {
  transition: opacity 0.2s ease-in-out;
}
.order__form_loading {
  opacity: 0.4;
  pointer-events: none;
}
.order__cols {
  display: flex;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  position: relative;
}
.order__cols:before {
  content: "";
  position: absolute;
  top: 10%;
  right: 50%;
  width: 60%;
  height: 100%;
  background: rgba(96, 72, 122, 0.75);
  z-index: -2;
}
.order__cols:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  width: 60%;
  height: 100%;
  background: linear-gradient(340.41deg, #EC4469 38.49%, #FD71AC 106.26%);
  z-index: -2;
}
.order__col_left {
  width: 60%;
  margin-right: 30px;
}
.order__col_right {
  width: 40%;
}
.order__product-name {
  font-weight: 500;
}
.order__block {
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  min-height: 200px;
}
.order__block + .order__block {
  margin-top: 30px;
}
.order__block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.order__block-title {
  font-size: 36px;
  color: #6F548F;
}
.order__errors {
  margin-bottom: 10px;
  color: red;
}
.order__input,
.order .bx-sls .dropdown-block {
  padding: 12px;
  background-color: #F7F6F8;
  border: 1px solid rgba(96, 72, 122, 0.5);
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.order__input_textarea,
.order .bx-sls .dropdown-block_textarea {
  resize: vertical;
}
.order .bx-sls .dropdown-block {
  box-shadow: none;
  padding-left: 30px;
  padding-right: 30px;
}
.order .bx-sls .dropdown-icon {
  top: 50%;
  transform: translateY(-50%);
}
.order .bx-sls .bx-ui-sls-container {
  display: flex;
  min-height: auto;
}
.order .bx-sls .bx-ui-sls-fake,
.order .bx-sls .bx-ui-sls-route {
  position: relative !important;
  height: auto;
  font-weight: inherit;
  font-family: inherit;
  color: inherit !important;
  z-index: 1;
}
.order .bx-sls .bx-ui-sls-route {
  position: absolute !important;
  color: #B8B8B8 !important;
}
.order .bx-sls .dropdown-fade2white {
  display: none;
}
.order .bx-sls .bx-ui-sls-clear {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.order .bx-sls .bx-ui-sls-pane {
  z-index: 1;
}
.order__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 62px;
  padding: 12px;
  background-color: #EC4570;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.order__button:hover {
  background: #CA3862;
}
.order__button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.order__button_loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EC4570;
}
.order__button_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  -webkit-animation: loading-rotate 1.2s linear infinite;
          animation: loading-rotate 1.2s linear infinite;
}
.order__props-row {
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
}
.order__props-row + .order__props-row {
  margin-top: 10px;
}
.order__prop {
  width: 100%;
  padding: 0 15px;
}
.order__prop-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.order__prop-title-star {
  color: #FC0D1B;
  font-weight: 500;
}
.order__props + .order__services {
  margin-top: 30px;
}
.order__services {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -15px 0;
  row-gap: 20px;
}
.order__service {
  padding: 0 15px;
  width: 33.33333%;
}
.order__service-radio {
  display: none;
}
.order__service-price {
  font-weight: 400;
}
.order__service-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 13px;
  height: 100%;
  min-height: 112px;
  cursor: pointer;
}
.order__service-radio:checked + .order__service-inner {
  background-color: #FFFFFF;
  padding: 12px;
  border-width: 2px;
  border-color: #60487A;
}
.order__service-radio:checked + .order__service-inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #60487A;
  background-image: url("/local/templates/tvoy-sexshop-2022/components/bitrix/sale.order.ajax/cart-order/img/heart.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.order__service-name {
  display: block;
  padding-right: 30px;
  margin-bottom: auto;
  color: #60487A;
}
.order__service-name::after {
  content: "";
  display: block;
  margin-bottom: 20px;
}
.order__service-err, .order__service-period, .order__service-descr, .order__service-calc {
  font-size: 12px;
  color: #B8B8B8;
}
.order__pvz {
  margin-top: 20px;
}
.order__pvz-prop {
  margin-top: 10px;
  font-size: 14px;
}
.order__pvz-prop-name {
  font-weight: 500;
}
.order__pvz-prop-val {
  color: #B8B8B8;
}
.order__comment {
  margin-top: 10px;
}
.order__comment-title {
  display: inline-flex;
  align-items: center;
  color: #60487A;
  cursor: pointer;
}
.order__comment-title-name {
  margin-right: 14px;
}
.order__comment-title-icon {
  display: flex;
  align-items: center;
  fill: none;
  stroke: currentColor;
  transition: transform 0.2s ease-in-out;
  transform: rotate(-180deg);
}
.order__comment-title_open .order__comment-title-icon {
  transform: none;
}
.order__comment-input {
  margin-top: 10px;
}
.order__pvz + .order__total, .order__services + .order__total {
  margin-top: 30px;
}
.order__total {
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #60487A;
  border-radius: 10px;
}
.order__total-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
}
.order__total-item + .order__total-item {
  margin-top: 20px;
}
.order__total-item + .order__total-item_sum {
  margin-top: 33px;
}
.order__total-item + .order__props {
  margin-top: 30px;
}
.order__total-item_sum {
  font-weight: 700;
  font-size: 23px;
}
.order__footer {
  margin-top: 20px;
}
.order__footer label {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  gap: 0.5rem;
}
.order__footer label a {
  color: #EC4570;
}
.order__cart-clear {
  padding: 0;
  background-color: transparent;
  color: #B8B8B8;
  font-family: inherit;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.order__product {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 13px;
  border: 1px solid rgba(96, 72, 122, 0.5);
  border-radius: 10px;
}
.order__product + .order__product {
  margin-top: 10px;
}
.order__product-main {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: currentColor;
}
.order__product-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  margin-right: 10px;
  flex-shrink: 0;
  height: 100px;
}
.order__product-props {
  margin-top: 5px;
  font-size: 12px;
  color: #B8B8B8;
  line-height: 1.1;
}
.order__product-cnt {
  color: #60487A;
  margin: 0 10px;
}
.order__product-cnt .jq-number {
  display: flex;
  align-items: center;
}
.order__product-cnt .jq-number__field {
  padding: 0 5px;
}
.order__product-cnt .jq-number__field input {
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
  color: currentColor;
  text-align: center;
}
.order__product-cnt .jq-number__spin {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 20px;
  cursor: pointer;
}
.order__product-cnt .jq-number__spin.minus::before, .order__product-cnt .jq-number__spin.minus::after, .order__product-cnt .jq-number__spin.plus::before, .order__product-cnt .jq-number__spin.plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.order__product-cnt .jq-number__spin.minus {
  order: -1;
}
.order__product-cnt .jq-number__spin.minus::before {
  content: "";
  width: 10px;
  height: 2px;
}
.order__product-cnt .jq-number__spin.plus::before {
  content: "";
  width: 10px;
  height: 2px;
}
.order__product-cnt .jq-number__spin.plus::after {
  content: "";
  width: 2px;
  height: 10px;
}
.order__product-prices {
  text-align: right;
  font-weight: 500;
}
.order__product-price {
  white-space: nowrap;
  font-size: 21px;
}
.order__product-price_old {
  font-size: 16px;
  text-decoration: line-through;
}
.order__product-delete {
  position: absolute;
  display: flex;
  top: 8px;
  right: 8px;
  padding: 5px;
  background-color: transparent;
  fill: none;
  stroke: #B0A4BD;
  cursor: pointer;
}
.order__coupon {
  margin-top: 30px;
  border: 1px solid rgba(96, 72, 122, 0.5);
  border-radius: 10px;
  padding: 30px;
}
.order__coupon-title {
  color: #B8B8B8;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.order__coupon-note {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}
.order__coupon-submit {
  margin-top: 14px;
}
.order__coupon-list {
  margin: 20px 0;
}
.order__coupon-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 500;
}
.order__coupon-item + .order__coupon-item {
  margin-top: 5px;
}
.order__coupon-item_bad {
  background-color: #383838;
}
.order__coupon-item_entered {
  background-color: #2A77F2;
}
.order__coupon-item_applied {
  background-color: #60487A;
}
.order__coupon-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: inherit;
  stroke: currentColor;
  padding: 5px;
  cursor: pointer;
}
.order__coupon-text {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.order__coupon-text_sum {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

@-webkit-keyframes loading-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.CDEK-widget__popup-mask {
  z-index: 995;
}

@media (max-width: 1200px) {
  .order__product {
    padding: 25px 5px 10px;
  }
  .order__product-name {
    font-size: 14px;
    line-height: 110%;
  }
  .order__product-price {
    font-size: 16px;
    line-height: 110%;
  }
  .order__product-pic {
    width: 50px;
  }
  .order__product-cnt .jq-number__field input {
    width: 25px;
    font-size: 16px;
    line-height: 110%;
  }
  .order-success__title:before {
    top: -30%;
    left: 0;
    transform: translateX(-15%) rotate(-7deg);
    width: 80vw;
    height: 80%;
  }
}
@media (max-width: 992px) {
  .order-bg:before {
    top: -10%;
  }
  .order__product {
    width: 100%;
    justify-content: space-between;
  }
  .order__product-main {
    width: 50%;
  }
  .order__product-name {
    font-size: 14px;
    line-height: 110%;
  }
  .order__product-price {
    font-size: 21px;
    line-height: 110%;
  }
  .order__product-cnt .jq-number__field input {
    width: 52px;
    font-size: 21px;
  }
  .order__cols {
    flex-wrap: wrap;
  }
  .order__col {
    width: 100%;
  }
  .order__col_left {
    margin-right: 0;
  }
  .order__col_right {
    order: -1;
    margin-bottom: 10px;
  }
  .order__block + .order__block {
    margin-top: 10px;
  }
  .order__block-title {
    font-size: 24px;
    line-height: 100%;
  }
  .order__product {
    padding: 9px 13px;
  }
  .order__product-pic {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .order__block {
    padding: 15px;
  }
  .order-success {
    margin-bottom: 20px;
  }
  .order-success__title:before {
    top: -30%;
    left: 0;
    transform: translateX(3%) rotate(-7deg);
    width: 80vw;
    height: 80%;
  }
  .order__product {
    width: 100%;
    padding: 14px;
    flex-wrap: wrap;
  }
  .order__product-name {
    width: 80%;
  }
  .order__product-main {
    width: 100%;
    margin-bottom: 10px;
  }
  .order__product + .order__product {
    margin-top: 2px;
  }
  .order__product-pic {
    width: 50px;
  }
  .order__product-delete {
    top: 9px;
    right: 9px;
  }
  .order__total-item + .order__total-item {
    margin-top: 10px;
  }
  .order__total-item + .order__total-item span:last-child {
    text-align: right;
  }
  .order__total-item_sum {
    margin-top: 30px !important;
    font-size: 20px;
    line-height: 110%;
  }
  .order__prop {
    margin-top: 8px;
  }
  .order__props-row {
    display: block;
  }
  .order__coupon {
    margin-top: 10px;
    padding: 15px;
  }
  .order__services {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 10px;
  }
  .order__service {
    width: auto;
  }
  .order .order__props + .order__services {
    margin-top: 10px;
  }
  .order .order__pvz + .order__total, .order .order__services + .order__total {
    margin-top: 10px;
  }
}
/* End */


/* Start:/local/js/custom/styler/jquery.formstyler.css?16971945972173*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto*/
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */
/* /bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?16971192696417 */
/* /bitrix/components/ipol/ipol.sdekPickup/templates/order/style.css?16971192656454 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/sale.order.ajax/cart-order/style.css?169893848614363 */
/* /local/js/custom/styler/jquery.formstyler.css?16971945972173 */
