@font-face {
  font-family: 'Helvetica Neue Light';
  src: url("../fonts/helvetica_neue.eot");
 /* IE9 Compat Modes */
  src: url("../fonts/helvetica_neue.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
			url("../fonts/helvetica_neue.otf") format("opentype"), /* Open Type Font */
			url("../fonts/helvetica_neue.svg") format("svg"), /* Legacy iOS */
			url("../fonts/helvetica_neue.ttf") format("truetype"), /* Safari, Android, iOS */
			url("../fonts/helvetica_neue.woff") format("woff"), /* Modern Browsers */
			url("../fonts/helvetica_neue.woff2") format("woff2");
 /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EkaterinaVelikaya';
		src: url("../fonts/Ekaterina-Velikaya-Two.eot"); /* IE9 Compat Modes */
		src: url("../fonts/Ekaterina-Velikaya-Two.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
			url("../fonts/Ekaterina-Velikaya-Two.otf") format("opentype"), /* Open Type Font */
			url("../fonts/Ekaterina-Velikaya-Two.svg") format("svg"), /* Legacy iOS */
			url("../fonts/Ekaterina-Velikaya-Two.ttf") format("truetype"), /* Safari, Android, iOS */
			url("../fonts/Ekaterina-Velikaya-Two.woff") format("woff"), /* Modern Browsers */
			url("../fonts/Ekaterina-Velikaya-Two.woff2") format("woff2"); /* Modern Browsers */
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/arial.eot');
    src: url('../fonts/arial.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arial.woff2') format('woff2'),
        url('../fonts/arial.woff') format('woff'),
        url('../fonts/arial.ttf') format('truetype'),
        url('../fonts/arial.svg#arial') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {
    /*font-family: Arial,sans-serif;*/
  font-family: 'Helvetica Neue Light',Arial,sans-serif;
	/*background-color: #e0218a;*/
  min-width: 320px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  html, body {
	font-family: 'Helvetica Neue Light','Arial',sans-serif;
  }
}

body h1,body h2,body h3,body h4,body h5,body h6 {
  margin: 0;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
  word-wrap: break-word;
  width: 100%;
  max-width: 1024px;
}

body h1 {
  margin-bottom: 1em;
  font-size: 2em;
  line-height: 1.2;
  font-family: 'EkaterinaVelikaya',Arial,sans-serif;
  border-bottom: 1px solid #000;
}

body h2 {
  margin-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.2;
  padding: 5px 0;
  font-family: 'EkaterinaVelikaya',Arial,sans-serif;
}

body h3 {
  margin-bottom: 1em;
  font-size: 1.4em;
  line-height: 1.3;
  padding-bottom: 5px;
}

body h4 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  line-height: 1.25;
}

body h5 {
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

body p,body ol,body ul,body dl,body address {
  margin-bottom: 1.5em;
  font-size: 1.0em;
  line-height: 1.5em;
  word-wrap: break-word;
}

a {
	outline: none;
	text-decoration: none;
}

input {
	outline: none;
}



::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f7b9d7;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #f18dbc;
}

::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 4px;
}


/*@font-face {
    font-family: Helvetica Neue Light;
    src: url('fonts/helvetica_neue.ttf');
   }

html, body {
	background-color: #e0218a;
	font-family: MattelFoundersLight,"Helvetica Neue Light",Arial,sans-serif;
}*/

.pink_1 {
  background-color: #e0218a;
}

.pink_2 {
  background-color: #ed6c9b;
}

.pink_3 {
  background-color: #f18dbc;
}

.pink_4 {
  background-color: #f7b9d7;
}

.pink_5 {
  background-color: #facde5;
}

.fixed {
  position: fixed;
}

.head {
  width: 100%;
  min-height: 100px;
  top: 0;
  left: 0;
  z-index: 1001;
}

#fog {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

#header_cont {
  max-width: 1024px;
  margin: auto;
  position: relative;
}

#header_inner {
  width: 100%;
  min-width: 320px;
  margin: auto;
  height: 50px;
  position: relative;
}

.logo {
  min-width: 100px;
  height: 60px;
	/*border: 3px solid #fff;
	border-radius: 60px;*/
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1001;
}

.logo img {
  height: 90%;
  width: auto;
  margin: 5%;
}

#h_menu_button {
  width: 30px;
  height: 30px;
  top: 17px;
  right: 30px;
  background: url('../images/h_menu.svg') center no-repeat;
  display: block;
  position: absolute;
  cursor: pointer;
}

#top_menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  z-index: 1003;
  background-color: unset;
}

