@charset "utf-8";
html {
	min-height: 100%;
    position: relative;
}
body {
	font-family: 'Montserrat', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	background: #ffffff;
	width: 100%;
	height: 100%;
	color: #333333;
}
@media (min-width: 1200px) {
    .container{
        width: 1200px;
    }
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
a {
	color: #e61b1f;
	text-decoration: underline;
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
a:hover {
	text-decoration: underline;
	color: #d34423;
}
a:focus {
	outline: none;
}

h1, .h1 {
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 33px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
h2, .h2 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 29px;
	line-height: 32px;
	font-weight: 700;
	color: #e61b1f;
}
h3 {
	font-size: 24px;
	line-height:26px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 700;
	color: #e61b1f;
}
h4 {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #e61b1f;
}
p {
	margin-top: 20px;
	margin-bottom: 20px;

}
ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 0;
}
.content ul {	
	counter-reset: li; 
	position: relative;
}
.content ul li {
	padding: 5px 0px 5px 5px;
	list-style: none;
	position: relative;
}
.content ul li::before {
	position: absolute;
	content: "";
	border: .5em solid transparent;
	border-left-color: #e61b1f;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;
}
.content ul li:hover::before {
	left: -.5em;
	border-left-color: #e61b1f;
}
ol {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 27px;
	counter-reset: li; 
	list-style: none; 
	position: relative;
}
ol > li {
	padding: 8px 0px;
	position: relative;
	list-style-type: none;
}
ol > li:before {
	content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -45px;
    top: 11px;
    background: #e61b1f;
    color: #ffffff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

li > h3 {
    margin-top: 5px;
}

li > p {
	padding: 0px 0px;
	margin: 0;
}


hr { 
	color: #ededed;
	background-color:#ededed; 
	border:0px none; 
	height:1px; 
	clear:both;
	margin: 15px 0px;
}


/******** header ************/


.topblack {
	height: 87px;
	background-color: #e61b1f;
	color: #ffffff;
	font-size: 16px;
}
.top {
	height: 600px;
	background: url(../img/top2023.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.h100 {
	height: 100%;
}
.logo {
    margin-top: 13px;
}
.logo a:hover img {
	box-shadow: none;
}

.lk {
	text-align: right;
	margin-left: 40px;
}
.lk a {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 31px;
	background: url(../img/sprite.png) no-repeat 0px 1px;
	display: inline-block;
	white-space: nowrap;
}
.lk a span {
	display: inline-block;
	border-bottom: 1px dashed #ffffff;
	white-space: nowrap;
}
.lk a:hover span {
	border-bottom: 1px solid #ffffff;
}
.pl0 {
	padding-left: 0;
}


/*************** меню ******************/
.rd-navbar-static {
	background: transparent;
}
.logo-static {
	height: 50px;
	float: left;
	margin: 5px 0px;
	display: none;
}
.logo-static img {
	height: 60px;
	width: auto;
}

.rd-navbar-main-outer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


.rd-navbar-static.rd-navbar--is-clone {
	background: #e61b1f;
}
.rd-navbar-static.rd-navbar--is-clone .logo-static {
	display: block;
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer {
	margin: 0 auto;

}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    display: block;
}

.rd-navbar-wrap {
	margin-top: 29px;	
}
.rd-navbar-static .rd-navbar-inner {
	padding: 0;
	background: transparent;
}
.rd-navbar-static .rd-navbar-main-outer {
	
}
.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
	background: transparent;
	width: 100%;
	margin: 0;
	height: 30px;
}

.rd-navbar-static .rd-navbar-nav-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: .44s ease-in-out;
}

.rd-navbar-static .rd-navbar-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0;
}
.rd-navbar-static .rd-navbar-nav {
	padding: 0;
	margin: 0;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    height: 60px;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav {
	margin-top: 15px;
	height: 40px;
}
.rd-navbar-static .rd-navbar-nav > li {
    padding: 0;
	margin: 0;
}
.rd-navbar-static .rd-nav-item {
	display: inline-block;
	position: relative;
}
.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 45px;
}
.rd-navbar-static .rd-navbar-nav > li > a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0px 0px 0px;
	position: relative;
	color: #ffffff;
	height: 24px;
	text-transform: none;
	text-decoration: none;
}


.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu > a {
    padding: 0px 16px 0px 0px;
}
.rd-navbar-static .rd-navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 2px; /*задаём ширину линии*/
	background-color: #ffffff; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}

