/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-focus-inner { border: 0; padding: 0; }
body { margin:0; padding:0;}

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

div{ margin:0; outline:0;}
ul {outline:0;}
a:active,
a:hover {
  outline: 0;
}
/*убираем бордюры*/
img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
a:focus { border:0px; }
/*общее оформление ссылок*/
a { color:#5b9a2a; text-decoration: none; }
a:hover { color:#ef7f1a; text-decoration:underline; }


/*бэкграунд*/
html {
    background:#fff;
}
body {min-width:1280px; font-size: 18px; line-height: 1.3; color:#2e2e2e; font-weight:normal;}
 
/*разделитель*/
.clear { height:0px; width:100%; clear:both; }

/*все дивы в бокссайз бордер бокс*/
div {
	box-sizing: border-box;
}

/* обновите браузер*/
.browserupgrade {
	text-align:center;
	padding:10px;
	background:#fff;
	border-bottom:3px solid #000;
}
.browserupgrade a {
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

/* шрифт */

body {font-family: Muller, Arial;}


/* Типографика */
h1 {
	font-weight:bold;
	font-size:50px;
	line-height:50px;
	margin:0;
	text-transform:uppercase;
	letter-spacing:2px;
	background:url(../images/h1-bg.png) left bottom no-repeat;
}
h2 {
	font-weight:bold;
	font-size:28px;
	line-height:36px;
	padding:0;
	margin:40px 0px 20px;
	text-transform:uppercase;
}
h3 {
	font-weight:bold;
	font-size:21px;
	line-height:28px;
	margin:20px 0px 10px;
}
p {
	margin:0 0 15px;
}


/*центрируем блоки*/
.center-box {
	margin:0 auto;
	width:1160px;
	position:relative;
}


/* навигация верхняя */
.nav-line {
    background:#5b9a2a;
    /*box-shadow:0 0 10px rgba(0,0,0,0.5);*/
    box-shadow:0 4px 10px rgba(0,0,0,0.25);
    position:relative;
    z-index: 2;
}
.mob-menu {
    display: none;
}
.nav-line ul.menu {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    text-align: justify;
    height:70px;
}
.nav-line ul.menu:before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
}
.nav-line ul.menu:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.nav-line ul.menu li {
    display:inline-block;
    position: relative;
}
.nav-line ul.menu li a {
    display:block;
    color:#fff;
    text-transform:uppercase;
    font-size:14px;
    font-weight:500;
    line-height:25px;
    padding:25px 0 20px;
    text-decoration:none;
}
.nav-line ul.menu li a:hover {
    padding:20px 0 20px;
    border-top:5px solid #ef7f1a;
}
.nav-line ul.menu li.active a {
    padding:20px 0 20px;
    border-top:5px solid #ef7f1a;
}

/* блок с логотипом и т.п. */
.logo-line {
    background:#fff;
    position:relative;
}
.logo-box {
    width:240px;
    height:240px;
    margin:0 auto;
}
.logo-box a {
    display:block;
    width:240px;
    height:240px;
    background:url(../images/logo.png) center no-repeat;
}

.logo-line a {
    text-decoration:none;
    color:#333
}
.logo-line .whatsapp {
    display:none;
}
.logo-line .left {
    position:absolute;
    left:0;
    top:0;
    height:240px;
    padding-top:45px;
    text-align:left;
}
.logo-line .left .title {
    font-size: 36px;
    line-height:36px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing:1px;
    color:#333;
}
.logo-line .right {
    position:absolute;
    right:0;
    top:0;
    height:240px;
    padding-top:45px;
    text-align:right;
}
.logo-line .right .subtitle {
    font-size: 14px;
    line-height:36px;
    font-weight: bold;
    color:#666;
}
.logo-line .right .title {
    font-size: 36px;
    line-height:36px;
    text-transform: uppercase;
    font-weight: bold;
    color:#333;
}

.btn {
    background-color:#5b9a2a;
    width:320px;
    height:60px;
    text-align:center;
    box-sizing: border-box;
    font-size:18px;
    line-height:20px;
    padding:22px 10px 18px 50px;
    border-radius:30px;
    letter-spacing:1px;
    color:#fff;
    font-weight:500;
    text-transform:uppercase;
    margin-top:20px;
    cursor:pointer;
}
.btn:hover {
    background-color:#ef7f1a;
    box-shadow:0 10px 25px rgba(239,127,26,0.35);
}
.zamer-btn {
    background-image:url(../images/zamer.png);
    background-position: left 5px center;
    background-repeat: no-repeat;
}
.zvonok-btn {
    background-image:url(../images/zvonok.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
}
.raschet-btn {
    background-image:url(../images/zamer.png);
    background-position: left 5px center;
    background-repeat: no-repeat;
    margin-top: 28px;
}
.more-btn {
    display:inline-block;
    margin:0;
    padding:14px 10px 10px 10px;
    font-size:14px;
    height:45px;
    width:140px;
    border-radius:23px;
    color:#fff!important;
    text-decoration:none!important;
}
.eskiz-btn {
    background-image:url(../images/zamer.png);
    background-position: left 5px center;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 33px;
}
.zamer2-btn {
    background-image:url(../images/zamer.png);
    background-position: left 5px center;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 0px;
}
.consult-btn {
    background-image:url(../images/zvonok.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
}
.submit-btn {
    background-image:url(../images/submit.png?2);
    background-position: left 10px center;
    background-repeat: no-repeat;
    margin:0 auto;
}
.laminat-btn {
    background-image:url(../images/zamer.png);
    background-position: left 5px center;
    background-repeat: no-repeat;
}
.logo-line .eskiz2-btn {
    display:none;
}

/*меню каталога*/
.catalog-line {
    background:#fff;
}
.catalog-line ul.menu {
    display:block;
    list-style:none;
    margin:0;
    padding:0 0 40px;
    text-align: justify;
    height:200px;
}
.catalog-line ul.menu:before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
}
.catalog-line ul.menu:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.catalog-line ul.menu li {
    display:inline-block;
    position: relative;
}
.catalog-line ul.menu li a {
    display:block;
    color:#333333;
    text-transform:uppercase;
    font-size:15px;
    font-weight:700;
    line-height:22px;
    padding:135px 20px 20px;
    text-decoration:none;
    box-sizing: border-box;
    width:180px;
    text-align:center;
    letter-spacing:0.5px;
    background-color:#f8f8f8;
    background-position:top left;
    background-repeat:no-repeat;
    border-radius:8px;
}
.catalog-line ul.menu li a:hover {
    box-shadow:0 7px 15px rgba(0,0,0,0.15);
    background-position:top right;
}
.catalog-line .icat1 {
    background-image:url(../images/icat1.png);
}
.catalog-line .icat2 {
    background-image:url(../images/icat2.png);
}
.catalog-line .icat3 {
    background-image:url(../images/icat3.png);
}
.catalog-line .icat4 {
    background-image:url(../images/icat4.png);
}
.catalog-line .icat5 {
    background-image:url(../images/icat5.png);
}
.catalog-line .icat6 {
    background-image:url(../images/icat6.png);
}


/*типа слайдер*/
.slider-line {
    background:#eee url(../images/slide1.jpg) center no-repeat;
    background-size:cover;
    height:600px;
    position:relative;
    z-index:2;
    box-shadow:0 7px 15px rgba(0,0,0,0.15);
}
.slider-line .center-box {
    padding-top:136px;
}
.slider-title {
    font-size:70px;
    line-height:72px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:2px;
    color:#000;
}
.slider-subtitle {
    font-size:48px;
    line-height:60px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1.5px;
    color:#5b9a2a;
    margin-top: 24px;
}

/* типовой блок с заголовком и ссылкой*/
.thead {
    overflow:hidden;
    /*margin-top:15px;
    margin-bottom:35px;*/
    padding-top:15px;
    padding-bottom:35px;
}
.thead h2 {
    width:900px;
    float:left;
    font-size:48px;
    line-height:50px;
    text-transform:uppercase;
    font-weight:700;
    color:#000;
    letter-spacing:1.5px;
    margin:0;
}
.thead .link {
    width:260px;
    float:left;
    text-align:right;
}
.thead .link a {
    display:inline-block;
    font-size:24px;
    line-height:35px;
    text-transform:uppercase;
    font-weight:700;
    color:#ef7f1a;
    letter-spacing: 0.5px;
    padding-right:28px;
    padding-top:5px;
    background:url(../images/ilink.png) right center no-repeat;
}
.thead .subtitle {
    font-size:24px;
    line-height:30px;
    font-weight:500;
    color:#666;
    margin: 13px 0 0;
}

/* типовые окна */
.content-line {
    background:#f8f8f8;
    position:relative;
}
.content-line .center-box {
    padding:50px 0;
}

/* типовые окна */
.type-line {
    background:#f8f8f8;
    position:relative;
}
.type-line .center-box {
    padding:50px 0;
}
.type-box {
    margin:-21px;
    padding:1px;
}

.type-item {
    background:#fff;
    background-position:top 115px center;
    background-repeat:no-repeat;
    width:360px;
    height:450px;
    border-radius:8px;
    position:relative;
    overflow:hidden;
    box-shadow:0 7px 25px rgba(0,0,0,0.05);
    margin:20px;
    float:left;
}
.type-item:hover {
    box-shadow:0 7px 25px rgba(0,0,0,0.15);
}
.type-item-title {
    font-size:20px;
    line-height:26px;
    letter-spacing:0.5px;
    color:#333;
    text-transform:uppercase;
    padding:37px;
    text-align:center;
    font-weight:700;
}
.type-item-title a {
    color:#333;
    display:block;
    text-decoration:none;
}
.type-item-title a:hover {
    color:#5b9a2a;
    text-decoration:none;
}
.type-item-bottom {
    position:absolute;
    bottom:0;
    width:100%;
    background:#fff;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    height:120px;
    padding:40px 30px 0;
}
.type-item-desc {
    float:left;
    width:50%;
    font-size:14px;
    line-height:26px;
    color:#333;
    font-weight:bold;
}
.type-item-cost {
    font-size:18px;
    color:#ef7f1a;
}
.type-item-btn {
    float:right;
    width:50%;
    text-align:right;
}

/* форма заявки по эскизу */
.eskiz-line {
    background:#fff url(../images/eskiz-bg.jpg) bottom center no-repeat;
    position:relative;
    z-index:2;
    height:530px;
    box-shadow:0 7px 25px rgba(0,0,0,0.15);
}
.eskiz-line .center-box {
    padding:175px 0 0;
}
.eskiz-desc {
    float:left;
    margin-left:115px;
    width:640px;
}
.eskiz-title {
    font-size:48px;
    line-height:50px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1.3px;
    color:#ef7f1a;
}
.eskiz-subtitle {
    font-size:24px;
    line-height:30px;
    font-weight:700;
    color:#666;
    margin-top:25px;
}
.eskiz-text {
    font-size:18px;
    line-height:24px;
    font-weight:500;
    color:#666;
    margin-top: 47px;
    margin-left: 180px;
}


.eskiz-form {
    float:right;
    margin-right:95px;
    width:310px;
    margin-top:-10px;
}
.eskiz-form input {
    display:block;
    border:1px solid #f4f4f4;
    border-radius:5px;
    background-color:#f4f4f4;
    background-position:left 25px center;
    background-repeat:no-repeat;
    font-size:18px;
    line-height:30px;
    color:#666;
    padding:15px 15px 15px 65px;
    width:100%;
    box-sizing: border-box;
    margin:0;
    margin-bottom:15px;
    outline:0;
}
.eskiz-form input:focus, .eskiz-form input:hover {
    border:1px solid #5b9a2a;
}
.eskiz-form input.fos-name {
    background-image:url(../images/iname.png);
}
.eskiz-form input.fos-telefon {
    background-image:url(../images/itelefon.png);
}
.eskiz-form input.fos-eskiz {
    background-image:url(../images/ieskiz.png);
    display:none;
}
.eskiz-form .eskiz-label {
    display:block;
    border:1px solid #f4f4f4;
    border-radius:5px;
    background-color:#f4f4f4;
    background-position:left 25px center;
    background-repeat:no-repeat;
    font-size:18px;
    line-height:30px;
    color:#666;
    padding:15px 15px 15px 65px;
    width:100%;
    box-sizing: border-box;
    margin:0;
    margin-bottom:15px;
    outline:0;
    background-image:url(../images/ieskiz.png);
}

/* блок с ламинацией*/ 
.laminat-line {
    background:#fff;
    position:relative;
    height:919px;
    /*border-bottom:1px solid #aaa;*/
    overflow: hidden;
}
.laminat-line .center-box {
    padding:70px 0 0;
}
.laminat-box {
    
}
.laminat-step1 {
    float:left;
        height:540px;
    width: 600px;
    margin-right: 60px;
}
.laminat-step2 {
    float:left;
        height:540px;
    width:200px;
}
.laminat-step3 {
    float:left;
    position:relative;
        height:540px;
    width:540px;
    margin-right:-300px;
    background-position:top 25px right;
    background-repeat:no-repeat;
}
.laminat-hand {
    position:absolute;
    top: 105px;
    left: 68px;
    height:330px;
    width:115px;
    background-position:center;
    background-repeat:no-repeat;
}
.laminat-title {
    font-weight: bold;
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #5b9a2a;
    margin: 13px 0;
}
.laminat-item {
    display: block;
    color: #333333;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    padding: 158px 18px 18px;
    text-decoration: none;
    box-sizing: border-box;
    width: 180px;
    text-align: center;
    letter-spacing: 0.5px;
    background-color: #f8f8f8;
    border:2px solid #f8f8f8;
    background-position: top 20px center;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin:0 20px 20px 0;
    float:left;
    cursor:pointer;
}
.laminat-item:hover {
    box-shadow:0 7px 15px rgba(0,0,0,0.15);
}
.laminat-item.active {
    border:2px solid #ef7f1a;
}

.laminat-form {
    background: #5b9a2a;
    padding: 35px;
    margin-top: 2px;
    border-radius: 10px;
    box-shadow:0 7px 25px rgba(0,0,0,0.05);
    overflow:hidden;
}
.laminat-form .btn {
    margin-top:0;
    float:right;
    margin-left: 20px;
    width: 294px;
    color:#fff;
    background-color: #ef7f1a;
}
.laminat-form input {
    display:block;
    border:1px solid #f4f4f4;
    border-radius:5px;
    background-color: #f4f4f4;
    background-position:left 25px center;
    background-repeat:no-repeat;
    font-size:18px;
    line-height:30px;
    color:#999;
    padding:14px 15px 14px 65px;
    width:100%;
    box-sizing: border-box;
    margin:0;
    margin-left: 20px;
    outline:0;
    float:right;
    width: 250px;
}
.laminat-form input:focus, .laminat-form input:hover {
    border:1px solid #ef7f1a;
}
.laminat-form input.fos-name {
    background-image:url(../images/iname.png);
}
.laminat-form input.fos-telefon {
    background-image:url(../images/itelefon.png);
}

.laminat-form .form-text {
    font-weight: bold;
    float:left;
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    padding:4px 0 0 4px;
}
.laminat-form .form-text div {
}


/* блок аксессуаров */
.dop-line {
    background:#fff;
    position:relative;
}
.dop-line .center-box {
    padding:60px 0;
}
.dop-box {
    margin:-21px;
    padding:1px;
}
.dop-item {
    display:block;
    box-sizing: border-box;
    background:#fff;
    background-position:top 85px center;
    background-repeat:no-repeat;
    width:310px;
    height:345px;
    border-radius:8px;
    position:relative;
    overflow:hidden;
    box-shadow:0 7px 25px rgba(0,0,0,0.05);
    margin:20px;
    float:left;
    text-decoration:none;
    color:#333;
}
.dop-item:hover {
    box-shadow:0 7px 25px rgba(0,0,0,0.15);
    text-decoration:none;
    color:#5b9a2a;
}
.dop-item-title {
    font-size:20px;
    line-height:26px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    padding:37px;
    text-align:center;
    font-weight:700;
}

/* блок с вызовом замерщика*/
.zamer-line  {
    background:#fff;
    padding-bottom: 80px;
}
.zamer-line .center-box {
    padding:85px 60px 55px;
    background:#f5d7b9 url(../images/zamer-bg.jpg?2) center no-repeat;
    background-size:cover;
    border-radius:10px;
}
.zamer-desc {
    float:left;
    width:640px;
}
.zamer-title {
    font-size:48px;
    line-height:50px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1.3px;
    color:#000;
}
.zamer-subtitle {
    font-size:24px;
    line-height:30px;
    font-weight:700;
    color:#000;
    margin-top:25px;
}


.zamer-form {
    float:right;
    margin-right:90px;
    width:300px;
    margin-top:-25px;
}
.zamer-form input {
    display:block;
    border:1px solid #fff;
    border-radius:5px;
    background-color:#fff;
    background-position:left 25px center;
    background-repeat:no-repeat;
    font-size:18px;
    line-height:30px;
    color:#999;
    padding:15px 15px 15px 65px;
    width:100%;
    box-sizing: border-box;
    margin:0;
    margin-bottom:20px;
    outline:0;
}
.zamer-form input:focus, .zamer-form input:hover {
    border:1px solid #5b9a2a;
}
.zamer-form input.fos-name {
    background-image:url(../images/iname.png);
}
.zamer-form input.fos-telefon {
    background-image:url(../images/itelefon.png);
}

/* блок преимущества */
.advant-line {
    height:525px;
    background:#eee url(../images/advant.jpg) center no-repeat;
    background-size:cover;
}

.advant-line .center-box {
    padding:80px 0 0;
}
.advant-title {
    font-size:48px;
    line-height:50px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1.3px;
    color:#ef7f1a;
}
.advant-subtitle {
    font-size:24px;
    line-height:30px;
    font-weight:700;
    color:#000;
    margin-top:12px;
}
.advant-items {
    margin: 34px -18px;
}
.advant-item {
    width:164px;
    padding-top:164px;
    text-align:center;
    float:left;
    margin: 0 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    line-height: 22px;
}
.advant-item1 {
    background:url(../images/advant1.png) center top no-repeat;
}
.advant-item2 {
    background:url(../images/advant2.png) center top no-repeat;
}
.advant-item3 {
    background:url(../images/advant3.png) center top no-repeat;
}
.advant-item4 {
    background:url(../images/advant4.png) center top no-repeat;
}

/* отзывы */
.review-line {
    background:#fff;
    position:relative;
    height: 580px;
}
.review-line .center-box {
    padding:60px 0;
}

.review-box {
    position:relative;
    min-height:400px;
}
.review-item {
    display:none;
}
.review-item.active {
    display:block;
}
.review-img {
    float: left;
    margin-right: 40px;
}
.review-img img{
    display:block;
    width: 490px;
    height:auto;
    border-radius: 10px;
    box-shadow:0 7px 25px rgba(0,0,0,0.35);
}
.review-title {
    font-weight: bold;
    line-height: 30px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.21px;
    color: #5b9a2a;
}
.review-subtitle {
    font-weight: bold;
    margin-top: 7px;
}
.review-text {
    margin-top: 18px;
    line-height: 24px;
    font-size: 16px;
    font-style: italic;
}


.rvb-btns {
    position:absolute;
    left: -45px;
    top: 115px;
    height: 90px;
    width: 90px;
    border-radius: 45px;
    background:rgba(239,127,26,0.9) url(../images/rvb-center.png) center no-repeat;
    overflow:hidden;
    z-index:100;
}
.rvb-btn {
    width:50%;
    height:100%;
    float:left;
    cursor:pointer;
    opacity:0.9;
}
.rvb-btn:hover {
    opacity:1;
}
.rvb-prev {
    background:url(../images/rvb-left.png) center no-repeat;
}
.rvb-next {
    background:url(../images/rvb-right.png) center no-repeat;
}

/* блок консуьтации */
.consult-line {
    height:580px;
    margin-top: 60px;
}

.consult-line .center-box {
    padding: 76px 75px 55px;
    background:#f3f3f3 url(../images/consult-bg.jpg) center no-repeat;
    background-size:cover;
    border-radius:10px;
}

.consult-desc {
    
}
.consult-title {
    font-size:48px;
    line-height:50px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1.3px;
    color: #ef7f1a;
}
.consult-subtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
}


.consult-form {
    background: #fff;
    padding: 38px;
    margin-top: 28px;
    border-radius: 10px;
    box-shadow:0 7px 25px rgba(0,0,0,0.05);
    overflow:hidden;
}
.consult-form .btn {
    margin-top:0;
    float:right;
    margin-left: 22px;
    width: 303px;
}
.consult-form input {
    display:block;
    border:1px solid #f4f4f4;
    border-radius:5px;
    background-color: #f4f4f4;
    background-position:left 25px center;
    background-repeat:no-repeat;
    font-size:18px;
    line-height:30px;
    color:#999;
    padding:14px 15px 14px 65px;
    width:100%;
    box-sizing: border-box;
    margin:0;
    outline:0;
    float:right;
    width: 250px;
}
.consult-form input:focus, .consult-form input:hover {
    border:1px solid #5b9a2a;
}
.consult-form input.fos-name {
    background-image:url(../images/iname.png);
}
.consult-form input.fos-telefon {
    background-image:url(../images/itelefon.png);
}

.consult-form .form-text {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 16px;
    letter-spacing: 0.1px;
    margin-bottom: -20px;
}
.consult-form .form-text span {
    font-size: 36px;
    font-weight: bold;
    line-height: 60px;
}

/* блок с картой и адресами */
.map-line {
    position:relative;
    height:570px;
}
.map-line .map-wrap {
    position:absolute;
    z-index:1;
    height:570px;
    width:100%;
    top:0;
    /*display:none;*/
}
.map-line .center-box {
    position:relative;
    z-index:2;
    height:570px;
    padding: 80px 0;
}
.map-box {
    height:100%;
    width:440px;
    border-radius:10px;
    background:#fff;
    padding: 47px 40px;
    box-shadow:0 7px 25px rgba(0,0,0,0.05);
}
.map-title {
    font-size:36px;
    line-height:36px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#ef7f1a;
    font-weight:700;
}
.map-subtitle {
    font-size:20px;
    line-height:30px;
    color:#333;
    font-weight:500;
    margin-top:5px;
}
.map-telefon {
    font-size:30px;
    line-height:46px;
    color:#333;
    font-weight:700;
    margin-top:20px;
}
.map-subtelefon {
    font-size:14px;
    line-height:14px;
    color:#666;
    font-weight:500;
}
.map-telefon2 {
    font-size:20px;
    line-height:30px;
    color:#333;
    font-weight:700;
    margin-top:20px;
}
.map-adres {
    font-size:20px;
    line-height:30px;
    color:#333;
    font-weight:700;
    margin-top:17px;
}
.map-mail {
    font-size:20px;
    line-height:30px;
    color:#5b9a2a;
    font-weight:700;
    margin-top:15px;
}

/* подвал */
.footer-line {
    position:relative;
    color:#fff;
    background:#5b9a2a;
}
.footer-line a {
    color:#fff;
}
.footer-line .center-box {
    padding:60px 0 50px;
    position:relative;
}
.footer-box1 {
    float:left;
    width:595px;
}
.footer-box2 {
    float:left;
    width:375px;
}
.footer-box3 {
    float:left;
    width:190px;
}

.footer-line ul.menu {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}
.footer-line ul.menu li {
    display:block;
}
.footer-line ul.menu li a {
    display:block;
    font-size:16px;
    line-height:34px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    font-weight:600;
}
.footer-line .footer-box3 ul.menu {
    padding-top:2px;
}
.footer-line .footer-box3 ul.menu li a {
    display:block;
    font-size:12px;
    line-height:24px;
    letter-spacing:0.2px;
    text-transform:uppercase;
    font-weight:600;
}
.footer-copyright {
    display:block;
    font-size:16px;
    line-height:34px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    font-weight:500;    
}
.footer-text {
    font-size:14px;
    line-height:22px;
    margin-top:1px;
}
.footer-dev {
    position:absolute;
    bottom: 60px;
    left:0;
    color:#fff;
    color:rgba(255,255,255,0.5);
    font-size:14px;
    line-height:14px;
}
.footer-dev a {
    color:#fff;
    color:rgba(255,255,255,0.5);
    text-decoration:none;
}

/* форма обратной связи */
.fos-wrapper {
    display: none; 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 200;
}
.fos-box {
    display: none;
    position: fixed;
    left: 15%;
    top: 15%;
    width:70%;
    height:auto;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    color: #333;
    text-align:center;
    z-index: 220;
    padding:40px;
    overflow:hidden;
    box-shadow:0 7px 15px rgba(0,0,0,0.15);
}
.fos-box-content {
    width:100%;
    height:100%;
    overflow:auto;
}
    .fos-box .fos-box-close {
        position: absolute;
        width: 45px;
        height: 45px;
        top: 15px;
        right: 15px;
        border-radius:5px;
        background: url(../images/close.png) top center no-repeat;
        cursor: pointer;
    }
    .fos-box .fos-box-title {
        text-align: center;
        font-size:36px;
        line-height:50px;
        text-transform:uppercase;
        font-weight:700;
        color:#000;
        letter-spacing:1.5px;
        margin:0 0 15px 0;
    }
    .fos-box .fos-box-dop {
        height: 16px;
        font-size: 14px;
        line-height: 16px;
        padding: 0 0 10px;
    }
    .fos-box .blo {
        margin: 10px 0;
        padding: 5px;
    }
    .fos-box .blo input[type="text"] {
        display: block;
        border: 1px solid #f4f4f4;
        border-radius: 5px;
        background-color: #f4f4f4;
        background-position: left 25px center;
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 30px;
        color: #666;
        padding: 15px 15px 15px 65px;
        width: 100%;
        max-width:400px;
        box-sizing: border-box;
        margin: 0 auto 15px;
        outline: 0;
    }
    .fos-box .blo input[type="text"]:focus, .fos-box .blo input[type="text"]:hover {
        border:1px solid #5b9a2a;
    }
    .fos-box .blo.error input[type="text"] {
        background:rgba(255,0,0,0.1);
        border: 1px solid #ff0000;
    }
    .fos-box  input.fos-name {
        background-image:url(../images/iname.png);
    }
    .fos-box  input.fos-telefon {
        background-image:url(../images/itelefon.png);
    }
    .fos-box .blo textarea {
        display: block;
        width: 320px;
        margin: auto;
        color: #333;
        background: transparent;
        padding: 5px;
        border: 1px solid #333;
        border-radius: 3px;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
    }
    .fos-box .blo.error textarea {
        background:rgba(255,0,0,0.1);
        border: 1px solid #ff0000;
    }
    .fos-box .submit_fos, .fos-box2 .submit_fos {
        border: 0;
        border-radius: 5px;
        background: #9d9d9d;
        padding: 10px 15px;
        text-align: center;
        text-transform: uppercase;
        width: 250px;
        line-height: 21px;
        color:#fff;
        margin: 10px auto;
        cursor:pointer;
    }
    .fos-box .submit_fos:hover, .fos-box2 .submit_fos:hover {
        background: #339900;
    }
    .fos-box .blo-policy {
        text-align:center;
    }
    
    .fos-box input.fos-eskiz {
        background-image:url(../images/ieskiz.png);
        display:none;
    }
    .fos-box .eskiz-label {
        display: block;
        border: 1px solid #f4f4f4;
        border-radius: 5px;
        background-color: #f4f4f4;
        background-position: left 25px center;
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 30px;
        color: #666;
        padding: 15px 15px 15px 65px;
        width: 100%;
        max-width:400px;
        box-sizing: border-box;
        margin: 0 auto 15px;
        outline: 0;
        text-align:left;
        background-image:url(../images/ieskiz.png);
    }
    
/*каталог*/
.full-item {
    padding-top: 20px;
    border-top: 1px dashed #666;
}
.item-title {
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
    margin: 0;
}
.item-subtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #666;
    margin: 0 0 30px;
}
.item-img {
    float:left;
    width:400px;
    text-align:center;
    padding:40px 20px;
    background:#fff;
    border-radius:5px;
    margin-right:50px;
}
.item-img img {
    display:block;
    max-width:100%;
    margin:0 auto;
}
.item-desc {
    float:left;
    width:710px;
}


/*таблицы*/
table {
    border: 0;
    border-collapse: collapse;
    max-width: 100%;
    margin: 20px 0;
    width: 100%;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}


table td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:10px;
    width:auto;
    white-space: nowrap;
}
table td:nth-child(1) {
    white-space: normal;
}
table th {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:10px;
    width:auto;
    background:#ecebf0;
    text-align:left;
    text-transform:uppercase;
    letter-spacing:1px;
}
table p {
    margin:0;
    padding:0;
}
table tr:nth-child(2n) {
    background:#fff;
}

.advants {
  margin:30px -1px;
}
.advant {
  float:left;
  width:48%;
  margin:10px 1%;
  text-align:left;
  padding:40px 20px 40px 160px;
  border-radius: 8px;
}
.etap_photo {
  border-radius: 8px;
  display:block;
  width:100%;
  max-width:450px;
  height:auto;
  margin:30px 0 10px;
}

.ports {
  margin:30px -1px;
}
.port_item {
  float:left;
  width:48%;
  margin:10px 1% 20px;
  text-align:left;
  height:auto
}
.port_image {
  display:block;
  width:100%;
  height:400px;
   border-radius: 8px;
}
.port_title {
  font-size:18px;
  margin-top:5px;
}