.burger-btn {
  width: 35px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .burger-btn span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #dfbc7b;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .burger-btn span:nth-child(1) {
      top: 0; }
    .burger-btn span:nth-child(2) {
      top: 11px; }
    .burger-btn span:nth-child(3) {
      top: 11px; }
    .burger-btn span:nth-child(4) {
      top: 22px; }

.open span:nth-child(1) {
  top: 11px;
  width: 0;
  left: 50%; }
.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

.button-to-top{
	position: fixed;
	bottom: 70px;
	right: 50px;
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background-color: #956a2c; 
	display: none;
	cursor: pointer;
	transition: background-color .25s ease;
	z-index: 11111111111111;} 
	.button-to-top:hover{
		background-color: #d49e3d;}  
	.button-to-top img{
		width: 37px;
		height: 22px;
		margin: auto;}  
  
.bread-cramps {
  width: 100%;
  text-align: left;
  margin-bottom: 18px; }
  .bread-cramps a {
    display: inline-block;
    font-size: 13px;
    color: #956a2c;
    text-decoration: underline; }
    .bread-cramps a:hover {
      text-decoration: none; }
  .bread-cramps .active-page {
    display: inline-block;
    margin-left: 10px;
    color: black;
    text-decoration: none;
    position: relative; }
    .bread-cramps .active-page::before {
      content: '>';
      position: absolute;
      left: -10px;
      top: 0;
      font-size: 13px; }
  .bread-cramps .active-page2 {
    display: inline-block;
    margin-left: 10px;
    position: relative; }
    .bread-cramps .active-page2::before {
      content: '>';
	  color: black;
      position: absolute;
      left: -10px;
      top: 0;
      font-size: 13px; }
	  
	  

.cart {
  padding: 11px 11px 7px 8px;
  margin: 0 0 11px 17px;
  background-color: white;
  border: 1px solid #dadada;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
  border-radius: 6px;
  transition: border .2s ease; }
  .cart:hover {
    border: 1px solid #8e723f; }
  .cart .left-block {
    width: 139px; 
	color: #ff0303;}
  .cart .infTop {
    margin-bottom: 11px; 
	flex-wrap: nowrap;}
    .cart .infTop .col {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 6px;}
    .cart .infTop .metro {
        font-size: 14px; 
		display: block;
		text-align: left;
		width: 100%;
        color: #ff0303;}
    .cart .infTop .tel {
      display: block; 
	  color: #ff0303;
	  line-height: 24px;
	  font-weight: bold;
	  white-space: nowrap;}
      .cart .infTop div h4 {
        font-size: 18px;
        text-decoration: underline;
        margin-bottom: 8px; }
      .cart .infTop div a {
        font-size: 16px;
        font-weight: bold;
        color: #ff0303;
        text-decoration: none; }
      .cart .infTop div .name {
        text-align: left; }
        .cart .infTop div .name a {
          font-size: 18px;
          text-decoration: underline;
          color: rgb(74, 73, 71); }
          .cart .infTop div .name a:hover {
            color: #ff0303;
            text-decoration: none; }
      .cart .infTop div img {
        display: block;
        margin-right: 5px;
        float: left; 
		margin-top: -2px;}
  .cart .infMedium {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .cart .infMedium div {
      position: relative; }
      .cart .infMedium div a {
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: block; }
        .cart .infMedium div a img {
          width: 100%;
          height: 100%;
          max-height: 196px;
          position: relative;
          object-fit: cover;}
        .cart .infMedium div a:hover::after {
          background: rgba(0, 0, 0, 0.5); }
        .cart .infMedium div a::after {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          bottom: 4px;
          width: 100%;
          background: transparent;
          z-index: 2; }
      .cart .infMedium div .truePhoto {
        font-size: 12px;
        text-align: left;
        background: rgba(0, 113, 0, 0.8);
        position: absolute;
        left: 0;
        bottom: 15px;
        padding: 4px 10px;
        color: white;
        z-index: 2; }
        .cart .infMedium div .truePhoto:hover div a::after {
          background: rgba(0, 0, 0, 0.5); }
      .cart .infMedium div:last-child {
        padding-left: 8px;
        text-align: left; }
      .cart .infMedium div h5 {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 13px; }
        .cart .infMedium div h5 span {
          text-transform: none; }
      .cart .infMedium div p {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 13px; }
        .cart .infMedium div p span {
          text-transform: none; }
      .cart .infMedium div table {
        font-size: 12px; }
        .cart .infMedium div table tr td {
          padding: 0 5px;
          width: 50%;
          vertical-align: bottom;
          height: 19px; }
      .cart .infMedium div .moreText {
        font-size: 13px; }
      .cart .infMedium div .price {
        color: #ff0303;
        font-weight: bold; }
      .cart .infMedium div .line {
        width: 100%;
        display: block;
        height: auto;
        margin: 9px 0;
        border-bottom: 1px dotted black; }
  .cart .infBottom {
    width: 100%;
    text-align: right; }
    .cart .infBottom a {
      font-size: 12px;
      color: #ff0303;
      text-decoration: underline; }
      .cart .infBottom a:hover {
        text-decoration: none; }
	
ymaps .cart .infMedium div a::after {
bottom: 2px; 
} 
@media only screen and (max-width: 479px){
	ymaps .cart .infMedium div a img{
		max-height: 205px;
	}
	
	ymaps .cart .infMedium div a::after {
    bottom: 6px; 
	}
}


.checkBox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-left: 35px;
  text-decoration: underline;
  margin-right: 30px;
  padding-top: 3px;}
  .checkBox input {
    position: absolute;
    opacity: 0;}
  .checkBox .checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f1cc88;
    border-radius: 3px;}
    .checkBox .checkmark::after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 5px;
      width: 14px;
      height: 13px;
      background-image: url("../image/checked.png");
      background-size: cover; }
  .checkBox:hover {
    text-decoration: none; }
  .checkBox:hover .checkmark {
    background-color: #956a2c; }
    .checkBox:hover input ~ .checkmark {
      background-color: #956a2c; }
    .checkBox input:checked ~ .checkmark {
    background-color: #956a2c; }
    .checkBox input:checked ~ .checkmark:after {
      display: block; }
  .checkBox:last-child {
    margin-right: 0; }

.active-checkBox .checkmark {
  background-color: #956a2c; }

.information-block {
  z-index: 7;
  width: 100%;
  left: 0;
  right: 0;
  border: 1px solid #8e723f;
  background-color: white;
  display: none;
  position: absolute;
  border-radius: 3px;
  top: 60px;
  box-shadow: 0 0 5px black; }
  .information-block p {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    position: relative; }
    .information-block p span {
      width: 25px;
      height: 25px;
      position: absolute;
      z-index: 8;
      border: 1px solid black;
      border-radius: 50%;
      background-color: white;
      top: 10px;
      right: 10px;
      cursor: pointer; }
      .information-block p span img {
        width: 13px;
        margin-bottom: 5px;
        height: 13px; }
  .information-block div {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .information-block div ul {
      width: 20%;
      list-style-type: none;
      text-decoration: none;
      font-size: 13px; }
      .information-block div ul li {
        text-decoration: none;
        padding-left: 0; }
        .information-block div ul li a {
          width: 100%;
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 35px;
          display: block;
          text-decoration: none;
          color: #1e1e1e;
          transition: all .2s ease; }
          .information-block div ul li a:hover {
            background-color: #8e723f;
            color: white; }

.wrapper-towns {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 30;
  padding: 0 15px; }
  .wrapper-towns .towns {
    position: relative;
    width: 100%;
    border: 1px solid;
    max-width: 892px;
    padding-bottom: 10px;
    margin: 0 auto;
    top: 60px;
    display: block; }
    .wrapper-towns .towns div ul li {
      text-decoration: none;
      padding-left: 0; }
      .wrapper-towns .towns div ul li a {
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-bottom: 12px;
        padding-left: 35px;
        display: block;
        text-decoration: none;
        color: #1e1e1e;
        transition: all .2s ease; }
        .wrapper-towns .towns div ul li a:hover {
          background-color: white;
          text-decoration: underline;
          color: #ff0303; }

.wrapper-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 30;
  padding: 0 15px; }
  .wrapper-video .towns {
    position: relative;
    width: 100%;
    height: 60vh;
    border: 1px solid;
    max-width: 892px;
    margin: 0 auto;
    top: 20vh;
    display: block; }
    .wrapper-video .towns span {
      width: 25px;
      height: 25px;
      position: absolute;
      z-index: 8;
      border: 1px solid black;
      border-radius: 50%;
      background-color: white;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-content: center;
      align-items: center;
      top: -30px;
      right: -30px;
      cursor: pointer; }
      .wrapper-video .towns span img {
        width: 13px;
        height: 13px; }
    .wrapper-video .towns .video {
      width: 100%;
      height: 100%; }

@media (max-width: 991px) {
  .information-block div {
    width: 100%; }
    .information-block div ul {
      width: 33.333%; } }
@media (max-width: 768px) {
  .information-block {
    width: auto;
    left: 15px;
    right: 15px; } }
@media (max-width: 575px) {
  .wrapper-towns .towns div ul li a {
    padding-left: 25px; }

  .information-block {
    width: auto;
    left: 10px !important;
    right: 10px; }
    .information-block div {
      width: 100%; }
      .information-block div ul {
        width: 50%; 
		display: flex;
		flex-direction: column;
		justify-content: space-between;}
        .information-block div ul li a {
          padding-left: 20px; 
		  padding-right: 5px;} }
.activeHideWrapper::after {
  transform: rotate(180deg); }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: "OpenSans", Arial; }

body {
  position: relative; 
  min-height: 100vh;
  background-color: #f1ebde;}

header .top-line {
  border-top: 5px solid #6b512c;
  min-height: 60px;
  background-color: #8e723f;
  box-sizing: initial;
  box-shadow: 0 0 28px black;
  z-index: 4;
  position: relative; }
  header .top-line .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    header .top-line .row .logo {
      color: white;
      text-decoration: none;
      vertical-align: center;
      margin-right: 40px; }
      header .top-line .row .logo img {
        margin: 5px 0;
        width: 62px;
        height: auto;
        display: inline-block; }
      header .top-line .row .logo div {
        display: inline-block;
        text-align: left;
        margin-left: 10px;
        vertical-align: top;
        margin-top: 7px; }
        header .top-line .row .logo div p {
          text-transform: uppercase;
          font-size: 18px;
          line-height: 18px;
          margin-bottom: 5px;
          font-weight: bold; }
          header .top-line .row .logo div p:last-child {
            margin-bottom: 0;
            font-size: 28px;
            letter-spacing: 3px;
            line-height: 22px;
            font-weight: bold; }
    header .top-line .row .burger {
      text-align: right;
      display: none;
      flex-direction: row;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  header .top-line .change-city {
    margin-right: 40px; }
    header .top-line .change-city p {
      color: white;
      font-size: 14px;
      display: inline-block; }
    header .top-line .change-city a {
      display: inline-block;
      font-size: 14px;
      position: relative;
      color: #dfbc7b;
      text-decoration: none;
      margin-left: 8px;
      cursor: pointer; }
      header .top-line .change-city a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -14px;
        z-index: 2;
        transform: translateY(-4px);
        width: 9px;
        height: 8px;
        background-image: url("../image/piramid.png"); }
  header .top-line .menu {
    list-style-type: none; }
    header .top-line .menu li {
      display: inline-block;
      margin-right: 20px;
      cursor: pointer;
      transition: all .15s linear; }
      header .top-line .menu li a {
        font-size: 14px;
        color: white; }
      header .top-line .menu li .active-item {
        color: #dfbc7b;
        text-decoration: none;}
        header .top-line .menu li a:hover {
          text-decoration: none;
          color: #dfbc7b; }
  header .top-line .selectSlut a {
    color: white;
    font-size: 14px;
    padding: 6px 15px 6px 35px;
    background-color: #6b512c;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .15s linear; }
    header .top-line .selectSlut a:hover {
      background-color: #845c22; }
    header .top-line .selectSlut a::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 10px;
      width: 15px;
      height: 14px;
      background: url("../image/select.png");
      background-size: cover;
      z-index: 2; }
  header .top-line .slide-menu {
    display: none; }
header .medium-line {
  background-color: #8e723f;
  height: 150px;
  width: 100%;
  overflow: hidden; }
  header .medium-line .wrapper-girls-item {
    height: 100%;
    text-align: center;
    margin: 0 auto;}
    header .medium-line .wrapper-girls-item .mini-cart-girl {
      width: 117.5px;
      display: inline-block;
      height: 100%;
      background-color: #2f1a03;
      position: relative;
      margin: 0 auto -20px;
      cursor: pointer;
      z-index: 1; }
      header .medium-line .wrapper-girls-item .mini-cart-girl:hover::after {
        background-color: rgba(0, 0, 0, 0.5); }
      header .medium-line .wrapper-girls-item .mini-cart-girl:hover .girls-text .name {
        color: #ff0303; }
      header .medium-line .wrapper-girls-item .mini-cart-girl img {
        width: 100%;
        height: 100%;
        object-fit: cover}
      header .medium-line .wrapper-girls-item .mini-cart-girl .girls-text {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 45px;
        z-index: 4; }
        header .medium-line .wrapper-girls-item .mini-cart-girl .girls-text .name {
          width: 100%;
          height: 23px;
          background-color: rgba(0, 0, 0, 0.5);
          color: white;
          text-align: center;
          font-size: 13.45px;
          line-height: 25px;
          transition: color .25s ease; }
        header .medium-line .wrapper-girls-item .mini-cart-girl .girls-text .cost {
          width: 100%;
          color: white;
          text-align: center;
          height: 22px;
          font-size: 13.45px;
          line-height: 22px;
          background-color: #2f1a03; }
          header .medium-line .wrapper-girls-item .mini-cart-girl .girls-text .cost span {
            display: inline-block;
            color: #ff0303;
            font-weight: bold;
            font-size: 14px; }
      header .medium-line .wrapper-girls-item .mini-cart-girl::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        background-color: transparent;
        transition: background-color .25s ease; }
header .bottom-line {
  width: 100%;
  background-color: white;
  box-shadow: 0 0 5px black;
  z-index: 3;
  position: relative; }
  header .bottom-line .container {
    display: flex;
    height: 63px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    header .bottom-line .container .changeArea a {
      display: inline-block;
      text-decoration: none;
      width: 120px;
      height: 35px;
      text-align: center;
      background-color: #956a2c;
      color: white;
      font-size: 14px;
      line-height: 35px;
      border-radius: 3px;
      position: relative;
      padding-right: 10px;
      margin-right: 25px;
      cursor: pointer; }
      header .bottom-line .container .changeArea a .image {
        position: absolute;
        top: 8px;
        left: 11px;
        height: 20px;
        width: 16px;
        background-image: url("../image/location.png");
        background-repeat: no-repeat;
        z-index: 2; }
      header .bottom-line .container .changeArea a .piramyd {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        background-color: #f1cc88;
        z-index: 2;
        border-radius: 0 3px 3px 0;
        transition: background-color .2s ease;
        cursor: pointer; }
      header .bottom-line .container .changeArea a:hover .piramyd {
        background-color: #d49e3d; }
      header .bottom-line .container .changeArea a:last-child {
        margin-right: 0; }
        header .bottom-line .container .changeArea a:last-child .image {
          left: 8px;
          height: 20px;
          width: 20px;
          background-image: url("../image/metro.png"); }
    header .bottom-line .container .changeChose {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      header .bottom-line .container .changeChose label {
        padding-left: 0; }
        header .bottom-line .container .changeChose label a {
          position: relative;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          cursor: pointer;
          padding-left: 35px;
          display: flex;
          color: black;
          z-index: 2; }
          header .bottom-line .container .changeChose label a:hover {
            text-decoration: none; }

main {
	height: 100%;
	/*padding-bottom: 70px;*/}
  main .main-content {
    padding-top: 8px;
    padding-bottom: 21px; }
    main .main-content .nowrap {
      flex-wrap: nowrap; }
    main .main-content .left-content {
      max-width: 269px; }
      main .main-content .left-content .hideWrapper {
        display: none;
        width: 100%;
        background-color: #956a2c;
        padding: 10px;
        text-align: center;
        color: white;
        font-size: 17px;
        font-weight: bold;
        border-radius: 3px;
        margin-bottom: 5px;
        cursor: pointer;
        transition: background-color .2s ease;
        z-index: 1;
        position: relative; }
        main .main-content .left-content .hideWrapper:hover {
          background-color: #2f1a03; }
        main .main-content .left-content .hideWrapper::after {
          content: '';
          position: absolute;
          top: 42%;
          right: 14px;
          z-index: 1;
          width: 9px;
          height: 8px;
          background-image: url("../image/piramid.png");
          transition: all .2s ease; }
      main .main-content .left-content .selectWrapper {
        width: 100%;
        height: auto;
        background-color: white;
        position: relative;
        z-index: 1;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
        border-radius: 6px;
        padding: 12px; }
        main .main-content .left-content .selectWrapper .kindOfSelect .title {
          width: 100%;
          background-color: #956a2c;
          padding: 10px;
          text-align: center;
          color: white;
          font-size: 17px;
          font-weight: bold;
          border-radius: 3px;
          margin-bottom: 13px; }
        main .main-content .left-content .selectWrapper .kindOfSelect .buttons {
          width: 100%;
          margin-bottom: 16px; }

          main .main-content .left-content .selectWrapper .kindOfSelect .buttons a {
            border-radius: 3px;
            background-color: #f4d498;
            height: 33px;
            color: black;
            text-decoration: none;
            line-height: 33px;
            text-align: center;
            font-size: 14px;
            width: calc(50% - 14px);
            margin: 4px 7px;
            transition: background-color .2s ease;
            cursor: pointer; }

          main .main-content .left-content .selectWrapper .kindOfSelect .buttons .active {
            background-color: #d49e3d;
            }


            main .main-content .left-content .selectWrapper .kindOfSelect .buttons a:hover {
              background-color: #d49e3d; }


          main .main-content .left-content .selectWrapper .kindOfSelect .buttons .line {
            width: 100%;
            height: auto;
            margin: 12px 9px 12px 7px;
            border-bottom: 1px dotted black; }
    main .main-content .right-content {
      width: 100%;
      padding-left: 26px; }
      main .main-content .right-content .pagination {
        font-size: 14px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        main .main-content .right-content .pagination a {
          color: black;
          text-decoration: none;
          margin: 0 5px;
          cursor: pointer; }
          main .main-content .right-content .pagination a:hover {
            color: #c39b52; }
        main .main-content .right-content .pagination span {
          cursor: pointer; }
          main .main-content .right-content .pagination span:hover {
            color: #c39b52; }
        main .main-content .right-content .pagination .currentPage {
          color: #ff0303;
          font-size: 16px;
          font-weight: bold; }
          main .main-content .right-content .pagination .currentPage:hover {
            color: #ff0303; }
      main .main-content .right-content .top-block {
        padding-top: 5px; }
        main .main-content .right-content .top-block h1 {
          font-size: 24px; }
        main .main-content .right-content .top-block div p {
          font-size: 14px;
		  color: #252525;
		  margin-top: 10px;}
      main .main-content .right-content .content-block {
        position: relative;
        padding: 10px 0 8px 0;
        margin: 0 0 0 -18px; }
      main .main-content .right-content .cart {
        max-width: 280px; }
      main .main-content .right-content .bottom-content h2 {
        font-size: 19px;
		margin-bottom: 16px;}
      main .main-content .right-content .bottom-content .pagination {
        text-align: center;
        margin-bottom: 12px; }
      main .main-content .right-content .bottom-content p {
        font-size: 14px;
        color: #252525;
        text-align: justify; }
        main .main-content .right-content .bottom-content p a {
          color: #ff0303;
          text-decoration: underline; }
          main .main-content .right-content .bottom-content p a:hover {
            text-decoration: none; }
      main .main-content .right-content .main-text-block {
        text-align: justify; }
        main .main-content .right-content .main-text-block h1 {
          font-size: 24px;
          margin-bottom: 20px; }
        main .main-content .right-content .main-text-block h2 {
          font-size: 22px;
          margin-bottom: 20px; }
        main .main-content .right-content .main-text-block h3 {
          font-size: 18px;
          margin-bottom: 20px; }
        main .main-content .right-content .main-text-block p {
          margin-bottom: 20px;
          font-size: 14px; }
        main .main-content .right-content .main-text-block a {
          color: #ff0303;
          text-decoration: underline; }
          main .main-content .right-content .main-text-block a:hover {
            text-decoration: none; }
        main .main-content .right-content .main-text-block .links {
          margin-top: 25px;
          margin-bottom: 25px; }
          main .main-content .right-content .main-text-block .links a {
            color: #9b7338;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 20px; }
        main .main-content .right-content .main-text-block ol {
          margin-top: 20px; }
        main .main-content .right-content .main-text-block ul {
          margin-top: 20px; }
        main .main-content .right-content .main-text-block li {
          font-size: 14px;
          margin-bottom: 20px;
          margin-left: 30px; }
          main .main-content .right-content .main-text-block li:last-child {
            margin-bottom: 25px; }
        main .main-content .right-content .main-text-block table {
          font-size: 16px;
          border-color: #8d8d8c;
          text-align: center; }
          main .main-content .right-content .main-text-block table .moreText {
            font-weight: bold;
            padding: 13px 8px; }
          main .main-content .right-content .main-text-block table tr {
            background-color: white; }
            main .main-content .right-content .main-text-block table tr th {
              padding: 13px 8px;
              color: #252525;
              vertical-align: middle;
              text-align: center;
              border-color: #8d8d8c; }
            main .main-content .right-content .main-text-block table tr td {
              padding: 13px 8px;
              color: #252525;
              vertical-align: middle;
              text-align: center;
              border-color: #8d8d8c; }
            main .main-content .right-content .main-text-block table tr:nth-of-type(odd) {
              background-color: #f4ecdb; }
          main .main-content .right-content .main-text-block table thead tr {
            background-color: white !important; }
            main .main-content .right-content .main-text-block table thead tr th {
              padding: 13px 8px;
              color: #252525;
              font-weight: bold;
              vertical-align: middle;
              text-align: center;
              border-bottom-width: 0;
              border-color: #8d8d8c; }
      main .main-content .right-content .main-form-block h1 {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: justify; }
      main .main-content .right-content .main-form-block h2 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: justify; }
      main .main-content .right-content .main-form-block p {
        margin-bottom: 25px;
        font-size: 14px;
        text-align: justify; }
      main .main-content .right-content .main-form-block .form {
        width: 100%;
        max-width: 650px;
        padding: 17px 17px 22px 17px;
        background-color: white;
        position: relative;
        z-index: 1;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
        border-radius: 6px; }
        main .main-content .right-content .main-form-block .form form {
          width: 100%;
          height: 100%; }
          main .main-content .right-content .main-form-block .form form .input-group {
            /*display: flex;*/
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
            margin-bottom: 10px; }
            main .main-content .right-content .main-form-block .form form .input-group label {
              margin-top: 10px;
              font-size: 14px;
              color: #252525;
              font-weight: bold;
              letter-spacing: -0.35px; }
              main .main-content .right-content .main-form-block .form form .input-group label span {
                font-size: 18px;
                color: #ff0303; }
            main .main-content .right-content .main-form-block .form form .input-group input {
              width: 100%;
              max-width: 470px;
              border: 1px solid #8e8e8e;
              border-radius: 3px;
              height: 45px;
              padding: 0 10px;
              line-height: 45px;
              font-size: 14px; }
              main .main-content .right-content .main-form-block .form form .input-group input:focus {
                border-color: #956a2c; }
            main .main-content .right-content .main-form-block .form form .input-group textarea {
              width: 100%;
              height: 175px;
              max-width: 470px;
              border: 1px solid #8e8e8e;
              border-radius: 3px;
              resize: none;
              padding: 0 10px;
              line-height: 45px;
              font-size: 14px; }
              main .main-content .right-content .main-form-block .form form .input-group textarea:focus {
                border-color: #956a2c; }
          main .main-content .right-content .main-form-block .form form .buttons-group {
            width: 100%;
            max-width: 455px;
            margin-left: calc(100% - 455px);
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin-top: 15px; }
            main .main-content .right-content .main-form-block .form form .buttons-group .inputs {
              border: solid 1px #8e8e8e;
              border-radius: 3px;
              background-color: #e2e2e2;
              font-size: 14px;
              padding: 10px 40px;
              margin-right: 13px;
              cursor: pointer;
              transition: color .2s ease;
              max-width: 140px; }
              main .main-content .right-content .main-form-block .form form .buttons-group .inputs:hover {
                color: #404040; }
            main .main-content .right-content .main-form-block .form form .buttons-group input[type=file] {
              display: none; }
            main .main-content .right-content .main-form-block .form form .buttons-group span {
              font-size: 14px; }
            main .main-content .right-content .main-form-block .form form .buttons-group button {
              border-radius: 3px;
              cursor: pointer;
              background-color: #956a2c;
              border: none;
              color: white;
              font-size: 16px;
              padding: 12px;
              width: 100%;
              max-width: 275px;
              transition: background-color .2s ease; }
              main .main-content .right-content .main-form-block .form form .buttons-group button:hover {
                background-color: #795624; }
  main .main-content {
    padding-top: 18px;
    padding-bottom: 30px; }
    main .main-content .detail-wrapper {
      margin-bottom: 10px; }
      main .main-content .detail-wrapper .photo-content {
        width: 100%;
        max-width: 450px; }
        main .main-content .detail-wrapper .photo-content .photo-gallery {
          width: 100%; }
          main .main-content .detail-wrapper .photo-content .photo-gallery .big-photo {
            width: 100%;
            margin-bottom: 20px;
            position: relative;
            border-radius: 3px;
            border: 2px solid transparent;
            transition: border .2s ease; }
            main .main-content .detail-wrapper .photo-content .photo-gallery .big-photo a {
              width: 100%;
              height: 100%;
              display: block;}
            main .main-content .detail-wrapper .photo-content .photo-gallery .big-photo a img {
              width: 100%;
              height: 100%;
              object-fit: cover;}
          main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo {
            display: flex;
            flex-flow: row wrap;
            margin: 0 -4px; }
            main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo .photo {
              width: calc(33.33333333% - 8px);
              margin: 0 4px 8px 4px;
              height: 145px;
              max-width: 145px;
              border-radius: 3px;
              border: 2px solid transparent;
              transition: border .2s ease;
              position: relative;
              cursor: pointer; }
              main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo .photo:hover {
                border: 2px solid #8e723f; }
                main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo .photo:hover:after {
                  background-color: rgba(0, 0, 0, 0.5); }
              main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo .photo img {
                width: 100%;
                height: 100%;
                object-fit: cover}
              main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo .photo:after {
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                position: absolute;
                background-color: transparent;
                transition: background-color .2s ease; }
      main .main-content .detail-wrapper .detail-content {
        width: 100%;
        padding-left: 20px; }
        main .main-content .detail-wrapper .detail-content h1 {
          font-size: 24px;
          margin-bottom: 25px;
          color: #252525; }
        main .main-content .detail-wrapper .detail-content .details-card {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: wrap; }
          main .main-content .detail-wrapper .detail-content .details-card .top-card {
            max-width: 337px;
            margin-bottom: 20px; }
          main .main-content .detail-wrapper .detail-content .details-card .photo-content {
            display: none }
          main .main-content .detail-wrapper .detail-content .details-card .top-card:nth-child(2) {
            max-width: 337px;
            margin-bottom: 20px; }
            main .main-content .detail-wrapper .detail-content .details-card .top-card .place {
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              margin-bottom: 5px; }
              main .main-content .detail-wrapper .detail-content .details-card .top-card .place .tel {
                font-weight: bold;
                font-size: 18px;
				color: #ff0303;
				text-decoration: none;
				}
              main .main-content .detail-wrapper .detail-content .details-card .top-card .place .img {
                width: 30px;
				display: inline-block;}
              main .main-content .detail-wrapper .detail-content .details-card .top-card .place span {
                font-size: 14px; 
				margin-top: 3px;} 
                main .main-content .detail-wrapper .detail-content .details-card .top-card .place span a {
                  cursor: pointer;
                  color: #ff0303;
                  text-decoration: underline;
                  font-weight: bold; }
                  main .main-content .detail-wrapper .detail-content .details-card .top-card .place span a:hover {
                    text-decoration: none; }
            main .main-content .detail-wrapper .detail-content .details-card .top-card .video-block .video {
              width: 100%;
              max-width: 125px;
              margin-right: 10px;
              position: relative; }
              main .main-content .detail-wrapper .detail-content .details-card .top-card .video-block .video img {
                width: 100%;
                height: 100%; }
              main .main-content .detail-wrapper .detail-content .details-card .top-card .video-block .video .play {
                width: 42px;
                height: 42px;
                border-radius: 50%;
                background-color: white;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate3d(-21px, -21px, 0);
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: background-color .3s ease;
                cursor: pointer; }
                main .main-content .detail-wrapper .detail-content .details-card .top-card .video-block .video .play .triangle {
                  border: 10px solid transparent;
                  border-left: 15px solid #83531e;
                  margin-left: 15px;
                  transition: border-left-color .3s ease; }
                main .main-content .detail-wrapper .detail-content .details-card .top-card .video-block .video .play:hover {
                  background-color: #83531e; }
                  main .main-content .detail-wrapper .detail-content .details-card .top-card .video-block .video .play:hover .triangle {
                    border-left-color: white; }
            main .main-content .detail-wrapper .detail-content .details-card .top-card .video-text {
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              padding: 5px 0;
              height: 90px; }
              main .main-content .detail-wrapper .detail-content .details-card .top-card .video-text span p {
                font-size: 16px;
                color: #252525;
                text-align: left; }
              main .main-content .detail-wrapper .detail-content .details-card .top-card .video-text span a {
                font-size: 14px;
                color: #fe0101;
                cursor: pointer;
                text-decoration: underline; }
                main .main-content .detail-wrapper .detail-content .details-card .top-card .video-text span a:hover {
                  text-decoration: none; }
              main .main-content .detail-wrapper .detail-content .details-card .top-card .video-text p {
                font-size: 14px;
                color: #252525;
                text-align: left; }
      main .main-content .detail-wrapper .main-card {
        max-width: 337px;
        width: 100%;
        height: auto;
        background-color: white;
        position: relative;
        z-index: 1;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
        border-radius: 6px;
        padding: 8px 8px 15px;
        margin-bottom: 20px; }
        main .main-content .detail-wrapper .main-card .title {
          width: 100%;
          background-color: #956a2c;
          padding: 10px 30px;
          text-align: left;
          color: white;
          font-size: 17px;
          font-weight: bold;
          border-radius: 3px;
          margin-bottom: 10px; }
        main .main-content .detail-wrapper .main-card .cost {
          margin-bottom: 13px; }
        main .main-content .detail-wrapper .main-card .inform {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          main .main-content .detail-wrapper .main-card .inform div {
            width: calc(50% - 6px);
            margin: 0 3px; }
            main .main-content .detail-wrapper .main-card .inform div p {
              font-size: 16px;
              line-height: 16px;
              color: #404040;
              font-weight: bold;
              margin-bottom: 7px; }
            main .main-content .detail-wrapper .main-card .inform div table {
              font-size: 15px; }
              main .main-content .detail-wrapper .main-card .inform div table td {
                padding: 3px 8px; }
            main .main-content .detail-wrapper .main-card .inform div .price {
              font-size: 17px;
              color: #ff0303;
              font-weight: bold; }
          main .main-content .detail-wrapper .main-card .inform .second {
            width: calc(100% - 6px);
            margin: -2px 3px; }
            main .main-content .detail-wrapper .main-card .inform .second table tr {
              background-color: #f4ecdb; }
              main .main-content .detail-wrapper .main-card .inform .second table tr td {
                padding: 4px 8px;
                width: 50%;}
              main .main-content .detail-wrapper .main-card .inform .second table tr:nth-of-type(odd) {
                background-color: white; }
				main .main-content .detail-wrapper .detail-content .details-card .main-card.photo-block{
					display: none;
				}
      main .main-content .detail-wrapper .third {
        max-width: 100%; }
        /*main .main-content .detail-wrapper .third .inform {
          height: 110px; }*/
          main .main-content .detail-wrapper .third .inform div {
            width: calc(50% - 6px);
            margin: -2px 3px; }
            main .main-content .detail-wrapper .third .inform div table tr {
              background-color: #f4ecdb; }
              main .main-content .detail-wrapper .third .inform div table tr td {
                width: 45%;
                font-size: 15px;
                line-height: 1.286; }
                main .main-content .detail-wrapper .third .inform div table tr td a {
                  color: #956a2c;
                  text-decoration: underline;
                  cursor: pointer;
                  font-weight: bold; }
                  main .main-content .detail-wrapper .third .inform div table tr td a:hover {
                    text-decoration: none; }
              main .main-content .detail-wrapper .third .inform div table tr:nth-of-type(odd) {
                background-color: white; }
            main .main-content .detail-wrapper .third .inform div:last-child {
              font-size: 15px;
              color: #404040;
              padding-top: 5px; }
          main .main-content .detail-wrapper .third .inform .vertical-line {
            margin: 0 25px 0 12px;
            border-right: 1px solid #bababa; }
      main .main-content .detail-wrapper .fourth {
        padding: 8px;
        max-width: 100%;
        margin-bottom: 0; }
		  main .main-content .detail-wrapper .fourth .maps{
			min-height: 320px;
			height: 320px;}
			  main .main-content .detail-wrapper .fourth .maps #map{
				min-height: 320px;
				height: 320px;}
        main .main-content .detail-wrapper .fourth .title {
          margin-bottom: 8px; }
        main .main-content .detail-wrapper .fourth .map {
          width: 100%;
          height: 100%;
          max-height: 299px;
          overflow: hidden; }
          main .main-content .detail-wrapper .fourth .map img {
            width: 100%; }
    main .main-content .services {
      height: auto;
      background-color: white;
      position: relative;
      z-index: 1;
      box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
      border-radius: 6px;
      padding: 8px 8px 15px;
      margin-bottom: 30px; }
      main .main-content .services .title {
        width: 100%;
        background-color: #956a2c;
        padding: 10px 30px;
        text-align: left;
        color: white;
        font-size: 17px;
        font-weight: bold;
        border-radius: 3px;
        margin-bottom: 20px; }
      main .main-content .services .services-wrapper {
        padding: 0 25px; }
        main .main-content .services .services-wrapper p {
          font-size: 16px;
          color: #404040;
          font-weight: bold;
          margin-bottom: 13px; }
        main .main-content .services .services-wrapper ul li {
          font-size: 14px;
          margin-bottom: 6px;
          margin-left: 15px;
          list-style-type: none;
          position: relative; }
          main .main-content .services .services-wrapper ul li:hover a {
            color: #956a2c; }
          main .main-content .services .services-wrapper ul li a {
            color: #aaa9a5;
            text-decoration: none; }
          main .main-content .services .services-wrapper ul li:last-child {
            margin-bottom: 10px; }
          main .main-content .services .services-wrapper ul li:before {
            content: '';
            background-color: #a4a39f;
            position: absolute;
            left: -15px;
            top: 9px;
            width: 10px;
            height: 2px;
            z-index: 2; }
        main .main-content .services .services-wrapper ul .active-service {
          font-weight: bold; }
          main .main-content .services .services-wrapper ul .active-service:hover a {
            text-decoration: underline; }
          main .main-content .services .services-wrapper ul .active-service a {
            color: #956a2c; }
          main .main-content .services .services-wrapper ul .active-service:before {
            content: '';
            background-color: #956a2c;
            position: absolute;
            left: -15px;
            top: 8px;
            width: 10px;
            height: 2px;
            z-index: 2; }
          main .main-content .services .services-wrapper ul .active-service:after {
            content: '';
            background-color: #956a2c;
            position: absolute;
            left: -11px;
            top: 4px;
            width: 2px;
            height: 10px;
            z-index: 2; }
        main .main-content .services .services-wrapper .lastUl li:last-child {
          margin-bottom: 0; }
    main .main-content .others .title {
      color: #252525;
      text-align: left;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 30px;
      display: block; }
    main .main-content .others .girls {
      flex-wrap: nowrap;
      justify-content: space-between;
      margin-left: -5px;
      margin-right: -5px; }
      main .main-content .others .girls .cart {
        margin: 0 5px;
        width: calc(25% - 10px); }
  main .main-content h1 {
    font-size: 24px; }
  main .main-content .maps {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
	min-height: 550px;
	height: calc(100vh - 370px); 
	max-height: 100vh;
    margin-top: 20px; }
    main .main-content .maps #map {
		min-height: 550px;
		height: calc(100vh - 370px);}
    main .main-content .maps .cart {
      margin: 0;
      max-width: 280px;
      box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.47);
      position: relative; }
      main .main-content .maps .cart .close {
        border: 1px solid #dadada;
        border-radius: 50%;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.31);
        position: absolute;
        width: 23px;
        height: 23px;
        top: -22px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        right: -23px; }
        main .main-content .maps .cart .close img {
          width: 13px;
          height: 13px; }
      main .main-content .maps .cart::after {
        content: '';
        position: absolute;
        bottom: -60px;
        left: calc(50% - 20px);
        border: 20px solid transparent;
        border-top: 40px solid white;
        width: 40px;
        height: 45px; }
  main .search-container {
    padding-bottom: 20px; }
  main .main-content {
    padding-bottom: 20px; }
    main .main-content h1 {
      font-size: 24px; }
    main .main-content .search {
      margin-top: 20px; }
      main .main-content .search form {
        width: 100%; }
        main .main-content .search form .item {
          border: 1px solid #dadada;
          border-radius: 4px;
          background-color: rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
          width: 100%;
          padding: 8px;
          margin-bottom: 10px; }
          main .main-content .search form .item .title {
            border-radius: 4px;
            background-color: #956a2c;
            width: 100%;
            font-weight: bold;
            padding: 10px 20px;
            color: white;
            cursor: pointer;
            font-size: 14px;
            position: relative; }
            main .main-content .search form .item .title::after {
              content: '';
              position: absolute;
              top: 42%;
              display: none;
              right: 14px;
              z-index: 1;
              width: 9px;
              height: 8px;
              background-image: url("../image/piramid.png");
              transition: all .2s ease; }
          main .main-content .search form .item .item-wrapper {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: wrap; }
            main .main-content .search form .item .item-wrapper div {
              padding: 15px 5px 10px;
              width: 20%; }
              main .main-content .search form .item .item-wrapper div .checkBox {
                margin-bottom: 5px;
                padding-left: 20px;
                font-size: 12px;
                display: block;
                text-decoration: none;
                margin-right: 0; }
                main .main-content .search form .item .item-wrapper div .checkBox .checkmark {
                  top: 0;
                  height: 15px;
                  width: 15px;
                  border-radius: 1px; }
                  main .main-content .search form .item .item-wrapper div .checkBox .checkmark::after {
                    left: 3px;
                    top: 2px;
                    width: 10px;
                    height: 9px; }
        main .main-content .search form .item-top {
          padding: 20px; }
          main .main-content .search form .item-top .changeChose {
            height: 20px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: wrap; }
            main .main-content .search form .item-top .changeChose .checkBox {
              padding-left: 23px;
              text-decoration: none; }
              main .main-content .search form .item-top .changeChose .checkBox .checkmark {
                top: 0;
                height: 18px;
                width: 18px;
                border-radius: 1px; }
                main .main-content .search form .item-top .changeChose .checkBox .checkmark::after {
                  left: 5px;
                  top: 4px;
                  width: 10px;
                  height: 9px; }
        main .main-content .search form .buttons {
          display: flex;
          width: 100%;
          flex-direction: row;
          justify-content: center;
          padding: 0 10px; }
          main .main-content .search form .buttons button {
            font-size: 14px;
            color: white;
            line-height: 30px;
            text-align: center;
            width: 115px;
            height: 30px;
            border: none;
            border-radius: 3px;
            background-color: #dca339;
            margin-right: 5px;
            cursor: pointer;
            transition: background-color .25s ease; }
            main .main-content .search form .buttons button:hover {
              background-color: #b27e1e; }
              main .main-content .search form .buttons button:hover:last-child {
                background-color: #4e3615; }
            main .main-content .search form .buttons button:last-child {
              margin-right: 0;
              background-color: #6b512c; }

footer {
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1111111111111;*/
  background-color: #f4d498;
  padding: 20px 0; }
  footer .footer-block {
    font-size: 14px;
    justify-content: space-between;
    color: #252525; }
    footer .footer-block nav a {
      margin-right: 30px;
      color: #ff0303;
      text-decoration: underline; }
      footer .footer-block nav a:hover {
        text-decoration: none; }
      footer .footer-block nav a:last-child {
        margin-right: 0; }
    footer .footer-block p span a {
      color: #ff0303;
      text-decoration: underline; }
      footer .footer-block p span a:hover {
        text-decoration: none; }
	
@media (max-width: 1199px) {
  header .top-line .row .logo {
    margin-right: 0; }
  header .top-line .change-city {
    margin-right: 0;
    text-align: center; }
  header .top-line .menu {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0 0 15px; }
  header .top-line .selectSlut {
    text-align: right; }

  main .main-content {
    padding-top: 8px;
    padding-bottom: 21px; }
    main .main-content .left-content {
      max-width: 269px;
      min-width: 269px; }
    main .main-content .right-content {
      padding-left: 20px; }
      main .main-content .right-content .content-block {
        padding: 20px 0 8px 0;
        margin: 0 0 0 -18px; }
      main .main-content .right-content .cart {
        max-width: 100%;
        width: calc(50% - 17px);
        box-sizing: padding-box; }
  main .main-content {
    padding-top: 20px;
    padding-bottom: 30px; }
    main .main-content .detail-wrapper {
      margin-bottom: 10px; }
      main .main-content .detail-wrapper .photo-content {
        width: 100%;
        max-width: 450px; }
        main .main-content .detail-wrapper .photo-content .photo-gallery {
          width: 100%; }
          main .main-content .detail-wrapper .photo-content .photo-gallery .big-photo {
            width: 100%; }
          main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo {
            margin: 0 -4px; }
            main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo .photo {
              width: calc(33.33333333% - 8px);
              margin: 0 4px 8px 4px;
              height: 145px;
              max-width: 145px; }
      main .main-content .detail-wrapper .detail-content {
        padding-left: 20px;
        padding-right: 0; }
        main .main-content .detail-wrapper .detail-content h1 {
          font-size: 24px;
          margin-bottom: 25px; }
        main .main-content .detail-wrapper .detail-content .details-card .top-card {
          max-width: 100%;
          margin-bottom: 20px; }
      main .main-content .detail-wrapper .main-card {
        max-width: 100%; }
        main .main-content .detail-wrapper .main-card .title {
          padding: 10px 30px;
          font-size: 17px; }
        main .main-content .detail-wrapper .main-card .cost {
          margin-bottom: 13px; }
        main .main-content .detail-wrapper .main-card .inform div {
          width: calc(50% - 6px);
          margin: 0 3px; }
          main .main-content .detail-wrapper .main-card .inform div h6 {
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 6px; }
          main .main-content .detail-wrapper .main-card .inform div table {
            font-size: 15px; }
            main .main-content .detail-wrapper .main-card .inform div table td {
              padding: 3px 8px; }
          main .main-content .detail-wrapper .main-card .inform div .price {
            font-size: 17px; }
        main .main-content .detail-wrapper .main-card .inform .second {
          width: calc(100% - 6px);
          margin: -2px 3px; }
          main .main-content .detail-wrapper .main-card .inform .second table tr td {
            padding: 4px 8px; }
      main .main-content .detail-wrapper .third {
        max-width: 100%; }
          main .main-content .detail-wrapper .third .inform div {
            width: calc(50% - 6px);
            margin: -2px 3px; }
            main .main-content .detail-wrapper .third .inform div table tr td {
              width: 45%;
              font-size: 14px; }
            main .main-content .detail-wrapper .third .inform div:last-child {
              font-size: 15px; }
          main .main-content .detail-wrapper .third .inform .vertical-line {
            margin: 0 25px 0 12px;
            border-right: 1px solid #bababa; }
      main .main-content .detail-wrapper .fourth {
        padding: 8px;
        max-width: 100%;
        margin-bottom: 0; }
        main .main-content .detail-wrapper .fourth .title {
          margin-bottom: 8px; }
        main .main-content .detail-wrapper .fourth .map {
          width: 100%;
          height: 100%;
          max-height: 299px; }
          main .main-content .detail-wrapper .fourth .map img {
            width: 100%; }
    main .main-content .others .girls {
      margin-left: -5px;
      margin-right: -5px; }
      main .main-content .others .girls .cart {
        margin: 0 5px;
        width: calc(33.333333333% - 10px); } }
@media (max-width: 992px) {
	
	.button-to-top{
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;}   
	.button-to-top img{
		width: 30px;
		height: 17px;}  
	
	
  header .top-line {
    box-shadow: 0 0 5px 0; }
  header .medium-line {
    display: none; }
  header .bottom-line .container .changeArea a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    padding-right: 10px;
    margin-right: 10px; }
    header .bottom-line .container .changeArea a .image {
      top: 8px;
      left: 11px;
      height: 20px;
      width: 16px; }
    header .bottom-line .container .changeArea a .piramyd {
      top: 0;
      right: 0;
      bottom: 0;
      width: 30px; }
    header .bottom-line .container .changeArea a:last-child .image {
      left: 8px;
      height: 20px;
      width: 20px; }
  header .bottom-line .container .changeChose .checkBox {
    padding-left: 15px;
    margin-right: 0; }
    header .bottom-line .container .changeChose .checkBox .checkmark {
      position: absolute;
      top: -3px;
      left: 0;
      height: 25px;
      width: 25px;
      border-radius: 3px; }

  main .main-content {
    padding: 8px 0 21px; }
    main .main-content .nowrap {
      flex-wrap: wrap; }
    main .main-content .left-content {
      max-width: 100%;
      min-width: 100%; }
      main .main-content .left-content .hideWrapper {
        display: block; }
      main .main-content .left-content .selectWrapper {
        border-radius: 6px;
        padding: 12px;
        display: none; }
        main .main-content .left-content .selectWrapper .kindOfSelect .buttons {
          width: 100%; }
          main .main-content .left-content .selectWrapper .kindOfSelect .buttons a {
            width: calc(50% - 14px); }
    main .main-content .right-content {
      padding-left: 0; }
	  main .main-content .right-content .top-block div p{
		  margin-top: 9px;}
      main .main-content .right-content .pagination {
        font-size: 14px; }
        main .main-content .right-content .pagination .currentPage {
          font-size: 16px; }
      main .main-content .right-content .top-block {
        padding-top: 15px; }
        main .main-content .right-content .top-block p {
          font-size: 24px; }
      main .main-content .right-content .content-block {
        padding: 20px 0 8px 0;
        margin: 0 0 0 -16px; }
      main .main-content .right-content .cart {
        padding: 11px 11px 7px 8px;
        margin: 0 0 11px 16px;
        width: calc(50% - 16px);
        box-sizing: padding-box; }
  main .main-content {
    padding-bottom: 20px; }
    main .main-content h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    main .main-content .search form {
      width: 100%; }
      main .main-content .search form .item {
        margin-bottom: 10px; }
        main .main-content .search form .item .item-wrapper {
          margin-top: 10px; }
          main .main-content .search form .item .item-wrapper div {
            padding: 0 5px 0;
            width: 25%; }
            main .main-content .search form .item .item-wrapper div h5 {
              font-size: 14px;
              margin-left: 18px;
              margin-bottom: 10px;
              margin-top: 10px; }
      main .main-content .search form .buttons button {
        font-size: 14px;
        line-height: 30px;
        width: 115px;
        height: 30px; }
  main .main-content {
    padding-top: 20px;
    padding-bottom: 30px; }
    main .main-content .detail-wrapper {
      margin-bottom: 10px; }
      main .main-content .detail-wrapper .photo-content {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px;
        display: none;}
        main .main-content .detail-wrapper .photo-content .photo-gallery {
          width: 100%; }
          main .main-content .detail-wrapper .photo-content .photo-gallery .big-photo {
            width: 100%; }
          main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo {
            margin: 0 -4px; }
            main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo .photo {
              width: calc(33.33333333% - 8px);
              margin: 0 4px 8px 4px;
              height: 145px;
              max-width: 145px; }
      main .main-content .detail-wrapper .detail-content {
        padding-left: 0;
        padding-right: 0; }
      main .main-content .detail-wrapper .detail-content .details-card .main-card.photo-block{
        display: block; }
		  main .main-content .detail-wrapper .detail-content .details-card .main-card .small-photo a{
			width: 100%;
			display: block;}
			  main .main-content .detail-wrapper .detail-content .details-card .main-card .small-photo a img{
				width: 100%;}
        main .main-content .detail-wrapper .detail-content h1 {
          font-size: 24px;
          margin-bottom: 25px; }
        main .main-content .detail-wrapper .detail-content .details-card .top-card {
          max-width: 100%;
          margin-bottom: 20px; }
      main .main-content .detail-wrapper .main-card {
        max-width: 100%; }
        main .main-content .detail-wrapper .main-card .title {
          padding: 10px 30px;
          font-size: 17px; }
        main .main-content .detail-wrapper .main-card .cost {
          margin-bottom: 13px; }
        main .main-content .detail-wrapper .main-card .inform div {
          width: calc(50% - 6px);
          margin: 0 3px; }
          main .main-content .detail-wrapper .main-card .inform div h6 {
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 6px; }
          main .main-content .detail-wrapper .main-card .inform div table {
            font-size: 15px; }
            main .main-content .detail-wrapper .main-card .inform div table td {
              padding: 3px 8px; }
          main .main-content .detail-wrapper .main-card .inform div .price {
            font-size: 17px; }
        main .main-content .detail-wrapper .main-card .inform .second {
          width: calc(100% - 6px);
          margin: -2px 3px; }
          main .main-content .detail-wrapper .main-card .inform .second table tr td {
            padding: 4px 8px;}
      main .main-content .detail-wrapper .third {
        max-width: 100%; }
          main .main-content .detail-wrapper .third .inform div {
            width: calc(50% - 6px);
            margin: -2px 3px; }
            main .main-content .detail-wrapper .third .inform div table tr td {
              width: 45%;
              font-size: 14px; }
            main .main-content .detail-wrapper .third .inform div:last-child {
              font-size: 15px; }
          main .main-content .detail-wrapper .third .inform .vertical-line {
            margin: 0 25px 0 12px;
            border-right: 1px solid #bababa; }
      main .main-content .detail-wrapper .fourth {
        padding: 8px;
        max-width: 100%;
        margin-bottom: 0; }
        main .main-content .detail-wrapper .fourth .title {
          margin-bottom: 8px; }
        main .main-content .detail-wrapper .fourth .map {
          width: 100%;
          height: 100%;
          min-height: 299px; }
          main .main-content .detail-wrapper .fourth .map img {
            width: 100%;
            min-height: 299px; }
    main .main-content .services {
      margin-right: 0; }
      main .main-content .services .services-wrapper .lastUl li:last-child {
        margin-bottom: 10px; }
    main .main-content .others .girls {
      flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; }
      main .main-content .others .girls .cart {
        margin: 0 5px;
        min-width: 255px;
        width: calc(50% - 10px);
        max-width: 100%; } }
        main .main-content .others .girls .cart .infMedium a img{
          object-fit: cover;}
@media (max-width: 768px) {
  header .top-line .container {
    max-width: 100%;
    padding: 0 15px; }
  header .top-line .row {
    padding: 0 15px; }
    header .top-line .row .logo {
      margin-right: 0; }
      header .top-line .row .logo img {
        margin: 5px 0;
        width: 60px; }
      header .top-line .row .logo div {
        margin-left: 6px;
        margin-top: 10px; }
        header .top-line .row .logo div p {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 5px; }
          header .top-line .row .logo div p:last-child {
            font-size: 20px;
            letter-spacing: 0px;
            line-height: 20px; }
    header .top-line .row .burger {
      display: flex; }
  header .top-line .change-city {
    text-align: center; }
    header .top-line .change-city p {
      display: none; }
  header .top-line .menu {
    display: none;
    width: 100%;
    text-align: center;
    margin: 22px 0;
    padding: 0; }
    header .top-line .menu li {
      font-size: 14px;
      margin-right: 20px; }
  header .top-line .selectSlut {
    display: none;
    text-align: center;
    margin: 0 0 22px; }
  header .top-line .slide-menu {
    border-top: 3px solid #6b512c;
    border-bottom: 3px solid #6b512c; }
    header .top-line .slide-menu .row .menu {
      display: block; }
    header .top-line .slide-menu .row .selectSlut {
      display: block; }
  header .bottom-line .container {
    height: auto;
    flex-wrap: wrap; }
    header .bottom-line .container .changeArea {
      width: 100%;
      text-align: center;
      margin: 15px 0; }
    header .bottom-line .container .changeChose {
      width: 100%;
      text-align: center;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 15px; }
/*main{
	padding-bottom: 100px;
}*/
	  
  main .main-content {
    width: 100%;
    max-width: 100%;
    padding: 8px 15px 21px; }
    main .main-content .right-content {
      padding-left: 0; }
      main .main-content .right-content .pagination {
        font-size: 14px; }
        main .main-content .right-content .pagination .currentPage {
          font-size: 16px; }
      main .main-content .right-content .top-block {
        padding-top: 15px; }
        main .main-content .right-content .top-block p {
          font-size: 24px; }
      main .main-content .right-content .content-block {
        padding: 20px 0 8px 0;
        margin: 0 0 0 -18px; }
      main .main-content .right-content .cart {
        padding: 11px 11px 7px 8px;
        margin: 0 0 11px 16px;
        box-sizing: padding-box; }
      main .main-content .right-content .main-form-block .form {
        width: 100%;
        margin: 0 auto;
        padding: 25px; }
        main .main-content .right-content .main-form-block .form form .input-group {
          flex-wrap: wrap;
          width: 100%;
          max-width: 470px;
          margin: 0 auto 10px; }
        main .main-content .right-content .main-form-block .form form .buttons-group {
          width: 100%;
          max-width: 470px;
          margin: 15px auto 0; }
  main .main-content {
    padding-bottom: 20px; }
    main .main-content h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    main .main-content .search form {
      width: 100%; }
      main .main-content .search form .item {
        margin-bottom: 10px; }
        main .main-content .search form .item .title::after {
          display: block; }
        main .main-content .search form .item .item-wrapper {
          margin-top: 10px; }
          main .main-content .search form .item .item-wrapper div {
            padding: 0 5px 0;
            width: 33.33%; }
            main .main-content .search form .item .item-wrapper div h5 {
              font-size: 14px;
              margin-left: 18px;
              margin-bottom: 10px;
              margin-top: 10px; }
      main .main-content .search form .buttons button {
        font-size: 14px;
        line-height: 30px;
        width: 115px;
        height: 30px; }

  footer .footer-block {
    padding: 0 10px; }
    footer .footer-block nav {
      width: 100%;
      text-align: center;
      margin-bottom: 5px; }
    footer .footer-block p {
      width: 100%;
      text-align: center; }

  .wrapper-towns {
    padding: 0 15px; }
    .wrapper-towns .towns {
      left: 0 !important;
      right: 0 !important; } }
@media (max-width: 615px) {
  main .main-content .detail-wrapper .detail-content .details-card .top-card {
    max-width: 100%;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (max-width: 576px) {
  header .top-line h1 {
    font-size: 24px; }
  header .top-line .row {
    padding: 0 15px; }
    header .top-line .row .logo div {
      /* display: flex; */
	  }
    header .top-line .row .change-city a {
      font-size: 15px; }
    header .top-line .row .burger {
      display: flex; }
  header .top-line .menu {
    margin: 10px 0 0; }
    header .top-line .menu li {
      margin: 10px 0;
      display: block; }
  header .top-line .selectSlut {
    margin: 10px 0 20px; }
  header .bottom-line .container .changeArea {
    margin: 15px 0 10px;
    display: flex;
    padding: 0 15px; }
    header .bottom-line .container .changeArea a {
      width: calc(50% - 10px);
      margin-left: 0;
      padding-right: 0; }
      header .bottom-line .container .changeArea a:last-child {
        margin-right: 0;
        margin-left: 18px; }
  header .bottom-line .container .changeChose {
    display: flex;
    padding: 0 15px; }
    header .bottom-line .container .changeChose .checkBox {
      padding-left: 0;
      margin-right: 0;
      line-height: 28px;
      padding-top: 5px;}
      header .bottom-line .container .changeChose .checkBox .checkmark {
        top: 0; }
    header .bottom-line .container .changeChose .padding-left {
      padding-left: 14px; }

  main .main-content {
    padding: 8px 10px 21px; }
    main .main-content .left-content .selectWrapper .kindOfSelect .title {
      padding: 8px;
      font-size: 16px;
      margin-bottom: 10px; }
    main .main-content .left-content .selectWrapper .kindOfSelect .buttons {
      width: 100%;
      margin-bottom: 16px; }
      main .main-content .left-content .selectWrapper .kindOfSelect .buttons a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 3px 7px; }
      main .main-content .left-content .selectWrapper .kindOfSelect .buttons .line {
        margin: 10px 9px 10px 7px; }
    main .main-content .right-content {
      padding-left: 0; }
      main .main-content .right-content .pagination {
        font-size: 13px;
        width: 100%;
        justify-content: flex-start;
        margin-top: 5px; }
        main .main-content .right-content .pagination .currentPage {
          font-size: 15px; }
      main .main-content .right-content .top-block {
        padding-top: 15px;
        flex-wrap: wrap; }
        main .main-content .right-content .top-block p {
          font-size: 24px;
          width: 100%; }
      main .main-content .right-content .content-block {
        padding: 20px 0 8px 0;
        margin: 0; }
        main .main-content .right-content .content-block .cart {
          padding: 11px 11px 7px 8px;
          margin: 0 0 11px 0;
          width: 100%;
          box-sizing: padding-box; }
          main .main-content .right-content .content-block .cart .infTop div a {
            font-size: 15px; }
          main .main-content .right-content .content-block .cart .infMedium div a img {
            max-height: 198px;
            height: 198px;
            min-height: 198px; }
        main .main-content .right-content .content-block .bottom-content .pagination {
          margin-bottom: 12px; }
        main .main-content .right-content .content-block .bottom-content p {
          font-size: 14px; }
      main .main-content .right-content .main-form-block .form {
        width: 100%;
        margin: 0 auto;
        padding: 15px; }
        main .main-content .right-content .main-form-block .form form .input-group {
          flex-wrap: wrap;
          margin: 0 auto 10px; }
          main .main-content .right-content .main-form-block .form form .input-group label {
            margin-top: 10px; }
            main .main-content .right-content .main-form-block .form form .input-group label span {
              font-size: 16px; }
          main .main-content .right-content .main-form-block .form form .input-group input {
            height: 35px;
            line-height: 35px;
            font-size: 14px; }
          main .main-content .right-content .main-form-block .form form .input-group textarea {
            height: 150px;
            line-height: 35px; }
        main .main-content .right-content .main-form-block .form form .buttons-group {
          width: 100%;
          max-width: 455px;
          margin: 15px auto 0; }
          main .main-content .right-content .main-form-block .form form .buttons-group input {
            font-size: 14px;
            padding: 10px 40px;
            margin-right: 10px; }
          main .main-content .right-content .main-form-block .form form .buttons-group label {
            font-size: 14px; }
          main .main-content .right-content .main-form-block .form form .buttons-group button {
            font-size: 14px;
            padding: 10px;
            width: 100%;
            max-width: 275px; }
      main .main-content .right-content .main-text-block {
        text-align: justify; }
        main .main-content .right-content .main-text-block h1 {
          font-size: 22px;
          margin-bottom: 16px; }
        main .main-content .right-content .main-text-block h2 {
          font-size: 20px;
          margin-bottom: 16px; }
        main .main-content .right-content .main-text-block h3 {
          font-size: 16px;
          margin-bottom: 16px; }
        main .main-content .right-content .main-text-block p {
          margin-bottom: 16px;
          font-size: 14px; }
        main .main-content .right-content .main-text-block a {
          color: #ff0303;
          text-decoration: underline; }
          main .main-content .right-content .main-text-block a:hover {
            text-decoration: none; }
        main .main-content .right-content .main-text-block .links {
          margin-top: 20px;
          margin-bottom: 20px; }
          main .main-content .right-content .main-text-block .links a {
            color: #9b7338;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 16px; }
        main .main-content .right-content .main-text-block ol {
          margin-bottom: 16px; }
        main .main-content .right-content .main-text-block ul {
          margin-bottom: 16px; }
        main .main-content .right-content .main-text-block li {
          font-size: 14px;
          margin-bottom: 16px; }
          main .main-content .right-content .main-text-block li:last-child {
            margin-bottom: 20px; }
        main .main-content .right-content .main-text-block table {
          font-size: 14px;
          text-align: center; }
          main .main-content .right-content .main-text-block table .moreText {
            font-weight: bold;
            padding: 20px 8px; }
          main .main-content .right-content .main-text-block table tr {
            background-color: white; }
            main .main-content .right-content .main-text-block table tr th {
              padding: 16px 5px; }
          main .main-content .right-content .main-text-block table thead tr {
            background-color: white !important; }
            main .main-content .right-content .main-text-block table thead tr th {
              padding: 16px 5px; }
  main .main-content {
    padding-top: 20px;
    padding-bottom: 30px; }
    main .main-content .detail-wrapper {
      margin-bottom: 10px; }
      main .main-content .detail-wrapper .photo-content {
        width: 100%;
        max-width: 450px;
        margin: 20px auto 0;
        display: none;}
  main .main-content .detail-wrapper .detail-content .details-card .photo-content{
    display: none; }
        main .main-content .detail-wrapper .photo-content .photo-gallery {
          width: 100%; }
          main .main-content .detail-wrapper .photo-content .photo-gallery .big-photo {
            width: 100%;}
          main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo {
            margin: 0 -4px; }
            main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo .photo {
              width: calc(33.33333333% - 8px);
              margin: 0 4px 8px 4px;
              height: 145px;
              max-width: 145px; }
      main .main-content .detail-wrapper .detail-content {
        padding-left: 0; }
        main .main-content .detail-wrapper .detail-content h1 {
          font-size: 24px;
          margin-bottom: 25px; }
        main .main-content .detail-wrapper .detail-content .details-card .top-card {
          max-width: 100%;
          margin-bottom: 20px; }
          main .main-content .detail-wrapper .detail-content .details-card .top-card:nth-child(2) {
            display: none; }
      main .main-content .detail-wrapper .sm-hidden {
        display: block;
        padding-bottom: 0}
        main .main-content .detail-wrapper .sm-hidden .small-photo {
          margin: 0 -4px;}
        main .main-content .detail-wrapper .sm-hidden .small-photo .photo {
          margin: 0 4px 8px 4px;
          height: auto;
          max-width: 100%;
          display: block;}
          main .main-content .detail-wrapper .sm-hidden .small-photo .photo img {
            width: 100%;}
      main .main-content .detail-wrapper .main-card {
        max-width: 100%; }
        main .main-content .detail-wrapper .main-card .title {
          padding: 10px 30px;
          font-size: 17px; }
        main .main-content .detail-wrapper .main-card .cost {
          margin-bottom: 13px; }
        main .main-content .detail-wrapper .main-card .inform div {
          width: calc(50% - 6px);
          margin: 0 3px; }
          main .main-content .detail-wrapper .main-card .inform div h6 {
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 6px; }
          main .main-content .detail-wrapper .main-card .inform div table {
            font-size: 15px; }
            main .main-content .detail-wrapper .main-card .inform div table td {
              padding: 3px 8px; }
          main .main-content .detail-wrapper .main-card .inform div .price {
            font-size: 17px; }
        main .main-content .detail-wrapper .main-card .inform .second {
          width: calc(100% - 6px);
          margin: -2px 3px; }
          main .main-content .detail-wrapper .main-card .inform .second table tr td {
            padding: 4px 8px; }
      main .main-content .detail-wrapper .third {
        max-width: 100%; }
        main .main-content .detail-wrapper .third .inform {
          height: auto;
          flex-wrap: wrap; }
          main .main-content .detail-wrapper .third .inform div {
            width: 100%;
            margin: 10px 0; }
          main .main-content .detail-wrapper .third .inform div:last-child {
            padding-left: 9px; }
            main .main-content .detail-wrapper .third .inform div table tr td {
              width: 50%;
              font-size: 14px; }
          main .main-content .detail-wrapper .third .inform .vertical-line {
            margin: 0 25px 0 12px;
            width: 100%;
            height: 1px;
            background-color: #bababa;
            border-right: 1px solid #bababa; }
    main .main-content .others .girls {
      flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; }
      main .main-content .others .girls .cart {
        margin-bottom: 20px;
        min-width: 255px;
        width: 100%;
        max-width: 100%; }
        main .main-content .others .girls .cart:last-child {
          margin-bottom: 0; }
  main .main-content {
    padding-bottom: 20px; }
    main .main-content h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    main .main-content .search form {
      width: 100%; }
      main .main-content .search form .item {
        margin-bottom: 10px; }
        main .main-content .search form .item .item-wrapper {
          margin-top: 10px; }
          main .main-content .search form .item .item-wrapper div {
            padding: 0 5px 0;
            width: 100%; }
            main .main-content .search form .item .item-wrapper div h5 {
              font-size: 14px;
              margin-left: 18px;
              margin-bottom: 10px;
              margin-top: 10px; }
      main .main-content .search form .item-top {
        padding-bottom: 10px; }
        main .main-content .search form .item-top .changeChose {
          height: auto !important; }
          main .main-content .search form .item-top .changeChose .checkBox {
            margin-bottom: 10px;
            margin-right: 0;}
      main .main-content .search form .buttons button {
        font-size: 14px;
        line-height: 30px;
        width: 115px;
        height: 30px; }

  .wrapper-towns {
    padding: 0 10px; }
    .wrapper-towns .towns {
      left: 0 !important;
      right: 0 !important; }

  footer .footer-block p span {
    margin-top: 4px;
    display: block; } }
@media (max-width: 440px) {
  header .bottom-line .container .changeChose label {
    overflow: hidden; }
    header .bottom-line .container .changeChose label a {
      padding-left: 28px; }

  main .main-content {
    padding-top: 20px;
    padding-bottom: 30px; }
    main .main-content .detail-wrapper {
      margin-bottom: 10px; }
      main .main-content .detail-wrapper .photo-content {
        width: 100%;
        max-width: 450px;
        margin: 20px auto 0; }
        main .main-content .detail-wrapper .photo-content .photo-gallery {
          width: 100%; }
          main .main-content .detail-wrapper .photo-content .photo-gallery .big-photo {
            width: 100%;}
          main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo {
            margin: 0 -4px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            flex-wrap: wrap; }
            main .main-content .detail-wrapper .photo-content .photo-gallery .small-photo .photo {
              width: calc(50% - 8px);
              margin: 0 4px 8px 4px;
              height: auto; }
    main .main-content .services .services-wrapper {
      padding: 0 25px; }
      main .main-content .services .services-wrapper div {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%; }
  main .main-content .maps .cart {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%; }
    main .main-content .maps .cart:after {
      display: none; } }
/*@media (max-width: 360px){
	main{
		padding-bottom: 117px;
	}
}*/
