/* Aeei?aeii */

.pvideo {
	max-width: 390px;
}

.ptext {
	    padding-left: 20px;
}

.nasos-img img {
	border-radius: 3px;
}

.row:has(#sp-logo) {
    display: flex;	
}

#sp-logo .sp-column {
    height: 100%;
    display: flex;
}

.zindexthree {
    z-index: 999!important;
}

.calc-btn {
	display: none;
	background: #27AAE1 url('/images/calc-l.png') 50% 50% no-repeat;
	background-size: 26px;
	height: 40px;
	width: 40px;
	position: fixed;
	    z-index: 999 !important;
        top: 10px;
        right: 55px;	
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);	
	cursor: pointer;
}

/* Класс для показа панели */
.top-mpanel.mpanel-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Класс для скрытия панели */
.top-mpanel.mpanel-hidden {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}


.phone-btn {
	display: none;
	background: #27AAE1 url('/images/phoneb.png') 50% 50% no-repeat;
	background-size: 26px;
	height: 40px;
	width: 40px;
	position: fixed;
	    z-index: 999 !important;
        top: 10px;
        right: 55px;	
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);	
	cursor: pointer;
}

.mod-desc {
	margin: 25px 0px!important;
}

.vid-item {
	    position: relative;
		border-radius: 4px;
}

.hide-this {
	visibility: hidden;
}

.vid-item .sppb-media-content {
	color: #fff;
}

.vid-item .sppb-media-content .sppb-addon-title {
	color: #fff!important;
	font-size: 16px!important;
}	

.video-background {
    position: absolute;
    right: 0;
    bottom: 0;
	background: #eee;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
}

.content {
    position: relative;
    z-index: 1;
}

.naitem1 {
	background: url('/images/newadv1.png') 0% 0% no-repeat;
	background-size: 50px 50px;
}

.slide-text {
	margin-bottom: 15px;
}

.wa-link {
	position: relative;
	color: #fff!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
	padding: 0px!important;
}

.wa-link img {
	position: absolute;
	left: 4px;
}

.naitem2 {
	background: url('/images/newadv2.png') 0% 0% no-repeat;
	background-size: 50px 50px;
}

.naitem3 {
	background: url('/images/newadv3.png') 0% 0% no-repeat;
	background-size: 50px 50px;
}

.naitem4 {
	background: url('/images/newadv4.png') 0% 0% no-repeat;
	background-size: 50px 50px;
}

.newadv-item {
	padding-left: 70px;
	margin-bottom: 25px;
}

.nahead {
	margin-bottom: 3px;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
}

.newadvs {
	padding: 40px 0px;
}

.natext {
	text-align: left;
	line-height: 1.3;
}

.services {
	margin-bottom: 75px;
}

.main-advs .sppb-feature-box-title {
	    min-height: 38px;
}

.main-advs .sppb-addon-text {
	    min-height: 57px;
}

.new-sl .item img {
	width: 350px!important;
}

.main-advs .sppb-column-addons > div {
	margin-bottom: 0px!important;
}


    .accordion__item {
      margin-bottom: 0.5rem;
     /* border-radius: 0.25rem;
      box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%);*/
    }

    .accordion__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.75rem 1rem;
      color: #000;
      font-weight: 500;
      background-color: #fff;
     /* border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;*/
      border: 1px solid #2b7ba4;
      cursor: pointer;
      transition: background-color 0.2s ease-out;
    }

    .accordion__header::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232b7ba4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      content: "";
      transition: transform 0.2s ease-out;
    }

    .accordion__item_show .accordion__header::after,
    .accordion__item_slidedown .accordion__header::after {
      transform: rotate(-180deg);
    }

    .accordion__header:hover {
      background-color: #7ec344;
    }

    .accordion__item:not(.accordion__item_show) .accordion__header {
     /* border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;*/
    }

    .accordion__content {
      padding: 0.75rem 1rem;
      background: #f9f9f9;
      /*border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;*/
    }

    .accordion__item:not(.accordion__item_show) .accordion__body {
      display: none;
    }
    
