/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
	 margin: 0;
  height: 100%;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em;
    vertical-align: text-bottom
}

sup {
    top: -.5em;
    vertical-align: text-top
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    color: #000
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

.hidden,
[hidden],
template {
    display: none
}

#form {
    width: 90%;
    height: 90vh;
    max-width: 500px;
    max-height: 380px;
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    position: relative
}

#form input {
    border: 1px solid #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    width: 90%;
    margin-bottom: 30px;
    line-height: 3;
    border-radius: 5px;
    text-indent: 10px
}

#form button {
    cursor: pointer;
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase
}

#form button.send {
    width: 90%;
    line-height: 3;
    background-color: #ecbf53;
    border: none;
    border-radius: 5px
}

#form button.send:hover {
    background-color: #26d007
}

#form button.mfp-close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    line-height: 0;
    font-size: 40px;
    font-weight: 600;
    color: #000
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr,
fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400
}
strong {
	font-style: normal;
    font-weight: 700
}

ul li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

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

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.super-wrapper {
    overflow-x: hidden!important;
    overflow-y: hidden!important;
/*    margin-top: 30px;*/
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.debug {
    height: 100vh;
    position: fixed;
    width: 100%
}

.debug>div {
    height: inherit;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.debug>div>div {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.debug>div>div>div {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(8.333333333333334% - 30px);
    height: inherit;
    outline: #ff0 solid 1px;
    background: rgba(0, 0, 0, .3)
}

body {
    overflow-x: hidden!important;
    position: relative
}

h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 33px
}

p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    padding-bottom: 26px;
    line-height: 1.63
}

article {
    width: 100%
}

.header-bkg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%
}

.top {
    border-top: 5px solid #d0b298;
    min-height: 100px;
    border-bottom: 1px solid #e1d1c6;
    background-color: rgba(255, 255, 255, .9);
}

.top-row {
    padding-top: 18px;
    padding-bottom: 20px
}

.d {
    min-height: 1000px;
    background-color: #0ff
}

.top-logo-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
/*    width: calc(33.333333333333336% - 30px);*/
    width: calc(20% - 30px);
}
.top-logo-box a {
	display:inline-block;
	position:relative;
}
/*
.top-logo-box a:after {
	content: "";
    background: url(/9maya.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 66px;
    top: 9px;
    width: 48px;
    height: 47px;
    transform: rotate(-25deg);
}
*/
.top-address-spb {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(20% - 30px);
    padding-top: 20px;
    padding-left: 3.8%;
	text-align:center;
}

.top-address-spb .top-address-spb-adr {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
	margin-bottom:10px;
}

.top-address-spb .top-address-spb-tell {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600
}

.top-address-msk {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(20% - 30px);
    padding-top: 20px;
	text-align:center;
}

.top-address-msk .top-address-msk-adr {
     font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
	margin-bottom:10px;
}

.top-address-msk .top-address-msk-tell {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600
}


.top-address-bryansk {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(20% - 30px);
    padding-top: 20px;
	text-align:center;
}

.top-address-bryansk .top-address-bryansk-adr {
     font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
	margin-bottom:10px;
}

.top-address-bryansk .top-address-bryansk-tell {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600
}



.navsection {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .7)
}

.menu-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(70% - 30px)
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 25px
}

.menu li a {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600
}

.menu-trigger {
    display: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 28px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600
}

.call-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(30% - 30px);
    text-align: right;
    padding-right: 7%;
    margin-top: 11px
}

.btn-call {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid #e1d1c6;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 12px 24px
}

.btn-call:hover {
    background-color: #d0b298;
    -webkit-transition: all .4s;
    transition: all .4s
}

.slider {
    width: 100%
}

.slider div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center
}

.slider .slide-1 {
    background-image: url(../img/slider/s-1.jpg)
}

.slider .slide-2 {
    background-image: url(../img/slider/s-2.jpg)
}

.slider .slide-3 {
    background-image: url(../img/slider/s-3_.jpg)
}

.slider .slide-4 {
    background-image: url(../img/slider/s-4_.jpg)
}

