
/*header start*/

.header__links {
  position: absolute; 
  top: 0;
  right: 0;
}
.header__links a.tel {
  display: table;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.header__links a.tel span {
  font-weight: 300;
}
.header__links a.call {
  display: block;
  padding: 17px 15px;
  margin-top: 30px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #e0be44;
}
.header__links a.call:after {
  content: '→';
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: -webkit-transform 300ms ease;
  -webkit-transition-duration: 300ms;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header__links a.call:hover {
  background-color: #efd882;
}
.header__links a.call:hover:after {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.header__title {
  padding-top: 60px;
  text-align: right;
}
.header__title h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header__title h2 {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
.header__title h2:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 44px;
  height: 4px;
  background-color: #e0be44;
}
/*header end*/
@media screen and (min-width: 1201px) { 
	
	.nav_panel {
		display: none;
	}
	
  .nav_head {
    display: none;
  }
  .md {
    max-width: 1165px;
  }
  .footer .wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   	-webkit-box-pack: justify;
   	-ms-flex-pack: justify;
   	justify-content: space-between;
    
    -webkit-box-orient: horizontal;
    
    -webkit-box-direction: reverse;
    
    -ms-flex-direction: row-reverse;
    
    flex-direction: row-reverse;
  }
}
/*footer start*/
.footer {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #860330;
  height:auto;
}
.footer .md {
	max-width: 1170px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .logo img {
	width: 150px;
	margin: auto;
	display: block;
}
.footer .line {
  display: block;
  width: 173px;
  height: 23px;
  margin: auto;
  margin-bottom: 12px;
  background-image: url(../images/line.png);
}
.footer .desc {
  max-width: 265px;
}
.footer .desc a {
  font-size: 20px;
  font-weight: 400;
}
.footer .desc p {
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 15px;
  margin-top: 5px;
}
.footer .links {
  font-size: 17px;
  font-weight: 300;
  line-height: normal;
	margin-left: 30px;
}
.footer .links span {
  display: block;
}
.footer .links i {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  text-align:center;
  font-size:25px;
  padding-top:10px;
  cursor:pointer;
}
.footer .links span:hover, .footer .links a:hover{
  color:#e0ad58;	
}
.footer .links span.address:before {
  background-position: 0 -208px;
}
.footer .links span.time:before {
  background-position: -52px -208px;
}
.footer .links a.tel1::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-image: url(../images/fot3.png);
  background-repeat: no-repeat;
  background-position: 13px center;
}
.footer .links a.tel {
  display: inline-block;
  vertical-align: middle;
}
.footer .links a.tel:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/social-icons.png);
  background-position: -105px -208px;
}

.footer .links .email {
  display: block;
  font-size:20px;
}
.footer .links .email svg {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 12px;
	width: 28px;
	height: auto;
}
.footer .links .email i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

