

/* Start:/bitrix/templates/trendyfree_main/components/bitrix/catalog/od_catalog/style.css?16822566411702*/
.myvsl {
    width: 100%;
    background-color: white;
}
.myvslin {
	width: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
}
.myvslpart {
    overflow: visible;
    display: flex;
    align-items: center;
}
.myvslpartin {
    position: relative;

}
@media screen and (max-width: 1024px) {
    .myvsltext {
	    font-size: calc(var(--v_universe) * 2.8) !important;
	    line-height: calc(var(--v_universe) * 6.4) !important;
    }
}
.myvsltext {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
	font-size: calc(var(--v_universe) * 1.4);
	line-height: calc(var(--v_universe) * 3.2);
    border: none;
    background-color: white;
    color: black;
    padding: 0;
}
.myvtoleft {
    display: block;
    float: left;
}
.myvtoright {
    display: block;
    float: right;
}
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

/* End */


/* Start:/bitrix/templates/trendyfree_main/components/bitrix/catalog.element/od_catalog_element/style.css?16933121188547*/
	@media (max-width: 750px) {
   .content_docum_file a{
   	display: inline-block;
    white-space: nowrap; /* Отменяем перенос текста */
    width: 200px;
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
   }

	}
.uslugi_price {
  font-size: 30px;
}

