/* reset -------------------------- */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}
ul,
ol {
    list-style: none;
}
fieldset,
img {
    border: none;
}
caption,
th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    line-height: normal;
}
button,
input {
    line-height: normal;
}
input[type="hidden"],
[hidden],
.hidden {
    display: none;
}
textarea {
    overflow: auto;
    resize: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
a > img {
    vertical-align: bottom;
}
strong,
b {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
:focus {
    outline: none;
}


/* tools -------------------------- */
.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix:after,
.wrap:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.align-left {
    float: left !important;
}
.align-right {
    float: right !important;
}
.overflow-hidden {
    overflow: hidden;
    display: block;
}


/* common -------------------------- */
html {
	top: -300px;
    height: 100%;
    background: #ffffff;
}
body {
    height: 100%;

	overflow-x:hidden;
    font: 17px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6a6a6a;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

.logo-block {
	height: 65px;
	margin-top:5px;
	background:  url(../images/logo.png) no-repeat 0 0;
}


.logo-block-line {
height: 10px;
background: #e6e6e6;
}


.head-contacts {
	float: right;
}
.b-phone-order {
	margin-top:15px;
	text-align: right;
	margin-right:10px;
	font-weight: 400;
	font-size: 32px;	
}
.b-phone-order2 {
	margin-top:15px;
	text-align: center;
	margin-right:10px;
	font-weight: 400;
	font-size: 32px;	
}
.b-phone {
	display: inline-block;
	width: 18px;
	height: 20px;
	margin-right: 5px;
	background:  url(../images/phone.png) no-repeat 0 0;	
}


.brend {
	text-align: center;
	height: 35px;
	background: #3db39e;
}

.phone-num, a.call-request, a.order-request-btn {
	color: #fdf2d8;
}
.phone-num {
	font-size: 22px;
}
.phone-icon {
	display: inline-block;
	width: 8px;
	height: 15px;
	margin-right: 5px;
	background: url(../images/phone-icon.png) no-repeat 0 0;
}
a.call-request {
	display: inline-block;
	font-size: 23px;
	border-bottom: 1px dashed #fdf2d8;
}
a.order-request-btn {
	display: inline-block;
	margin-top: 3px;
	padding: 8px 24px;
	font-size: 22px;
	font-weight: 400;
}




.main {
	top: -300px;
    min-height: 100%;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    margin: 0 auto;
    max-width: 640px;
    padding: 0 30px;
	left:-150px;
}

a {
    color: #26a6d1;
    cursor: pointer;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
}
a:hover {
    color: #1e85a7;
}
.error {
    color: #FF0000 !important;
    border-color: #FF0000 !important;
}
.success {
    color: #00CC0 !important;
    border-color: #00CC00 !important;
}
.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}
.social li a,
.ico-help,
.ico-like,
.ico-present,
.istore a:after {
    background: url(images/sprite.png) no-repeat 0 0;
}
h1, h3, h4, h5, h6 {
    color: #324d5b;
}
h2 {
color: #fff;

}


h1, h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 22px;
}
h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 22px;

}

.tex {
position: relative;
top:30px;
text-align: center;
padding-left: 100px;
padding-right: 100px;
}



img {
	left: 0px;
    max-width: 100%;
    height: auto;
}


