* {
	font-family: 'Roboto', sans-serif;
	/* font-weight: 100; */
}

body {
    position: relative;
}

a {
	color: inherit;
	text-decoration: inherit;
}

body {
	background: #e8e8e8;
}

.is-display-none {
	display: none !important; 
}

.flexrow {
	display: flex;
	flex-direction: row;
}

.wrapper {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 5px;
}

.header {
	background: #e8e8e8;
	display: flex;
	flex-direction: column;
	color: #4C4C4C;
	padding: 30px 0;
}

.header__bar {
	text-align: center;
	text-transform: uppercase;
	font-size: 250%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__bar.header__bar_tel {
    margin: 0 auto;
	margin-top: 10px;
	font-size: 225%;
	height: 50px;
	width: 320px;
	background-image: url('/templ/headerPhone.php');
	background-repeat: no-repeat;
	background-position: center;
    /*background-size: cover;*/
}

.header__menu {
	top: 0;
	width: 100%;
	max-width: 1024px;
}

.header__menu ul {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	padding: 0;
	margin: 0;
	/*justify-content: center;*/
	/*align-items: center;*/
}

.header__menu ul li {
	flex: 1;
	/*background-color: #C22;*/
	background-color: grey;
	color: white;
	text-align: center;
	transition: .3s;
	/*height: 70px;*/
}

.header__menu ul li:hover {
	/*background: #E56666;*/
	background: #CC2222;
	transition: .3s;
}

.header__menu ul li a {
	display: block;
	padding: 20px 0;
    font-weight: 300;
    width: 100%;
}

.header__menu ul li.active a {
    background: #CC2222;
}

.bc-container {
	padding: 0px 30px;
	margin: 24px 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}

.breadcrumb-item {
    /* margin-right: 24px; */
    font-size: 14px;
    font-weight: 300;
}
.breadcrumb-item:not(:last-child):after {
    display: block;
    float: right;
    content: '>';
    color: #cd2122;
    font-weight: 700;
    margin: 0 8px;
}

.breadcrumb-item a {
    text-decoration: underline;
    font-weight: 300;
}

.maincontent {
	margin: 24px 0;
}

.sidebar {
	/*	background: white;*/
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 250px;
	height: 100%;
	margin-right: 30px;
	flex-wrap: wrap;
}

.sidemenu-section {
	padding: 10px;
	background: white;
	padding-top: 25px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15), 
	inset 0 -1px 0 0 rgba(0,0,0,0.2);
	margin-bottom: 10px;
	/*padding: 25px 25px 10px 10px;*/
}

.sidemenu-header {
	color: black;
	font-size: 130%;
	font-weight: 700;
	width: 100%;
	/*padding: 10px;*/
	margin-bottom: 15px;
	/*background: white;*/
	border-bottom: 1px solid #CC2222;
	position: relative;
}

.sidemenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	background: white;
	text-align: left;
}

.sidemenu li {
	box-sizing: border-box;
	width: calc(100% - 15px);
	margin-bottom: 10px;
	color: #4C4C4C;
	padding-right: 15px;
	margin-left: 15px;
}

.sidemenu li a:hover {
	/*cursor: pointer;*/
	color: #CC2222;
	/* font-weight: 700; */
	text-shadow: 1px 0 0 #CC2222;
}

.sidemenu li:last-child {
	margin-bottom: 0;
}

.sidemenu li a {
	display: block;
		font-weight: 300;
}


.sidemenu ul {
    list-style-type: none;
    padding-left: 0;
    margin: 8px 0 ;
}

.cont-left img {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.redblock {
	margin-top: 50px; 
	background: #CC2222;
	height: 300px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 150%;
}


.content-wrapper {
	box-sizing: border-box;
	padding: 0px 30px 10px 30px;	
}

.content-wrapper p, .content-wrapper li {
    font-weight: 300;
}

.content {
	background: white;
	width: 100%;
	box-sizing: border-box;
	/*	max-width: 670px;*/
	/*height: 500px;*/
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15), 
	inset 0 -1px 0 0 rgba(0,0,0,0.2);
	margin-bottom: 30px;
}

.content-header h1 {
	text-align: center;
	font-weight: 300;
}

.content-image img {
	box-sizing: border-box;
	width: 100%;
}

.content__content p, ul, ol {
	text-align: justify;
}

.content__content h2 {
	font-weight: 300;
	text-align: center;
}

.content__content table {
	width: 100%;
	/*padding-bottom: 20px;*/
	margin-bottom: 30px;
	border-bottom: 1px solid #CC2222;
	vertical-align: middle;
}