/* Eiiao Aeei?aeiia */  

body {
	color: #484848!important;
}

/* --- Circle --- */

#sp-footer {
    background: #000!important;
}

.table-wrap .img-row td {
    padding: 0px!important;
}


.table-wrap .img-row {
    background: #fff!important;
    
}

.table-wrap {
    overflow-x: auto;
}

table.table-wrap {
    font-weight: bold;
    border: 1px solid #e5e7f2;
    width: 100%;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
}

.table-wrap th {
    background: #529DD7;
    color: #fff;
    line-height: 1.1;
    padding: 10px;
}

.table-wrap td, .table-wrap th {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding: 10px;
}

.table-wrap th {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding: 10px;
}

.soc-mess {
    text-align: right;
    margin-top: 15px;
}

.wsp {
    display: inline-block;
    cursor: pointer;
}

.sale {
	align-items: center;
	margin-bottom: 25px;
}

.sale-main-text {
    font-size: 20pt;
    line-height: 1.2;
}

body #sp-menu .hidden-sm {
	display: block!important;
}


#sppb-addon-1582002446307 {
	font-size: 14pt;
}

#sppb-addon-1582002446307 .haract li, 
#sppb-addon-1582002446307 b {
	font-size: 14pt;
}

.smartquiz__open-btn.smartquiz__position-bottom_right {
	right: 80px!important;
}

.pric-head {
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	line-height: 1.1;
	padding: 0px 0px 20px 0px;
}

.tarifshead .col-md-3 {
	font-weight: bold;
	    justify-content: center!important;
		padding-bottom: 10px;
		text-transform: uppercase;
}

.price .col-md-3 {
	font-weight: bold;
	    justify-content: center!important;
		padding-top: 10px;
		font-size: 12pt;
}

.tarifs  {
	margin: 0px 5px;
}

.tarifs .col-md-3 {
	padding-left: 2px; padding-right: 2px;
}

.tarifs .col-md-3:nth-child(1) {
	font-weight: bold;
	justify-content: left;
    padding-right: 15px;
}

.tarifs {
	line-height: 1.2;
	    margin-bottom: 6px;
}

.tarifs .easy {
	color: #000;
	background: #eee;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
    margin: 3px;
	text-transform: none;
}


.tarifs .hard {
	color: #fff;
	font-weight: bold;
	background: #27aae1;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
    margin: 3px;
}

.tarifs .very-hard {
	color: #fff;
	font-weight: bold;
	background: #196b8d;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
    margin: 3px;
}

.adv-bg {
	padding: 15px 0px;
}

.tarifs .col-md-3 {
  display: flex;
  align-items: center;
  justify-content: left;

}


.map2 {
	background: #fff url('/images/map2.jpg') 50% 50% no-repeat;
	height: 300px;
	width: 100%;
}

.pric-text {
	font-size: 14pt;
	text-align: left;
	line-height: 1.1;
}

.hidder {
    height: 60px;
    background: #fff;
    position: relative;
    top: -65px;
}

.sp-page-builder .page-content #mujic {
	background-size: cover!important;
}

.pric-1 {
	background: url('/images/number-1.png') 50% 30px no-repeat;
	
}

.pric-2 {
	background: url('/images/number-2.png') 50% 30px no-repeat;
	
}

.pric-3 {
	background: url('/images/number-3.png') 50% 30px no-repeat;
	
}

.pric-4 {
	background: url('/images/number-4.png') 50% 30px no-repeat;
	
}

.pric {
	padding: 130px 5px 50px 5px;
	
}

.ml {
	margin-left: 5px;
}

.sale-btn-tr {
	font-size: 16pt;
	border: 2px solid #feed01;
	padding: 12px 25px;
	color: #feed01;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	min-width: 157px;
}

.sale-btn-tr:hover {
	background: #feed01;
	color: #000;
}

