@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

*, ::after, ::before {
    box-sizing: border-box;
}
section {
  padding: 45px 0px;
}
html, body {
  overflow-x:hidden;
  font-family: Montserrat;
}
.brc span {
	color:#fff;
}
.brc a {
	color:#fff !important;
	text-decoration: none;
}
.brc {
 text-align: right;
	margin-top: 15px;
}
.page-contacts .brc {
	text-align: left;
	color: #000;
}

.menu-top li {
  list-style: none;
  margin-right: 15px;
}


.page-contacts .brc span {
	color: #000;
}
.page-contacts .brc a {
	color: #000 !important;
}

img.sllo,.srlo {
 width: 35px;
 position: absolute;
}
img.sllo {
	top: 50%;
	left: 0px;
	z-index:9999;
}
img.srlo {
	top: 50%;
	right: 0px;
	z-index:9999;
}
img.slloo,.srloo {
 width: 35px;
 position: absolute;
 top: -50px;
}
img.slloo {
   right: 55px;
}
img.srloo {
	right: 0px;
	z-index:9999;
}
/* слой затемнения */

.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* активируем модальное окно */

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */

.dm-modal {
    display: inline-block;
    padding: 30px;
	padding-bottom: 0px;
    border-radius: 15px;
    width: 320px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #000;
    text-align: left;
}
.content-modals .btn-form-bottom{
	margin-top: 0px;
}
.dm-modal h3 {
	margin:0px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.content-modals {
	text-align: center;
}

/* рисуем кнопарь закрытия */

.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #cfd8dc;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
	color: #000;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */

.close:hover:after {
    border-color: #fff;
    color: #000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}



.h1-title-page h1 {
	color: #fff;
}
.desc-page {
	color: #fff;
}
.desc-page p {
	color: #fff;
}
a {
  text-decoration: none;
}
h2 {
  line-height: 40px;
  font-size: 32px;
  color: #1e222e;
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 700;
}
h1 {
  color: #1e222e;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
  line-height: 47px;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.head-top-line {
  background-image: linear-gradient(45deg,#ff2146,#FCD6DD);
}
.head-top-line-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-title-line {
  flex: 0 1 auto;
  max-width: 280px;
  margin: 0 24px 0 0;
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.img-usluga-vnutri img {
	width: 100%;
	border-radius: 15px;
}
.title-b-u, .title-b-u h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.content-usluga {
	padding-top: 60px;
}
.img-sj img {
	height: 300px;
}
.text-b-u {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.head-content-line {
  flex: 0 1 auto;
  display: flex;
  width: 912px;
  margin: 0;
  padding: 28px 0;
  justify-content: space-between;
}
.head-text-line {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  margin: 0 32px 0 0;
  max-width: 198px;
  flex: 0 1 auto;
}
.timer__items {
  display: flex;
  flex-direction: row;
  margin-right: 32px;
  align-items: center;
}
a.head-btn {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 16px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #fff;
    font-weight: 600;
    color: #ff2b4e!important;
    text-decoration: none;
    display: inline-block;
    margin-top: 4px;
    vertical-align: top;
}
a.head-btn:hover {
  background: #636b87;
  color: #fff !important;
  cursor: pointer;
}
.pt-0 {
	padding-top: 0px !important;
}
.adres-footer .desc-logo {
	display: flex;
	margin-left: 0px;
	padding: 10px 0px;
	align-items: center;
}
.footer-menu a:hover {
	color: #ff1b45; 
}
.adres-footer .desc-logo img {
	width: 25px;
    margin-right: 10px;
}
.adres-footer .centr-adr {
	border: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0px ;
}
.bans img {
  width: 100%;
  border-radius: 15px;
}
.bans img:hover {
 box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}
.slider-partners {
  margin-top: 30px;
}
.slider-partners img {
  width: 100%;
}
.ppcban img {
	height: 180px;
	box-shadow: 0 7px 14px rgb(11 31 53 / 10%);
	border-radius: 15px;
}
.timer__item {
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  background: #f9506c;
  border-radius: 15px;
  margin-left: 8px;
  color: #fff;
}
.one-timer {
  display: flex;
  align-items: center;
}
.days {
  margin-left: 8px;
  font-size: 13px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}
.timer__items img {
  margin-left: 8px;
}
.head-body {
  background: #F4F6FA;
  height: 70px;
  display: flex;
  align-items: center;
}
.desc-logo {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: 15px;
  color: #525970;
}
.centr-adr {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 0px 15px;
}
.logo-head {
  display: flex;
  align-items: center;
}
.blok-left {
  display: flex;
  width: 100%;
  align-items: center;
  flex: 0 2 auto;
}
.blok-right {
  display: flex;
  width: 70%;
  flex: 0 1 auto;
  align-items: center;
  justify-content: flex-end;
}
.head-body-content {
  display: flex;
}
.blok-right-login-head a {
  cursor: pointer;
  text-decoration: none;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 16px;
  color: #1e222e;
  background: #E3E6EA;
  border-radius: 5px;
}
.blok-right-login-head a:hover {
    background-color: rgba(30,34,46,.16);
}
.blok-right-contact-head {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 25px;
}
.blok-right-contact-head a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #525970;
}
.blok-right-contact-head span {
   font-weight: 400;
   font-size: 10px;
   margin-top: 5px;
   line-height: 11px;
   color: #676767;
}
.head-menu {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 88px;
  border-bottom: 1px solid #dbdfec;
  box-shadow: 0px 25px 25px -25px rgba(0, 0, 0, 0.15);
}
ul.menu-top {
  display: flex;
  padding: 0;
  overflow-x: auto;
  margin: 0;
}
.menu-top li {
  list-style: none;
  margin-right: 15px;
}
.menu-top a {
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  line-height: 19px;
  color: #000000;
}
.btn-client a {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #ff1b45;
  color: #ffffff;
  margin-left: 15px;
  text-decoration: none;
}
.btn-client a:hover {
    background: #636b87;
    cursor: pointer;
}
.top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-blok-right {
  display: flex;
}
.btn-blue a {
  background: #ff1b45;
  color: #fff;
  text-decoration: none;
  padding: 16px 25px;
  font-size: 16px;
  border-radius: 8px;
}
.btn-blue a:hover {
  background: #f14766;
}
.menu-top a:hover {
  color: #ff2c4f;
}
.preload-slider {
  margin-bottom: 16px;
}
.p-0 {
  padding-top: 0;
}
.preload-slider span {
  background: #FFD600;
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
  font-size: 10px;
  line-height: 24px;
}
h1.title-slider-home {
  color: #1e222e;
  width: 504px;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 47px;
}
.desc-logo span {
  font-weight: 600;
}
.item-slider-home {
  border-radius: 20px;
}
.item-slider-home {
  height: 480px;
  display: flex !important;
  align-items: center;
}
.contents-ss {
  margin-left: 50px;
}
.slider-start {
  margin-top: 30px;
}
p.description-slider-home {
  width: 504px;
  font-size: 18px;
  line-height: 20px;
  color: #1e222e;
  margin-bottom: 70px;
}
.slider-start {
  padding: 0;
}
.footer {
  background: #f4f6fa;
  padding: 40px 0px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-menu a {
  color: #1e222e;
  font-size: 16px;
  text-decoration: none;
  line-height: 21px;
}
p.title-footer-menu {
  font-size: 18px;
  font-weight: 600;
  color: #1e222e;
  margin-bottom: 15px;
  display: block;
}
.footer-menu ul {
  margin-bottom: 1rem;
}
.footer-menu li {
  margin-bottom: 8px;
}
.footer-content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.conf a {
  color: #1e222e;
  font-size: 14px;
  text-decoration: none;
}
.conf span {
  color: #1e222e;
  font-size: 14px;
}
.copyright {
  color: #1e222e;
  font-size: 14px;
}
.footer-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popular-product {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.popular-product-cart {
  display: inline-block;
  width: auto;
  margin-right: 25px;
}
.popular-product-cart a {
  display: flex;
  overflow: hidden;
  width: 148px;
  height: 182px;
  text-decoration: none;
  box-sizing: border-box;
  flex-flow: column;
  border: 1px solid #eeeff1;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 7px 14px rgb(11 31 53 / 10%);
}
.popular-product-cart a:hover {
  box-shadow: 0 7px 14px rgb(255 27 69 / 10%);
  border: 1px solid rgb(255 27 69 / 30%);
}
.ppc {
  width: 100%;
  height: 80px;
  flex: 0 0 auto;
}
.ppc img {
  max-width: 100%;
  max-height: 100%; 
  width: 100%;
  margin-bottom: 10px;
}
.slider-jobs {
  margin: 15px;
  margin-top: 0px;
}

.desc-tjp {
  font-size: 12px;
  color: #000;
}
.desc-tjp span {
  font-weight: bold;
}
.title-job-p {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.img-sj img {
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 15px 15px 0px 0px;
}
.with-text-block-wrapper {
  margin-bottom: 30px;
}
.slider-jobs {
  box-shadow: 0 7px 14px rgb(11 31 53 / 10%);
  border-radius: 15px;
}
.textsjb {
  padding: 20px;
	height: 200px;
}
.slco {
	box-shadow: 0 7px 14px rgb(11 31 53 / 10%);
    border-radius: 15px;
	padding: 15px;
	margin: 15px;
	height: 430px !important;
	text-align: center;
}
.portfol {
	padding: 0px
}
.img-ot {
	display: flex;
    align-items: center;
    justify-content: center;;
}
.img-ot img {
	height: 250px;
	border-radius: 15px;
}
.text-oth {
	font-size: 14px;
	color: #000;
	margin-top: 15px;
}
.body-ppc {
    flex: 1;
    padding: 0 12px;
}
.title-ppc {
  color: #0b1f35;
  font-weight: 700;
  letter-spacing: -.24px;
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
.text-ppc {
  padding: 0;
  margin: 0;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(11,31,53,.6);
  line-height: 1.4;
  font-weight: 400;
}
.search-home {
  background: #f4f9ff;
}
.search-home {
  display: flex;
  align-items: baseline;
  position: relative;
}
.group-search-home {
  position: relative;
  flex: 1;
}
.group-search-home input {
    border-bottom-color: #1e222e;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0 36px 0 48px;
    border: 0;
    border-bottom: 1px solid #ff1b45;
    -webkit-appearance: none;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #1e222e;
    font-size: 16px;
    line-height: 20px;
    outline: 0;
    position: relative;
}
.search-home button {
  width: 270px;
  min-height: 48px;
  font-size: 16px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 0 24px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #ff1b45;
  text-align: center;
  text-decoration: none;
  margin-left: 28px;
  border: 0;
  border-radius: 8px;
  outline: 0;
}
.search-home button:hover {
    background: #f44e6d;
}
.menu-top img {
  width: 50px;
}
.brdcrm a {
  color: #373737;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.title-pruducts-cart {
  color: #000;
  margin: 20px 0px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.articul {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.articul span {
  color: #000000;
}
.byprud {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 15px;
}
.dop-inf {
  display: flex;
}
.img-product-cart img {
  width: 100%;
}
.mt-30 {
  margin-top: 30px;
}
.ttinpc {
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.itinpc {
  color: #D1D5D8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 342px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.itinpch {
  color: #D1D5D8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.bloc-pay {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
  padding: 20px;
}
.price-n {
  color: #000;
  margin-right: 5px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.price {
  display: flex;
}
.price-o {
  color: #A0A0A0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: line-through;
  position: relative;
  bottom: -3px;
}
.price-opt {
  color: #B7B7B7;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.price-opt span {
  color: #EF3124;
  text-decoration-line: underline;
}
.opt-p-nal {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nalich-cat {
  color: #777;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.doliyami {
  margin-top: 15px;
}
.img-doli img {
  margin-right: 10px;
}
.inf-doli {
  color: #838383;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
.inf-doli span {
  color: #FF2146;
}
.doliyami {
  display: flex;
  align-items: center;
}
.fast-by button {
 outline: none;
 color: #838383;
  font-size: 14px;
  background: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #FF2146;
  padding: 12px 0px;
  width: 100%;
}
.btn-cart-by {
  margin-top: 15px;
}
.btns-by {
  margin-top: 10px;
}
.btns-by a {
  border-radius: 5px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF2146;
  padding: 12px 0px;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border: none;
  text-decoration: none;
}
.btns-by a:hover {
  background: #f74260;
}
.btn-cart a {
  text-decoration: none;
}
.btn-cart {
  position: relative;
}
span.basket-btn__counter {
  background: #000;
  border-radius: 100px;
  padding: 2px 7px;
  color: #fff;
  position: relative;
  top: -15px;
  left: -15px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000!important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  background: none!important;
  outline: none;
}
section.products {
  padding-bottom: 0px;
}
.whats img {
  margin-right: 5px;
}
.sitetw {
  display: flex;
  align-items: center;
}
.sitetw  a {
margin-left: 10px;
}
.seti-cart-by {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.woocommerce ul.products li.product a img {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10)!important;
}
.woocommerce-loop-category__title {
  line-height: 22px;
}
.menu-top::-webkit-scrollbar {
  width: 0;
}
/** MENU **/
.menu {
  display: none;
}
.menu-triger {
	display: block;
	width: 25px;
	height: 17px;
	background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat;
	left: 15px;
	top: 28px;
}
.menu-close {
	display: block;
	width: 28px;
	height: 28px;
	background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	display: none;
	background: #2c2e3e;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;
  height: 100vh;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}

.text-tovarts {
  color: #9A9A9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pruducts-see {
  text-align: center;
  color: #9A9A9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.woocommerce ul.products li.product .price {
  color: #000;
  font-size: 14px!important;
  font-style: normal;
  font-weight: bold!important;
  line-height: normal;
}
.woocommerce ul.products li.product .button {
display: none !important;
}

.baners-min-2 {
  padding-top: 0px;
}
.woocommerce .products ul, .woocommerce ul.products {
  margin-bottom: 0px;
}
.woocommerce-page div.product div.summary {
  width: 100% !important;
  float: none !important;
}
.woocommerce-page div.product div.images {
  width: 100% !important;
  float: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border-radius: 15px !important;
}
.woocommerce div.product div.images img {
  border-radius: 15px !important;
}
.title-p-c {
  margin-top: 20px;
}
#breadcrumbs a {
  color: #000;
}

h3.title-forms-c {
  color: #000;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 12px;
  color: #ff1b45;
}
h4.after-title {
    font-size: 16px;
    color: #999999;
    line-height: 27px;
    padding-top: 8px;
    margin-bottom: 50px;
}
.form-company input[type=text],[type=tel],[type=email] {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #999999;
    outline: none;
    border: 1px solid #e6e6e6;
    padding: 13px 17px;
    transition: all .3s;
}
.form-company {
	margin-bottom: 30px;
}
.form-company textarea {
    height: 90px;
    width: 100%;
    padding: 13px 17px;
    font-size: 14px;
    color: #999999;
    outline: none;
    border: 1px solid #e6e6e6;
    transition: all .3s;
}
.politika {
    margin-top: 40px;
}
.btn-form-bottom {
    color: #fff;
    border-radius: 8px;
    background: #ff1b45;
    display: inline-block;
    font-size: 16px;
    padding: 11px 31px;
    transition: all .3s;
    outline: none;
    line-height: 21px;
    margin-top: 30px;
    border: none;
    cursor: pointer;
}
.kont-block.phone {
    float: left;
    margin-right: 85px;
}
.kont-block {
    margin-bottom: 35px;
}
.kont-block span {
    font-size: 20px;
    color: #000;
    display: block;
}
.kont-block a {
    font-size: 22px;
    color: #ff1b45;
}
.title-c-s {
  font-weight: 700;
  margin-bottom: 15px;
}
.adsss {
  margin-bottom: 10px;
}
.map {
    margin-top: 70px;
}
.map iframe {
  border-radius: 15px;
}
.text-deliveri {
  color: #000;
  font-size: 16px;
}
.text-compani {
  color: #000;
  font-size: 16px;
}
.text-compani-page {
  color: #000;
  font-size: 16px;
}
.text-compani-page span {
  font-weight: bold;
}
.msh {
  margin-right: 30px;
}


5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111


/* Раскрывающиеся списки категорий */
.big-menu-catalog {
	/*display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/ /* если убрать Masonry сетку */
   column-count: 3;
}

.big-menu-catalog li {
	list-style-type: none;
	margin: 0;
  padding: 5px;
}

.big-menu-catalog > li {
/*	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 30%;*/ /* если убрать Masonry сетку */
    display: inline-block;
    width: 100% !important;

	text-transform: uppercase;
	line-height: 1.5;
	margin: 1rem 0;
}

.big-menu-catalog li a:hover {
	color: #000;
	text-decoration: underline;}

.big-menu-catalog > li > a {
	color: #ff2146;
	font-size: 1.4rem;
  font-weight: 600;
}

.cat-item a {
  color: #000;
  font-size: 14px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background: none!important;
}
.dgwt-wcas-search-wrapp {
    max-width: 100% !important;
    border-bottom: 2px solid #ff1b45;
    border-radius: 14px;
}
.rt-holder {
  border: none !important;
  box-shadow: none !important;
}
.rt-detail {
  padding-left: 0px !important;
}
.entry-title a {
  font-weight: bold !important;
}
.big-menu-catalog > li > ul {
	margin-top: 5px;
	padding-left: 0;
	text-transform: none; }
.blok-right-login-head {
  display: none;
}
.big-menu-catalog > li > ul > li {font-size: 1.2rem;}

.big-menu-catalog > li li.parent > ul {
	display: none;
	padding-left: 10px; }

.big-menu-catalog > li,
.big-menu-catalog > li > ul > li {
	padding: 7px 0px;
	position: relative;
}


.big-menu-catalog > li > ul > li.parent:before {
	-webkit-transform: translate(-50%,-50%) rotate(0);
	transform: translate(-50%,-50%) rotate(-90deg);
    will-change: translate,rotate;
}

.big-menu-catalog > li li.parent:after {
	transform: translate(-50%,-50%);
    will-change: translate,opacity;

}

.big-menu-catalog > li > ul > li.parent.open:before { /* добавочный класс */
    transform:translate(-50%,-50%) rotate(-0deg);
    width:0;
}

.big-menu-catalog > li > ul > li.parent:after,
.big-menu-catalog > li > ul > li.parent:before {
	content: "";
	position: relative;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background-color: #222222;
	display: block;
	position: absolute;
	top: 15px;
	transition: all .2s ease-in-out;
	opacity: 1;
	right: 0px;
	contain: strict;
}

.big-menu-catalog > li > ul > li:hover:after,
.big-menu-catalog > li > ul > li:hover:before { background-color: #000; }

@media (max-width: 1024px){
	.big-menu-catalog { column-count: 2; }
	.big-menu-catalog > li { width: 50%; }
}
@media (max-width: 600px){
	.big-menu-catalog { column-count: 1; }
	.big-menu-catalog > li { width: 100%; }
}
/* end Раскрывающиеся списки категорий */

/* table */
table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(255,27,69,0.8);
 }
.tbl-content{
  height:285px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,27,69,0.1);
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  border-bottom: solid 1px rgba(255,27,69,0.1);
}
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #000;
}
.made-with-love i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #000;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/* /table */

.subscribe-screen__title {
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    color: #ff1b45;
}
.head-body-content .blok-left {
	flex: 0 1 auto;
}
.form-home {
	margin-top: 15px;
}
.subscribe-screen__text {
    font-size: 16px;
    line-height: 20px;
    color: #9C9C9C;
}
.subscribe-screen__input input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #a3a3a3;
    outline: none;
    padding: 15px 0px;
    color: #000;
}
.subscribe-screen__input button {
	background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 40px;
    right: 10px;
}
.subscribe-screen__annotation {
    margin-top: 10px;
    font-size: 12px;
    color: #9d9d9d;
}
.subscribe-screen__label {
	font-weight: 600;
    font-size: 14px;
}
/* tabs*/
.pb-70 {
  padding-bottom: 50px;
}

.nav-tabs {
  border: none;
}
.tabs-uslugi-min {
  margin-top: 30px;
}
.tbl-header {
    margin-top: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #ff496a;
    border: 1px solid #ff496a;
    border-bottom-color: none;
    cursor: default;
    border-radius: 35px;
}
.tabs-uslugi-min .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ff496a;
    border-bottom-color: none;
    cursor: default;
    border-radius: 35px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
    border-radius: 35px;
    border: 1px solid #eee;
}
.title-reviews {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 140%;
  color: #fff;
}
.title-reviews span {
  color: #fff;
  background: #FF1B45;
  padding: 10px 20px;
  border-radius: 150px;
}
.text-light-reviws {
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.img-rev img {
  width: 100%;
}
.img-rev {
  margin-top: 70px;
}
.text-informs-rev {
  margin-top: 50px;
  font-size: 12px;
  color: #ffffff6e;
}
.img-rev-link img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 7px 14px rgb(11 31 53 / 10%);
}
.img-rev-link img:hover{
 box-shadow: 0 7px 14px rgb(255 27 69 / 10%);
 border: 1px solid rgb(255 27 69 / 30%);
}