#top_menu_header {
  max-width: 1024px;
  width: 100%;
  display: block;
  position: absolute;
  left: Calc(50% - 512px);
}

#top_menu_inner_1st_half {
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0px;
  z-index: 2;
}

#top_menu_inner_2nd_half {
  width: 1024px;
  height: 100%;
  margin: auto;
  background-color: #e0218a;
  opacity: 0.8;
  position: fixed;
  left: Calc(50% - 512px);
  /*max-height: 60vh;*/
  top: 65px;
  z-index: 1;
  overflow: hidden;
}

#top_menu ul {
  display: block;
  width: 90%;
  height: 90%;
  margin: 70px auto 0 auto;
  padding: 0;
  position: relative;
  min-width: 140px;
  list-style: none;
  text-align: center;
	/*font-family: 'EkaterinaVelikaya',Arial,sans-serif;*/
  font-size: 120%;
  line-height: 200%;
}

#top_menu ul li {
  margin: 20px 20px;
	/*float: left;*/;
}

#top_menu a {
  text-decoration: none;
  color: #fff;
}

#top_menu a:hover {
	text-decoration: underline;
}

#top_menu_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 17px;
  right: 30px;
  cursor: pointer;
  z-index: 1007;
}

#top_menu_close:before,
#top_menu_close:after {
  content: '';
  margin-top: -1px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
}

#top_menu_close:before {
  transform: rotate(45deg);
}

#top_menu_close:after {
  transform: rotate(-45deg);
}

.icons_block {
	width: 100%;
	display: inline-block;
	margin: -5px 0 30px 0;
	padding: 10px 0;
	/*border-top: 4px solid #e0218a;*/
}

.icons_block_inner {
	 width: 100%;
	 max-width: 1024px;
	 margin: auto;
}

.mainpage_icon {
	width: Calc(25% - 10px);
	min-width: 246px;
	margin: 5px;
	float: left;
	display: block;
	color: #e0218a;
	/*color: #fff;*/
	font-size: 120%;
	font-weight: bold;
}

.mainpage_icon_image {
	 height: 90px;
	 width: 90px;
	 margin: 0 auto 5px auto;
}

.mainpage_icon_text {
	 width: 100%;
	 height: 40px;
	 text-align: center;
}

#thinLine {
	width: 100%;
	height: 100px;
	top: 30px;
	position: absolute;
	z-index: 2;
}

#container {
  max-width: 1024px;
  margin: 110px auto auto auto;
  padding: 10px;
  position: relative;
  /*min-height: Calc(100vh - 687px);*/
  min-height: Calc(100vh - 966px);
}

#container a {
	color: #e0218a;
}

#container a:hover {
	text-decoration: underline;
}

.container_100 {
  width: 100%;
}

.sub_container_1024 {
  max-width: 1024px;
  position: relative;
  margin: auto;
  padding: 20px 10px 10px 10px;
}

#right_panel {
  width: Calc(50% - 512px);
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  display: block;
  z-index: 10;
}

#qr_code {
  position: absolute;
  top: Calc(50vh - 76px);
  right: Calc(50% - 76px);
  width: 153px;
  font-size: 10px;
  /*color: #fff;*/
  color: #000;
  text-align: center;
}

.top_wave {
  width: 100%;
  height: 100px;
}

.footer_wave {
  width: 100%;
  height: 100px;
}

.footer_wave img {
  width: 100%;
  height: 100%;
}

#top_wave, #bottom_wave {
  width: 100%;
  height: 100%;
}

#main_content {
	display: inline-block;
	width: 100%;
}

#main_content p {
  text-align: justify;
}

#footer {
  display: inline-block;
  width: Calc(100% - 24px);
  min-width: 260px;
  position: relative;
  border: 2px solid #000;
  background-color: #fff;
  padding: 10px;
  min-height: 170px;
}

#user_info {
  min-width: 270px;
  width: Calc(100% - 306px);
	/*padding: 10px;*/
  display: inline-block;
  float: left;
}

#consumer_info {
  color: #fff;
  background-color: #000;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 3px 0;
  float: left;
}

#consumer_info_text {
  margin: 10px 0;
  float: left;
  width: 100%;
  text-align: justify;
}

.thin_hor_line {
  border-top: 2px solid #000;
  display: none;
  margin: 10px 0 20px 0;
  width: 100%;
  float: left;
}

.thin_vert_line {
  background-color: #000;
  margin: 34px 0 34px 10px;
  min-height: 90px;
  height: 100%;
  width: 2px;
  float: left;
}

#matty_block {
  display: inline-block;
  float: left;
  width: 284px;
  padding: 0 0 10px 10px;
}

