/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.new_h1
{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 200;
}
.new_hd_p
{
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 65px;
}
.new_hd_p_lf
{
	margin-left: 130px;
}
.borB
{
	    border-bottom: 1px solid #afafaf;
    padding: 20px 0px;
        align-items: center;
            display: flex;
}
.borT
{
	    border-top: 1px solid #afafaf;
    padding: 20px 0px;
}
.videoBack
{
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}
.pad25
{
	 padding: 0px 25px;
}
.mar25
{
	 margin: 0px 25px;
}
#footer
{
	    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.pp50
{
	padding: 65px 0px;
}
.nwPh
{
	    font-size: 20px;
    color: #fff;
    float: right;
        margin-left: 25px;
}
.nwPh:hover
{
	text-decoration:underline;
	color:#fff;
}
.specialpt
{
    margin-top: 40px;
}
.specialpt p
{
color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 26px;
}
.specialpt .tthn
{
	text-decoration: line-through;

}

.locactionIcon
{
	background: #fff;
    border-radius: 9px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.locactionIcon img
{
	    height: 22px;
}
.scIcon
{
	background: #fff;
    border-radius: 9px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-right: 10px;
}
.scIcon img
{
	    height: 22px;
}
.lb1
{
    display: flex;
    align-items: center;
}
.lb1 span
{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    margin-left: 10px;
}
.lb2
{

}
.ltext1
{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
        margin-bottom: 0px;
}
.ltext2
{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
        margin-bottom: 0px;
}
.zpsBtn
{
        color: #666666;
        background: #fff;
        font-size: 20px;
    padding: 10px 20px;
    display: inline-block;
    margin: 22px 0px;
    border-radius: 20px;
}
.sdnvb
{
	    margin-top: 35px;
}
.sdnvb li a
{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}
.sdnvb li a:hover
{
	text-decoration:none;
}
.continfsd
{
	    margin-top: 60px;
}
.continfsd a
{
	    display: block;
    color: #fff;
}

.continfsd span
{
	    display: block;
    color: #fff;
}
.sdnvb li a:hover
{
	text-decoration: underline;
}
.nwPh
{

}
.sbline1
{
display: flex;
    align-items: center;
    justify-content: space-between;
}

.closeMenu {
    height: 25px;
     cursor:pointer;
}

.closeMenu:hover, .pushmenu:hover {
opacity:0.7;
}
	body.menu-open {
				overflow: hidden;
			}

			.sdBar {
				position: fixed;
				top: 0;
				right: -50%; /* прячем за экраном */
				width: 50%;

				background: #fff;
				box-shadow: -2px 0 5px rgba(0,0,0,0.5);
				transition: right 0.3s ease;
				z-index: 1001;


				height: 100vh;

				background: #666666;
				padding: 47px;
				z-index: 10000;
			}

			.sdBar.open {
				right: 0;
			}

			.overlay {
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: rgba(0,0,0,0.5);
				opacity: 0;
				visibility: hidden;
				transition: opacity 0.3s ease;
				z-index: 1000;
			}

			.overlay.active {
				opacity: 1;
				visibility: visible;
			}

			.pushmenu
			{
				cursor:pointer;
			}
			.pline
			{
				width: 30px;
				height: 2px;
				display: block;
				background: #fff;
			}
			.pline1
			{

			}
			.pline2
			{
				margin-top: 10px;
			}
			.mnrght
			{
				display: flex;
				align-items: center;
				justify-content: end;
			}
			.socialSbBlock
			{
				display: flex;
    margin-top: 35px;
			}
			.zpsBtn:hover
			{
color:#fff;
    background: #3f3e3e;
			}
.menuBlockStick {
  position: fixed;
  top: 0;
      width: 100%;
  background: #333;
  color: white;
  padding: 10px;
  opacity: 0;
  pointer-events: none; /* блок не кликается, пока не видим */
  transition: opacity 0.3s ease;
  z-index: 1000;
      border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.menuBlockStick.visible {
  opacity: 1;
  pointer-events: auto;
}
.menuBlockStick .borB {
    border-bottom: none;
    padding: 0px 0px;
 
}
.borTM {

    display: none;
}
.mvbac
{
    margin-top: 5px;
    display: none;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px 10px;
      height: 370px;
}
.mvbaclvl2
{
	    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.br-mobile {
  display: none;
}
		/* Затемнение фона */
.modal {
  display: none; /* Скрыто по умолчанию */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5); /* затемнение */
}

/* Контейнер модального окна */
.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 6px;
  width: 80%;
  max-width: 400px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  animation: fadeIn 0.3s ease-out;
}

/* Кнопка закрытия (крестик) */
.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover {
  color: #000;
}

/* Плавное появление */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}
.lb1
{
	cursor:pointer;
}
.pph2z
{
    font-size: 21px;
    margin-top: 0;
}
.brd .container	
{
	padding-top: 10px;
    padding-bottom: 10px;
}
.serText h2, .serText h1
{
	    margin-top: 0;
    font-size: 22px;
}
.brdList li
{
	    float: left;
}
.brdList li a:hover
{
	text-decoration: underline;
}
.brdList .breadcrumb
{
	    padding: 0;
    margin: 0;
}
.sepcr
{
	margin: 0px 7px;
}
.zpsBtn-2
{
	    background: #57d3d7;
    color: #fff;
}
.zpsBtn-2:hover
{
	     background: #41a7aa;
    color: #fff;
}
.serText li
{
	    list-style-type: circle;
    margin-left: 15px;
}
.priceBlock
{
	margin:15px 0px;
}
.priceBlock span
{
	    font-size: 25px;
    color: #000;
}
.pricing-table {

    border-radius: 20px;
    overflow: hidden;
}
.bg-theme-color-3 {

    border-radius: 20px;
    overflow: hidden;
}
.backBtn
{
	    color: #fff;
    background: #3f3e3e;
    padding: 7px 20px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 11px;
}
.backBtn:hover
{
	    background: #716f6f;
}
.brd h1
{
	    color: #59d5d9;
    margin-bottom: 0px;
    margin-top: 10px;

}
.ovh
{
	    overflow: hidden;
}
@media screen and (max-width:800px){
.footerLogo {

    height: 32px;
    margin-top: 30px;
}
	.mar25
	{
        padding: 0px 10px;
	}
	.pad25
	{
        padding: 0px 10px;
	}
	.modal-content {

    top: 20%;
}
	  .br-mobile {
    display: inline;
  }
  .lb2 {
    margin-bottom: 10px;
}
	.videoBack {
        border-radius: 20px;
 
}
.mvbac
{

	display: block;
}
.mvbac video
{
	    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 20px;
}
		.zpsBtn
			{
        color: #666666;
        background: #fff;
        font-size: 20px;

    margin: 6px 0px;
			}

.zpsBtn-2
{
	    background: #57d3d7;
    color: #fff;
}
.zpsBtn-2:hover
{
	     background: #41a7aa;
    color: #fff;
}
.videoBack video
{
display: none;

}
.videoBack 
{
background-color: #666666;

}

.nwPh
{
	display:none;
}
.new_hd_p {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 40px;
}
.new_hd_p_lf {
    margin-left: 0;
}
.sdBar {
        right: -102%;
    width: 100%;

}
.borT {

    display: none;
}
.borTM {

    display: block;
}
.mrcon
{
        background-color: #666666;
        border-radius: 20px;
        padding-top: 35px;
        padding-bottom: 35px;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
	}


	.lb1 {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.lb1 span {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    margin-left: 0px;
    margin-top: 10px;
}
}