.sale-btn {
	font-size: 16pt;
	min-width: 157px;
	border: 2px solid #feed01;
	background: #feed01;
	padding: 12px 25px;
	color: #000;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}

.sale-btn:hover {
	background: #000;
	color: #feed01;
}

/*
#section-id-1552160859995 .sppb-row {
     display: flex!important;
    display: -webkit-flex!important; 
    flex-wrap:wrap!important;
    -webkit-flex-wrap: wrap!important;
    -webkit-justify-content: center!important;
            justify-content: center!important;
}*/

.padding-bottom-res .sppb-img-responsive {
	border-radius: 10px;
}

@font-face { 
    font-family: "rouble";
    src: url("rouble.otf") format("opentype");
}
.rub { font-family: "rouble"; }

.calc-padder {
	
}

.best-price {
	background: #eed501;
	color: #000;
}



.deepness {
	max-width: 100%;
}

.obl-head {
	text-transform: uppercase;
	margin-bottom: 10px;
}

#section-id-1553681870305, #section-id-1759754697033 {
	z-index: 999!important;
}

.low-text {
	font-size: 70%;
	margin-top: 10px;
}

.main-index {
	z-index: 999!important;
}

.row-flex {
     display: flex!important;
    display: -webkit-flex!important; 
    flex-wrap:wrap!important;
    -webkit-flex-wrap: wrap!important;
    -webkit-justify-content: center!important;
            justify-content: center!important;
}

.itogo {
    float: right;
    padding: 10px;
    /* background: #6b6b6b; */
    border-radius: 4px;
    color: #000;
    font-size: 14pt;
    border: 2px solid #6b6b6b;
}

.price-table {
    border-collapse: collapse;
    width: 100%;	
	margin-bottom: 30px;
}


.tarif-img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 4px;
}

.price-table td {
	border: 3px solid #fff;
    padding: 5px 15px;
	line-height: 1.2;
}

.price-table tr:nth-child(odd) {
    background: #eee;
}

h1 {
	font-size: 22pt!important;
	line-height: 1.1!important;
}

.sub-menu {
	display: inline-block!important;
}

.partners {
	text-align: left;
	font-size: 10pt;
}

.mobile-on {
  display: none;
}

.main-advs .sppb-addon-text {
	line-height: 1.2;
}

.slider {
	text-align: center;
}

.sale-btn-mess {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14pt;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    min-width: 220px;
    cursor: pointer;
    line-height: 1.2;
    text-align: left;
    background: #27aae1;
    cursor: pointer;
}



.sppb-row-overlay {
	display: none;
}

.sale-btn-main {
margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14pt;
    padding: 15px 20px;
    border-radius: 10px;
    display: table;
    position: relative;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    min-width: 220px;
    /* font-family: SourceSansProRegular; */
    cursor: pointer;
    padding-left: 90px;
    line-height: 1.2;
    text-align: left;
    background: #27aae1;
    cursor: pointer;
}

.map-btn-main {
	margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14pt;
    padding: 15px 20px;
    border-radius: 10px;
    display: table;
    position: relative;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    min-width: 220px;
    /* font-family: SourceSansProRegular; */
    cursor: pointer;
    padding-left: 90px;
    line-height: 1.2;
    text-align: left;
    background: #5b7f13;
    cursor: pointer;
}

.calc-img {
    position: absolute;
    left: -15px;
    top: -15px;
}

/*
#section-id-1553681870305 {
	height: 0px;
}
*/

.upper {
	text-transform: uppercase;
	font-size: 18pt;
	line-height: 1.2;
	margin-top: 10px;
}


.prices {
	font-size: 14pt;
}

.spectrum-free-quote {
	margin-top: -45px!important;
}

#sp-menu {
	    text-align: right;
}

li {
	font-size: 14pt;
	line-height: 1.3;
}

.info-block {
	line-height: 1.2;
	font-weight: bold;
}

