﻿table {
border-spacing: 0 10px!important;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
th {
padding: 10px 20px!important;
background: #f0e5e1;
border: 2px solid #56433D!important;
font-size: 0.9em;
}
th:first-child {
text-align: left;
}
th:last-child {
border-right: none;
}
td {
vertical-align: middle;
padding: 10px!important;
font-size: 14px!important;
text-align: center;
border-top: 2px solid #56433D!important;
border-bottom: 2px solid #56433D!important;
border-right: 2px solid #56433D!important;
}
td:first-child {
border-left: 2px solid #56433D!important;
border-right: none;
}
td:nth-child(2){
text-align: left;
}

.header {
    position:relative;
    background-color:white;
}
a{
    text-decoration:underline;
}
.wrapper{
    background-color:white;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.videoWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shadowSimple
{
    box-shadow:0px 0px 14px rgba(0,0,0,0.8);
}

   table {
    min-width: 550px; /* Ширина таблицы */
   }
   th, td {
    border: 1px solid #b62c2c; /* Параметры рамки */
    text-align: left; /* Выравнивание по центру */
    padding: 7px; /* Поля вокруг текста */
	border: 2px solid #333; /* Граница вокруг ячеек */
   }
   th {
    vertical-align: bottom; /* Выравнивание по нижнему краю */
    padding: 7px; /* Поля вокруг текста */
   }
  

h3{
    font-size:18px;
    color:#b62c2c;
    display:block;
    font-weight:bold!important;
    margin-bottom:10px!important;
}
.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
#toggleTopMenu{
    font-size:13px;
    background-image:url(design/arrow-down.png);
    background-repeat:no-repeat;
    background-position:right center;
    color:#919191;
    margin-left:34px;
    line-height:30px;
    width:60px;
    display:none;
    cursor:pointer;
}
#topMenu{
    display:block; 
    margin-left:34px;
    margin-right:30px;
    border-bottom:1px solid #C3C3C3;
    width:auto;
}
#topMenu li{
    display:inline-block;    
    padding-right:16px;
}

#topMenu li a{
    color:#ac1c30;
    text-decoration:none;
    font-family:Arial;
    font-size:16px;    
    line-height:30px;
	font-weight:bold;
}
#topMenu li a:hover{
    text-decoration:underline;
}
#logo{
    position:absolute;
    width:400px;
    height:89px;
    top:36px;
    left:36px;
}
#logo div{
    font-size:130%;
    margin-left:10px;
}
#logo span{
    color:#AFAFAF;
    font-size:60%!important;
}
.cart {
    background: rgba(0, 0, 0, 0) url("/Content/design/cart.png") no-repeat scroll left 7px;
    display: inline-block;
    min-width: 85px;
    padding-left: 55px;
    padding-top: 15px;
}
.cart a{
    color:white;
    text-decoration:underline;
    font-family:'Trebuchet MS';
    font-style:italic;
    font-size:13px;    
}
#iconset{
    position:absolute;
    top:2px;
    right:0px;
    width:100px;    
}
#iconset a{
    font-size:12px;    
    color:#B8263B;
}
#iconset a:hover{    
    color:#F6110B;
}
#iconset form{
    display:inline-block;
}
#phones{
    position:absolute;
    top:50px;
    left:450px;
    width:234px;
    text-align:right;
/*    background-image:url(design/phone.jpg);
    background-repeat:no-repeat;*/
    font-size:94%;
}
@media screen and (max-width: 768px) {
    #phones {
        top: 100px;
        left:0;
        width:100%!important;
        text-align:initial;
    }
    #phone, #whatsapp{
        display:inline-block!important;
        font-size:98%!important;
    }
    #phone {
        margin-top: 6px!important;
        padding-bottom: 0;
        position:relative;
        padding-left:26px!important;
    }
        #phone::before {
            position: absolute;
            content: '';
            background-image: url(design/phone.jpg);
            width: 22px!important;
            height: 22px!important;
            background-size: contain;
            margin-left: -24px!important;
            top:-2px;
            z-index:10;            
        }
        #whatsapp::before {
            position: absolute;
            content: '';
            background-image: url(design/whatsapp.png);
            width: 22px !important;
            height: 22px !important;
            background-size: contain;
            margin-left: -24px !important;
            top: 2px;
            z-index: 10;
        }
    #whatsapp {
        margin-top: 6px!important;
        padding-bottom: 0;
        text-align:right;
        padding-right:6px;
    }
    #phonewhats{
        display:flex;
        justify-content:space-between;        
    }
        #phonewhats span{
            width:48%;            
        }
        #obr {
            display: none;
        }
}
#phone{
    display:block;
    font-weight:bold;
    font-size:144%;
    margin-top:-2px;
    padding-bottom:4px;
}
    #phone::before {
        position: absolute;
        content: '';
        background-image: url(design/phone.jpg);
        width: 24px;
        height: 24px;
        background-size: contain;
        margin-left: -32px;
    }
