@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800italic,300italic,600,400italic,600italic,700,700italic,800);

@-ms-viewport {
    width: device-width;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eee;
    color: #444;
    font: normal 14px 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    line-height: 1.4;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

input,
button,
textarea {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0px 0;
}

p {
    line-height: 1.7;
    font-weight: 500;
}

.container {
    max-width: 1280px;
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

.all-content {
    width: 100%;
    display: inline-block;
}

.heading {
    padding: 10px 5px;
}

.heading.red {
    color: #F6302C;
}

.heading.green {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 16px;
    color: #0E525F;
    padding: 0;
}

.heading.red.border {
    font-size: 18px;
    border-top: 4px solid #F6302C;
    display: inline-block;
    margin: -15px 0 2px -20px;
    padding: 10px 30px 10px 15px;
    position: relative;
    top: -5px;
}

@media only screen and (max-width: 580px) {
    .heading.red.border {
        width: 100%;
        font-size: 21px;
        margin: -15px 0 10px 0;
        padding: 15px;
        text-align: center;
    }
}

.btn-green {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: #0E525F;
    color: #fff;
    padding: 8.5px 12px;
}

.btn-green:hover {
    background-color: #004550;
    color: #fff;
}

.btn-green:active {
    background-color: #013942;
    color: #fff;
}

.modal-content.login {
    padding: 20px;
}

.header-page {
    width: 100%;
    height: 150px;
    background-color: #0E525F;
}

.mob-log {
    display: none;
}

.bg-line {
    width: 75%;
    height: 150px;
    background-image: -webkit-linear-gradient(#fff 32%, #F6302C 33%, #F6302C 63.85%, #fff 66%);
    background-image: -khtml-linear-gradient(#fff 32%, #F6302C 33%, #F6302C 63.85%, #fff 66%);
    background-image: -moz-linear-gradient(#fff 32%, #F6302C 33%, #F6302C 63.85%, #fff 66%);
    background-image: linear-gradient(#fff 32%, #F6302C 33%, #F6302C 63.85%, #fff 66%);
    position: absolute;
}

.header-page .container {
    background-color: #0E525F;
    position: relative;
    z-index: 1;
}

.logo-content {
    background: url('../images/bg-tr.png') no-repeat;
    background-size: 100% 100%;
    margin-left: -15px;
    margin-top: 0;
}

.logo-content .logotype {
    height: 150px;
    margin-left: 50px;
}

.logo-content h1 {
    text-indent: -9999px;
    position: absolute;
}

.logo-content .desc {
    position: absolute;
    top: 95px;
    left: 164px;
}

.search {
    margin-top: 55px;
    position: relative;
}

.search input[type="text"] {
    width: 250px;
    height: 40px;
    background-color: #004550;
    border: 0;
    color: #fff;
    padding-left: 15px;
    outline: none;
}

.search input[type="text"]:focus {
    background-color: #fff;
    color: #444;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.search input[type="text"]::-moz-placeholder {
    color: #fff;
}

.search input[type="text"]:-moz-placeholder {
    color: #fff;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.search input[type="text"]:focus::-webkit-input-placeholder {
    color: #888;
}

.search input[type="text"]:focus::-moz-placeholder {
    color: #888;
}

.search input[type="text"]:focus:-moz-placeholder {
    color: #888;
}

.search input[type="text"]:focus:-ms-input-placeholder {
    color: #888;
}

.search .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #004550;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.search .btn:hover {
    background-color: #006576;
}

.search .btn:active {
    background-color: #006576;
    color: #fff;
}

.sign-in {
    margin: 55px 0 0 25px;
}

.sign-in .btn {

    border-radius: 0;
    box-shadow: 0;
    background-color: #0E525F;
    color: #0E525F;
    padding: 8.5px 12px;
}

.sign-in .btn:focus {
    border-color: #0E525F !important;
}

.sign-in .btn a {
    color: #0E525F !important;
}

.btn.btn-default {
    border-color: #0E525F !important;
}

.sign-in.btn:active {
    background-color: transparent;
    color: #fff;
}

.btn-mobile-open {
    color: #fff !important;
    font-size: 24px;
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

.btn-mobile-close {
    color: #fff !important;
    font-size: 24px;
    display: none;
    position: absolute;
    top: 15px;
    right: 20px;
}

@media only screen and (max-width: 991px) {
    .header-page {
        height: auto;
        position: relative;
    }

    .mob-log {
        position: absolute;
        top: 35%;
        right: 60px;
        border-radius: 0;
        background-color: #00455000;
        display: inline-block !important;
        color: #0e525f00;
        border: none;

    }

    .mob-log:hover,
    .mob-log:active {
        color: #fff !important;
        background-color: #f6302c;
    }

    .mob-log a {
        text-decoration: none;
        color: #fff0;
    }

    .mob-log a:hover {
        color: #fff;
    }

    .bg-line,
    .logo-content .logotype {
        height: 100px;
    }

    .logo-content {
        background-size: auto 100%;
    }

    .logo-content .desc {
        display: none;
    }

    .search {
        width: 100%;
        margin: 20px 0 15px 0;
    }

    .search input[type="text"] {
        width: calc(100% - 5px);
    }

    .sign-in {
        display: none;
    }

    .btn-mobile-open,
    .btn-mobile-close {
        display: inline-block;
    }
}

@media only screen and (max-width: 420px) {
    .bg-line,
    .logo-content .logotype {
        height: 60px;
    }

    .logo-content .logotype {
        margin-left: 20px;
    }
}

.nav-priority {
    width: 100%;
    height: 50px;
    background-color: #F6302C;
    font-weight: 600;
}

.nav-priority .navigation-container {
    float: left;
}

.nav-priority .navigation-container.active {
    right: 0;
}

.nav-priority .social-networks {
    float: right;
}

.nav-priority ul li a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    /*padding: 0 10px;*/
    text-decoration: none;
    background: transparent;
}

.nav-priority ul li a:hover {
    background-color: #F9514D;
}

.nav-priority .social-networks li a {
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .nav-priority {
        text-align: center;
    }

    .nav-priority ul ul {
        display: block !important;
    }

    .nav-priority .navigation-container {
        width: 250px;
        height: 100%;
        background-color: #222;
        padding: 50px 0;
        position: fixed;
        font-size: 14px;
        top: 0;
        right: -250px;
        z-index: 997;
        -webkit-transition: .3s;
        transition: .3s;
        overflow: hidden;
        overflow-y: auto;
    }

    .nav-priority .navigation-container li {
        width: 100%;
        background-color: #222 !important;
        text-align: left;
    }

    .nav-priority .navigation-container li a {
        height: auto;
        line-height: 1;
        background-color: #222;
        color: #F6302C !important;
        font-weight: 600;
        padding: 12px 20px;
    }

    .nav-priority .navigation-container li a:hover {
        background-color: #333;
    }

    .nav-priority .navigation-container li ul {
        width: 100%;
        background-color: #222;
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .nav-priority .navigation-container li ul a {
        font-weight: 500;
        color: #fff !important;
    }

    .nav-priority .social-networks {
        display: inline-block;
        float: initial;
    }

    .navigation-container ul > #action > a {
        border-bottom: 0 !important;
        background-color: rgba(246, 48, 44, .2);
    }
}

.navigation-container ul > #action > a {
    border-bottom: 4px solid #fff;
}

.nav-priority {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.nav-priority ul ul {
    display: none;
}

.nav-priority ul li:hover > ul {
    display: block;
}

.nav-priority ul {
    list-style: none;
    position: relative;
    display: inline-table;
}

.nav-priority ul:after {
    content: "";
    clear: both;
    display: block;
}

.nav-priority ul li {
    float: left;
    position: relative;
}

.nav-priority ul li:hover {
    background: #F9514D;
}

.nav-priority ul li:hover a {
    color: #fff;
}

.nav-priority ul li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
}

.nav-priority ul ul {
    background: #F6302C;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 20;
}

.nav-priority ul ul li {
    float: none;
    position: relative;
    white-space: nowrap;
}

.nav-priority ul ul li a {
    padding: 0 15px;
    color: #fff;
    text-align: left;
}

.nav-priority ul ul li a:hover {
    background: #F9514D;
}

.top-news {
    background-color: #fff;
    padding: 0 15px;
}

.normal-block {
    background-color: #fff;
    padding: 20px;
}

@media only screen and (max-width: 991px) {
    .normal-block {
        width: 100%;
        display: inline-block;
    }
}

.normal-block {
    margin: 20px 0;
}

.normal-block .btn {
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0;
    background-color: #F6302C;
    color: #fff;
    padding: 8.5px 12px;
    text-align: center;
}

.normal-block .btn:hover {
    background-color: #FD5754;
}

.normal-block .btn a:hover {
    background-color: #FD5754;
    text-decoration: none;
}

.normal-block.not-padding {
    padding: 0;
}

.normal-block.not-padding .heading.red.border {
    margin: 0 0 2px 0;
}

.news-text-full {
    font-size: 16px;
}

.block-news {
    width: 100%;
    /*margin-bottom: 5px;*/
    min-height: 87px;
    display: inline-block;
    position: relative;
    padding-bottom: 60px;
}

.block-news.small {
    padding-bottom: 35px;
}

.block-news .img-news {
    float: left;
}

.block-news .img-news a {
    width: 120px;
    height: 120px;
    background-size: cover;
    -moz-background-size: cover;
    -khtml-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .block-news .img-news a {
        width: 70px;
        height: 70px;
    }
}

.block-news.large .date::before {
    display: none !important;
}

.block-news .info-news {
    width: calc(100% - 120px);
    padding: 0 15px;
    float: left;
}

.block-news .info-news .date::before {
    content: '';
    width: 100%;
    height: 30px;
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 29px;
    z-index: 1;
}

@media only screen and (max-width: 580px) {
    .block-news .info-news {
        width: calc(100% - 70px);
    }
}

.block-news .info-news .heading a {
    color: #0E525F;
}

.block-news .info-news p {
    margin: 3px 0;
}

@media only screen and (max-width: 580px) {
    .block-news .info-news .heading a {
        font-size: 13px;
    }

    .block-news .info-news p {
        font-size: 12px;
    }
}

.block-news .info-news .date {
    color: #888;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    text-align: right;
    margin-top: -10px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    color: white;
    background-color: rgba(14, 82, 95, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(14, 82, 95, 0.75) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(14, 82, 95, 0.75)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(14, 82, 95, 0.75) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(14, 82, 95, 0.75) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(14, 82, 95, 0.75) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(14, 82, 95, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0e525f', GradientType=1);
}

.col-md-3 .info-news .date {
    position: static !important;
}

.block-news .info-news .date i {
    margin-right: 5px;
}

.block-news.large,
.block-news.large .img-news {
    float: none;
    width: 100%;
}

.block-news.large .img-news a {
    width: 100%;
    height: 433px;
    display: block;
}

@media only screen and (max-width: 991px) {
    .block-news.large .img-news a {
        height: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .block-news.large .img-news a {
        height: 250px;
    }
}

@media only screen and (max-width: 580px) {
    .block-news.large .img-news a {
        height: 200px;
    }
}

.block-news.large .info-news {
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.82);
    padding: 0;
}

.block-news.large .heading.green {
    height: 100%;
    width: 100%;
    display: table;
}

.block-news.large .info-news .heading a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    display: table-cell;
    padding: 11px 2em;
    text-align: center;
    /* width: 100%; */
    height: 70px;
    max-height: 70px;
    overflow: hidden;
    vertical-align: middle;
}

@media only screen and (max-width: 580px) {
    .block-news.large .info-news .heading a {
        font-size: 14px;
        font-weight: 600;
    }
}

.block-news.large .info-news .heading a span {
    display: block;
    /* vertical-align: middle; */
    max-height: 56px;
    overflow: hidden;
}

.block-news.small .info-news .date,
.block-news.large .info-news .date {
    width: 70px;
    height: 70px;
    background-color: #0E525F;
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 10px 0 -10px;
    padding-top: 10px;
    position: absolute;
}

.block-news.small .heading.green {
    font-size: 14px;
}

.block-news.large .info-news .date b {
    font-weight: 800;
}

.block-news.small {
    border-bottom: 1px solid #dedede;
}

.block-news.small .date::before {
    display: none;
}

@media only screen and (max-width: 991px) {
    .block-news.small {
        width: 100%;
        min-height: auto;
        padding-bottom: 0;
    }
}

.block-news.small .info-news {
    width: 100%;
}

.image_container img {
    margin: 15px 0;
}

.block-news.small .info-news .date {
    width: 50px;
    height: 50px;
    font-size: 14px;
    margin: 0 15px 0 -10px;
    padding-top: 10px;
    padding-left: 10px;
}

.block-news.small .info-news .heading {
    padding-left: 55px;
}

.block-news.small .info-news .add {
    color: #888;
    position: absolute;
    display: block;
    font-weight: 700;
    /* margin: 10px 0; */
    bottom: 10px;
    /* padding-top: 88px; */
}

@media only screen and (max-width: 991px) {
    .block-news.small .info-news .add {
        position: relative;
        bottom: 0;
        margin: 10px 0 10px 34px;
    }
}

.info-news p:nth-child(3) {
    height: 76px;
    overflow: hidden;
}

.col-xs-3 .info-news h5 {
    margin-bottom: 12px;
}

.block-news.small:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.calendar-block {
    width: 100%;
    /*margin-top: 15px;*/
    position: relative;
    margin: 10px 0;
}

@media only screen and (max-width: 991px) {
    .calendar-block {
        width: calc(50% - 20px);
        float: left;
        margin: 10px;
    }
}

@media only screen and (max-width: 580px) {
    .calendar-block {
        width: 100%;
    }
}

.calendar-block .cal-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    -moz-background-size: cover;
    -khtml-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.calendar-block .cal-info {
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    border-left: 3px solid #F6302C;
    padding: 10px;
    bottom: 0;
    /*position: absolute;*/
}

.calendar-block .cal-info a {
    color: #fff;
}

.calendar {
    float: none !important;
    width: 100%;
}

.calendar table {
    border: 2px solid #fff;
    margin: 10px 0 0 0;
    width: 100%;
}

.calendar table th {
    border: 1px solid #fff;
    font: bold 13px/16px Arial;
    text-align: center;
    padding: 2px;
}

.calendar table th a {
    text-decoration: none;
}

.calendar table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 2px;
}

.calendar table td a {
    font-weight: bold;
}

.flex-video {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .video-container {
        display: none;
    }
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    margin-bottom: -4px;
}

.region {
    margin: 20px 0;
}

.region .form-control {
    height: 40px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #dedede;
    cursor: pointer;
}

.blogs-list .blog {
    text-align: center;
    margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .blogs-list .blog {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 580px) {
    .blogs-list .blog {
        width: 100%;
        float: initial;
    }
}

.blogs-list .blog:last-child {
    margin-bottom: 0;
}

.blogs-list .blog .blog-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    -moz-background-size: cover;
    -khtml-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -50px;
}

@media only screen and (max-width: 991px) {
    .blogs-list .blog .blog-img {
        width: 80px;
        height: 80px;
        margin-left: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .blogs-list .blog span {
        font-size: 12px;
    }

    .blogs-list .blog .blog-link {
        font-size: 13px;
    }
}

.blogs-list .blog span {
    color: #888;
    display: block;
    margin-top: 10px;
}

.blogs-list .blog .blog-link {
    color: #444;
    font-weight: 800;
}

.services ul li {
    list-style: none;
    margin-bottom: 15px;
}

.services ul li a img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .services ul li a img {
        width: 20%;
        float: left;
    }
}

.services ul li:last-child {
    margin-bottom: 0;
}

.footer-page {
    width: 100%;
    background-color: #0E525F;
    color: #fff;
    clear: both;
    padding: 20px 0;
    margin-top: 20px;
}

.footer-page p {
    margin: 0;
}

.footer-page a {
    color: #fff;
    font-weight: bolder;
}

.footer-page .counters {
    float: right;
    margin: 5px 0;
}

@media only screen and (max-width: 991px) {
    .footer-page {
        text-align: center;
    }

    .footer-page .counters {
        float: initial;
    }
}

@media only screen and (max-width: 991px) {
    .services-container {
        display: none;
    }
}

@media only screen and (max-width: 580px) {
    .footer-page {
        font-size: 12px;
    }
}

#fl {
    position: fixed;
    top: 35%;
    width: 180px;
    height: 200px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    left: -155px;
    /*background-color: #2D3249;*/
    background-color: #555;
    float: left;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

#fl h2 {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    /* border: 1px solid; */
    position: relative;
    left: 75px;
    top: 95px;
    letter-spacing: 1px;
}

#fl ul {
    line-height: 25px;
    list-style: none outside none;
    padding: 0;
    margin 0;
    width: 80%;
    position: relative;
    left: -10px;
    top: 20px;
}

#fl:hover {
    left: 0px;
}

#fl a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#fl a:hover {
    text-decoration: underline;
}