.h-form-block {
	position: absolute;
	right:10px;
	float: right;
	top:128px;
	padding: 5px;
	width: 300px;
	height: 360px;
	background: rgba(0,0,0, .5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.h-form-block h3 {
	margin-top: 13px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.h-form-block h3 span {
	display: block;
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
}
.order-form {
	margin-top: 0px;
}
.order-form p{
	margin-bottom: 16px;
	text-align: center;
}
p.margin-top {
	margin-top: 30px;
}
.order-form input {
	width: 200px;
	height: 41px;
	padding-left: 13px;
	font-size: 16px;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f6f6f6;
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #d0d0d0 100%);
    background: -moz-linear-gradient(top, #f6f6f6 0%, #d0d0d0 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #d0d0d0 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%, #d0d0d0 100%);
    background: linear-gradient(#f6f6f6 0%, #d0d0d0 100%);
}
.orange-btn.form-btn {
	display: inline;
	width: 200px;
	height: 41px;
}
.orange-btn.header-btn {
	padding: 14px 15px;
}
.orange-btn {
	display: block;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-shadow: 1px -1px 0 rgba(0,0,0, .5);
	background: #fdce00;
    background: -moz-linear-gradient(top, #fdce00 0%, #ee9f00 50%, #e88800 90%, #df6500 100%);
    background: -webkit-linear-gradient(top, #fdce00 0%,#ee9f00 50%,#e88800 90%,#df6500 100%);
    background: -o-linear-gradient(top, #fdce00 0%,#ee9f00 50%,#e88800 90%,#df6500 100%);
    background: linear-gradient(top, #fdce00 0%,#ee9f00 50%,#e88800 90%,#df6500 100%);
}
.orange-btn:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	border-bottom: 1px solid rgba(0,0,0, .5);
}
.orange-btn:hover {
	background: #fdcf00;
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #d0d0d0 100%);
    background: -moz-linear-gradient(top, #f6f6f6 0%, #d0d0d0 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #d0d0d0 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%, #d0d0d0 100%);
    background: linear-gradient(#f6f6f6 0%, #d0d0d0 100%);
}
.orange-btn:active {
	background: #ea9100;
}
.orange-btn:active:after {
	border:none;
}


.b-form-middle2  {
	margin-top: 30px;

	background: #3db39e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-form-middle2 h2 {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.b-form-middle2 p.sub-title {
	margin-top: 10px;

	font-size: 20px;

}
.b-form-middle2 h2, .b-form-middle2 p.sub-title {
	text-shadow: 1px 1px 0 rgba(0,0,0, .2);
}
.b-form-middle2 p.sub-title span{
	color: #feb700;
}
.order-form.middle2 {
	padding: 16px 0 18px 0;
}

.b-form-middle2  {
	margin-top: 30px;
	background: #3db39e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-form-middle2 h2 {
	margin-top: -10px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.b-form-middle2 p.sub-title {
	margin-top: -10px;
color: #fff;
	font-size: 20px;

}
.b-form-middle2 h2, .b-form-middle2 p.sub-title {
	text-shadow: 1px 1px 0 rgba(0,0,0, .2);
}
.b-form-middle2 p.sub-title span{
	color: #feb700;
}
.order-form.middle2 {
	padding: 16px 0 18px 0;
}






ul.hr {
  text-align: center;
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
}

ul.hr li {
  text-align: center;
	display: inline; /* Отображать как строчный элемент */
    margin-right: 15px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
	font-size: 20px;
	word-wrap:break-word;
}
.order-form.middle input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}


/* header -------------------------- */
header {
    padding: 69px 0;
}
header .logo {
    float: left;
}
header .logo a {
    display: inline-block;
}
.social {
    float: right;
    padding: 2px 0;
}
.social li {
    float: left;
    margin: 0 0 0 22px;
}
.social li a {
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background-color: #3b5998;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.social li a.social-facebook {
    background-position: 0 0;
}
.social li a.social-facebook:hover {
    background-color: #4f6aa3;
}
.social li a.social-facebook:active {
    background-color: #355089;
}
.social li a.social-twitter {
    background-position: -50px 0;
    background-color: #55acee;
}
.social li a.social-twitter:hover {
    background-color: #66b4f0;
}
.social li a.social-twitter:active {
    background-color: #4c9ad6;
}
.social li a.social-googleplus {
    background-position: -100px 0;
    background-color: #dd4b39;
}
.social li a.social-googleplus:hover {
    background-color: #e05d4d;
}
.social li a.social-googleplus:active {
    background-color: #c64333;
}


/* footer -------------------------- */
footer {
    padding: 90px 0;
}
footer .logo {
    float: left;
    margin: 0 95px 0 0;
}
footer .logo img {
    display: block;
}
.istore {
    float: left;
    position: relative;
    line-height: 36px;
    text-align: center;
    margin: 8px 62px 8px 0;
}
.istore a {
    position: relative;
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    padding: 0 0 0 47px;
}
.istore a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #26a6d1;
    background-position: -150px 0;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}
.istore:hover:after {
    background-color: #1e85a7;
}
.copy {
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin: 8px 0;
}
.copy a {
    color: #3db39e;
    font-weight: bold;
}
.copy a:hover {
    color: #318f7e;
}


/* sidebar -------------------------- */
.sidebar {
    
}


/* content -------------------------- */
.simple {
    text-align: center;
    padding: 57px 0 25px;
}
.simple p {
    margin: 0 60px 16px;
}
.promo {
    background: #3db39e;
    color: #ffffff;
}
.promo .wrap {

    position: relative;
    min-height: 434px;
}
.promo-text {
    width: 660px;
    height: 334px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
}
.promo-text p {

    padding: 35px 0 0;
}
.promo .wrap img {
    position: absolute;
    bottom: 0;
    right: 18px;
}
.promo-title {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
}
.promo-button {
    display: inline-block;
    white-space: nowrap;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding: 0 30px;
    background: #ffffff;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.promo-button:hover {
    background-color: #e2f9f5;
    color: #26a5d1;
}
.promo-button:active {
    color: #188bb2;
    background-color: #e2f9f5;
    -moz-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
}
.promo-link {
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 0 35px;
    text-transform: uppercase;
    white-space: nowrap;
}
.promo-link:hover {
    color: #c9f9f0;
}
.features {
    margin: -25px 0 60px;
}
.features-columns {
    margin: 0 -25px;
}
.feature {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding: 0 25px;
    margin: 0 0 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.feature h4 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2b414d;
    font-weight: bold;
    position: relative;
    margin: 0 0 42px;
}
.feature h4:after {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px;
    height: 2px;
    background-color: #cbcfd1;
    content: "";
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.feature:hover h4:after {
    background-color: #3db39e;
}
.ico-help,
.ico-like,
.ico-present {
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
    background-position: 0 -50px;
}
.ico-like {
    background-position: -100px -50px;
}
.ico-present {
    background-position: -200px -50px;
}
.tabsblock {
    background: #f6f6f6;
}
.tabsblock .wrap {
    position: relative;
    min-height: 565px;
}
.tabsblock .wrap img {
    position: absolute;
    left: 22px;
    bottom: 0;
}
.tab {
    padding-left: 540px;
    width: 400px;
    display: table-cell;
    height: 565px;
    vertical-align: middle;
}
.tabs {
    padding: 0 0 23px;
}
.tabs li {
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    background-color: #cbcfd1;
    margin: 0 13px 13px 0;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    cursor: pointer;
}
.tabs li:hover {
    background-color: #8cc6bc;
}
.tab li.active {
    cursor: default;
    background-color: #3db39e;
}
.box {
    display: none;
}
.box.visible {
    display: block;
}
.subscribe {
    background: #26a6d1;
    text-align: center;
    color: #ffffff;
    text-align: center;
    padding: 107px 0 113px;
}
.subscribe-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 36px;
}
.subscribe-form {
    display: inline-block;
    margin: 0 0 30px;
}
.subscribe-email {
    float: left;
    border: 0;
    width: 399px;
    height: 52px;
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
    background: #ffffff;
    margin: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subscribe-button {
    float: left;
    border: 0;
    width: 160px;
    height: 52px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #26a6d1;
    background: #ffffff;
    text-transform: uppercase;
    margin: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subscribe-note {
    clear: both;
}


/*MODALS-------------------------------------------------------------------*/
.modals .overlay{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	z-index: 9999;
}
.modal  { 
	display: none;
	margin-left: -90px;
	padding: 5px 10px 5px;
	width: 326px;
	position: fixed;
	left: 50%;
	top: 125px;
	text-align: center;
	background-color: #343745;
	border: 3px solid #d5cdbb;
	z-index: 10000;
}
.modal h2 {
	font-size: 30px;
	font-weight: 100;
	color: #d5cdbb;
}
.modal-form {
	padding: 20px 0 0 0;
}
.modal-form input[type="text"], .modal-btn {
	width: 167px;
	height: 45px;
}
.modal-form input[type="text"] {
	margin-bottom: 11px;
	padding-left: 10px;
	color: #343745;
	background-color: #d5cdbb;
}
.modal-form input[type="text"]::-webkit-input-placeholder {
	color: #343745;
}
.modal-form input[type="text"]::-moz-placeholder {
	color: #343745;
}
.modal-btn {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
	
.close-btn {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 8px;
	right: 8px;
	background: url(../images/close-btn.png) no-repeat 0 0;
}
.call-you {
	margin-top: 15px;
	text-align: center;
	font-size: 22px;
	font-weight: 200;
	color: #fff;
}
.error{
	border: 1px solid red !important;
}



@media (max-width: 1950px){


.logo-block {

	position: relative;
	left:250px;
}

.b-phone-order {
	position: relative;
	right:450px;
}

    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}


.h-form-block {
		top:180px;
        right:370px;
    }


		
}



@media (max-width: 1700px){

.logo-block {

	position: relative;
	left:180px;
}

.b-phone-order {
	position: relative;
	right:250px;
}

    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}

.h-form-block {
		top:180px;
        right:270px;
    }


		
}



@media (max-width: 1600px){

.logo-block {

	position: relative;
	left:130px;
}

.b-phone-order {
	position: relative;
	right:250px;
}

    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}

.h-form-block {
		top:180px;
        right:250px;
    }


		
}

@media (max-width: 1500px){
.logo-block {

	position: relative;
	left:70px;
}

.b-phone-order {
	position: relative;
	right:150px;
}


    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}

.h-form-block {
		top:180px;
        right:150px;
    }


		
}




@media (max-width: 1440px){
.logo-block {

	position: relative;
	left:30px;
}

.b-phone-order {
	position: relative;
	right:30px;
}
    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}

.h-form-block {
		top:180px;
        right:180px;
    }


		
}


@media (max-width: 1400px){
.logo-block {

	position: relative;
	left:30px;
}
    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}

.h-form-block {
		top:180px;
        right:180px;
    }


		
}

@media (max-width: 1366px){

.logo-block {

	left:0px;
}

.b-phone-order {
	position: relative;
	right:0px;
}

    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}

.h-form-block {
		top:180px;
        right:130px;
    }

}
@media (max-width: 1280px){
    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}

.h-form-block {
		top:180px;
        right:100px;
    }


		
}
@media (max-width: 1320px){
    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}

.h-form-block {
		top:180px;
        right:70px;
    }


		
}


@media (max-width: 1200px){
.h-form-block {
		top:180px;
        right:30px;
    }
		
}

@media (max-width: 1067px){
.h-form-block {
		top:180px;
        right:20px;
    }
		
}



@media (max-width: 1024px){
    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}

.h-form-block {
		top:180px;
        right:10px;
    }


		
}



@media (max-width: 1000px){
    .promo .wrap {
	left:0px;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:-1000px;

}

.h-form-block {
        display: none;
    }

	
.orange-btn.form-btn {
	width: 100px;
    }	
	
.b-form-middle  {

	background: rgba(0,0,0, .5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-form-middle h2 {
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.b-form-middle p.sub-title {
	margin-top: 10px;
	font-size: 20px;

}
.b-form-middle h2, .b-form-middle p.sub-title {
	text-shadow: 1px 1px 0 rgba(0,0,0, .2);
}
.b-form-middle p.sub-title span{
	color: #feb700;
}
.order-form.middle {
	padding: 16px 0 18px 0;
}


.order-form.middle2 {
	padding: 16px 0 18px 0;
}
ul.hr {
  text-align: center;
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
}

ul.hr li {
  text-align: center;
	display: block; /* Отображать как строчный элемент */
    margin-right: 10px; /* Отступ слева */
    padding: 13px; /* Поля вокруг текста */
	font-size: 24px;
}

ul.hr2 {
  text-align: center;
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
}

ul.hr2 li {
  text-align: center;
	display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
}


.order-form.middle input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}	



.order-form.middle2 input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle2 input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle2 input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}	


		
}

/* Responsive -------------------------- */
@media (max-width: 859px){
    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;

        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {

        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
	
	.tex {

padding-left: 0px;
padding-right: 0px;
}
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}

.h-form-block {
        display: none;
    }

.b-form-middle  {

	background: rgba(0,0,0, .5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-form-middle h2 {
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.b-form-middle p.sub-title {
	margin-top: 18px;
	font-size: 20px;

}
.b-form-middle h2, .b-form-middle p.sub-title {
	text-shadow: 1px 1px 0 rgba(0,0,0, .2);
}
.b-form-middle p.sub-title span{
	color: #feb700;
}
.order-form.middle {
	padding: 16px 0 18px 0;
}

.order-form.middle2 {
	padding: 16px 0 18px 0;
}

ul.hr li {
	display: block; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
}
.order-form.middle input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}
	

.order-form.middle2 input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle2 input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle2 input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}


	
}
@media (max-width: 700px){
	.logo-block {

	background:  url(../images/logomini.png) no-repeat 0 0;
}
}


@media (max-width: 767px){
    header {
        text-align: center;
    }
    header .logo {
        float: none;
        display: inline-block;
    }
    header .social {
        display: none;
    }
	
.brend {
	height: 15px;
}

		.tex {

padding-left: 0px;
padding-right: 0px;
}
	
	
    .feature {
        width: 100%;
    }
    .subscribe-email {
        width: 200px;
    }   
	.myvideo2 {
        display: none;
    }
.myvideo {
height:30px;
}	

.b-form-middle  {

	background: rgba(0,0,0, .5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-form-middle h2 {
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.b-form-middle p.sub-title {
	margin-top: 18px;

	font-size: 20px;

}
.b-form-middle h2, .b-form-middle p.sub-title {
	text-shadow: 1px 1px 0 rgba(0,0,0, .2);
}
.b-form-middle p.sub-title span{
	color: #feb700;
}
.order-form.middle {
	padding: 16px 0 18px 0;
}

.order-form.middle input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}





.order-form.middle2 {
	padding: 16px 0 18px 0;
}

.order-form.middle2 input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle2 input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle2 input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}
}


@media (max-width: 479px){

.modal  { 

	margin-left: -140px;
	padding: 5px 10px 5px;
	width: 226px;

}


}
@media (max-width: 479px){
    body {
        word-wrap: break-word;
    }
    .simple p {
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe-email {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .subscribe-button {
        width: 100%;
    }
	.myvideo2 {
        display: none;
    }
	.tex {

padding-left: 0px;
padding-right: 0px;
}
.brend {
	margin-top:-10px;
	height: 15px;
}

.myvideo {
height:0px;
}

.b-form-middle  {

	background: rgba(0,0,0, .5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-form-middle h2 {
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.b-form-middle p.sub-title {
	margin-top: 18px;
	font-size: 20px;

}
.b-form-middle h2, .b-form-middle p.sub-title {
	text-shadow: 1px 1px 0 rgba(0,0,0, .2);
}
.b-form-middle p.sub-title span{
	color: #feb700;
}
.order-form.middle {
	padding: 16px 0 18px 0;
}

.order-form.middle input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle2 {
	padding: 16px 0 18px 0;
}

.order-form.middle2 input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle2 input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle2 input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}
		
}

@media (max-width: 320px){
    body {
        word-wrap: break-word;
    }
    .simple p {
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe-email {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .subscribe-button {
        width: 100%;
    }
	.myvideo2 {
        display: none;
    }
	.tex {

padding-left: 0px;
padding-right: 0px;
}

.brend {
	height: 15px;
}

.myvideo {
height:0px;
}

.b-form-middle  {

	background: rgba(0,0,0, .5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-form-middle h2 {
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.b-form-middle p.sub-title {
	margin-top: 18px;
	font-size: 20px;

}
.b-form-middle h2, .b-form-middle p.sub-title {
	text-shadow: 1px 1px 0 rgba(0,0,0, .2);
}
.b-form-middle p.sub-title span{
	color: #feb700;
}
.order-form.middle {
	padding: 16px 0 18px 0;
}

.order-form.middle input {
	width: 150px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}


.order-form.middle2 {
	padding: 16px 0 18px 0;
}

.order-form.middle2 input {
	width: 150px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle2 input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle2 input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}

		
}
@media (max-width: 374px){

.b-phone {
        display: none;

}
}

@media (max-width: 340px){

.b-phone-order {
	font-size: 27px;
}

}


@media (max-width: 300px){

.b-phone-order {
	font-size: 20px;
	margin-right:1px;
	
}

.brend {
	height: 10px;
}
}

@media (max-width: 230px){
.logo-block {

	background: #fff;
	}

.b-phone-order {
	font-size: 20px;
	margin-right:1px;
}
}

/* Retina -------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio:2), 
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx){
    .social li a,
    .ico-help,
    .ico-like,
    .ico-present,
    .istore a:after {
        background-image: url(images/sprite@2x.png);
        -moz-background-size: 300px 150px;
        -ie-background-size: 300px 150px;
        -o-background-size: 300px 150px;
        -webkit-background-size: 300px 150px;
        background-size: 300px 150px;
    }
.myvideo2 {
        display: none;
    }		
	
}



@media (min-width: 1001px){


.b-form-middle  {

 display: none;

}

.b-form-middle h2 {
 top: 105px;
}

.b-form-middle p.sub-title {
 display: none;

}

.b-form-middle p.sub-title span{
 display: none;
 }
.order-form.middle {
 display: none;
 }
ul.hr {
  text-align: center;
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */

}

ul.hr li {
  text-align: center;
	display: inline; /* Отображать как строчный элемент */
    margin-right: 10px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
	word-wrap:break-word;
}

ul.hr2 {
  text-align: center;
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */

}

ul.hr2 li {
  text-align: center;
	display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
}


.order-form.middle2 input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle2 input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle2 input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}

.order-form.middle2 input {
	width: 170px;
	height: 41px;
	background: #f4f4f4;
}
.order-form.middle2 input::-webkit-input-placeholder {
	font-size: 15px;
	color: #272727;
}
.order-form.middle2 input::-moz-placeholder {
	font-size: 15px;
	color: #272727;
}




}




.myvideo {
position:relative;
padding-bottom:56%;
padding-top:0px;
overflow:hidden;
border:1px solid #ccc;
}
.myvideo iframe,.myvideo object,.myvideo embed {
position:absolute;
top:0;
left:0;
width:50%;
height:50%;
}