.content__content table tbody tr:hover {
    background: aliceblue;
}

.content__content table th {
	background: #CC2222;
	padding: 10px 5px;
	color: white;
	font-weight: 700;
}

.content__content table td {
	padding: 5px 5px;
	font-weight: 300;
}

.content__content table td:not(:first-child), .content__content table th:not(:first-child) {
	text-align: center;
}

.content__content table .order-button {
	width: 100%;
	height: 30px;
	background: lightgrey;
	border: none;
	transition: .3s;
}

.content__content table .order-button span {
    font-weight: 700;
}

.content__content table .order-button:hover {
	/*background: #CC2222;*/
	background: #456;
	color: white;
	cursor: pointer;
	transition: .3s;
}

.order-button img {
    display: none;
}

.content__content table .order-button:focus {
	outline: none;
}

.content__content .price-caption {
	font-style: italic;
	text-align: justify;
	margin-bottom: 30px;
}

.content__content p, .content__content li {
	font-weight: 300;
}

.content__content li {
	line-height: 23px;
}

.content__alrtblock {
	margin: 30px 0;
	/*display: none;*/
}

.content__adv {
    display: flex;
    margin: 36px 0;
}

.content__adv-item {
    width: 25%;
    box-sizing: border-box;
    padding: 4px;
}

.content__adv-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.content__adv-item-text {
    text-align: center;
}

.alrtline {
	height: 20px;
	background: url(templ/img/logo/alrt.png);
}

.content__alrtblock .alrtline:nth-child(3) {
	/*transform: scaleY(-1);*/
}

.alrtblock-form {
	height: 100px;
}

.footer {
	/*background: #CC2222;*/
	background-color: grey;
	/* height: 100px; */
	margin-bottom: 30px;
}

.footer img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: .6s;
    opacity: 0;
}

.overlay.form-active {
    visibility: visible;
    /* transition: 1s; */
    opacity: 1;
}

.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 400px;
    /* height: 500px; */
    background: white;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15), 
	    inset 0 -1px 0 0 rgba(0,0,0,0.2);
	/* margin: 0 auto; */
	/* margin-top: 5%; */
}

.overlay.form-active+.modal {
    display: block;
}

span.needed {
    color: #cc2222;
    margin: 0 5px;
}

.modal__header {
    font-weight: 700;
    color: #2b2b2b;
    width: 100%;
    text-align: center;
    font-size: 200%;
    padding: 40px 0 20px 0;
}

.modal form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    padding-top: 0px;
}

.modal__form-row {
    display: flex;
    font-size: 80%;
}

.modal__form-row input:nth-child(1) {
    flex: 2;
    margin-right: 10px;
}

.modal__form-row input:nth-child(2) {
    flex: 1;
    margin-right: 10px;
}

.modal__form-row select {
    flex: 1;
    border: none;
    background: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15), inset 0 -1px 0 0 rgba(0,0,0,0.2);
    margin-bottom: 10px;
    font-weight: 300;
}

.modal form input {
    box-sizing: border-box;
    padding: 10px;
    border: 0;
    width: 100%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15), 
	    inset 0 -1px 0 0 rgba(0,0,0,0.2);
    margin-bottom: 10px;
    font-weight: 300;
        line-height: normal;
}

.modal form .modal__button {
    border: 0;
    background: #cc2222;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15), inset 0 -1px 0 0 rgba(0,0,0,0.2);
}

.modal .form-policy {
    display: flex;
    width: 100%;
}

.modal .form-policy .form-policy__checkbox {
    width: 15px;
    height: 15px;
    box-shadow: none;
    margin: 0 10px;
}

.modal .form-policy a {
    /* display: block; */
    color: #cc2222;;
    text-decoration: underline;
}

.modal .form-policy .form-policy__checkboxCaption {
    font-size: 80%;
}

.modal__success {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    visibility: hidden;
    transition: .5s;
    opacity: 0;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal__success-visible {
    visibility: visible;
    opacity: 1;
}

.modal__success__svg img {
    margin: 20px auto;
    display: block;
    width: 64px;
    height: 64px;
    cursor: pointer;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
}

.modal__success__text {
    text-align: center;
    font-size: 125%;
}

.contactlist {
    width: 70%;
    background: url('../img/logo/contacts.png');
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}


.pricelist-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 48px 0;
}

.pricelist-tabs-tab {
    padding: 8px;
    background: #2b2b2b;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100px;
    transition: .15s ease;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
}
.pricelist-tabs-tab:hover {background-color: #cd2122;transition: .15s ease;}
.pricelist-tabs-tab.is-active {
	background-color: #cd2122;
}