.rd-navbar-static .rd-navbar-nav > li > a:hover:after,
.rd-navbar-static .rd-navbar-nav > li > a:focus:after,
.rd-navbar-static .rd-navbar-nav > li.focus > a:after {
	width: 100%;
}
.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    color: #ffffff;
    transition: .25s;
}
.rd-navbar-static .rd-navbar-submenu-toggle {
    margin-left: 0px;
	font-family: "Material Design Icons";
    font-size: 16px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 1px;
}
.rd-navbar-static .rd-navbar-submenu-toggle::before {
    position: relative;
    display: inline-block;
    transition: .22s;
	content: '\f236';
	color: #ffffff;
}
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}
.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    left: 0;
    width: 290px;
    background: #ffffff;
    z-index: 5;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
	color: #286efc;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 0px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 9px;
	margin-right: 9px;
}
.rd-navbar-static .rd-nav-item:last-child {
	margin-right: 0px;
}
.rd-navbar-static .rd-nav-item.rd-navbar-submenu {
	margin-right: 9px;
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #343a40;
	transition: .25s;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #286efc;
}

.rd-navbar-static .rd-menu {
	position: absolute;
	z-index: 15;
	display: block;
	padding: 16px 27px;
	margin-top: 22px;
	margin-left: -27px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	box-shadow: 0 5px 5px 1px rgba(29, 33, 36, 0.3);
	border-radius: 6px;
	transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item,
.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 7px;
}


.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 260px;
	background: #ffffff;
	z-index: 5;
	list-style: none;
	margin: 0;
	padding: 10px 0px;
	border-radius: 0px;
}
.rd-navbar-static .rd-navbar-dropdown .rd-dropdown-item {
	list-style: none;
	padding: 0;
	margin: 0px 30px 0px 30px;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-top: -15px;
	margin-left: 15px;
	transform: translate3d(30px, 0, 0);
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
	left: 0;
    margin-top: 2px;
    margin-left: -29px;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #333333;
}

.rd-navbar-static .rd-dropdown-link {
	color: #333333;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #e61b1f;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
	line-height: 16px;
	text-decoration: none;
	font-size: 15px;
	border-bottom: 1px solid #dfdfdf;
	padding: 18px 0px 18px 0px;
}
.rd-navbar-static .rd-navbar-dropdown li:last-child > a,
.rd-navbar-static .rd-megamenu-list li:last-child > a {
	border-bottom: none;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
	color: #333333;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	color: #e61b1f;
	text-decoration: underline;
	background: none;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
	transition: all .2s ease-in-out;
}


/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
	width: 100%;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
	background: #e61b1f;
	border: 2px solid #fff;
	color: #ffffff;
	border-radius: 5px;
	z-index: 1700;
}
.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span {
    background-color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	top: 0;
	margin-left: 6px;
	text-align: left;
	right: 0;
	left: 0;
	padding-left: 56px;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}

.ios .rd-navbar-fixed .rd-navbar-brand, .ipad .rd-navbar-fixed .rd-navbar-brand {
	padding-left: 14px;
}
.rd-navbar-fixed .rd-navbar-brand .top-phones {
	float: right;
}
.rd-navbar-fixed .rd-navbar-brand .pm-header-logo-a {
	display: none;
}
.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 58px;
	width: auto;
	height: auto;
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	/*display: flex;
	align-items: center;*/
	height: 56px;
	padding: 0px 8px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 270px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #e61b1f;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #e61b1f;
	border: none;
	border-radius: 0;
}