.social,
.meta {
    float: right;
    margin: 20px 0 0;
}

.meta {
    float: left;
}

.social ul {
    float: right;
    list-style-type: none;
    margin: 0;
}

.social ul li {
    float: left;
    padding: 0 3px;
    margin: 0 2px;
    list-style-type: none;
}

.article li {
    list-style-type: none;
}

.col-md-7 .block-news.small .info-news .date,
.col-md-7 .block-news.large .info-news .date {
    width: 70px;
    height: 70px;
    background: #0E525F;
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px 0 -10px;
    padding-top: 10px;
    position: static !important;
    padding-left: 10px !important;
}

@media only screen and (max-width: 580px) {
    .col-md-7 .block-news.large .info-news .date {
        font-size: 14px;
        padding-top: 16px;
        padding-left: 16px !important;
    }
}

.col-md-3 .block-news.small .info-news .date,
.col-md-3 .block-news.small .info-news .date {
    position: static !important;
    background: #0E525F;
    text-align: center !important;
}

.block-news.large .heading.green .date {
    margin: 0;
}

@media only screen and (max-width: 380px) {
    .mob-log {
        font-size: 12px !important;
        top: 25%;
        right: 45px;
    }
}

/*back to top*/

.b-top {
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #f6342b;
    z-index: 2600;
    position: fixed;
    right: 50px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    line-height: 45px;
    border-radius: 5px;

}

.b-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.b-top-but {
    z-index: 2600;
    position: absolute;
    display: block;
    left: 56px;
    bottom: 0;
    margin: 0 0 0 100%;
    padding: 32px 12px 4px;
    color: white;
    background: #D8D5C2;
    border-radius: 7px;
}