#matty_img {
  //height: 150px;
  width: 25%;
  float: left;
}

#matty_img img {
  width: 100%;
}

#matty_text {
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px;
  float: left;
  height: 23px;
  width: Calc(75% - 10px);
}

.social_m {
  display: block;
  float: left;
  //width: 84px;
  width: Calc(50% - 61px);
  //height: 24px;
  text-align: center;
  padding: 10px;
}

.social_m img {
  width: 100%;
}

#dedication {
  color: #fff;
  background-color: #000;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 3px 0;
  float: left;
}

.scroll_me {
	/*display: none;*/
  position: fixed;
  width: 50px;
  height: 50px;
  right: 50px;
  bottom: 50px;
  z-index: 1000;
}

.scroll_me svg {
  width: 50px;
  height: 50px;
}

.feedbacks {
	width: 100%;
	display: inline-block;
}

.feedback {
	width: Calc(50% - 26px);
	min-width: 168px;
	padding: 10px;
	border: 1px solid #facde5;
	/*border: 1px solid #bbb;*/
	display: inline-block;
	float: left;
	position: relative;
	margin: 2px;
	/*background: linear-gradient(to bottom, #fff, #facde5);*/
	background-color: rgba(250,205,229,0.3);
}

.feedback_main {
	 width: 100%;
	 display: block;
	 float: left;
	 margin: 10px 0;
	 /*height: 125px;*/
	 height: 70px;
	 overflow: hidden;
}

.stars {
	 margin: 0 10px 0 0;
	 display: inline-block;
}

.feedback_name {
	 width: 100%;
	 display: block;
	 float: left;
	 font-weight: bold;
}

.feedback_date {
	 width: 100%;
	 float: left;
	 display: block;
}

.catalog {
	width: 100%;
	display: inline-block;
	position: relative;
}
	
.filter {
	width: 100%;
	float: left;
}
.catalog_item {
	width: Calc(25% - 10px);
	min-width: 246px;
	margin: 10px 5px;
	min-height: 350px;
	display: block;
	float: left;
	transition: box-shadow ease-in-out 0.2s;
	color: #000 !important;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.catalog .catalog_item:hover {
	box-shadow: 0 0 10px rgba(224,33,138,0.5);
}
.catalog_item_image {
	width: 100%;
	max-width: 246px;
	height: 246px;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
}

.catalog_item_image img {
	width: 100%;
}

.sale {
	position: absolute;
	top:10px;
	right: 10px;
	width: 70px;
	height: 70px;
	background: url("../images/sale.png") no-repeat;
	background-size: cover;
}

.engage {
	position: absolute;
	top:10px;
	right: 10px;
	width: 70px;
	height: 70px;
	background: url("../images/engage.png") no-repeat;
	background-size: cover;
}
	
.read_more {
	position: absolute;
	font-weight: bold;
	font-size: 200%;
	top: 94px;
	left: Calc(50% - 81px);
	color: #fff;
	opacity: 0;
	transition: opacity ease-in-out 0.2s;
}
	
.catalog_item:hover .read_more {
	opacity: 0.9;
}
	
.catalog_item_image img {
	width: 100%;
}
	
.catalog_item_inner {
	width: 100%;
	max-width: 240px;
	min-height: 165px;
	/*min-height: 215px;*/
	float: left;
	display: block;
	border-left: 3px solid #e0218a;
	border-right: 3px solid #e0218a;
	border-bottom: 3px solid #e0218a;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	position: relative;
	background-color: #fff;
}
	
.catalog_item_name {
	width: 100%;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	height: 46px;
	float: left;
	margin: 0 0 5px 0;
	padding: 5px 0;
	background-color: #e0218a;
	color: #fff;
}
.item_params {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 0 0 30px;
	margin: 3px 0;
}
	
.item_params span {
	font-weight: bold;
}
	
.catalog_item_buy {
	position: absolute;
	bottom: 15px;
	left: 45px;
	display: block;
	color: #e0218a;
	padding: 5px 20px;
	font-weight: bold;
	border: 2px solid #e0218a;
	border-radius: 20px;
	text-transform: uppercase;
	transition: background-color ease-in-out 0.2s;
}
.catalog_item_buy:hover {
	color: #fff;
	background-color: #e0218a;
}

.barbie_gallery {
	display: block;
	width: Calc(33% - 2px);
	min-width: 338px;
}

.barbie_mobile_gallery {
	display: none;
	width: 100%;
}

.back_to_section {
	/*display: inline-block;
	color: #e0218a;
	border: 3px solid #e0218a;
	padding: 2px;
	margin: 0 0 10px 0;
	border-radius: 30px;
	width: Calc(100% - 10px);
	max-width: 300px;*/
	width: 100%;
	display: inline-block;
}

