* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Roboto', sans-serif;
	outline: none;
}
body {
	font-size: 18px;
	line-height: 24px;
	color: #181818;
  background: url(../img/bg-footer-1.jpg) bottom center no-repeat, url(../img/bg-footer-2.jpg) bottom left no-repeat, url(../img/bg-footer-3.jpg) bottom right no-repeat; 
	background-color: #e8e8e8;
  min-width: 960px;
	padding-bottom: 448px;
}
@media only screen and (max-width: 1620px) {
  body {
    background: url(../img/bg-footer.jpg) bottom center no-repeat; 
    background-color: #e8e8e8;
  }
}
@media only screen and (min-width: 1921px) {
  #header {
    background: url(../img/bg-header-big.jpg) top center no-repeat; 
  }
}
body.shortpage {
	padding-bottom: 0;
	background-size: cover;
}
.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
a, a:active, a:visited {
    color: white;
}
a:hover {
    color: white;
}
a.blue, a.blue:active, a.blue:visited, a.blue:hover, #right_box a {
	color: #0ebac5;
}
.end {
	clear: both;
	height: 1px;
}
ul#right_box {
	position: fixed;
	list-style-type: none;
	display: block;
	right: -281px;
	top: 43px;
	z-index: 10000;
}
#right_box li {
	display: block;
	clear: both;
}
#right_box li.hidden {
	position: relative;
	left:-281px;
}
@media screen and (max-width: 1600px) {
	#right_box li.hidden {
		position: relative;
		overflow: hidden;
		left: -15px;
		max-height: 186px;
		transition: left 500ms ease-out, max-height 500ms;
	}
	#right_box li.hidden:nth-child(2), #right_box li.hidden:nth-child(3) {
		max-height: 207px;
	}
	#right_box li.hidden:hover {
		left: -281px;
		max-height: 500px;
		transition: left 500ms ease-out, max-height 500ms;
	}
}
#right_box li.inactive .step_description {
	display: none;
}
#right_box li .step {
	width: 54px;
	background-color: #f9593a;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	font-size: 15px;
	font-weight: 400;
	float: left;
	height: 185px;
	margin-bottom: 1px;
}
#right_box li .step span {
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background-color: white;
	color: #f9593a;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	margin: 10px auto;
}
#right_box li .step b {
	display: block;
	text-transform: uppercase;
	color: white;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: relative;
	left: -65px;
	top: 5px;
	width: 185px;
}
#right_box li:nth-child(2) .step {
	background-color: #0ebac5;
	height: 206px;
}
#right_box li:nth-child(2) .step span {
	color: #0ebac5;
}
#right_box li:nth-child(3) .step {
	background-color: #8f75be;
	height: 206px;
}
#right_box li:nth-child(3) .step span{
	color: #8f75be;
}
#right_box li:nth-child(2) .step b, #right_box li:nth-child(3) .step b {
	top: 30px;
}
#right_box li .step_description {
	width: 245px;
	padding: 5px 18px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	float: right;
	background-color: white;
	color: black;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
	margin-bottom: 1px;
}
#right_box li .step_description p {
	margin: 5px 0;
	text-align: justify;
}
#right_box li .step_description p b {
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
#header {
	text-align: center;
  padding-bottom: 50px;   
  background: #19212C url(../img/bg-header.jpg) top center no-repeat;
  background-size: cover;
}
#header #logo {
    display: block;
    width: 356px;
    height: 100px;
    margin: 0 auto;
    padding-top: 16px;
    margin-bottom: 39px;
}
#header #logo svg {
		fill: #fff;
		height: 100px;
		width: 300px;
}
#header .tel {
	display: block;
	font-size: 21px;
	line-height: 36px;
	font-weight: 300;
	color: #fffefe;
	padding-bottom: 6px;
}
#header h2 {
	font-size: 52px;
	font-weight: 300;
	line-height: 58px;
	color: #fffefe;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding: 0 20px;
}
#header h2 span {
	text-transform: lowercase;
	font-weight: bold;
	color: #ffc80a;
}
#header h3 {
	color: #fffefe;
	line-height: 28px;
	font-weight: normal;
}
#header .name {
	display: block;
	font-size: 27px;
	line-height: 36px;
	font-weight: 400;
	color: #fffefe;
	padding-top: 16px;
}
#header .name span {
	display: block;
	font-size: 42px;
	line-height: 53px;
	font-weight: 300;
	padding-top: 3px;
	padding-bottom: 38px;
}
#header p {
    font-size: 31px;
    line-height: 39px;
    color: #fffefe;
}
#header .descr {
	padding-top: 20px;
	margin: 0 auto;
	max-width: 600px;
	color: white;
	margin: 20px auto 100px auto;
	text-align: left;	
  background: rgba(0,0,0,0.2);
  padding: 20px 20px 10px 20px;
  border-radius: 5px;
}
#header .descr p {
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 10px;
}