.slide-text-mini {
	    font-size: 60%;
		margin-bottom: 20px;
		margin-top: 8px;
}

.menu-section {
	z-index: 9999!important;
}

.menu-class {
	z-index: 9999999!important;
}

.page-content #navigation-toggle {
	z-index: 9999999!important;
}

p {
	line-height: 1.3;
	font-size: 14pt;
}

.txt-std {
	font-size: 14pt!important;
	line-height: 1.2!important;
}

.about-btn a:hover {
	color: #fff;
	background: #27aae1;
}

	#section-id-1552160859995 .sppb-addon-title {
		line-height: 1.2!important;
	}

.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg {
	height: 320px;
    padding-top: 80px;
    padding-bottom: 200px;
}

.about-btn a {
    padding: 15px;
    margin-top: 20px;
    border: 2px solid #27aae1;
    border-radius: 55px;
    color: #000;
    font-size: 12pt;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}


.pref-table {
	background: rgba(0,0,0, 0.7)!important;
    padding: 10px 15px!important;
    display: inline-block;
    border-radius: 3px;
	float: left;
	
}

.pref-table2 {
	background: rgba(0, 0, 0, 0.7)!important;
    padding: 10px 15px!important;
    display: inline-block;
    border-radius: 3px;
	float: left;
	margin-left: 15px;

}

.pref {
	font-size: 20pt;
	margin-left: 10px;
}

.tablet-on {
  display: none;
}

.contacts {
    list-style: none;
    padding-left: 0px;
    font-size: 16pt;
    line-height: 1.5;
    margin-bottom: 40px;
}

#gruemenu {
	text-align:center;
}

#gruemenu ul {
    display: inline-flex!important;
}

#gruemenu ul ul {
    display: inline-block!important;
}



.sppb-section  {
	    padding: 0px 0px 0px 0px!important;
}


#section-id-1489129103762 {
	    padding: 0px 0px 0px 0px!important;
}

.haract, .haract2 {
	padding: 0px!important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
	padding: 20px 15px!important;
}

.numbr {
	margin-top: 3px;
}

.numbr .sppb-text-left {
	font-size: 13pt;
    line-height: 48px;
	text-transform: uppercase;
}

.pt td {
    border: 1px solid #ddd;
    padding: 10px;
    width: 50%;
    font-weight: bold;
    font-size: 20px;
}

.sppb-fw-slider-button-wrapper, .sp-page-title  {
	display: none;
	
}

.sppb-column {
	height: auto!important;
}

.pt {
	border: 1px solid #ddd;
    margin-bottom: 15px;
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

#section-id-1549002034354 .sppb-addon-title {
	padding-bottom: 20px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active span, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
	margin-top: 20px;
	border: 1px solid #eee!important;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active span, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
	background-color: #fff!important;
	border: 1px solid #eee!important;
}

.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
	font-size: 20pt;
	color: #4b4b4b;
}

#offcanvas-toggler {
	display: none!important;
}

.sp-megamenu-parent >li > .main-link
 {
	display: none!important;
}

.sp-page-builder .page-content #section-id-1488791556158 {
	    padding: 0px 0px 45px 0px!important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text,
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title,
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
  color: #757575 !important;
}

.haract li {
    padding-left: 35px;
	background: url('/images/plus.png') 0% 50% no-repeat;
	background-size: 20px 20px;
	    padding-top: 3px;
    padding-bottom: 3px;
}

.haract li {
    list-style: none;
	line-height: 1.2;
	    font-size: 12pt;
}

.haract2 li {
    list-style: none;
	line-height: 1.3;
}

.sppb-fullwidth-title {
	font-size: 40px!important;
	background: rgba(36,171,42, 0.7)!important;
	padding: 15px!important;
	color: #fff!important;
}


.btn, .sppb-btn {
	font-size: 17px!important;
}

/* узкие мониторы */
@media only screen and (min-width: 1920px) and (max-width:2100px) {

}