.slider .slide {
    min-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider .slide h1 {
    padding-top: 383px;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 36px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}

.slider .slide h2 {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 36px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    box-sizing: border-box;
    padding: 23px 5px 85px
}

.slider .slide.slide-4 h1 {
    padding-top: 325px;
}

.slick-dots {
    bottom: 37px
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-dots li button::before {
    content: '';
    border: 2px solid #e1d1c6;
    width: 12px;
    height: 12px;
    opacity: 1
}

li.slick-active button::before {
    opacity: 1;
    background-color: #979799
}

.slider-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    background-color: #6e5442;
    border: 3px solid #e1d1c6;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-bottom: 100px;
    padding: 21px 40px
}

.slider-btn:hover {
    background-color: #573b29;
    -webkit-transition: all .4s;
    transition: all .4s
}

.work {
    background-image: url(../img/bkg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.sidebar-catalog {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    z-index: 2
}

.sidebar-catalog-title {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 40px;
}

.sidebar-catalog-items {
    text-transform: uppercase;
    margin-top: 0px;
    padding-bottom: 35px;
    position: relative;
}

.sidebar-catalog-items li {
    padding-bottom: 18.5px
}

.sidebar-catalog-items li a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400
}

.sidebar-catalog-items::after {
    display: block;
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    background-color: #e1d1c6;
    bottom: 0;
    left: 0
}

.work-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(75% - 30px);
    padding-top: 50px;
    min-height: 450px
}

.production {
    background-image: url(../img/bkg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.production-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px)
}

.production-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 58px
}

.production-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 20px
}

.production-items li {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex:0 0 14%;
	box-sizing:border-box;
	padding:0px 10px 42px 10px;
}

.production-items_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 20px
}

.production-items_links li {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	flex: 0 0 33%;
        box-sizing: border-box;
    padding: 0px 15px 40px 15px;
}
@media screen and (max-width:768px) {
	.production-items_links li {
		flex: 0 0 100%;
	}
}
.production-items_links li p {
	padding-bottom:0px;
}
.production-item-img {
    border: 4px solid #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.production-item-img img {
    display: block;
	width:194px;
	height:115px;
	object-fit:cover;
	object-position: top;
}

.production-item-img:hover img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
    opacity: .8
}

.production-item-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 18px
}

.production-item-variants {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #646363;
    letter-spacing: 0;
    font-weight: 400;
    font-style: italic;
    margin-top: 10px
}

.advantage-title-box {
    box-sizing: border-box;
    word-wrap: break-word;
    width: calc(100% - 30px);
    text-align: center;
    text-transform: uppercase;
    margin: 62px 15px 56px
}

.advantage-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600
}

.advantage-items {
    margin-bottom: 60px;
    text-align: center;
}

.advantage-items li {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.333333333333336% - 30px)
}

.advantage-item-title img {
    max-width: 68px;
    display: inline-block;
    vertical-align: middle;
}

.advantage-item-title span {
    margin-left: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.advantage-item-txt {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 25px;
    line-height: 1.6;
    box-sizing: border-box;
    padding-right: 3%
}

.offer {
    background-color: #f1f1f1;
    background-image: url(../img/bkg-3.jpg);
    background-size: cover
}

.offer-row {
    padding-bottom: 60px
}

.offer-img-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(41.66666666666667% - 30px)
}

.offer-txt-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(58.333333333333336% - 30px);
    padding-left: .5%
}

.offer-img {
    margin-top: 60px
}

.offer-img img {
    display: block;
    border: 4px solid #fff
}

.offer-txt-title {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 30px;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 80px
}

.offer-txt {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 26px;
    line-height: 1.7
}

.offer-txt span {
    font-weight: 600
}

.offer-txt-format {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 30px;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline
}


/*.footer{background-image:url(../img/footer-bkg.jpg);background-repeat:no-repeat;background-size:cover;min-height:540px}*/

.footer {
    background-image: url(../img/bkg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-logo-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(49% - 30px);
    margin-top: 20px
}

.footer-logo-undertxt-1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 15px
}
.footer-logo-undertxt-1 a {
	 color: #6e3712;
	 text-decoration:underline;
}
.footer-logo-undertxt-2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600
}

.footer-logo-c {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 35px
}