.back_to_section a {
	/*width: 338px;*/
	width: 287px;
	display: flex;
}

.back_to_section:hover {
	/*background-color: #e0218a;*/
}

.back_to_section:hover .back_arrow {
	/*background: url('../images/back_i.png') no-repeat;
	background-size: cover;*/
}

.back_s_arrow_text {
	padding: 10px;
	/*width: 240px;*/
	float: left;
	display: block;
}

.back_to_section:hover .back_s_arrow_text {
	color: #fff;
}

.back_to_catalog{
	display: inline-block;
	color: #e0218a;
	border: 3px solid #e0218a;
	padding: 2px;
	margin: 0 0 10px 0;
	border-radius: 30px;
	width: Calc(100% - 10px);
}
.back_arrow {
	width: 37px;
	height: 37px;
	background: url('../images/back.png') no-repeat;
	background-size: cover;
	float: left;
}
.back_arrow_text {
	padding: 10px;
	/*width: 240px;*/
	width: 200px;
	float: left;
	display: block;
}

.back_to_catalog:hover {
	background-color: #e0218a;
}

.back_to_catalog:hover .back_arrow {
	background: url('../images/back_i.png') no-repeat;
	background-size: cover;
}

.back_to_catalog:hover .back_arrow_text {
	color: #fff;
}

.barbie_params {
	width: Calc(33% - 20px);
	margin: 0 10px;
	min-width: 311px;
	/*background-color: #f18dbc;*/
	float: left;
	height: 514px;
	position: relative;
}
					
.brand-vendor-images {
	width: 100%;
	float: left;
	display: block;
}
					
.brand-vendor-images span {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 100%;
	color: #e0218a;
	padding: 0 0 0 10px;
}
					
.brand-image {
	width: 50%;
	max-width: 200px;
	float: left;
}
					
.vendor-image {
	width: 50%;
	float: left;
	max-width: 200px;
}
					
.brand-image img {
	width: 100%;
}
					
.vendor-image img {
	width: 100%;
}
					
.barbie_table {
	width: 100%;
	/*float: left;*/
	display: table;
	background-color: #f18dbc;
	position: absolute;
	bottom: 3px;
}
					
.barbie_table tbody tr td {
	padding: 5px;
}
					
.barbie_table tbody tr:nth-child(odd){
	background: #fff;
}
 
.barbie_table tbody tr:nth-child(even){
	background: #facde5;
}
.barbie_table tbody tr td:last-child {
	text-align: right;
	font-weight: bold;
	width: 50%;
}

.barbie_table_top {
	width: 100%;
	float: left;
	display: table;
	background-color: #f18dbc;
}

.barbie_table_top tbody tr td {
	padding: 5px;
}
					
.barbie_table_top tbody tr:nth-child(odd){
	background: #fff;
}
 
.barbie_table_top tbody tr:nth-child(even){
	background: #facde5;
}
.barbie_table_top tbody tr td:last-child {
	text-align: right;
	font-weight: bold;
	width: 50%;
}
					
.barbie_price {
	width: Calc(100% - 20px);
	/*margin: 10px 0;*/
	margin: 25px 0 10px 0;
	padding: 10px;
	float: left;
	background-color: #e0218a;
	color: #fff;
	position: relative;
}
					
.barbie_price_text {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 100%;
}
					
.barbie_price_old {
	width: 50%;
	float: left;
	text-align: right;
	text-decoration: line-through;
	font-size: 100%;
}
					
.barbie_price_rubles {
	width: 100%;
	float: left;
	text-align: right;
	/*color: #e0218a;*/
	font-size: 380%;
}
					
.vert_puncture_line {
	position: absolute;
	width: 25%;
	height: 108px;
	top: 0;
	left: 0;
	border-right: 2px dotted #fff;
}