.rd-navbar-fixed .rd-navbar-panel {
	color: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	background: #e61b1f;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #fff;
	background: #e61b1f;
	border-right: 1px solid #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.rd-navbar-fixed .rd-navbar-nav {
    margin: 0;
}
.rd-navbar-fixed .rd-navbar-nav > li {
    margin: 0;
    padding: 0;
}
.rd-navbar-fixed .rd-navbar-nav li.active > a {
    color: #fff;
    background: #e61b1f;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
    content: '\f238';
	font-family: 'Material Design Icons';
	position: relative;
    display: inline-block;
    transition: .22s;
    text-align: center;
	transition: .22s;
}
.rd-navbar-fixed .opened .rd-navbar-submenu-toggle:before {
	transform: rotate(90deg);
	top: 28%;
}
.rd-navbar-fixed .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-megamenu {
	margin: 0;
	padding: 0;
	background: #e61b1f;
}
.rd-navbar-fixed .rd-navbar-nav li > a {
    padding: 15px 36px 13px 16px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 15px;
    text-decoration: none;
    line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.rd-navbar-fixed .rd-navbar-nav li li.rd-dropdown-item {
	margin: 0;
    padding: 0;
}
.rd-navbar-fixed .rd-navbar-nav li li.rd-dropdown-item a {
	padding: 8px 10px 6px 30px;
	color: #ffffff;
	line-height: 14px;
	font-size: 13px;
}
.rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li a:hover {
    background: #cc1619;
}


.left {
	text-align: left;
}
.right {
	text-align: right;
}


/*************** контент ****************/


.btn {
	display: inline-block;
    color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
    background: #e61b1f;
    margin: 0px auto;
    text-decoration: none;
	border: none;
	border-radius: 8px;
	border-bottom: 5px solid #ac3c24;
	font-style: normal;
	padding: 20px 45px 17px 45px;
	-webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
	transform: skew(-10deg);
	
}
.btn:hover {
    color: #FFFFFF;
    background: #db5b40;
	text-decoration: none;
	border-bottom: 5px solid #99311a;
}

.more {
	margin-top: 30px;
}

.strong {
	font-weight: 700;
}

/************** главная ********************/

.price-azs-wrap {
	position: relative;
	height: 100%;
}
.price-azs {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(230,229,228,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
	padding: 15px 20px 20px 20px;
	border-radius: 20px 20px 0px 0px;
}
.price-azs-address {
	padding-left: 40px;
	line-height: 33px;
	font-size: 13px;
	background: url(../img/price-azs-address.png) no-repeat left top;
}
.price-azs-prices {
	margin-top: 12px;
	min-width: 350px;
}
.price-azs-price-95 {
	background: #e51b20;
	padding: 5px 10px 4px 10px;
	text-align: center;
	border-radius: 50px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	font-family: Arial;
	white-space: nowrap;
}
.price-azs-price-92 {
	background: #5fb20c;
	padding: 5px 10px 4px 10px;
	text-align: center;
	border-radius: 50px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	font-family: Arial;
	white-space: nowrap;
}
.price-azs-price-dt {
	background: #414141;
	padding: 5px 10px 4px 10px;
	text-align: center;
	border-radius: 50px;
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	font-family: Arial;
	white-space: nowrap;
}
.price-azs-prices span {
	font-size: 20px;
	font-weight: 400;
	font-family: 'ZCOOL QingKe HuangYou', cursive;
}
.pr-5 {
	padding-right: 5px;
}
.pl-5 {
	padding-left: 5px;
}
.px-5 {
	margin-right: -5px;
    margin-left: -5px;
}

.main-top-text {
	font-size: 18px;
}
.display-flex {
	display: flex;
}
.display-flex.centered {
	display: flex;
	align-items: center;
  	justify-content: center;
}
.size18 {
	font-size: 18px;
}
.cap700 {
	font-size: 33px;
	line-height: 36px;
	font-weight: 700;
}
.cap700.small {
	font-size: 27px;
	line-height: 30px;
}
.cap700 a {
	color: #333333;
	display: block;
	text-decoration: none;
}
.cap700.white a {
	color: #ffffff;
	text-shadow: 0px 0px 4px #000000;
}
.cap700 a:hover {
	color: #e51b20;
	text-decoration: none;
}
.white {
	color: #ffffff;
	text-shadow: 0px 0px 4px #000000;
}

.preim-block {
	margin-top: 30px;
	border: 1px solid #e51b20;
	padding: 30px 13px 25px 13px;
	width: 100%;
	height: 183px;
}
.preim-block:hover {
	box-shadow: 0px 0px 14px rgba(23, 23, 36, 0.25);
}
.preim-pic {
	margin-bottom: 17px;
}
.preim-cap {
	color: #e51b20;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
.preim-desc {
	color: #333333;
	font-size: 14px;
	font-weight: 700;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.serfon {
	background-color: #f4f6f7;
}
.b-block-wrap {
	margin-bottom: 100px;
}
.b-block {
	position: absolute;
	width: 100%;
	top: 74px;
	margin-left: -125px;
	background-color: #ffffff;
	border-top: 5px solid #e51b20;
	padding: 40px 55px 30px 55px;
	z-index: 10;
	box-shadow: 0px 0px 24px rgba(23, 23, 36, 0.15);
}
.b-block.b-block2 {
	margin-left: 100px;
}
.b-cap {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 23px;
	position: relative;
}
.b-cap::after {
	display: block;
	content: ' ';
	width: 60px;
	margin-top: 15px;
	border-bottom: 2px solid #cccccc;
	position: absolute;
}

.red-fon {
	background: #e51b20 url(../img/red-fon.jpg) no-repeat center center;
	background-size: cover;
}
.card-wrap {
	margin-top: -120px;
	color: #ffffff;
}
.card img {
	border-radius: 15px;
	box-shadow: 0px 0px 24px rgba(23, 23, 36, 0.15);
}
.card p {
	font-size: 13px;
	margin-top: 15px;
}
.card-desc {
	padding-top: 70px;
}
.card-cap {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 15px;
}
.card-preim {
	font-size: 19px;
}

.cap-small {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
}
.cap-small a {
	text-decoration: none;
}
.cap-small a:hover {
	text-decoration: underline;
}
a:hover img {
	box-shadow: 0px 0px 24px rgba(23, 23, 36, 0.15);
}

/****************************/

.padding-right-20 {
	padding-right: 35px;
}
.padding-left-20 {
	padding-left: 35px;
}

.input,
.input label,
.input input,
.input .spin {
   transition: 300ms cubic-bezier(.4, 0, .2, 1);
   -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
   -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
}
.input,
.input label,
.input input,
.input .spin {
   width: 400px;
   float: left;
   outline: none;
}
.input:focus,
.input labelt:focus,
.input inputt:focus,
.input .spint:focus {
   outline: none;
}
.input{
   margin-top: 10px;
   height: 70px;
}
.input,
.input input {
   position: relative;
}
.input input {
   height: 30px;
   top: 35px;
   border: none;
   background: transparent;
}
.input input,
.input label {
   font-size: 20px;
   font-weight: 400;
}
.input:before {
   width: 400px;
   height: 1px;
   position: absolute;
   bottom: 0;
   left: 0;
}
.input:before {
   content: "";
   background: #e61b1f;
   z-index: 3;
}
.input .spin {
   background: #e61b1f;
   z-index: 4;
   width: 0;
   height: 3px;
   position: absolute;
   bottom: 0;
   left: 0;
}
.input label {
   position: absolute;
   top: 35px;
   left: 0;
   z-index: 2;
   cursor: pointer;
   font-style: italic;
   line-height: 30px;
}
.button.login {
   width: 60%;
   left: 20%;
}

.button.login button,
.button button {
   width: 100%;
   line-height: 64px;
   left: 0%;
   background-color: transparent;
   border: 3px solid rgba(0, 0, 0, 0.1);
   font-weight: 900;
   font-size: 18px;
   color: rgba(0, 0, 0, 0.2);
}

.button.login {
   margin-top: 30px;
}

.button {
   margin-top: 20px;
}

.button button {
   background-color: #fff;
   color: #ED2553;
   border: none;
}

.button.login button.active {
   border: 3px solid transparent;
   color: #fff !important;
}

.button.login button.active span {
   opacity: 0;
   transform: scale(0);
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
}

.button.login button.active i.fa {
   opacity: 1;
   transform: scale(1) rotate(-0deg);
   -webkit-transform: scale(1) rotate(-0deg);
   -ms-transform: scale(1) rotate(-0deg);
}

.button.login button i.fa {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   line-height: 60px;
   transform: scale(0) rotate(-45deg);
   -webkit-transform: scale(0) rotate(-45deg);
   -ms-transform: scale(0) rotate(-45deg);
}

.button.login button:hover {
   color: #ED2553;
   border-color: #ED2553;
}

.button {
   margin: 40px 0;
   overflow: hidden;
   z-index: 2;
}

.button button {
   cursor: pointer;
   position: relative;
   z-index: 2;
}

input[type="radio"]{
  display:none; 
}
.radio-check {
    width: 44px;
    height: 23px;
    border: 1px solid #e61b1f;
    border-radius: 30px;
    margin-top: 30px;
    float: left;
    text-align: center;
    padding: 0px 0;
    color: #e61b1f;
    font-size: 16px;
    position: relative;
}
 
.radio-check label {
    margin: 0 0 0 3px;
    cursor:pointer;
  }
  .radio-check label.noma {
    margin: 0 0 0 0px;
    cursor:pointer;
  }
.radio-check .switch-selection{
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #e61b1f;
    margin-top: -20px;
    margin-left: 3px;
    transition: 0.2s ease-out;
 } 
  
.radio-yes:checked ~ .switch-selection{
    margin-left:22px !important;
} 
.check-label {
  font-size:0.8em;
  color:#7f8084;
  margin-top:31px;
  float:left;
  padding:3px 0;
  margin-left:10px;
}

.bot-forma-btn {
	margin-top: 50px;
}


.mapbot {
	background-color: #f0f0f0;
	height: 500px;
}
.contact-block {
	margin: 70px 0px 60px 0px;
	background: #ffffff;
	border: 1px solid #e61b1f;
	padding: 40px 30px 40px 50px;
}
.contact-block-cap {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
}
.contact-block-desc {
	margin-top: 60px;
	font-size: 16px;
}
.contact-block-address {
	background: url(../img/sprite.png) no-repeat left -267px;
	padding: 3px 0px 3px 30px;
	margin-top: 20px;
}
.contact-block-phones {
	background: url(../img/sprite.png) no-repeat left -302px;
	padding: 3px 0px 3px 30px;
	font-size: 24px;
	font-weight: 700;
	margin-top: 10px;
}
.contact-block-phones span {
	font-size: 18px;
	font-weight: 400;
}
.contact-block-mail {
	background: url(../img/sprite.png) no-repeat left -349px;
	padding: 3px 0px 3px 30px;
	margin-top: 10px;
}
.contact-block-soc {
	margin-top: 30px;
}
.contact-block-soc a:hover img {
	opacity: 0.8;
}
.map {
	position: absolute;
	height: 500px;
	width: 100%;
}

/************** конец главная ********************/
/************** внутренняя ********************/

.relative {
	position: relative;
}

.breadcrumbs {
	font-size: 12px;
}

.map2 {
	height: 500px;
}

.whatsappviber {
	position: fixed;
	right: 10px;
	bottom: 117px;
	text-align: center;
}
.whatsapp-a {
	margin-bottom: 5px;
}
.whatsappviber a:hover img {
	box-shadow: none;
	opacity: 0.8;
}

.price-ai {
	width: auto;
	border: 1px solid #fcdedf;
}
.price-ai .row {
	margin-left: 0px;
	margin-right: 0px;
}
.price-ai .row:nth-child(odd) {
	background-color: #fcdedf;
}
.price-ai .row:nth-child(even) {
	background-color: #ffffff;
}
.price-ai .row:first-child {
	text-align: center;
}
.price-ai .row:first-child .col-xs-6 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.price-ai .row .col-xs-6 p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/************** конец внутренняя ********************/

/************** other ********************/


/* 4. Helper Classes  */
.pm-containerPadding20 {
	padding:20px 20px;	
}

.pm-containerPadding30 {
	padding:30px 20px;	
}

.pm-containerPadding40 {
	padding:40px 20px;	
}

.pm-containerPadding60 {
	padding:60px 20px;	
}

.pm-containerPadding80 {
	padding:80px 20px;	
}

.pm-containerPadding100 {
	padding:100px 20px;	
}

.pm-containerPadding120 {
	padding:120px 20px;	
}


.pm-containerPadding-top-0 {
	padding-top:0px;	
}

.pm-containerMargin-top-0 {
	margin-top:0px;	
}


.pm-containerPadding-top-20 {
	padding-top:20px;	
}

.pm-containerPadding-top-30 {
	padding-top:30px;	
}

.pm-containerPadding-top-40 {
	padding-top:40px;	
}

.pm-containerPadding-top-50 {
	padding-top:50px;	
}

.pm-containerPadding-top-60 {
	padding-top:60px;	
}

.pm-containerPadding-top-70 {
	padding-top:70px;	
}

.pm-containerPadding-top-80 {
	padding-top:80px;	
}

.pm-containerPadding-top-90 {
	padding-top:90px;	
}

.pm-containerPadding-top-100 {
	padding-top:100px;	
}

.pm-containerPadding-top-120 {
	padding-top:120px;	
}

.pm-containerPadding-top-150 {
	padding-top:120px;	
}

.pm-containerPadding-top-170 {
	padding-top:120px;	
}

.pm-containerPadding-top-180 {
	padding-top:120px;	
}

.pm-containerPadding-bottom-20 {
	padding-bottom:20px;	
}

.pm-containerPadding-bottom-30 {
	padding-bottom:30px;	
}

.pm-containerPadding-bottom-40 {
	padding-bottom:40px;	
}

.pm-containerPadding-bottom-50 {
	padding-bottom:50px;	
}

.pm-containerPadding-bottom-60 {
	padding-bottom:60px;	
}

.pm-containerPadding-bottom-70 {
	padding-bottom:70px;	
}

.pm-containerPadding-bottom-80 {
	padding-bottom:80px;	
}

.pm-containerPadding-bottom-90 {
	padding-bottom:90px;	
}

.pm-containerPadding-bottom-100 {
	padding-bottom:100px;	
}

.pm-containerPadding-bottom-120 {
	padding-bottom:120px;	
}

.pm-containerPadding-bottom-150 {
	padding-bottom:120px;	
}

.pm-containerPadding-bottom-170 {
	padding-bottom:120px;	
}

.pm-containerPadding-bottom-180 {
	padding-bottom:120px;	
}

.pm-primary {
	color:#ef5438 !important;
}

.pm-secondary {
	color:#000000 !important;
}

.pm-no-margin {
	margin:0px !important;	
}

.pm-no-margin-top {
	margin-top:0px !important;	
}

.pm-no-margin-bottom {
	margin-bottom:0px !important;	
}

.pm-no-padding {
	padding:0px !important;	
}

.pm-column-spacing {
	padding-bottom:30px;
}	

.pm-center {
	text-align:center;	
}

.pm-inline {
	display:inline;	
}

.pm-right-align {
	text-align:right;	
}

.pm-left-align {
	text-align:left;	
}

.pm-divider {
	height:1px;
	background-color:#d9d9d9;
	width:100%;
	margin:10px 0;	
}

.pm-clear-element {
	clear:both;	
}

.columnContainer .row [class*="col-"] {
	padding-bottom:30px;	
}


.text-error {
padding: 5px 10px;
background-color: #ffeee1;
border: 1px solid #c2020d;
margin: 3px 0px;
}
.text-success {
padding: 5px 10px;
background-color: #fafae8;
border: 1px solid #006600;
margin: 3px 0px;
}

img {
    max-height: 100%;
    max-width: 100%;
}

/********************* footer ********************/
.footer {
  width: 100%;
  color: #333333;
}

.footer-bg {
	background: #5a5a5a;
	color: #FFFFFF;
}
.foot-cap {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.foot-ul a {
	color: #ffffff;
	text-decoration: none;
}
.foot-ul a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.foot-logo {
	margin-top: 20px;
}

.pm-footer {
	background: #000000;
	font-size: 14px;
}
.pm-footer-copyright-col {
	color: #FFFFFF;
}

.mal3 {
	float: right;
	margin-top: 15px;
}
.mal3 a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.preim-block {
    padding: 30px 12px 25px 12px;
}
.textcalcBonus {
	border: 2px solid rgba(0, 0, 0, 0.1);
	font-size: 30px;
	display: inline-block;
	padding: 5px 10px;
	min-width: 50px;
	text-align: center;
}
.calcBonus {
	border: 2px solid rgba(0, 0, 0, 0.1);
	font-size: 30px;
	padding: 0px 10px;
	min-width: 50px;
	width: 143px;
	text-align: left;
	font-weight: bold;
}
.main-label {
	font-weight: normal;
	font-size: 24px;
	margin-top: 10px;
}
.bonus_table {	
	margin: 20px 0;
}
.TableStatus {
	background-color: #e61b1f;
    color: #ffffff;
	font-size: 18px;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
	margin: 2px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.TableStatus span.textt span {
	font-size: 24px;
	font-weight: bold;
}
.TableStatus span.galka {
	display: inline-block;
	padding: 3px;
	border: 2px solid #ffffff;
	width: 24px;
	height: 24px;
	font-size: 18px;
  font-weight: bold;
	line-height: 24px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.TableStatus.styleBold {
	background-color: #931113;
	cursor: default;
}
.buy_table {
	margin: 10px 0;
	display: flex;
	align-items: center;
  justify-content: flex-start;
}
.buy_table .btn {
	margin: 0px 0px 0px 30px;
}
.mt30 {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.buy_table {
		display: block;
	}
	.buy_table .btn {
    margin: 8px 0px 0px 0px;
	}
	.main-label {
    font-size: 18px;
	}
	.calcBonus {
    font-size: 24px;
    width: 115px;
	}
	.TableStatus span {
    font-size: 21px;
    font-weight: bold;
	}
}