#whatsapp {
    display: block;
    font-weight: bold;
    font-size: 144%;
    margin-top: 2px;
    padding-bottom: 4px;
}
    #whatsapp::before {
        position: absolute;
        content: '';
        background-image: url(design/whatsapp.png);
        width: 24px;
        height: 24px;
        background-size: contain;
        margin-left: -32px;
    }
    #phone a, #whatsapp a {
        text-decoration: none;
        color: #338BD3;
    }
#cart{
    position:absolute;
    top:50px;
    right:40px;
    width:150px;
    text-align:right;
    background-image:url(design/cart.jpg);
    background-repeat:no-repeat;
    font-size:94%;
    color:#989898;
}
#cartLink{
    display:block;
    font-size:120%;    
    padding-bottom:10px;
}
#cartLink2{
    padding-top:4px;
    display:block;
    font-size:100%;    
}

/*Форма поиска*/
form.catalin{
  width: 100%;
  padding: 1px;
  margin-top:15px;
  margin-bottom:10px;
  background-color: #46428e;
  border-radius: 8px;  
  height:28px;
}
.bi{
    width:1000px;
    background-color:yellow;
}
  form.catalin input{
    float: left;
    border: none;
    padding: 1px 10px 1px 4px;
    font: 14px;
    width:inherit;
    font-family:'Trebuchet MS';
    height: 26px;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
    box-shadow: 0 0 1px rgba(0,0,0,.5);
    border-radius: 6px 0 0 6px;
    width:100%;
  }
  form.catalin button{
    float: left;
    border: none;
    background-color: #46428e;
    padding: 0;
    margin: 0;
    width: 70px;
    margin-left:-68px;
    height: 27px;
    margin-top:0px;
    margin-right:-16px;
    font: bold 12px/30px Arial, Helvetica, sans-serif;
    position: relative;
    cursor: pointer;
    text-shadow: -1px -1px -1px rgba(103,20,3,.5);
    border-radius: 0 6px 6px 0;
    text-transform: uppercase;
    text-align: center;
    color:#FFFFFF;
  }
    form.catalin button:hover{
      background-color: #8e7f6d;
    }
  form.catalin button:before{
    content: '';
    position: absolute;
    top: 8px;
    left: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #46428e;
  }
    form.catalin button:hover:before{
      border-right-color: #8e7f6d;
      text-shadow: 1px 1px 1px rgba(255,255,255,.6);
    }

    .easy-autocomplete-container{        
        margin-top:25px;
        margin-left:10px;
        z-index:99!important;
        width:80%;
    }

    .easy-autocomplete-container .selected{
        background-color:#FFE6D2!important;
    }
.searchCost{
    color:#448212;
    padding:4px;    
}
.searchName{
    padding:4px;
    color:#B84F01!important;
}

/* Placeholder
-----------------------------------------------------*/
  form.catalin input::-webkit-input-placeholder {
     color: #999;
     font-weight: normal;
     font-style: italic;
  }
   
  form.catalin input:-moz-placeholder {
      color: #999;
      font-weight: normal;
      font-style: italic;
  }
   
  form.catalin input:-ms-input-placeholder {
      color: #999;
      font-weight: normal;
      font-style: italic;
  }
/*Конец формы поиска*/

.content{
    margin-left:34px;
    margin-right:25px;
    color:#5D5D5D;    
    background-color:white;
    padding-bottom:20px;
    min-height:600px;
}

.content ul li{
list-style:disc;
margin-left:34px;
}