.footer-logo-conf {
    margin-top: 16px
}

.footer-logo-conf a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600
}

.footer-logo-count {
    margin-top: 20px
}

.footer-catalog-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-right: 15px;
    width: calc(16.666666666666668% - 30px);
    margin-left: 0
}

.footer-news-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px)
}

.footer-contacts-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-right: 15px;
    width: calc(49% - 30px);
    margin-left: 30px;
    padding-left: 7px
}

.footer-catalog-items {
    margin-top: 55px
}

.footer-catalog-items li {
    padding-bottom: 15px
}

.footer-catalog-items li a {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 700
}

.footer-catalog-subcatalog {
    margin-top: 18px;
    margin-bottom: 20px
}

.footer-catalog-subcatalog li {
    padding-bottom: 10px
}

.footer-catalog-subcatalog li a {
    text-transform: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600
}

.footer-catalog-subcatalog li a:active {
    font-weight: 700
}

.footer-news-title {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 55px
}

.footer-news-items li {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px
}

.footer-news-date {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600
}

.footer-news-caption {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 7px
}

.footer-news-txt {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 5px
}

.footer-contacts-title {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 55px;
    margin-bottom: 20px
}

.bold {
    font-weight: 700
}

.footer-contacts-items {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600
}

.footer-contacts-items li {
    margin-bottom: 17px
}

.footer-contacts-email {
    position: relative
}

.footer-contacts-email::after {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #6e3712;
    margin-top: 16px
}

.next-catalog {
    position: relative
}

.next-catalog .next-catalog-topbkg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.next-catalog .next-catalog-bottombkg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 30px
}

.next-t-bkg {
    background-image: url(../img/test2.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.next-t-bkg-txt {
    box-sizing: border-box;
    word-wrap: break-word;
    width: calc(100% - 30px);
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    margin: 270px 15px 47px
}
.next-t-bkg-txt h1 {
	padding-bottom:0px;
}
.next-sidebar-catalog-title {
    margin-top: 50px;
    margin-bottom: 40px;
}

ul > .left_bar_item a {
    margin-left: 10px;
    border-bottom: 1px solid #e7bc92;
    font-size: 12px!important;
}

#navibar a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: .4px;
    font-weight: 400;
    -webkit-transition: all .2s;
    transition: all .2s;
}


/*asvicom css*/

.items_catalog {
    /*    display: grid;
    grid-template-columns: auto auto auto;*/
}

.next-catalog-box {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(75% - 30px);
    padding-top: 20px;
    min-height: 600px;
    z-index: 2
}

.next-catalog-box h2 {
    padding-bottom: 20px
}

.next-catalog-box p {
    text-align: left;
}

.pagemenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 25px;
    box-sizing: border-box;
    padding-left: 5px;
    margin-bottom: 9px
}

.pagemenu ul li a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: .4px;
    font-weight: 400;
    -webkit-transition: all .2s;
    transition: all .2s
}

.pagemenu ul li a:hover {
    color: #000
}

.pagemenu ul li::after {
    content: '|';
    display: inline-block;
    margin-right: 3px;
    color: #000
}

.pagemenu ul li:last-of-type::after {
    display: none
}

.next-catalog-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    margin-bottom: 130px
}

.next-catalog-items li {
    width: 31%;
    background-color: #f6f6f6;
    margin-bottom: 28px;
    z-index: 2;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 21px 18px 27px;
    text-align: center;
}

.next-catalog-items img {
    height: auto
}

.next-catalog-items_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    margin-bottom: 130px
}

.next-catalog-items_sec li {
    width: 18%;
    background-color: #f6f6f6;
    margin-bottom: 28px;
    z-index: 2;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 21px 5px 27px;
    text-align: center;
}
.next-catalog-items_sec .img {
	height:120px;
	overflow:hidden;
	padding:0px 10px;
}
.next-catalog-items_sec .next-catalog-item-title {
	font-size:12px;
}
.next-catalog-items_sec img {
    height: auto
}

.next-catalog-item-title {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    line-height: 1.3
}

.next-catalog-item-price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 30px;
}

.pagemenu {
    margin-bottom: 20px;
}