h1.main{
  visibility: hidden;
}

    /* styles unrelated to zoom */
    * { border:0; margin:0; padding:0; }
    p { position:absolute; top:3px; right:28px; color:#555; font:bold 13px/1 sans-serif;}

    /* these styles are for the demo, but are not required for the plugin */
    .zoom {
      display:inline-block;
      position: relative;
    }
    
    .zoom {
      cursor: zoom-in;
    }

    /* magnifying glass icon */

    .zoom img {
      display: block;
      overflow: hidden;
    }

    .zoom img::selection { background-color: transparent; }

    .info_basket .shildiki {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: left;
}
    .info_basket .shildiki>div {
      display: inline-block;
      opacity: .8;
      margin-bottom: 10px;
    }


    .info_basket .info {
      line-height: 2em
    }

    .info_basket .fav .bi {
      font-size: 16px;
      opacity: .4
    }


    .info_basket img.color {
    height: 20px;
    width: 20px;
    border: 1px rgba(0,0,0, .15) solid;
}

.myv_checkbox_fav {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.myv_checkbox_fav+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
	margin: 0;
}
.myv_checkbox_fav+label::before {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
	margin: 0.2rem 0rem 0rem 0rem;
	background-image: url("/bitrix/templates/trendyfree_main/img/Heart.svg");
	background-repeat: no-repeat;
}
.myv_checkbox_fav:checked+label::before {
 	background-image: url("/bitrix/templates/trendyfree_main/img/HeartFill.svg");
	background-repeat: no-repeat;
}
.myv_row {
	display: block;
	width: 100%;
    padding: calc(var(--v_universe) * 0.1) 0;
    min-height: 3rem;
	
}
.myv_col_left {
	text-align: left;
	display: block;
	float: left;
}
.myv_col_left h1 {
	text-decoration: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	color: black;
	font-size: 1.4rem;
}
.myv_col_right {
	text-align: right;
	display: block;
	float: right;
}
.myv_text_h {
	text-decoration: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	color: black;
	font-size: 1.4rem;
}
.myvtxtcolin {
    display: block;
    width: 100%;
}
.myvw {
    overflow: hidden;
}
.myv_text_old {
	text-decoration: line-through;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	color: black;
	font-size: 1.2rem;   
}
.myv_text_l {
	text-decoration: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	color: black;
	font-size: 1rem;
}
.myv_bold {
	font-weight: 500;
	font-size: 1.3rem;
}
.myv_text_l a {
	text-decoration: none;
	border-bottom: 0.1rem dotted;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	color: black;
	font-size: 1rem;
}
.myv_text_l a :hover {
	text-decoration: none;
	border-bottom: 0.1rem dotted;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	color: black;
	font-size: 1rem;
}
.myv_radio {
	display: inline-block;
	text-decoration: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	color: black;
	font-size: 1.1rem;
	padding: 0.6rem 0rem 1rem 0rem;
}
.myv_radio input[type=radio] {
	display: none;
}
.myv_radio label {
	display: inline-block;
	padding: 0.2rem 0.4rem;
}
.myv_radio input[type=radio]:checked + label {
	display: inline-block;
	color: white;
	background-color: #3C6E71;
}
.myv_btn {
	width: 100%;
	display: block;
	background-color: white;
	justify-content: center;
	text-align: center;
	padding:  calc(var(--v_universe) * 1.8) 0rem;
    border: calc(var(--v_universe) * 0.2) solid #3C6E71;
}

.myv_button {
	text-decoration: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: calc(var(--v_universe) * 2.0);
	line-height: calc(var(--v_universe) * 3.6);
	color: #3C6E71;
	background-color: white;
}
.myv_button:hover {
    text-decoration: none;
    font-weight: 600;
    color: #3C6E71;
    cursor: pointer;
}
.myv_checkbox_hk {
	display: none;
}
.myv_check_hk {
	text-decoration: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	color: black;
	font-size: 1.1rem;
	text-align: right;
	display: block;
	float: right;
}
.myv_checkbox_do {
	display: none;
}
.myv_check_do {
	text-decoration: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	color: black;
	font-size: 1.1rem;
	text-align: right;
	display: block;
	float: right;
}
.myv_checkbox_ab {
	display: none;
}
.myv_check_ab {
	text-decoration: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	color: black;
	font-size: 1.1rem;
	text-align: right;
	display: block;
	float: right;
}
.myv_hide {
	display: none;
}
@media screen and (max-width: 1024px) {
    .myvpiccol {
        width: 100% !important;
    }
    .myvtxtcol {
        width: 100% !important;
    }
    .myvslider {
        min-height: calc(75vw * 1.5) !important;
    }
}
.myvpad {
    margin-top: var(--v_header_height);
}
.myvpiccol {
    width: 50%;
    display: flex;
    overflow: hide;
}
.myvpiccolin {
    width: 100%;
    display: block;
    margin: calc(var(--v_universe) * 0.4);
}
.myvtxtcol {
    width: 50%;
    display: flex; 
}
.myvtxtcolin {
    width: 96%;
    margin: 0 2%;
    display: block;
}
.myv_col_text {
    width: 100%;
}

.text-justify { 
	text-align: justify;
	-moz-text-align-last: left;
	text-align-last: left;
}
@media screen and (max-width: 1024px) {
    .shild {
	    width: calc(var(--v_universe) * 5.6) !important;
        height: calc(var(--v_universe) * 5.6) !important;
        margin: calc(var(--v_universe) * 0.4) !important;
        font-size: calc(var(--v_universe) * 2.0) !important;
        line-height: calc(var(--v_universe) * 5.6) !important;
    }
	.myv_do_svg {
		width: 15% !important;
	}
	.myv_do_text_0 {
		width: 75% !important;
	}
	.myv_do_text_1 {
		width: 75% !important;
	}
}
.shild {
	display: block;
    float: left;
	text-align: center;
	width: calc(var(--v_universe) * 2.8);
    height: calc(var(--v_universe) * 2.8);
    margin: calc(var(--v_universe) * 0.2);
	text-decoration: none;
	font-family: monospace;
	font-style: normal;
    font-size: calc(var(--v_universe) * 1.0);
    line-height: calc(var(--v_universe) * 2.8);
    border-radius: 50%;
}

.new { color: white; border: solid 1px #00AD58; background-color: #00AD58;}
.hit { color: #FF8300;}
.rasprod { color: white; border: solid 1px #ff5656; background-color: #ff5656;}
.recom { color: #007FFF;}


.myvslider {
    display: block;
    width: 100%;
}
.myvspic {
    display: block;
    position: relative;
    float: left;
    width: 73%;
    margin: 0 7% 0 5%;
}
.myvspicin {
    position: absolute;
    top: 0;
    left: 0;
}
.myvspicinspec {
    position: static;
    opacity: 0 !important;
}
.myvspan {
    display: block;
    position: relative;
    float: right;
    width: 15%;
    margin: 0;
}
.myvsbdon {
    border: calc(var(--v_universe) * 0.2) solid #3C6E71 !important;
}
.myvsborder {
    border: calc(var(--v_universe) * 0.2) solid #F8F8F8;
}
.myvssel {
    width: 100%;
}
.myvsimg {
    width: 100%;
    opacity: 1; 
}
.myvnv {
    opacity: 0 !important;
}
.myvsradio {
    display: none;
}
.clearfix { display: block; }
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; margin: 0; padding: 0; }

.myv_do_block {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.myv_do_block_in {
    display: block;
    margin: calc(var(--v_universe) * 0.2);
}
.myv_do_svg {
    display: block;
    float: left;
    width: 10%;
}
.myv_do_svg_in {
    margin: calc(var(--v_universe) * 1);
}
.myv_do_svg img {
    width: 100%;
}
.myv_do_text_0 {
    display: block;
    float: left;
    width: 90%;
	text-decoration: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	color: black;
	font-size: 1rem;
}
.myv_do_text_0_in {
    margin: calc(var(--v_universe) * 0.5);
}
.myv_do_text_1 {
    display: block;
    float: left;
    width: 90%;
	text-decoration: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	color: black;
	font-size: 1rem;
}
.myv_do_text_1_in {
    margin: calc(var(--v_universe) * 0.5);
}
.myv_label_wide {
    width: 100%;
}






/* End */


/* Start:/bitrix/templates/trendyfree_main/components/bitrix/sender.subscribe/valley/style.css?16816749495071*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}
.myvssuba {
    text-decoration: none;
    color: #3C6E71;
}
.myvssuba:hover{
    text-decoration: none;
    color: #3C6E71;
}
.myvssbtn:disabled {
    background: #AAA;
    border: 1px #AAA;
}

/* End */
/* /bitrix/templates/trendyfree_main/components/bitrix/catalog/od_catalog/style.css?16822566411702 */
/* /bitrix/templates/trendyfree_main/components/bitrix/catalog.element/od_catalog_element/style.css?16933121188547 */
/* /bitrix/templates/trendyfree_main/components/bitrix/sender.subscribe/valley/style.css?16816749495071 */