div.question {
	padding: 1px 5px;
	border-radius: 20px;
	background-color: #e0218a;
	color: #fff;
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.question_text {
	display: block;
	text-decoration: none !important;
	position: absolute;
	width: 200px;
	padding: 5px;
	border: 1px solid #000;
	color: #000 !important;
	background-color: #fff;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
	z-index: 1000;
	display: none;
}
div.question:hover .question_text {
	opacity: 0.9;
	display: block;
}
					
.barbie_desc {
	width: Calc(33% - 20px);
	margin: 0;
	min-width: 311px;
	float: left;
	/*height: 514px;
	min-height: 514px;*/
}
					
.barbie_desc_text {
	width: 100%;
	float: left;
	position: relative;
}

.barbie_video {
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
}
					
@keyframes point-animate {
	0% { box-shadow: 0 0 0 0px rgba(0, 156, 240, 0.41); }
	50% { box-shadow: 0 0 0 5px rgba(0, 156, 240, 0.41); }
	to { box-shadow: 0 0 0 0px rgba(0, 156, 240, 0.41); }
}
					
input[type=submit].i_want_to_buy {
	float: left;
	width: 200px;
	height: 200px;
	font-size: 200%;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #009cf0;
	border-radius: 100px;
	position: relative;
	margin-top: 10px;
	margin-left: Calc(50% - 100px);
	animation-name: point-animate;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	border: none;
}
					
input[type=submit].i_want_to_buy span {
	position: relative;
	top: 64px;
	font-weight: bold;
}

input[type=submit].i_want_to_buy:hover {
	cursor: pointer;
}

input[type=submit].i_want_to_buy_mobile {
	float: left;
	width: 100%;
	height: 50px;
	font-size: 100%;
	margin: 5px 0 20px 0;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #009cf0;
	border-radius: 100px;
	position: relative;
	animation-name: point-animate;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	display: none;
	border: none;
	-webkit-appearance: none;
}
					
input[type=submit].i_want_to_buy_mobile span {
	position: relative;
	top: 15px;
	font-weight: bold;
}

input[type=submit].i_want_to_buy_mobile:hover {
	cursor: pointer;
}

.form-cont {
	max-width: 876px;
	position: relative;
	margin: auto;
	border: 1px solid #facde5;
	padding: 20px;
	background-color: rgba(250,205,229,0.3);
	display: flex;
}

.cont_method_01_02 {
	display: inline-block;
	width: Calc(50% - 20px);
	min-width: 280px;
	float: left;
	padding: 10px;
}
					
.cont_method_01_02 img, .cont_method_03 img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 10px 0;
}

.rule_01_02 {
	display: inline-block;
	width: Calc(100% - 20px);
	min-width: 280px;
	float: left;
	padding: 10px;
}
					
.rule_01_02 img, .rule_03 img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 10px 0;
}
					
#main_form {
	width: 100%;
	position: relative;
	float: left;
}
					
.cont_method_03 {
	display: inline-block;
	width: Calc(100% - 20px);
	min-width: 280px;
	padding: 10px;
}
				
input:focus, textarea:focus, button {
	outline: 0;
	outline-offset: 0;
}
input, textarea {
	line-height: normal;
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type=text], input[type=email] {
	border: 1px solid #facde5;
	background-color: #fff;
	padding: 3px;
	font-size: 100%;
}
					
textarea {
	border: 1px solid #facde5;
	background-color: #fff;
	padding: 5px;
}
					
.btn_main {
	//width: 200px;
	//height: 200px;
	margin: 10px 0 0 0;
	padding: 15px 20px;
	cursor: pointer;
	//font-size: 200%;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #009cf0;
	border-radius: 100px;
	position: relative;
	//margin-left: Calc(50% - 100px);
	animation-name: point-animate;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	border: none;
}
#error {
	color: #ff0000;
	margin-top: 5px;
	margin-bottom: 5px;
}
					
.form-name-wrap, .form-email-wrap {
	display: inline-block;
	margin: 5px 0;
	float: left;
}
					
.control-label {
	width: 50px;
	display: inline-block;
}
					
textarea#message {
	width: 100%;
	max-width: Calc(100% - 10px);
	display: block;
	margin: 5px 0;
	height: 123px;
}
					
input.form-control {
	margin: 0 15px 0 0;
}
					
.form-msg-wrap {
	display: inline-block;
	margin: 5px 0;
	width: 100%;
}
					
.button-dscl {
	text-align: justify;
	font-size: 80%;
	margin: 10px auto;
	width: 100%;
	position: relative;
}

.barbie_talking {
	display: block;
	float: left;
	width: 376px;
}

.form-panel {
	width: Calc(100% - 376px);
	float: left;
	display: inline-block;
}

.pagination {
	width: 100%;
	display: inline-block;
	padding: 5px 0;
}

.pagination .icon-previous, .pagination .icon-next, .icon-first, .icon-last {
	display: none !important;
}

.pagination .disabled, {
	color: #eeeeee !important;
}

.pagination .active {
	background-color: #e0218a;
	color: #fff !important;
	border-radius: 15px;
}

.pagination .disabled:hover, .pagination .active:hover {
	text-decoration: none !important;
	cursor: default;
}

.pagination a { 
	display: block;
	float: left;
}