/* узкие мониторы */
@media only screen and (min-width: 1680px) and (max-width:1919px) {

}

/* узкие мониторы */
@media only screen and (min-width: 1600px) and (max-width:1679px) {

}

/* узкие мониторы */
@media only screen and (min-width: 1440px) and (max-width:1599px) {

}

/* узкие мониторы */
@media only screen and (min-width: 1366px) and (max-width:1439px) {

}

/* узкие мониторы */
@media only screen and (min-width: 1280px) and (max-width:1439px) {

}

/* узкие мониторы */
@media only screen and (min-width: 1024px) and (max-width:9000px) {
	
	
	
	.sp-default-logo.hidden-xs {
		    display: block!important;
			    min-height: 90px;
    min-width: 360px;
	}
	
	.sp-retina-logo.hidden-xs  {
		    display: none!important;
	}
	
	.Leadforms__block, .Leadforms__block iframe {
		height: 400px!important;
	}

	.Leadforms__block iframe {
		height: 400px!important;
	}

}

@media only screen and (min-width: 825px) and (max-width: 991px) {
	.sp-retina-logo.hidden-xs {
        max-height: 55px!important;
		width: auto!important;
	}
}	

/* очень узкие мониторы */
@media only screen and (min-width: 825px) and (max-width: 1023px) {
	
	
	.calc-glub {
		margin-bottom: 15px;
	}
	
	.row-flex .col-md-6 {
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.item-708 {
		display: none!important;
	}	
	
	

}


@media only screen and (max-width: 1023px) {	
    .sp-retina-logo.hidden-xs {
        max-height: 55px !important;
        width: auto !important;
    }	
}

/* планшеты */
@media only screen and (min-width: 630px) and (max-width: 825px) {
	
	.sp-retina-logo.hidden-xs {
        max-height: 55px!important;
		width: auto!important;
	}
	
	.sp-default-logo.visible-xs {
        max-height: 55px!important;
    }
	
	.slide-text {
		font-size: 90%;
	}
	
	.slide-text-mini {
		margin-bottom: 10px;
	}
	
	.calc-glub {
		margin-bottom: 15px;
	}
	
	.row-flex .col-md-6 {
		width: 100%;
	}
	
	.sppb-fullwidth-title {
		font-size: 33px!important;
	}	
	

	.sp-megamenu-wrapper .hidden-xs {
		display: block!important;
		    margin-top: 15px;
	}
	
			
	.sp-megamenu-parent >li >a {
		line-height: 1.2!important;
	}

  .mobile-off {
    display: none!important;
  }

  .tablet-off {
    display: none;
  }

  .tablet-on {
    display: block;
  }
  
  .top-phones {
    float: left;
    font-size: 13pt;
    margin-top: 15px;
    margin-right: 10px;
    font-weight: 600;
    color: #000;
	margin-left: 0px;
  }    

}

/* узкие планшеты */
@media only screen and (min-width: 500px) and (max-width: 630px) {
	
	
	
	.calc-glub {
		margin-bottom: 15px;
	}
	
	.row-flex .col-md-6 {
		width: 100%;
	}
	
	.sppb-fullwidth-title {
		font-size: 30px!important;
	}	
		
	.haract li:before {
		    font-size: 14pt;
	}	
	
	.rstbox-content h2 {
		font-size: 16pt!important;
	}
	
	.haract li {
		font-size: 13pt;
	}	
	
  .mobile-off {
    display: none!important;
  }
  
  .tablet-off {
    display: none;
  }

  .tablet-on {
    display: block;
  }
  
  .top-phones {
    float: left;
    font-size: 11pt;
    margin-top: 20px;
    margin-right: 10px;
    font-weight: 600;
    color: #000;
	margin-left: 0px;
  } 

	.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
		padding: 20px 15px!important;
	}  
	
	

	.sp-megamenu-wrapper .hidden-xs {
		display: block!important;
		    margin-top: 15px;
	}
	
			
	.sp-megamenu-parent >li >a {
		line-height: 1.2!important;
	}

	.sp-menu-item a {
		font-size: 12pt!important;
	}

}