.content h1,.h1{
    color:#46428e;
    font-size:140%;
    font-weight:bold;
    margin-bottom:15px;
    display:block;
    margin-top:20px!important;
}
.content h2{
    color:#ad5542;
    font-size:120%;
    font-weight:bold;
    margin-bottom:15px;
    display:block;
    margin-top:20px!important;
}
.footer{
    background-color:#46428e;
    min-height:90px;
}
.botMenu{
    margin-left:34px;
    padding-top:20px;
}
.botMenu a{
    display:inline-block;
    margin-right:20px;
    color:white;
    text-shadow: 1px 1px 2px #1C1C1C;
    text-decoration:none;
}
.botMenu a:hover{
    text-decoration:underline;
}
.copyright{
    margin-left:34px;
    padding-top:20px;
    color:white;
}
.copyright a{
    color:white;
	text-decoration:none;
}

.copyright a:hover{
    color:white;
	text-decoration:underline;
}

.catalog-item-start
{
     float:left;
     width:200px;
     height:200px;
     margin:14px;
     position:relative;
}

/*Меню Каталога*/
#catalogMenu {
    width:auto;
    height:30px;
    margin-left:34px;
    margin-right:30px;
    background-color:#46428e;
    border-radius:4px;
    margin-top:100px;
}
 
#catalogMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
 
#catalogMenu ul li {
	float:left;
}
    #catalogMenu ul li:first-child a {
        border-left:none;
    }
    #catalogMenu ul li:last-child a {
        border-right:none;
    }
#catalogMenu ul li a {
    border-right:1px solid #7c6c5b;
    border-left:1px solid #988a7a;
   	float: left;
	color:white;
    padding:2px 10px;
	text-decoration:none;
    background-color:#46428e;
    font-family:Arial;
    font-size:12px;
    line-height:24px;
}
#catalogMenu li ul:first-child{

} 
#catalogMenu li ul {
    	background:#971F04;
    	left: -999em;
    	margin: 28px 0 0;
    	position: absolute;
    	width: 160px;
    	z-index: 9999;
    	border: 1px solid #951E04;
        border-top:none!important;
}
 
#catalogMenu li ul a {
    	background: none;
    	border: 0 none;
    	margin-right: 0;
    	width: 160px;
    	box-shadow: none;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	border-bottom: 1px solid transparent;
    	border-top: 1px solid transparent;
}
#catalogMenu ul li a:hover,
#catalogMenu ul li:hover > a {
    	background:#675645;
    	text-shadow: 0 1px 0 rgba(99,20,3, 0.1), 0 -1px #5E1202; 
}
 
#catalogMenu li ul a:hover,
#catalogMenu ul li li:hover > a  {
  	background: #AE2204;
}
 
#catalogMenu li:hover ul {
    	left: auto;
}
 
#catalogMenu li li ul {
    	margin: -1px 0 0 159px;
    	visibility:hidden;
}
 
#catalogMenu li li:hover ul {
    	visibility:visible;
}
#catalogMenu ul li ul li ul li ul{
    	margin: -1px 0 0 159px;
    	visibility:hidden!important;
}
 
#catalogMenu li li:hover ul {
    	visibility:visible;
}

#catalogMenu ul li ul li ul li:hover ul{
    	margin: -1px 0 0 159px;
    	visibility:visible!important;
}

#catalogMenu ul ul li:last-child > a {

}
 
#catalogMenu ul ul ul li:first-child > a {

}