.pagemenu a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: .4px;
    font-weight: 400;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.next-catalog-item-price {
    width: 50%;
    text-align: right;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 21px;
    color: #6e3712;
    letter-spacing: 0;
    font-weight: 600;
}

.btn-cart {
    padding-top: 20px;
}

.next-catalog-item-price span {
    font-size: 14px
}

.next-catalog-item-measure {
    width: 50%;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #151515;
    letter-spacing: 0;
    font-weight: 600
}

.next-catalog-item-measure span {
    position: relative;
    bottom: 3px
}

.sidebar-spec-ref {
    margin-top: 43px;
    display: block
}

.sidebar-spec-box {
    width: 100%;
    background-color: #f3f3f3;
    box-sizing: border-box;
    padding: 15px 11px 32px
}

.sidebar-spec-box img {
    margin: 0 auto;
    display: block
}

.sidebar-spec-title {
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #141414;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 25px;
    line-height: 1.25
}

.sidebar-spec-txt {
    margin-top: 13px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #141414;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.75;
	margin-bottom:15px;
}

.sidebar-spec-txt span {
    font-weight: 600
}

.sidebar-spec-format {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #141414;
    letter-spacing: 0;
    font-weight: 400;
	    line-height: 1.75;
}

.sidebar-spec-img {
    border: 4px solid #fff;

}

@media screen and (max-width:992px) {
    .container,
    .debug>div {
        padding-left: 15px;
        padding-right: 15px
    }
    .top-logo-box {
        width: calc(100% - 30px)
    }
    .top-address-msk,
    .top-address-spb,
	.top-address-bryansk {
        width: calc(50% - 30px)
    }
    .footer-logo-box {
        width: calc(58.333333333333336% - 30px)
    }
    .footer-catalog-box {
        width: calc(41.66666666666667% - 30px)
    }
    .footer-contacts-box,
    .footer-news-box {
        width: calc(50% - 30px)
    }
    .footer-contacts-box {
        margin-left: 15px
    }
    .next-t-bkg-txt {
        margin-top: 310px
    }
    .next-catalog-items li {
        width: 48%
    }
	.next-catalog-items_sec li {
        width: 48%
    }
    .sidebar-spec-title {
        font-size: 20px
    }
    .sidebar-spec-txt {
        font-size: 14px
    }
}

@media screen and (max-width:920px) {
    .container,
    .debug>div {
        padding-left: 15px;
        padding-right: 15px
    }
    .call-box,
    .menu-box {
        width: calc(100% - 30px)
    }
    .call-box {
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px
    }
    .slider .slide {
        min-height: 850px
    }
    .slider .slide h1 {
        padding-top: 520px
    }
    .next-t-bkg-txt {
        margin-top: 400px
    }
    .sidebar-spec-title {
        font-size: 15px
    }
    .sidebar-spec-format,
    .sidebar-spec-txt {
        font-size: 12px
    }
}

@media screen and (max-width:720px) {
    .container,
    .debug>div {
        padding-left: 10px;
        padding-right: 10px
    }
    .header-bkg {
        position: relative
    }
    .top-logo-box {
        text-align: center
    }
    .top-address-spb {
        width: calc(100% - 30px);
        padding-left: 0;
        text-align: center
    }
    .top-address-msk {
        width: calc(100% - 30px);
        text-align: center
    }
	.top-address-bryansk {
        width: calc(100% - 30px);
        text-align: center
    }
    .call-box,
    .menu-box {
        width: calc(100% - 30px)
    }
    .call-box {
        text-align: center;
        padding-right: 0
    }
    .slider .slide {
        min-height: 600px
    }
    .slider .slide h1 {
        padding-top: 120px;
        font-size: 24px;
    }
    .slider .slide h2 {
        font-size: 24px;
    }
    .slider .slide.slide-4 h1 {
        padding-top: 50px;
    }
    .production-items li {
        width: 49%
    }
    .advantage-items li {
        width: calc(50% - 30px)
    }
    .next-t-bkg-txt {
        margin-top: 50px
    }
    .pagemenu ul {
        padding-left: 0
    }
}