.hidden-phone {
	padding: 4px 0 0 0;
	margin: 0 5px;
	width: 25px;
	height: 21px;
	text-align: center;
}


.sub-cat {
	width: 100%;
	display: inline-block;
}
a.cat {
	display: block;
	float: left;
	border: 1px solid #facde5;
	padding: 20px 20px 5px 20px;
	color: #000 !important;
	background-color: rgba(250,205,229,0.3);
	margin: 5px;
	width: Calc(100%/3 - 52px);
	min-width: Calc(300px - 52px);
	transition: all ease-in-out 0.2s;
	position: relative;
}
		
a.cat h2 {
	color: #000;
	transition: all ease-in-out 0.2s;
}
		
a.cat:hover {
	text-decoration: none !important;
	border: 1px solid #e0218a;
}
a.cat:hover h2 {
	color: #e0218a;
}

/*a.cat img {
	height: 150px;
	position: absolute;
	top: 10px;
	right: 10px;
}*/

a.cat.imaged {
	background: url('../images/doll_in_frame_b.png') no-repeat;
	background-size: contain;
	background-color: rgba(250,205,229,0.3);
}

a.cat.imaged:hover {
	background: url('../images/doll_in_frame_s.png') no-repeat;
	background-size: contain;
	background-color: rgba(250,205,229,0.3);
}

#breadcrumbs {
	width: 100%;
	display: inline-block;
	margin: 0 0 30px 0;
}
#breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#breadcrumb li {
	float: left;
}

#breadcrumb li a {
	color: #f7b9d7 !important;
}

#breadcrumb li.active {
	color: #ccc !important;
}

#breadcrumbs img {
	margin: 0 5px 1px 0;
}

/* Large desktops and laptops */
@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1298px) {
  #right_panel {
    display: none;
  }
}

/* Portrait tablets and medium desktops */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/*.thin_hor_line {
		display: block;
	}*/;
}

/* Portrait tablets and small desktops */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	/*.thin_hor_line {
		display: block;
	}*/
	
	
	
	#top_menu_header {
		left: unset;
	}
  
	.mainpage_icon {
		width: Calc(50% - 10px);
		margin-bottom: 30px;
	}
	
	.barbie_params {
		width: Calc(100% - 358px);
		height: unset;
	}
	
	.brand-vendor-images {
		width: 50%;
	}
	
	.barbie_price {
		width: Calc(50% - 20px);
	}
	
	.barbie_price_rubles {
		font-size: 250%;
	}
	
	.barbie_table {
		position: relative;
	}
	
	.barbie_desc {
		width: Calc(100% - 358px);
		margin: 20px 10px 0 10px;
		height: unset;
	}
	
	/*.form-cont {
		max-width: 500px;
	}
	
	.barbie_talking {
		width: 0;
		display: none;
	}

	.form-panel {
		width: 100%;
	}*/
	a.cat {
		width: Calc(50% - 52px);
	}
}

/* Landscape phones and portrait tablets */
@media screen and (min-width: 647px) and (max-width: 767px) {
	/*.thin_hor_line {
		display: block;
	}*/
  #top_menu_header {
    left: unset;
  }
  
  .feedback {
	  width: Calc(100% - 26px);
  }
  
  .mainpage_icon {
	width: Calc(50% - 10px);
	margin-bottom: 30px;
  }
  
	.barbie_params {
		width: Calc(100% - 358px);
		min-width: 269px;
	}
	
	.brand-vendor-images {
	}
	
	.barbie_price {
	}
	
	.barbie_price_rubles {
		font-size: 250%;
	}
	
	.barbie_table {
		
	}
	
	.barbie_desc {
		width: Calc(100% - 20px);
		margin: 20px 10px 0 10px;
		height: unset;		
	}
	.barbie_talking {
		display: none;
	}

	.form-panel {
		width: 100%;
	}
	
	.form-cont {
		max-width: 500px;
	}
	
	.cont_method_01_02 {
		width: Calc(100% - 20px);
	}
	
	a.cat {
		width: Calc(50% - 52px);
	}
}