.footer .links ul {
  margin-top: 15px;
  margin-left: 5px;
}
.footer .links ul li {
  display: inline-block;
  vertical-align: top;
}
.footer .links ul li a i{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  font-size:21px;
  border:2px solid white;
  padding-top:7px;
  padding-right: 1px;
  text-align:center;
  border-radius:50%;
  position: relative
}
.footer .links ul li a i:hover{
  color:#e0ad58;
  border:2px solid #e0ad58;
}
.footer .links ul li a.viber {
  background-position: 0 -156px;
}
.footer .links ul li a.mtel {
  background-position: -52px -156px;
}
.footer .links ul li a.mail {
  background-position: -157px -208px;
}
.footer .links ul li a.vk {
  background-position: -52px 0;
}
.footer .links ul li a.inst {
  background-position: -260px 0;
}
.footer .links ul li a.fb {
  background-position: -105px 0;
}
.footer .links ul li a.youtube {
  background-position: -157px -51px;
}
.footer .copy {
  margin-top: 25px;
  text-align: center;
  font-size: 11px;
}
/*footer end*/
@media screen and (max-width: 1200px) {
  .md {
    max-width: 750px;
  }
  
  .date.shop .md{
	  max-width:none;
  }
  .nav_panel {
	display: block;  
    position: fixed;
    top: 0;
    left: 0;
    width: 18rem;
    height: 100%;
    overflow-x: hidden;
    background-color: #860330;
    -webkit-transform: translate3d(-18rem, 0, 0);
    transform: translate3d(-18rem, 0, 0);
  }
  .nav_panel ul {
    padding-top: 44px;
  }
  .nav_panel li {
    border-bottom: 1px solid #e0be44;
  }
  .nav_panel li:first-child {
    border-top: 1px solid #e0be44;
  }
  .nav_panel li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    padding: 10px 15px;
    text-transform: uppercase;
  }
  #drop-down-btn {
    display: block;
	color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    padding: 10px 15px;
    text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-image: url(../images/main/menu-arrow.png);
  }
	.drop-down {
		display: none;
	}
  .nav_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #0b111d;
    z-index: 11;
  }
  .menu_btn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
	z-index:1111;
  }
  .menu_btn span {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    -webkit-transition-duration: 0;
    transition-duration: 300ms;
    -webkit-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .menu_btn span.l_1 {
    top: 4px;
  }
  .menu_btn span.l_2 {
    top: 8px;
  }
  .menu_btn span.l_3 {
    top: 12px;
  }
  .menu_btn.closed span.l_1 {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  .menu_btn.closed span.l_2 {
    opacity: 0;
  }
  .menu_btn.closed span.l_3 {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
  .nav_head a.phone {
    position: absolute;
    top: 0;
    right: 16px;
    color: #ffffff;
    font-size: 18px;
    line-height: 44px;
    font-weight: 300;
  }
  .nav_head a.name {
    display: table;
    margin: auto;
    color: #efd882;
    font-size: 18px;
    line-height: 44px;
    font-weight: 500;
  }
  .m_hide {
    display: none;
  }
  .display-push {
    left: 0;
    top: 0;
    z-index: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .display-animate {
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-duration: 300ms;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }
  .page-left {
    -webkit-transform: translate3d(18rem, 0, 0);
    transform: translate3d(18rem, 0, 0);
    overflow: hidden;
  }
  .page-out {
    width: 100%;
    height: 100%;
    position: fixed;
    background: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    overflow: hidden;
  }
  .modal-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 0 3%;
    overflow-y: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    overflow: hidden;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -5;
  }
  .modal-right {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    overflow: hidden;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -5;
  }
  .m_open {
    overflow: hidden;
  }
  .header {
    padding-top: 44px;
    padding-bottom: 40px;
    height: auto;
  }
  .header__links {
    position: relative;
    display: table;
    margin: 20px auto;
  }
  .header__title {
    text-align: center;
    margin-top: 30px;
  }
  .pages .md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l_item {
    width: 50%;
    margin: 0;
    margin-bottom: 15px;
  }
  .l_item a {
    display: block;
    width: 281px;
    margin: auto;
	position:relative;
  }
  .s_consult {
    padding-bottom: 40px;
  }
  .footer .wrp {
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }
  .footer .logo img {
    margin: auto;
    width: 160px;
    display: block;
  }
  .footer .links {
    display: table;
    margin: 25px auto;
  }
  .footer .desc {
    max-width: none;
  }
  .footer .copy {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 1200px) {
	.card_item .date .item_img{
		margin-bottom:20px;
	}
	.card_item .date .shop.cost{
	  position:static;	  
	  margin:0 auto;
	}
	.s_packet.bg ul{
	  flex-direction:column;
	  align-items:center;
	}
	.s_packet ul li{
	  margin-bottom:30px;
	}
	.l_item:hover {
		box-shadow: none;
	}
}
@media screen and (max-width: 641px) {
  .header__links a.tel {
    font-size: 32px;
  }
  .header__title h1 {
    font-size: 32px;
  }
  .l_item {
    width:100%;
	border:0px;	
  }
  .l_item:hover {
    box-shadow: none;
  }
	.footer .wrp {
		padding-left: 0;
		padding-right: 0;
	}
  .footer .links {
    font-size: 15px;
  }
  .footer .desc p {
    font-size: 15px;
  }
}


/*modal form start*/

#popupform, #popupform2 {
    display: none; 
	overflow: initial;
	text-align: center;
	border-radius:10px;
	/*background:#7f1130 !important;*/
	background:none !important;
	padding: 46px;	
	position:relative;
}

#popupform:before, #popupform2:before{
	content:"";
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#7f1130;
	opacity: 0.7;
	z-index:-1;
	border-radius:10px;
}

.fancybox-container{
	z-index: 9999992;
}


#popupform .error, #popupform2 .error {
    color: #c00000;
}
#popupform h2, #popupform2 h2 {
    color: white;
    font: 1.914em/1em 'Trebuchet MS';
    margin-bottom: 8px;
	text-align: center;
	padding-top:5px;
}
#popupform .comment, #popupform2 .comment {
    color: white;
    font: 0.928em 'Trebuchet MS';
    margin-bottom: 3px;
}
#popupform label, #popupform2 label {
    display: block;
    padding: 16px 0 4px;
}
#popupform .input_text, #popupform2 .input_text {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    color: #555;
    display: block;
    font-size: 12pt;
    height: 50px;
    margin: 17px 6px 0px 10px;
    padding: 5px;
    width: 320px;
	padding-left:27px;
}

#popupform .input_text::placeholder, #popupform2 .input_text::placeholder {
	color:#19222f;
}
#popupform .button, #popupform2 .button {
    background-color: #7f1130;
    border: 1px solid white;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    margin: 14px 9px;
    padding: 2px 16px;
    width: 320px;
}
#popupform .button:hover, #popupform2 .button:hover {
	background:rgba(255,255,255,0.35);
	transition: 0.5s linear;
    border: 1px solid white;
}

#popupform .fancybox-close-small, #popupform2 .fancybox-close-small {
	position: absolute;
    top: 15px;
    right: 13px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    z-index: 8040;
	font-size: 0;
	background-image: url(/images/close-icon.png);
}
#popupform .fancybox-close-small:after, #popupform2 .fancybox-close-small:after {
	display: none;
}
#popupform2 .options{
	text-align:left;
	color:white;
}
#popupform2 .options div{
	margin-bottom:5px;
}
#popupform2 .options div input{
	margin-right:10px;
	position:relative;
	top:5px;
}
@media screen and (max-width: 480px) {
	
	#popupform *, #popupform2 * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#popupform, #popupform2 {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	#popupform .input_text, #popupform2 .input_text {
		width: 100%;
		margin: 10px 0 0 0;
	}
	#popupform2 .button, #popupform .button{
		width: 100%;
		margin-left:0px;
		margin-right:0px;
	}
	.intl-tel-input.allow-dropdown .flag-container{
	    left: 10px !important;
	}
}
/*---------------------------*/

/*modal form end*/

.lnk a i{
	background:#3a559f;
	height:40px;
	width:40px;
	border-radius:50%;
	font-size:21px;
	position:relative;
	padding-top:10px;	
}
.lnk a i:hover{
	color:#edbf34;
}
.lnk a i.f-inst{
	background:#673ab7;
}
.lnk a i.f-google{
	background:#f44336;
}
.pic i{
	position: absolute;
    bottom: -8px;
    right: -8px;
	width: 38px;
    height: 38px;
    display: block;
	background: #3a559f;
	text-align:center;
	color:white;
	border-radius:50%;
	padding-top:11px;
	font-size:20px;
	top: 50px;
}