@media screen and (max-width:660px) {
    .container,
    .debug>div {
        padding-left: 10px;
        padding-right: 10px
    }
    .offer-img-box,
    .offer-txt-box,
    .sidebar-catalog,
    .work-box {
        width: calc(100% - 30px)
    }
    .offer-img img {
        margin: 0 auto
    }
    .offer-txt-title {
        margin-top: 30px
    }
    .footer-logo-box {
        width: calc(100% - 30px);
        text-align: center
    }
    .footer-catalog-box {
        width: calc(100% - 30px);
        margin-left: 15px;
        text-align: center
    }
    .footer-contacts-box,
    .footer-news-box,
    .next-catalog-box {
        width: calc(100% - 30px)
    }
    .sidebar-spec-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .sidebar-spec-txt {
        text-align: center
    }
}

@media screen and (max-width:576px) {
    .container,
    .debug>div {
        padding-left: 5px;
        padding-right: 5px
    }
    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .menu li {
        margin-top: 10px;
        margin-bottom: 5px
    }
    .menu li a {
        font-size: 16px
    }
    .menu-trigger {
        display: block
    }
    .production-items li {
        width: 100%
    }
	.production-items_links li {
        width: 100%
    }
    .advantage-items li {
        width: calc(100% - 30px);
        padding-bottom: 40px
    }
}

@media screen and (max-width:470px) {
    .container,
    .debug>div {
        padding-left: 5px;
        padding-right: 5px
    }
    .next-catalog-items li {
        width: 100%
    }
	.next-catalog-items_sec li {
		width:48%;
	}
	.next-catalog-box ul {
		margin-left:0px!important;
	}
}

@media screen and (max-width:380px) {
    .container,
    .debug>div {
        padding-left: 5px;
        padding-right: 5px
    }
    .slider .slide h1,
    .slider .slide h2 {
        font-size: 25px
    }
}

h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 33px;
}

.next-catalog-box ul {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    margin-left: 30px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.next-catalog-box ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.next-catalog-box ol {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    margin-left: 30px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.next-catalog-box ol li {
    margin-bottom: 10px;
}
.tabimg {
    width: 130px;
    height: 130px;
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
}

.tabimg {
    max-width: 130px;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th {
    text-align: center;
    color: #fff;
    font-weight: 700;
    background-color: #caa58b;
    border: 1px solid black;
}

.table tr td {
    color: #6e3712;
    border: 1px solid black;
}

.table tr {
    border-bottom: 1px solid #caa58b;
}

.table th,
.table td {
    padding: 8px 5px;
    text-align: center;
}

.intab .ui-tabs-nav li {
    width: 200px;
    white-space: normal!important;
    text-align: center;
    height: 185px;
}

.order_form {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.order_form input[type="text"],
.order_form select {
    display: inline-block;
    width: 90%;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.order_form #order_table input[type="text"],
.order_form #order_table select {
    display: inline-block;
    width: 90%;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.order_form #order_table select {
	min-width:90px;
}
.form_contact input[type="text"] {
    width: 28%;
    display: inline-block;
    margin-right: 10px;
}

#order_table {
    text-align: center;
    width: 100%;
    margin: 20px 0px;
    border-bottom: 1px solid #F3F3F3;
}

#order_table th {
    background-color: #F3F3F3;
    font-weight: 700;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
}

#order_table td {
    padding: 10px 10px;
}

.order_form #order_table td:first-child input {
    border: none;
    box-shadow: none;
}