@media screen and (max-width: 646px) {
	
  #container {
    margin: 100px auto auto auto;
  }

  .footer_wave {
    height: 75px;
  }

  #user_info {
    min-width: 100%;
  }

  .thin_hor_line {
    display: block;
  }

  .thin_vert_line {
    display: none;
  }

  #matty_block {
    width: 100%;
  }

  .scroll_me {
    right: 5vh;
    bottom: 5vh;
  }

  .scroll_me svg {
    width: 12vh;
    height: 12vh;
  }

  #fog {
    width: unset;
    height: unset;
    position: unset;
    top: unset;
    left: unset;
    z-index: unset;
    display: unset;
  }

  #top_menu {
    background-color: #e0218a;
  }

  #top_menu_header {
    width: unset;
    display: unset;
    position: unset;
    left: unset;
  }

  #top_menu_inner_1st_half {
    width: unset;
    height: unset;
    position: unset;
    top: unset;
    z-index: unset;
  }

  #top_menu_inner_2nd_half {
    width: unset;
    height: unset;
    margin: unset;
    background-color: unset;
    opacity: unset;
    position: unset;
    left: unset;
    max-height: unset;
  }

  #top_menu ul {
    margin: 130px auto 79px auto;
  }

  #top_menu ul li {
    margin: 10px 0;
    float: unset;
  }
  
  .frontpage_slider {
	  display: none !important;
  }
  .mobile_slider {
	  display: block !important;
  }
  
  .feedback {
	  width: Calc(100% - 26px);
  }
  
  .feedback_main {
	  height: unset;
  }
  
  .mainpage_icon {
	width: Calc(100% - 10px);
	margin-bottom: 30px;
  }
  
  .catalog_item {
	margin-left: Calc((100% - 246px) / 2);
	margin-right: Calc((100% - 246px) / 2);
  }
  
  .catalog_item:hover {
	box-shadow: unset;
  }
		
  .catalog_item:hover .read_more {
	opacity: 0;
  }
  
  .barbie_gallery {
	  display: none;
  }
  
  .barbie_mobile_gallery {
	  display: block;
  }
  .back_arrow_text {
	padding: 10px;
	width: 230px;
	float: left;
	display: block;
  }

  .back_to_catalog:hover {
	background-color: inherit;
  }

  .back_to_catalog:hover .back_arrow {
	background: url('../images/back.png');
	background-size: cover;
  }

  .back_to_catalog:hover .back_arrow_text {
	color: inherit;
  }

  .barbie_params  {
	  width: 100%;
	  min-width: unset;
	  height: unset;
	  margin: 10px 0 20px 0;

  }
  
  .barbie_table {
	  float: left;
	  position: relative;
	  bottom: unset;
  }
  
  .barbie_desc {
	  width: 100%;
	  min-width: unset;
	  margin-left: 0;
	  margin-right: 0;
	  height: unset;
  }
  
  input[type=submit].i_want_to_buy {
	  display: none;
  }
  
  input[type=submit].i_want_to_buy_mobile {
	  display: block;
  }
  
  .g-recaptcha, .g-recaptcha div{ 
	overflow: hidden; 
	max-width: 100%; 
	} 
	.g-recaptcha iframe, body > div[style]:last-of-type
	{
		transform: scale(0.85);
		transform-origin: left top;
	}
	.barbie_talking {
		display: none;
	}

	.form-panel {
		width: 100%;
	}
	
	.cont_method_01_02 {
		width: Calc(100% - 20px);
	}
	
	a.cat {
		width: Calc(100% - 52px);
	}
	
	#breadcrumbs {
		display: none !important;
	}
	.social_m {
		width: Calc(50% - 110px);
		min-width: 81px;
	}
}

/* Landscape phones and smaller */
/*@media screen and (max-width: 480px) {
	/*.thin_hor_line {
		display: block;
	}*/
/*}*/


#es-popup-info {
  padding: 20px;
  max-width: 320px;
  position: fixed;
  bottom: 14px;
  left: 14px;
	/*background: #222325;*/
  background: #fff;
  box-sizing: border-box;
  opacity: 0.85;
  visibility: visible;
  transition: opacity 300ms ease, visibility 300ms ease;
  z-index: 1003;
}

#es-popup-info__close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

#es-popup-info__close:before,
#es-popup-info__close:after {
  content: '';
  margin-top: -1px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}

#es-popup-info__close:before {
  transform: rotate(45deg);
}

#es-popup-info__close:after {
  transform: rotate(-45deg);
}

#es-popup-info__text {
	/*color: #fff;*/
  color: #000;
}


/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '>';
}

[dir='rtl'] .slick-next:before {
  content: '<';
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.frontpage_slider {
	display: block;
}

.slider {
  width: 100%;
  margin: 65px auto 0 auto;
  overflow: hidden;
  display: block;
}

#arrowLeft {
	width: 50px;
	height: 50px;
	/*background-color: #fff;
	border: 1px solid #000;*/
	background: url('../images/prev_arrow.png') no-repeat;
	background-size: contain;
	z-index: 1000;
	position: absolute;
	left: 100px;
	top: Calc(50% - 25px);
	cursor: pointer;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

#arrowRight {
	width: 50px;
	height: 50px;
	/*background-color: #000;
	border: 1px solid #000;*/
	background: url('../images/next_arrow.png') no-repeat;
	background-size: contain;
	z-index: 1000;
	position: absolute;
	right: 100px;
	top: Calc(50% - 25px);
	cursor: pointer;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.slider:hover #arrowLeft, .slider:hover #arrowRight {
	opacity: 1;
}