@media only screen and (max-width: 405px) {
	.sale-btn, .sale-btn-tr {
		margin-bottom: 5px;
		margin-left: 0px;
	}
}

/* смартфоны */
@media only screen and (min-width: 365px) and (max-width: 500px) {

	#sp-logo {
		padding-right: 0px!important;
	}
	
	body .tablica-glub .col-md-6 {
		padding: 0px;
	}
	
	.container.tablica-glub {
		padding: 0px;
	}

    .price-table td {
        font-size: 10pt;
        padding: 5px 5px;
    }

    .price-table th {
        font-size: 10pt;
    }

	.tarifs_table {
		font-size: 14px;
		line-height: 1.2;
	}
	
	.tarifs_table .price .col-xs-3 {
		font-size: 13px!important;
	}

	.table-striped {
		font-size: 11pt;
	}
	
	.calc-glub {
		margin-bottom: 15px;
	}
	
	.row-flex .col-md-6 {
		width: 100%;
	}
		
	.deepness tr th {
		font-size: 14px;
	}
	
	.deepness tr td:nth-child(4) {
		display: none;
	}
	
	
	.deepness tr td:nth-child(3) {
		font-size: 14px;
	}	

	.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container > i {
		font-size: 50px!important;
	}
	
	.rstbox-content h2 {
		font-size: 17pt!important;
	}
	
	.haract li {
		font-size: 12pt;
	}

	.pref-table2 {
		margin-left: 0px!important;
		margin-top: 15px;
	}
	
	.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg {
		height: 320px;
	}
	
	.sppb-addon-title {
		font-size: 22px!important;
		line-height: 1.2!important;
	}
	
	.sppb-cta-text {
		line-height: 1.2;
		font-size: 14px;
	}
	
	.sppb-fullwidth-title {
		font-size: 28px!important;
	}

  .mobile-off {
    display: none!important;
  }

  .mobile-on {
    display: block;
  }
  
  .top-phones {
    float: left;
    font-size: 11pt;
    margin-top: 20px;
    margin-right: 10px;
    font-weight: 600;
    color: #000;
	margin-left: 0px;
  }
  
  .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    padding: 20px 15px!important;
	}
	
	

	.sp-megamenu-wrapper .hidden-xs {
		display: block!important;
		    margin-top: 15px;
	}


	.sp-menu-item a {
		font-size: 13pt!important;
	}
	
	#sppb-addon-1488791556155 .sppb-col-sm-8 {
		padding-right: 10px!important;
		padding-left: 10px!important;
	}
	
	#section-id-1552160859995 .sppb-addon-title {
		font-size: 13pt!important;
	}
	
		
	.sp-megamenu-parent >li >a {
		line-height: 1.2!important;
	}
	
	
	body, p {
		font-size: 12pt;
	}	
	
	.sale-btn-tr {
		font-size: 12pt;		
		padding: 12px 15px;		
	}
	
	.sale-btn {
	    border: 2px solid #feed01;
		font-size: 12pt;		
		padding: 12px 15px;
	}

}

/* смартфоны */
@media only screen and (min-width: 350px) and (max-width: 365px) {
    .sp-menu-item a {
        font-size: 12pt !important;
    }
}

