﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sup,sub,tt,var,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tfoot,thead,p{background:transparent;border: 0 none;font-style:inherit;font-weight:inherit;margin:0;padding:0;outline:0;vertical-align: baseline}
table {border-collapse:collapse;border-spacing:0}
[hidden] {display:none}

html {overflow-y: scroll}

body, button, input, textarea, select {font-family: 'TT Hoves', sans-serif; font-size: 16px; font-weight: normal; color: #000}

h1, h2, h3 {padding: 30px 0 5px 0; font-weight: 600}
h4, h5 {padding: 15px 0 10px 0}

h1 {padding: 0 0 50px 0; font-size: 45px; text-align: center; color: #F6532D; line-height: 45px}
h1.left {text-align: left}
h2 {font-size: 35px; line-height: 40px}
h3 {font-size: 26px; line-height: 35px}
h4 {font-size: 17px; font-weight: 500; line-height: 20px}
h5 {font-size: 15px; line-height: 18px}

p {padding: 12px 0; line-height: 25px}
p.center {padding: 0; color: rgba(0,0,0,.6); font-size: 17px; text-align: center}
main p.center {margin-top: -25px}

b, strong {font-weight: 600}

a {color: #F6532D; text-decoration: none}
a:hover {color: #F6532D; text-decoration: underline}
a:hover, a:active, a:focus {outline: 0}

img {border: 0; max-width: 100%; width: auto; height: auto; border-radius: 5px}
.picture-center {display: block; margin: 0 auto}

blockquote {display: block; margin: 14px 0; padding: 30px 40px 30px 80px; font-weight: 500; background: #F0F0F0; border-radius: 5px; box-sizing: border-box; line-height: 25px; position: relative}
blockquote:before {content: ''; display: block; width: 30px; height: 22px; background: url(images/blockquote.png) no-repeat; background-size: contain; position: absolute; top: 37px; left: 36px}

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline}
sup {top: -0.5em}
sub {bottom: -0.25em}

ul, ol {margin: 0; padding: 12px 0; list-style: none}
li {margin: 0; padding: 6px 0 6px 20px; line-height: 24px; position: relative} 
ul > li:before {content: ''; display: block; width: 8px; height: 8px; border-radius: 50%; background: #F6532D; position: absolute; top: 16px; left: 0}

ol {counter-reset: list1}
ol > li {padding-left: 40px}
ol > li:before {counter-increment: list1; content: counter(list1, decimal); display: block; width: 26px; height: 26px; border-radius: 5px; font-size: 14px; font-weight: 500; text-align: center; color: #fff; background: #F6532D; line-height: 26px; position: absolute; left: 0}

.button, .wrapper button, .wrapper input[type="button"], .wrapper input[type="reset"], .wrapper input[type="submit"], .footer input[type="submit"] {display: block; width: 100%; height: 40px; color: #F6532D; font-style: normal; font-size: 15px; font-weight: 500; text-align: center; text-decoration: none; background: rgba(246,83,45,.2); border: none; border-radius: 5px; -webkit-appearance: button; cursor: pointer; *overflow: visible; -webkit-appearance: none; box-sizing: border-box; line-height: 40px}
.button:hover, .wrapper button:hover, .wrapper input[type="button"]:hover, .wrapper input[type="reset"]:hover, .wrapper input[type="submit"]:hover {color: #fff; background: #F6532D; border: none; text-decoration: none}

.button.red {background: #F6532D; color: #fff}
.button.red:hover, .button.red.in_cart {background: rgba(246,83,45,.2); color: #F6532D}


.button.white {background: #fff; color: #F6532D}
.button.white:hover {background: #F6532D; color: #fff}
.button.gray {background: #536C77; color: #fff}
.button.gray:hover {background: #F6532D; color: #fff}
.button.graylight {background: rgba(83, 108, 119, 0.1); color: #536C77}
.button.graylight:hover {background: #536C77; color: #fff}

input:focus, textarea:focus {outline: none}

input[type='text']::-webkit-input-placeholder {color:#666; opacity: 1}
input[type='text']::-moz-placeholder {color:#666; opacity: 1}
input[type='text']:-moz-placeholder {color:#666; opacity: 1}
input[type='text']:-ms-input-placeholder {color:#666; opacity: 1}
input[type='text']:focus::-webkit-input-placeholder {color: transparent}
input[type='text']:focus::-moz-placeholder {color: transparent}
input[type='text']:focus:-moz-placeholder {color: transparent}
input[type='text']:focus:-ms-input-placeholder {color: transparent}
input[type='password']::-webkit-input-placeholder {color:#666; opacity: 1}
input[type='password']::-moz-placeholder {color:#666; opacity: 1}
input[type='password']:-moz-placeholder {color:#666; opacity: 1}
input[type='password']:-ms-input-placeholder {color:#666; opacity: 1}
input[type='password']:focus::-webkit-input-placeholder {color: transparent}
input[type='password']:focus::-moz-placeholder {color: transparent}
input[type='password']:focus:-moz-placeholder {color: transparent}
input[type='password']:focus:-ms-input-placeholder {color: transparent}
textarea::-webkit-input-placeholder {color:#666; opacity: 1}
textarea::-moz-placeholder {color:#666; opacity: 1}
textarea:-moz-placeholder {color:#666; opacity: 1}
textarea:-ms-input-placeholder {color:#666; opacity: 1}
textarea:focus::-webkit-input-placeholder {color: transparent}
textarea:focus::-moz-placeholder {color: transparent}
textarea:focus:-moz-placeholder {color: transparent}
textarea:focus:-ms-input-placeholder {color: transparent}

.wrapper input, .wrapper textarea {padding: 0 20px; width: 100%; height: 46px; font-style: normal; font-weight: normal; background: none; border: 1px solid #c5cccf; border-radius: 5px; box-sizing: border-box}
.wrapper textarea {padding: 17px; height: 140px; resize: none}

.wrapper input[type="radio"], .wrapper input[type="checkbox"] {display:none}
.wrapper input[type="radio"] + label, .wrapper input[type="checkbox"] + label {padding-left: 35px; line-height: 20px; cursor: pointer; position: relative}
.wrapper input[type="radio"] + label span {position: absolute; top: -1px; left: 0; display: block; width: 20px; height:20px; vertical-align: middle; cursor: pointer}
.wrapper input[type="radio"] + label span:before {content: ''; display: block; width: 20px; height: 20px; background: rgba(83,108,119,.3); border-radius: 50%}
.wrapper input[type="radio"] + label:hover span:before {background: rgba(246,83,45,.3)}
.wrapper input[type="radio"]:checked + label span:before {background: rgba(246,83,45,.3)}
.wrapper input[type="radio"]:checked + label span:after {content: ''; display: block; width: 10px; height: 10px; background: #F6532D; border-radius: 50%; position: absolute; top: 5px; left: 5px}
.wrapper input[type="checkbox"] + label span {position: absolute; top: -1px; left: 0; display: block; width: 20px; height:20px; vertical-align: middle; cursor: pointer}
.wrapper input[type="checkbox"] + label span:before {content: ''; display: block; width: 20px; height: 20px; background: rgba(83,108,119,.3); border-radius: 4px}
.wrapper input[type="checkbox"] + label:hover span:before {background: rgba(246,83,45,.3)}
.wrapper input[type="checkbox"]:checked + label span:before {background: #F6532D}
.wrapper input[type="checkbox"]:checked + label span:after {content: ''; display: block; width: 11px; height: 8px; background: url("data:image/svg+xml; utf8; base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMCAxTDQuNzA1ODggNkwxIDMuMDgzMzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K"); 
position: absolute; top: 6px; left: 5px}
.wrapper input[type="radio"] + label div, .wrapper input[type="checkbox"] + label div {display: inline-block; vertical-align: top; font-size: 17px; font-weight: 500; max-width: calc(100% - 35px)}

.table_wrap {padding: 20px 0; width: 100%; border: none; overflow: hidden; overflow-x: auto}
.table_wrap table {width: 100%; border-collapse: separate; border-radius: 5px; overflow: hidden}
.table_wrap table tr {background: #F0F0F0; border: none}
.table_wrap table tr:nth-child(2n) {background: #fff}
.table_wrap table th, .table_wrap table td {padding: 10px 5px 10px 17px; font-size: 14px; font-weight: normal; text-align: left; vertical-align: middle; border: none; line-height: 16px}
.table_wrap table th {background: #536C77; color: #fff}
.table_wrap table tr > td:first-child {color: #747271}

.b_fon {margin: 14px 0; padding: 25px 40px; color: #fff; background: #536C77; border-radius: 5px; box-sizing: border-box}
.b_border {margin: 14px 0; padding: 25px 40px; border: 2px solid #F6532D; border-radius: 5px; box-sizing: border-box}

.b_foto {display: flex; padding: 12px 0; width: 100%}
.b_foto > div {display: block; width: 50%; box-sizing: border-box}
.b_foto > div:nth-child(1) {padding-right: 30px}
.b_foto > div:nth-child(2) {padding-left: 30px; border-radius: 5px; overflow: hidden}
.b_foto h3 {padding-top: 0}
.b_foto p:last-child {padding-bottom: 0}
.b_foto img {height: 100%; max-width: inherit}

.two_blocks {display: flex; padding: 70px 0; width: 100%}
.two_blocks > div {display: block; box-sizing: border-box}
.two_blocks > div:nth-child(1) {width: 512px; border-radius: 5px; overflow: hidden}
.two_blocks > div:nth-child(2) {padding-left: 70px; width: calc(100% - 512px)}
.two_blocks h1 {padding: 0 0 30px 0; font-size: 40px; font-weight: 600; text-align: left; color: #000}
.two_blocks p {font-size: 19px; line-height: 35px}
.two_blocks p:last-child {padding-bottom: 0}

/* 1200 */
@media only screen and (max-width: 1200px) {

h1, h2, h3 {padding: 20px 0 5px 0}

h1 {padding: 0 0 35px 0; font-size: 35px; line-height: 40px}
h2 {font-size: 26px; line-height: 35px}
h3 {font-size: 23px; line-height: 30px}
h4 {font-size: 17px}

.b_foto > div:nth-child(1) {padding-right: 20px}
.b_foto > div:nth-child(2) {padding-left: 20px}


.two_blocks {padding: 50px 0}
.two_blocks > div:nth-child(1) {width: 420px}
.two_blocks > div:nth-child(2) {padding-left: 40px; width: calc(100% - 420px)}
.two_blocks h1 {padding: 0 0 25px 0; font-size: 35px}
.two_blocks p {font-size: 16px; line-height: 28px}
}


/* 960 */
@media only screen and (max-width: 960px) {
.two_blocks > div:nth-child(1) {width: 350px}
.two_blocks > div:nth-child(2) {width: calc(100% - 350px)}
.two_blocks h1 {padding: 0 0 20px 0}
.two_blocks p {line-height: 26px}
}

/* 800 */
@media only screen and (max-width: 800px) {

body, button, input, textarea, select {font-size: 14px}

h1 {padding: 0 0 30px 0; font-size: 25px; line-height: 30px}
h2 {font-size: 20px; line-height: 30px}
h3 {font-size: 18px; line-height: 30px}

p {padding: 10px 0; line-height: 23px}
p.center {font-size: 15px}

blockquote {padding: 15px 15px 15px 37px; line-height: 23px}
blockquote:before {width: 14px; height: 10px; top: 20px; left: 15px}

ul, ol {padding: 10px 0}
li {padding: 5px 0 5px 20px; line-height: 23px} 
ul > li:before {top: 13px}  

.b_fon {margin: 12px 0; padding: 15px}
.b_border {margin: 12px 0; padding: 15px}

.b_foto {display: block}
.b_foto > div {width: 100%}
.b_foto > div:nth-child(1) {padding-right: 0; padding-bottom: 10px}
.b_foto > div:nth-child(2) {padding-left: 0; text-align: center}
.b_foto p:last-child {padding-bottom: 10px}
.b_foto img {max-width: 100%; width: auto; height: auto}


.two_blocks {display: block}
.two_blocks > div:nth-child(1) {width: 100%}
.two_blocks > div:nth-child(2) {padding-left:0; width: 100%}
.two_blocks h1 {padding: 25px 0;}
.two_blocks p {line-height: 23px}
}

.wrap_price .store-amount.sklad {height: auto; margin-top: 24px; margin-bottom: 24px;}
.wrap_price .store-amount.sklad .nal {display: flex; line-height: 1.1; height: auto; flex-wrap: wrap; margin-top: 12px;}
.wrap_price .store-amount.sklad .nal div {display: inline-block;}
.wrap_price .store-amount.sklad .nal span{margin-left: auto; display: inline-block; padding: 0 5px; height: auto !important;}
.wrap_price .store-amount.sklad .nal.no:before {background-position: -14px 0; width: 14px; height: 14px;}
.wrap_price .store-amount.sklad .nal:before {top: 50%; transform: translateY(-50%);}

@media (max-width: 1024px) {
    .wrap_price .store-amount.sklad .nal .store-name {width: 100%}
    .wrap_price .store-amount.sklad .nal span{margin-left: 0; display: inline-block; padding: 0 5px 0 0;}
    .wrap_price .store-amount.sklad .nal:before {top: 0; transform: translateY(0);}
    .wrap_price .store-amount.sklad .nal br {display: block;}
}