.slider a {
  text-decoration: none;
  outline: none;
}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
    .slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  /*opacity: .2;*/
  opacity: 1;
}

.slick-active {
  /*opacity: .5;*/
  opacity: 1;
}

.slick-current {
  /*opacity: 1;*/
  opacity: 1;
}

.mobile_slider {
  width: 100%;
  /*margin: 65px auto 10px auto;*/
  margin: 65px auto 0 auto;
  overflow: hidden;
  display: none;
}

.mobile_slider:hover #arrowLeft, .mobile_slider:hover #arrowRight {
	opacity: 1;
}

.mobile_slider #arrowLeft {
	width: 50px;
	height: 50px;
	/*background-color: #fff;
	border: 1px solid #000;*/
	background: url('../images/prev_arrow.png') no-repeat;
	background-size: contain;
	z-index: 1000;
	position: absolute;
	left: 25px;
	top: Calc(50% - 25px);
	cursor: pointer;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.mobile_slider #arrowRight {
	width: 50px;
	height: 50px;
	/*background-color: #000;
	border: 1px solid #000;*/
	background: url('../images/next_arrow.png') no-repeat;
	background-size: contain;
	z-index: 1000;
	position: absolute;
	right: 25px;
	top: Calc(50% - 25px);
	cursor: pointer;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.mobile_slider a {
  text-decoration: none;
  outline: none;
}

.my_dots{
	position: absolute;
	bottom: -7px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
			
.my_dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 3px;
	margin: 0 1px;
	padding: 0;
	cursor: pointer;
}
			
.my_dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 4px;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background: #ddd;
}
			
.my_dots li.slick-active button {
	background: #009cf0;
}

.my_dots li button:hover,
.my_dots li button:focus {
	outline: none;
}


.barbie_gallery:hover #arrowLeft, .barbie_gallery:hover #arrowRight {
	opacity: 1;
}

.barbie_gallery #arrowLeft {
	width: 25px;
	height: 25px;
	/*background-color: #fff;
	border: 1px solid #000;*/
	background: url('../images/prev_arrow_w.png') no-repeat;
	background-size: contain;
	z-index: 1000;
	position: absolute;
	left: 0;
	top: Calc(50% - 25px);
	cursor: pointer;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.barbie_gallery #arrowRight {
	width: 25px;
	height: 25px;
	/*background-color: #000;
	border: 1px solid #000;*/
	background: url('../images/next_arrow_w.png') no-repeat;
	background-size: contain;
	z-index: 1000;
	position: absolute;
	right: 0;
	top: Calc(50% - 25px);
	cursor: pointer;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.barbie_gallery a {
  text-decoration: none;
  outline: none;
}

.my_b_dots{
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
			
.my_b_dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}
			
.my_b_dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 10px;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background: #fff;
	opacity: 0.7;
}
			
.my_b_dots li.slick-active button {
	background: #009cf0;
	opacity: 0.7;
}

.my_b_dots li button:hover,
.my_b_dots li button:focus {
	outline: none;
}

.catalog_bottom_slider {
  max-width: 1024px;
  width: 100%;
  /*margin: 65px auto 10px auto;*/
  margin: 0 auto 20px auto;
  overflow: hidden;
  height: 424px;
}

.catalog_bottom_slider .slick-slide {
	width: 246px;
}

.catalog_bottom_slider #arrowLeft {
	width: 50px;
	height: 50px;
	/*background-color: #fff;
	border: 1px solid #000;*/
	background: url('../images/prev_arrow_w.png') no-repeat;
	background-size: contain;
	z-index: 1000;
	position: absolute;
	left: 25px;
	top: Calc(50% - 25px);
	cursor: pointer;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.catalog_bottom_slider #arrowRight {
	width: 50px;
	height: 50px;
	/*background-color: #000;
	border: 1px solid #000;*/
	background: url('../images/next_arrow_w.png') no-repeat;
	background-size: contain;
	z-index: 1000;
	position: absolute;
	right: 25px;
	top: Calc(50% - 25px);
	cursor: pointer;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.catalog_bottom_slider:hover #arrowLeft, .catalog_bottom_slider:hover #arrowRight {
	opacity: 1;
}