#header .descr ul, #header .descr ol {
	text-align: left;
	margin: 10px 0;
	list-style-position: inside;
}
#header .descr li {
	line-height: 1.5;
}
#header b {
    display: block;
    font-size: 23px;
    font-weight: 400;
    color: #fffefe;
    margin-top: 37px;
    margin-bottom: 27px;
}
#header .radiobuttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -20px;
}
#header .radiobuttons input[type=radio] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#header .radiobuttons label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    cursor: pointer;
    border: 3px solid #ffc80a;
    height: 58px;
    border-radius: 29px;
    background: none;
    margin: 0 10px;
    color: #fffefe;
    margin-bottom: 20px;
    font-size: 15px;
    /*line-height: 58px;*/
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 35px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    font-family: "Roboto", sans-serif;
}
#header .radiobuttons label.ui-visual-focus {
	box-shadow: none !important; 
}
#header .radiobuttons input[type=radio]:checked+label {
    background-color: #ffc80a;
    color: #292929;
}

#header .radiobuttons .ui-icon {
	background: none !important;
	display: none;
}

#header .price {
    font-size: 27px;
    line-height: 36px;
    color: #fff;
    padding-top: 32px;
}
#header .price .new_price {
    color: #ffc80a;
    font-size: 40px;
    font-weight: 500;
}
#header .price .old_price {
    font-size: 40px;
    position: relative;
}
#header .price .old_price:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -10%;
    width: 120%;
    height: 4px;
    background-color: #fa6d51;
    -moz-transform:rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

#header #special {
	font-size: 16px;
	line-height: 1.2;
}

#header #special .new_price {
	font-size: 1.5rem;
}

#header .installment {
	display: block;
	font-size: 1rem;
	color: #b9b9b9;
}

#header .timer_text {
    font-size: 19px;
    font-weight: 400;
    color: #fffefe;
    margin-top: 18px;
    margin-bottom: 16px;
}
#header .pay {
	display: block;
	font-size: 19px;
	font-weight: 400;
	color: #fffefe;
	padding-top: 36px;
}
#header .left {
	color: #fffa8a;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 20px;	
}