.order_form_bottom input[type="text"],
.order_form_bottom textarea {
    width: 100%;
    display: block;
    margin-right: 10px;
	padding: 5px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e7a647;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.order_form_bottom textarea {
	height:100px;
}
.order_form_bottom .feedback {
	background:#6e3712;
	border-color:#6e3712;
}
.buttons_bottom .btn {
	background:#6e3712;
	border-color:#6e3712;
	color:#fff;
	font-weight:700;
	margin-right:20px;
	margin-bottom:20px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.feedback {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    float: right;
}

.butclick {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.next-catalog-box .top15 {
	margin-top:5px;
}

.table2 {
	width:100%;
	margin:10px 0px 20px 0px;
}
.table2 tr {
	background:#f6f6f6;
}
.table2 tr th,
.table2 tr td {
	padding:10px;
	border:1px solid #fff;
}
.tab_left.ui-tabs .ui-tabs-nav{
	text-align:left;
}
.tab_left.ui-tabs .ui-tabs-panel {
	padding:10px 5px 5px 5px;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    
  }
}


.tabs h2 {
	text-transform:none;
	font-size:18px;
}
.tabs h3 {
	font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #000;
	font-weight:600;
    padding-bottom: 20px;
}

.tabprice .intab .ui-tabs-nav li {
	width:195px;
	height:200px;
}

.tabimg {
	margin-bottom:5px;
}

.content {
  display:none;
}
.content.active {
  display:block
}


.lintab {
	margin-bottom:20px;
}

.lintab div {
    display:inline-block;
	width:100%;
	margin-right:2%;
}
.lintab div:last-child {
	margin-right:0px;
}
.lintab p {
	padding-bottom:10px;
	text-align:center;
}
.lintab .tab {
	
	border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
	padding: .5em 1em;
	display:inline-block;
	    list-style: none;
    position: relative;
    top: 0;
    margin: 3px 2px;
    border-radius: 3px;
    outline: 0;
	text-align:center;
	min-width:130px;
}
.lintab .tab.active {
	    border: 1px solid #caa58b;
    background: #caa58b;
    color: #ffffff;
}
@media screen and (max-width:576px) {
	.lintab div  {
        width: 100%
    }
}
@media screen and (max-width:990px) {
	.lintab .tab {
		font-size:12px;
	}
}

@media screen and (max-width:768px) {
	.table th, .table td {
		font-size: 12px;
		white-space: nowrap;
		
	}
	.table-responsive {
		position:relative;
		padding-top:40px;
	}
	.table-responsive:after {
		  content:"";
		background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIzMnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzkyOTI5MiIgaWQ9Imljb24tMTgtb25lLWZpbmdlci1zd2lwZS1sZWZ0Ij48cGF0aCBkPSJNMTMsNyBMNS45NTAwMDEsNyBMOS4yMDAwMDEsMTAuMjUgTDguNDUwMDAxLDExIEwzLjk1MDAwMSw2LjUgTDguNDUwMDAxLDIgTDkuMjAwMDAxLDIuNzUgTDUuOTUwMDAxLDYgTDEzLjA1MDkzMDQsNiBDMTMuMjg0MzA4LDQuODUzNjUxNjQgMTQuMjkyMTE3NSw0IDE1LjUsNCBDMTYuODkwMzM3OSw0IDE4LDUuMTIzMDUyNzYgMTgsNi41MDg0MDg1NSBMMTgsMTEuNDk4MzY1MyBDMTguNDE3ODMwMywxMS4xODUzMDU0IDE4LjkzNzE5NywxMSAxOS41LDExIEMyMC41ODI1MTgxLDExIDIxLjQ5NDg4NTEsMTEuNjc3NDY3MiAyMS44NDU4MTc1LDEyLjYyODEyMzkgQzIyLjI4NjU5MzEsMTIuMjM3OTg5NCAyMi44NjU3MTA5LDEyIDIzLjUsMTIgQzI0Ljg5MDMzNzksMTIgMjYsMTMuMTE4MjI1NiAyNiwxNC40OTc2MjY3IEwyNiwxNC41MTEwODgzIEMyNi40MTc4MzAzLDE0LjE5ODUxNTggMjYuOTM3MTk3LDE0LjAxNDE5MSAyNy41LDE0LjAxNDE5MSBDMjguODkwMzM3OSwxNC4wMTQxOTEgMzAsMTUuMTMzNTM1NSAzMCwxNi41MTQzMTY4IEwzMCwyMi41IEMzMCwyNy4xOTQ0MjA2IDI2LjE5NDQyMDYsMzEgMjEuNSwzMS4wMDAwMDAzIEMxOC4zODcwODQ4LDMxLjAwMDAwMDMgMTUuMTAxODA3LDI5LjU0NzQ4NTYgMTIuODQwODIwNCwyNS40MjgyMjI5IEM5LjU3NzMzMTc0LDE5LjQ4MjUxNTkgNS40MDM4NTI4NiwxNS41ODMyMDc3IDcuMzkxMTEzMjcsMTMuNTk1OTQ3MyBDOC44MTI3NjIzNiwxMi4xNzQyOTgyIDExLjA0NDg0MTYsMTMuNTM4MTY2OCAxMywxNS4zNjY3ODY4IEwxMywxNS4zNjY3ODY4IEwxMyw3IEwxMyw3IFogTTIxLjQ5ODczOTEsMjkuOTk5OTk5OSBDMjUuNjQxNTcxMSwzMCAyOSwyNi40MTQ3NzUyIDI5LDIyLjUgQzI5LDIyLjUgMjksMjQuODEzMjQzNyAyOSwyMi41IEwyOSwxOC43NDkxNjIyIEwyOSwxNi41MDE2NzU2IEMyOSwxNS42NzIzMjMxIDI4LjMzNDIwMjgsMTUgMjcuNSwxNSBDMjYuNjcxNTcyOSwxNSAyNiwxNS42NzExODk0IDI2LDE2LjUwMTY3NTYgTDI2LDE3IEwyNSwxNyBMMjUsMTQuNTA2NDM4NSBDMjUsMTMuNjc0NDU1NSAyNC4zMzQyMDI4LDEzIDIzLjUsMTMgQzIyLjY3MTU3MjksMTMgMjIsMTMuNjcxNTQwNiAyMiwxNC41MDY0Mzg1IEwyMiwxNiBMMjEsMTYgTDIxLDEzLjUwNjQzODUgQzIxLDEyLjY3NDQ1NTUgMjAuMzM0MjAyOCwxMiAxOS41LDEyIEMxOC42NzE1NzI5LDEyIDE4LDEyLjY3MTU0MDYgMTgsMTMuNTA2NDM4NSBMMTgsMTcgTDE3LDE3IEwxNyw2LjUwNTI0MTE2IEMxNyw1LjY3MzkxOTQyIDE2LjMzNDIwMjgsNSAxNS41LDUgQzE0LjY3MTU3MjksNSAxNCw1LjY2NzEyOTc2IDE0LDYuNTA1MjQxMTYgTDE0LDE3Ljc5OTk4NzggQzExLjk0MTYwMDQsMTUuNTk5NTY3IDkuMjMxNjI5NzgsMTMuMTc5MTIwNiA4LjEyMTAzMjcxLDE0LjI5NTcxNTMgQzcuMDMzODYyOTMsMTUuMzg4NzU2MiA5LjgzNTM2MTk5LDE4LjQwMDcyMTYgMTMuNzQ3Mzc1NSwyNC45ODMwOTM2IEMxNS41MDk5OTU4LDI3Ljk0ODg4NzUgMTcuNzQwMjg0OSwyOS45OTk1NDE4IDIxLjQ5ODczOTEsMjkuOTk5OTk5OSBMMjEuNDk4NzM5MSwyOS45OTk5OTk5IFoiIGlkPSJvbmUtZmluZ2VyLXN3aXBlLWxlZnQiLz48L2c+PC9nPjwvc3ZnPg==');
		  width:32px;
		  height:32px;
		  position:absolute;
		  right:0px;
		  top:0px;
		  background-size:100%;
		  background-repeat:no-repeat;
		  animation-duration: 3s;
		  animation-name: slidein;
		  animation-iteration-count: infinite;
		}
		@keyframes slidein {
		  from {
			right:0px;
		  }

		  to {
			right:40px
		  }
		}
}

.br50{
    border-radius: 50%;
}

.nyfor4{
    color: #a50016; 
    padding-top: 330px; 
    font-size: 30px; 
    font-family: 'Open Sans'; 
    font-weight: bold; 
    font-style: italic;
}

.slider .slide h1{
    padding-top: 20px;
}

.slider .slide.slide-4 h1{
    padding-top: 20px;
}

@media screen and (max-width:990px) {
    .nyfor4{
        padding-top: 480px;    
    }	
}

@media screen and (max-width:720px) {
    .nyfor4{
        padding-top: 50px;    
    }	
}
.text-regular p {
    font-weight: 400;
}


/*# sourceMappingURL=styles.css.map */