#catalogMenu ul li a.parent{
    padding-right:20px!important;
    background-image:url(design/down.gif)!important;
    background-repeat:no-repeat!important;
    background-position: calc(100% - 4px) center!important;
     
}
#catalogMenu ul li ul li a.parent{
    padding-right:20px!important;
    background-image:url(design/right.gif)!important;
    background-repeat:no-repeat!important;
    background-position: calc(100% - 8px) center!important;
     
}
#adaptiveCatalogMenu{
    width:auto;
    height:30px;
    margin-left:34px;
    margin-right:30px;
    background-color:#46428e;
    border-radius:4px;
    margin-top:100px;
    position:relative;
    display:none;
}
@media screen and (max-width: 768px) {
    #adaptiveCatalogMenu {
        margin-top: 110px;
    }
}

    #toggleTopMenu2 {
        display: inline-block;
        color: white;
        text-decoration: none;
        border-right: 1px solid #C43F10;
        padding: 5px;
        padding-right: 20px !important;
        background-image: url(design/down.gif) !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 4px) center !important;
        cursor: pointer;
    }

    #adaptiveCart {
        position: absolute;
        right: 10px;
        top: 4px;
        display: none;
    }

        #adaptiveCart a {
            color: white;
        }
    /*Конец меню каталога*/
    .displayNone {
        display: none;
    }

    /* Photo */
    .photoList {
        margin-top: 10px;
        /*background-color:#5689A1;*/
        text-align: center;
    }

        .photoList li {
            display: inline-block;
            position: relative;
            margin: 6px;
            cursor: pointer;
            width: 150px;
            height: 150px;
            font-size: 90%;
            transition: all 0.2s ease-in;
            border-radius: 6px;
            background-size: cover;
            /*background-repeat:no-repeat;*/
            -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

            .photoList li:before {
                -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
                -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
                box-shadow: 0 0 20px rgba(0,0,0,0.8);
            }

            .photoList li:after {
                -webkit-transform: skew(8deg) rotate(3deg);
                -moz-transform: skew(8deg) rotate(3deg);
                -ms-transform: skew(8deg) rotate(3deg);
                -o-transform: skew(8deg) rotate(3deg);
                transform: skew(8deg) rotate(3deg);
            }

            .photoList li a {
                color: #3F6171;
                display: block;
                height: 100%;
                width: 100%;
            }

            .photoList li span {
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: auto;
                background-color: rgba(255,249,232,0.8);
                border-bottom-left-radius: 6px;
                border-bottom-right-radius: 6px;
                text-align: center;
                padding: 6px;
                min-height: 40px;
            }

            .photoList li img {
                width: 180px;
                height: 180px;
            }

            .photoList li:hover {
                transform: scale(1.05,1.05);
                border-radius: 8px;
            }
    /*end*/

    /*Рекламный модуль*/
    .rmoduleMain {
        float: right;
        width: 230px;
    }

    .rmodule {
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
        min-height: 250px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .rmodule h3 {
            text-align: center;
            background-color: #ac1c30;
            color: white;
            font-weight: bold;
            padding: 3px;
        }

    .module-product-item {
        position: relative;
        display: inline-block;
        width: 220px;
        height: 260px;
        padding: 6px;
        margin-right: 7px;
        margin-bottom: 7px;
        overflow: hidden;
        border-bottom: 2px solid #DDDDDD;
        transition: all 0.2s ease-in;
    }

        .module-product-item:hover {
            transform: scale(1.01,1.01);
        }

        .module-product-item:last-child {
            border-bottom: none;
        }

    .module-akcii {
        width: 80px;
        height: 56px;
        position: absolute;
        z-index: 99;
        top: 60px;
        right: 0px;
        background-image: url(design/aktsiya.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .module-product-item h2 a {
        display: block;
        margin-top: 4px;
        margin-bottom: 6px;
        text-align: center;
        color: #B8263B !important;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
    }

        .module-product-item h2 a:hover {
            text-decoration: underline;
        }

    .module-product-image {
        text-align: center;
    }

        .module-product-image img {
            max-width: 200px;
            max-height: 120px;
        }

    .module-product-buttons {
        position: absolute;
        height: 22px;
        bottom: 10px;
    }

    .module-product-cost {
        position: absolute;
        bottom: 40px;
        text-align: center;
        width: 220px;
        color: #B6B6B6;
        font-size: 18px;
    }

        .module-product-cost span {
            color: #5B9620;
        }

    .module-description {
        padding: 10px;
    }

    /*end*/
    .hasRModule {
        margin-right: 250px;
    }

    .crumb {
        font-size: 90%;
        color: #D03C41;
        font-family: 'Trebuchet MS';
        margin-bottom: 10px;
    }

        .crumb a {
            color: #D03C41;
        }

    .gray {
        color: gray !important;
    }

        .gray:hover {
            color: black !important;
        }

    /*Список статей*/
    .article-item {
        border: 1px solid #E9EDEF;
        padding: 8px;
        border-radius: 8px;
        margin-bottom: 14px;
        position: relative;
    }

        .article-item h2 a {
            display: block;
            font-family: Arial;
            font-size: 118%;
            color: #46428e;
            font-weight: bold;
            margin-bottom: 6px;
        }

    .listPhoto img {
        width: 150px;
        float: left;
        max-height: 150px;
    }

    .hasListPhoto {
        margin-left: 160px;
    }
    /*конец списка статей*/

    /*Фотоблок*/
    .photoblock {
        border-radius: 6px;
    }

        .photoblock h2 {
            text-align: center;
            font-family: Arial;
            font-size: 128%;
            color: #46428e;
            font-weight: bold;
            padding-bottom: 8px;
        }

    .photoblock-description {
        text-shadow: 0px 1px 0px #e5e5ee;
        font-style: italic;
        font-family: 'Trebuchet MS';
    }
    /*конец блока*/

    .articlePager {
        text-align: center;
    }

    .like-articles h2 {
        font-family: Arial;
        font-size: 118%;
        color: #46428e;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .like-articles a {
        color: gray;
    }

    .catalog-item {
        float: left;
        width: 200px;
        height: 200px;
        background-size: contain;
        margin: 14px;
        position: relative;
        cursor: pointer;
        transition: all 0.2s ease-in;
        border-radius: 6px;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

        .catalog-item:before {
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
            -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
            box-shadow: 0 0 20px rgba(0,0,0,0.8);
        }

        .catalog-item:after {
            -webkit-transform: skew(8deg) rotate(3deg);
            -moz-transform: skew(8deg) rotate(3deg);
            -ms-transform: skew(8deg) rotate(3deg);
            -o-transform: skew(8deg) rotate(3deg);
            transform: skew(8deg) rotate(3deg);
        }

        .catalog-item:hover {
            transform: scale(1.05,1.05);
        }

    .cleared {
        clear: both;
    }

    .catalog-item-name {
        position: absolute;
        height: 30%;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: rgba(234,237,238,0.8);
        text-align: center;
        font-size: 90%;
        padding-top: 10px;
    }

        .catalog-item-name span {
            display: block;
            font-weight: bold;
        }
    /*Кнопки*/
    .sbtn {
        display: inline-block;
        text-align: center;
        height: 22px;
        margin: 0;
        color: white !important;
        text-decoration: none !important;
        width: 102px;
        font-size: 12px;
        line-height: 22px;
        border-radius: 3px;
    }

    sbtn a:hover {
        text-decoration: none !important;
    }

    .btnYellow {
        background-image: url(design/bgYellow.png);
    }

        .btnYellow:hover {
            background-image: none;
            background-color: #FD770E;
        }

    .btnGreen {
        background-image: url(design/bgGreen.png);
    }

        .btnGreen:hover {
            background-image: none;
            background-color: #5B9620;
        }
    /*Конец*/
    #modal-guide-onmap-render {
        width: 100%;
        height: 400px;
    }

    .ymap {
        width: 100%;
        height: 400px;
    }

    .articles {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .articles .item {
            width: 32%;
            position: relative;
            border: 1px solid #D7D7D7;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            margin-bottom: 20px;
        }

    @media screen and (max-width: 768px) {
        .articles .item {
            width: 48%;
        }
        .mainItemPhoto{
            float:none!important;
            padding-right:0!important;
        }
        .mainItemPhoto img{
            width:100%!important;
        }
    }

    @media screen and (max-width: 435px) {
        .articles .item {
            width: 100%;
        }
    }

    .articles .item .item__photo {
        max-height: 170px;
        overflow: hidden;
    }

        .articles .item .item__photo img {
            height: auto;
            width: 100%;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            transition: all ease-out .3s;
        }

            .articles .item .item__photo img:hover {
                transform: scale(1.1);
            }

    .articles .item .item__desc-address {
        display: flex;
        flex-wrap: wrap;
    }

    .articles .item .item__description {
        padding: 10px 6px;
    }

        .articles .item .item__description.align {
            padding-bottom: 70px;
        }

        .articles .item .item__description a {
            color: #83603F;
            text-decoration: none;
            font-size: 136%;
            display: block;
            margin-bottom: 6px;
            transition: all ease .3s;
        }

            .articles .item .item__description a:hover {
                text-decoration: underline;
            }

    .articles .item .item__address {
        padding: 10px 6px;
        border-top: 1px solid #D7D7D7;
        height: 60px;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        font-size: 90%;
        line-height: 20px;
    }

        .articles .item .item__address span {
            font-weight: bold;
        }

.brdr-t {
    border-top: 1px solid #E9E9E9;
}
.brdr-b {
    border-bottom: 1px solid #E9E9E9;
}

.pt-6 {
    padding-top:6px;
}

.pb-6 {
    padding-bottom:6px;
}