/* смартфоны */
@media only screen and (max-width: 350px) {
	
    .price-table td {
        font-size: 10pt;
        padding: 5px 5px;
    }

    .price-table th {
        font-size: 10pt;
    }

	.sale-btn-tr {
		font-size: 11pt;		
		padding: 7px 7px;		
	}
	
	.sale-btn {
	    border: 2px solid #feed01;
		font-size: 11pt;		
		padding: 7px 7px;
	}
	
	.calc-glub {
		margin-bottom: 15px;
	}
	
	.row-flex .col-md-6 {
		width: 100%;
	}
	
	
	.deepness tr td:nth-child(4) {
		display: none;
	}
	
	
	.deepness tr td:nth-child(3) {
		font-size: 14px;
	}
	
		
	.deepness tr th {
		font-size: 14px;
	}
	
	.sale-btn-main {
		font-size: 12pt;
	}

	.sp-megamenu-parent >li {
	
	}

	body, p {
		font-size: 12pt;
	}
	
	.sp-megamenu-parent >li >a {
		line-height: 1.2!important;
	}
	
	.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container > i {
		font-size: 50px!important;
	}	
	#section-id-1552160859995 .sppb-addon-title {
		font-size: 13pt!important;
	}
	

	
	.haract li {
		font-size: 11pt;
	}
	
	.rstbox-content h2 {
		font-size: 16pt!important;
	}
	
	.pref {
		font-size: 15pt;
	}
	
	.details  {
		display: none!important;
	}
	
	.pref-table img, .pref-table2 img {
		max-width: 30px;
	}
	
	.pref-table2 {
		margin-left: 0px!important;
		margin-top: 5px;
	}

	.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
		padding: 10px 10px!important;
	}

	.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg {
		height: 320px;
	}
	
	.sppb-addon-title {
		font-size: 22px!important;
		line-height: 1.2!important;
	}
	
	.sppb-cta-text {
		line-height: 1.2;
		font-size: 14px;
	}
	
	.sppb-fullwidth-title {
		font-size: 23px!important;
	}
  
  .top-phones {
    float: left;
    font-size: 9pt;
    margin-top: 25px;
    margin-right: 5px;
    /* font-weight: 600; */
    color: #000;
    margin-left: 0px;
  }
  
  .mobile-off {
  display: none!important;
  }

  .mobile-on {
    display: block;
  }
  
	.sp-megamenu-wrapper .hidden-xs {
		display: block!important;
		    margin-top: 15px;
	}

	
	.sp-menu-item a {
		font-size: 10pt!important;
	}

}
/* Bootstrap Large */

@media only screen and (max-width: 1170px) {
  
}

/* Bootstrap Medium */

@media only screen and (max-width: 970px) {
  
}

/* Bootstrap Small */

@media only screen and (max-width: 767px) {
    .soc-mess {
        text-align: left;
        margin-top: 0px;
    }
	
	.pric {
		padding: 50px 5px 20px 5px!important;
	}
	
	.pric-head {
		padding-bottom: 30px!important;
		padding-left: 80px!important;
	}
	
	.pric-1 {
		    background: url(/images/number-1.png) 0% 30px no-repeat!important;
	}
	
	.pric-2 {
		    background: url(/images/number-2.png) 0% 30px no-repeat!important;
	}
	
	.pric-3 {
		    background: url(/images/number-3.png) 0% 30px no-repeat!important;
	}
	
	.pric-4 {
		    background: url(/images/number-4.png) 0% 30px no-repeat!important;
			margin-bottom: 40px;			
	}	
}

@media only screen and (max-width: 750px) {
  
  .sidr-class-item-699 {
	  display: none!important;
  }
  
  h2.sppb-addon-title {
    font-size: 32px !important;
	line-height: 1.1!important;
  }	
}

/* смартфоны */
@media only screen and (max-width: 991px) {
	.sp-megamenu-parent>li>a {
		line-height: 1.2!important;
	}


	body #scrollToTop {
		display: none!important;
	}
	
	.calc-btn {
		display: block;
	}
	
	.phone-btn {
		display: block;
	}
	
	.wa-link {
		display: none!important;
	}
	

	
	.sp-megamenu-wrapper .hidden-xs {
		display: block!important;
		margin-top: 10px;
		        margin-bottom: 10px;
	}
	
	.sp-default-logo.visible-xs {
		max-height: 40px;
	}
	
	#sp-header .logo {
		height: auto;
	}
	
	#sp-header {
		height: auto;
	}
	
	.sp-megamenu-parent>li {
		display: block;
	}
	 
	
}