/*.content ol li:before {
	content: counter(li)'.';
	counter-increment: li;
	position: absolute;
        left: -2em;
        width: 2em;
}*/
#data_form {
    text-align: center;
    min-height: 186px;
    /*margin-bottom: 440px;*/
}
#data_form p {
    font-size: 22px;
    margin-bottom: 29px;
}
#data_form p.error {
	font-size: 1em;
	color: red;
}
#data_form input[type=text], #data_form input[type=email], #data_form input[type=phone] {
    display: block;
    width: 440px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 13px;
    border-radius: 30px;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    color: #181818;
}
#data_form textarea {
    display: block;
    width: 440px;
    height: 87px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 18px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #181818;
    margin-bottom: 12px;
}
#data_form span {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}
#data_form input[type=submit] {
    width: 360px;
    height: 68px;
    background-color: #0ebac5;
    border-radius: 34px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 68px;
    letter-spacing: 2px;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
}
#data_form input[type=submit]:hover {
    background-color: #35ced9;
}
.tabs {
	width: 940px;
	display: block;
	margin: 0 auto;
	position: relative;
	padding-top: 55px;
	top: -36px;
}
.tabs:before {
	content: '';
        display: block;
        position: absolute;
        z-index: -1;
        background-color: #a3a3a1;
        width: 900px;
        height: 12px;
        -webkit-border-radius: 7px 7px 0 0;
        border-radius: 7px 7px 0 0;
        left: 20px;
        top: 43px;
}
.tabs .tab {
	display: block;
}
.tab > input[type=radio] {
	display: none;
	opacity: 0;
}
.tabs .tab > label {
	display: block;
	height: 51px;
	font-size: 19px;
	line-height: 51px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	color: #fff;
	background: #a3a3a1;
	margin-top: 4px;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	width: 279px;
	text-align: center;
	top: 0;
	left: 95px;
	z-index: 99;
}
ul.hidden {
	padding-top: 12px;
}
ul.hidden:before {
	top: 0;
}
ul.hidden .tab > label {
    display: none;
}
.tabs .tab:nth-child(2) label {
	left: 374px;
	width: 470px;
}
.tabs .tab input[type=radio]:checked + label {
	background-color: #fff;
	color: #181818;
	margin-top: 0;
	padding-top: 4px;
	line-height: 51px;
	z-index: 100;
}
.tabs .tab input[type=radio]:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	right: -16px;
	top: 0;
	width: 16px;
	height: 55px;
	background: url(../img/bg-li.png) bottom left no-repeat;
}
.tabs .content {
	display: none;
	overflow: hidden;
	width: 900px;
	padding: 32px 20px;
	padding-bottom: 6px;
	opacity: 0;
	transition: opacity 400ms ease-out;
	background-color: #fff;
	border-radius: 7px;	

}
.tabs > .tab > [id^="tab"]:checked ~ [id^="tab-content"] {
	display: block;
	opacity: 1;
	transition: opacity 400ms ease-out;
}
.tabs .content h3 {
	width: 880px;
	padding-left: 20px;
	background-color: #ffc80a;
	font-size: 18px;
	font-weight: bold;
	color: #292929;
	height: 55px;
	line-height: 55px;
	-webkit-border-radius: 4px 4px 0 0;	
	border-radius: 4px 4px 0 0;	
	position: relative;
	margin-bottom: 0;
}
.tabs .content h3 span {
	position: absolute;
	right: 20px;
	top: 8px;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff url(../img/ico-up.png) center center no-repeat;
	cursor: pointer;
}
#beznal_title {
	cursor: pointer;
}
.tabs .content h3.hidden {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 32px;
}
.tabs .content h3.hidden span {
	background: #fff url(../img/ico-down.png) center center no-repeat;
}
.tabs .content #beznal {
	/*display: none;*/
}
.tabs .content .payment_row {
	border: 1px solid #e8e8e8;
	border-top: 0;
	padding: 36px 20px;
	margin-bottom: 32px;
}
.tabs .content input[type=text], .tabs .content textarea {
	display: inline-block;
	width: 857px;
	height: 50px;
	font-size: 17px;
	line-height: 50px;
	color: #969696;
	background-color: #e8e8e8;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 20px;
}
#u_address > textarea {
	display: block;
  width: 808px;
  height: 100px;
  text-align: left;
  padding: 5px 25px;
  resize: none;
}
.tabs .content input[type=text].first {
	width: 420px;
	margin-right: 12px;
}
.tabs .content input[type=text].second {
	width: 420px;
}
.button {
	display: block;
	background-color: #0ebac5;
	width: 360px;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.button.yellow {
	margin: 2em auto 0 auto;
	background: #ffc80a;
	color: #292929;
}
.button.yellow:hover {
	background: #ffd74b;
}

.tabs .content #beznal {
	text-align: left;
}
.tabs .content #beznal .button {
	display: inline-block;
	margin-right: 19px;
	margin-left: 59px;
}
.tabs .content #beznal input[type=submit].second {
	margin-left: 0;
	margin-right: 0;
}
.tabs .content #beznal div {
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	margin-bottom: 20px;
}
.tabs .content #beznal input[type=checkbox] {
	margin-right: 10px;
}
.tabs .content .payment_row {
	text-align: center;
}
.tabs .content img.logo, .tabs .content svg {
	margin-bottom: 13px;
}
.tabs .content .payment_row .button {
	margin: 0 auto;
}
.tabs .content hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	margin-bottom: 19px;
}
#paymentType {
	text-align: left;
}
#paymentType div {
	display: inline-block;
	width: 260px;
	height: 50px;
	background: #e8e8e8 url(../img/bg-btn.png) top right no-repeat;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	color: #292929;
	line-height: 50px;
    margin-right: 14px;
    float: left;
}
#paymentType div img {
    float: left;
    margin: 0 16px;
}
#paymentType ul {
	list-style-type: none;
	display: inline-block;
    width: 579px;
    margin-bottom: 0;
}
#paymentType ul li {
	display: inline-block;
	height: 50px;
	background-color: #0ebac5;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	cursor: pointer;
	width: 579px;
    margin-bottom: 19px;
}
#paymentType ul li span img {
    float: left;
    margin: 0 10px 0 0;
}

#paymentType ul li span svg {
	float: left;
	margin: 10px 10px 0 0;
} 
#paymentType ul li span {
    display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
}
#paymentType ul li.short {
	width: 185px;
	margin-right: 5px;
}
#paymentType ul li.nomargin {
	margin-right: 0;
}
.prepay {
	line-height: 50px;
	display: flex;
  justify-content: center;
  align-items: center;
}
.quantity {
	display: inline-block;
	position: relative;
/*	top: 17px;*/
	margin: 0 15px;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
	width: 200px;
	height: 50px;
	font-size: 17px;
	line-height: 50px;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #e8e8e8;
	color: #969696;
	border-radius: 25px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 50px;
  text-align: center;
  color: #969696;
  font-size: 17px;
  line-height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 50%
}
.quantity-button:hover {
 background-color: #f0f0f0;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.quantity-button.quantity-down {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.payment_row p {
	margin-bottom: 25px;
	text-align: justify;
}
.payment_row p a {
	color: #0ebac5;
	text-decoration: underline;
}

.payment_row p img {
	maring-right: 1em;
}