@import url('https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans+Narrow&display=swap');

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?vctt4h');
    src: url('../fonts/icomoon.eot?vctt4h#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vctt4h') format('truetype'),
    url('../fonts/icomoon.woff?vctt4h') format('woff'),
    url('../fonts/icomoon.svg?vctt4h#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-cart:before {
    content: "\e901";
    color: #F511D6;
    text-decoration: none;
    font-size: 30px;

}
.icon-cart:hover:before, .icon-cart.active:before {
    color: #FFFFFF;
}
.cart-block {
    position: absolute;
    padding-top: 3px;
    width: 30px;
}
.cart-count {
    width: 18px;
    height: 18px;

    position: absolute;
    display: block;
    margin-top:-15px;
    margin-left: 24px;
    border: 2px solid #F511D6;
    border-radius: 9px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    z-index: 101;
}
.icon-cart:hover .cart-count, .icon-cart.active .cart-count{
    border-color:#ffffff;
}

.icon-facebook:before {
    content: "\ea91";
    color: #F511D6;
    display: block;
    float: right;
    font-size: 30px;
    margin: 3px 5px 5px;
}

.icon-instagram:before {
    content: "\e915";
    color: #F511D6;
    display: block;
    float: right;
    font-size: 30px;
    margin: 3px 5px 5px;
}

.icon-mail2:before {
    content: "\ea84";
    color: #F511D6;
    font-size: 30px;
    padding-right: 15px;
    float: left;
}

.icon-phone1:before {
    content: "\e942";
    color: #F511D6;
    font-size: 30px;
    padding-right: 15px;
    float: left;
}

.icon-facebook:hover:before, .icon-instagram:hover:before {
    color: #B838A8;
}

.icon-cross:before {
    content: "\e900";
}


.icon-cross:hover {
    color: #B838A8;
}

.icon-close:before {
    content: "\e900";
    color: #F511D6;
}
.icon-close:hover:before {
    color: #B838A8;
}

.icon-btn-menu:before {
    content: "\e907";
}

.icon-btn-pdf:before {
    content: "\e90f";
}

.icon-car:before {
    content: "\e910";
}

.icon-gps:before {
    content: "\e912";
    color: #F511D6;
    font-size: 30px;
    padding-right: 15px;
    float: left;
}

.icon-percent:before {
    content: "\e913";
}

.icon-phone:before {
    content: "\e942";
}

.icon-arrow-t1:before {
    content: "\ea1c";
}

.icon-vk2:before {
    content: "\ea98";
}

.icon-vk:before {
    content: "\1f396";
}
.icon-empty-cart:before {
    content: "\e901";
    color: #F511D6;
    font-size: 90px;
    display: block;
    margin: 50px auto;
    max-width: 90px;
}
/*
    font-family: 'PT Sans Narrow', sans-serif;

    font-family: 'Open Sans', sans-serif;

    #F511D6
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #121212;
    background-color: #ecebeb;
}

body {
    margin: 0;
    padding: 0;
}

:focus {
    outline: none !important;
}

img {
    border: none !important;
    outline: none !important;
}

a {
    outline: none;
    border: none;
    color: inherit;
    text-decoration: none !important;
}

input[type="text"]:focus,
textarea:focus {
    outline: none;
}

h1 {
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 1;
    font-size: 30px;
    margin-top: 0;

}

h2 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    font-weight: bold;
}

h3, .h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 1;
    font-size: 18px;
    margin-top: 0;
    text-align: center;
    color: #F511D6;
}
span.h3:hover {
    color: #B838A8;
}

.header-mask {
    background-color: #121212;

}

.header {
    padding-top: 5px;

}

.logo {
    width: 100%;
    max-width: 215px;
    display: block;

    margin-top: 44px
}
.logo-link:hover {
    cursor:pointer;
}
.lang {
    display: block;
    position: relative;

    float: right;
}

.lang span, .lang a:hover {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    background-color: #F511D6;
    text-align: center;
}

.lang a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    background-color: transparent;
    text-align: center;
}

.header-phone {
    white-space: nowrap;
    text-align: right;
    display: block;
    font-weight: 500;
    color: #fff
}

.header-email {
    white-space: nowrap;
    text-align: left;
    display: block;
    font-weight: 500;
    color: #fff
}

.header-phone:hover, .header-email:hover {
    color: #F511D6
}

/* top menu*/

.navbar {
    margin-bottom: 0;
    margin-top: 30px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.nav > li > a, .nav > li > span {
    padding: 0 20px 0 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #F511D6;
    text-transform: uppercase;
}

.nav > li > span {
    display: block;
    line-height: 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.f-list > li > a:hover,
.f-list > li > a:focus {
    color: #F511D6;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.f-list > .active > a,
.f-list > .active > a:hover,
.f-list > .active > a:focus {
    color: #F511D6;
    background-color: #FFFFFF;
}

.navbar-collapse.in {
    overflow: hidden;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #F511D6;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

/* top menu */

/* Navigation */
.navigation {
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 140px;
    margin-bottom: 15px;
}

.navigation li>a>span {
    color: #434343;
}

.navigation li>a>span:hover {
    color: #F511D6;
}

.navigation li>span {
    color: #a6a4a4;
}

.breadcrumb {
    background: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.breadcrumb > li + li::before {
    font-family: 'PT Sans', serif;
    color: #434343;
    content: "/";
    font-size: 16px;
    font-weight: bold;

}

.breadcrumb > li {
    float: left;
}

/* Navigation */

/* content */
.content.home {
    margin-top: 140px;
}
.content p {
    text-align: justify;
    text-indent: 20px;
}
.content table p, .slider p {
    text-indent: unset;
}

.list-item {
    margin-bottom: 10px;
    margin-top: 10px;
}
.list-item p {
    text-align: left;
    text-indent: unset;
}

.list-item-outline {
    border: 1px solid #F511D6;
    height: 100%;
    padding: 10px 10px 30px;
}

.list-item-new {
    display: block;
    width: 50px;
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #F511D6;
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.list-item-more {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #F511D6;
    display: block;
    position: absolute;
    right: 50px;
    bottom: 10px;

}

.list-item-more:after {
    content: ">>>";
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    margin-left: 3px;
    padding-top: 2px;
    color: #F511D6;
}

.list-item-more:hover, .list-item-more:hover:after {
    color: #B838A8;
}

/*.list-item-more:hover, .list-item-more:hover:after, .list-item-more:visited, .list-item-more:visited:after {
color:#B838A8;
}*/
.list-item-title {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    margin: 5px 0;

}

.list-item-date {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.list-item-with-price {
    padding-bottom: 65px;
}
.list-item-price-block {
    position: absolute;
    bottom: 10px;
}

.list-item-in-stock {
    display: block;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a712c;
}
.no-item {
    color: #3a3a3a;
}

.list-item-price {
    display: block;
    text-align: left;
    color: #B838A8;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.count-block {
    height: 39px;
    background: #FFFFFF;
    float:left;
    margin-right: 20px;
    border-radius: 5px;
    vertical-align: middle;
}
.count-block span {
    font-style: normal;
    line-height:  39px;
    display: block;
    float: left;

}
.count-block {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    height: 42px;
    padding:0 5px;
}

.count-block .num-minus, .count-block .num-plus{

    font-weight: 900;
    font-size: 18px;
    cursor: pointer;
}
.count-block .num-minus {
    margin-right: 5px;
}
.count-block .num-plus {
    margin-left: 5px;
}
.count-block .number {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    display: block;
    min-width: 20px;

}
#order {
    display: none;
}
#cart, .ok-send {
    min-height: calc(100vh*0.42);
}
#cart .count-block .number {
    border: none;
    border-radius: 5px;
    min-width: 38px;
}
.cart-item-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.cart-item-title:hover {
    color: #B838A8;
}
.details-price {
    color: #B838A8;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.details-price.items_total {
    font-size: 18px;
}
.total {
    color: #B838A8;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.by-btn {
    padding-top: 15px;
}
.by-btn .post-link {
    color: #FFFFFF;
}
.order-info {
    text-indent: unset!important;
    color: #B838A8;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.link-btn {
    color: #F511D6;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.link-btn:hover {
    color: #B838A8;

}

.video_block {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.video_block iframe {
    width: 100%;
    height: 315px;
    max-width: 560px;
    max-height: 315px;
}

#modal_form {
    width: 370px;
    height: 250px;

    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 5px 8px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -125px;
    margin-left: -190px;
    display: none;
    opacity: 1;
    z-index: 100;

    text-align: center;
}
.modal-text {
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    font-size: 18px;
    text-align: center;
    color: #47423A;
    padding:40px;
    text-indent: unset;
}
.choice-block {
    margin-top: 25px;
    text-align: center;
    display: inline-block;

}
.choice-block a {
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    width: 110px;
    height: 60px;
    color: #47423A;
    background: #FFFFFF;

    text-decoration: none;
    display: inline-block;

    outline: none;
    margin-right: 20px;
}
.choice-block a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
}

.close-btn {
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1020;
}
.close-btn:before {
    font-family: 'icomoon' !important;
    content: "\e900";
    font-size: 20px;
    color: #F511D6;
    cursor: pointer;

}
.close-btn:hover:before {
    content: "\e900";

    color: #B838A8;
}
#overlay {
    z-index:3;
    position:fixed;
    background-color:#000; /* чернaя */
    opacity:0.05; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.05; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=5);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}

.mod-row {
    display: flex;
    flex-wrap: wrap;
}

.content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.production img {
    margin: 15px auto;
    display: block;
}

.production h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    padding-top: 15px;
}

.production table {
    width: 80%;
    margin: 20px auto;
}

.production table tr td {
    padding: 10px;
    border: 1px solid #121212;
}

.production table tr td:first-child {
    width: 74px;
    text-align: center;
}
.production table tr td:first-child p {
    text-align: center;
}

.production table tr td:last-child {
    width: 217px;
}

.production-row {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;

}

.production-doc {
    display: inline-block;
    width: 200px;
}

.production-doc a {
    margin-top: 5px;
    display: block;
}

.production-doc img {
    margin: auto;
}

.persons-block {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #121212;
    padding-top: 15px;
    padding-bottom: 20px;
}

.persons-block .persons-name, .persons-block .persons-tel {
    display: block;
}

.contact-place, .contact-social-block {
    margin-top: 15px;
    margin-bottom: 10px;
}

.contact-place span {
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-size: 22px;
    font-weight: 600;
    color: #121212;
    display: block;
    margin-left: 40px;
}

.contact-place a span:hover {
    color: #F511D6;
}

.contact-social-block a {
    float: left;
    margin-bottom: 15px;
}

.map-button {
    text-align: center;
    position: relative;
    bottom: 0;
    margin: -80px 60px 0 60px;

}

.map-button_inner {
    border-radius: 43px;
    background-image: linear-gradient(to right, #e136d2, #9743f0);
    padding: 8px 40px;
    margin: 0 40px;
    display: inline-block;

}

.map-button_inner:hover {
    background-image: linear-gradient(to right, #9743f0, #e136d2);
}

.map-button a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: #ffffff;

}

/* form */
.small-input {
    height: 35px;
    width: 100%;

    margin-top: 15px;

    padding-left: 12px;
    padding-top: 0;

    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    border: 1px solid #e4e4e4;

}

.small-input:focus {
    border-color: #919191;
    color: #333333;
}

.large-input {
    width: 100%;
    height: 140px;
    margin-top: 14px;
    padding-left: 16px;
    padding-top: 13px;

    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    border: 1px solid #e4e4e4;
}

.large-input:focus {
    border-color: #919191;
    color: #333333;
}

.erroritem {
    border: 1px solid #E9213E;
    color: #E9213E;
}

.file-attachment {
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-top: 10px;
}

.file-attachment > div {
    margin-top: 8px;
    width: 70%;
}

.file-attachment .btn-file {
    display: block;
    float: left;

    width: 32px;
    height: 33px;

    background: url(/content/images/agroled/attach.png) 0 0 no-repeat;

    cursor: pointer;

    margin-top: 5px;
    margin-right: 20px;

}

.file-attachment .btn-file:hover {
    background-position: 0 -33px;
}

input[type="file"] {
    position: absolute;
    left: -10000px;
    visibility: hidden;
}

/*.candidate-form*/
.send_button {
    margin-top: 38px;
    border-radius: 43px;
    background-image: linear-gradient(to right, #e136d2, #9743f0);
    height: 50px;
    padding: 0 25px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
    border: 0;
    cursor: pointer;
    outline: none;
    margin-bottom: 3px;
}

.send_button:hover {
    background-image: linear-gradient(to right, #9743f0, #e136d2);
}

.row_file_upload table {
    width: 300px;
    margin-left: 50px;
}

.row_file_upload table tr th {
    color: #5e5e5e;
    font-size: 14px;
    text-align: left;

}

.captcha {
    margin-top: 20px;
}

/* form */

/* slider */


.slider {
}

.slider .carousel-control {
    opacity: 1;
    position: relative;
    float: left;
    text-align: center;
    margin-top:-50%;
    width: 45px;
    height: 45px;
    background: none;
    border: none;
    color: transparent;

}

.slider .carousel-control.right {
    float: right;

}
.slider .slider_left {
    background: url(/content/images/agroled/arrow_left.png) top no-repeat;
    width: 45px;
    height: 45px;
    display: block;

}
.slider .slider_right {
    background: url(/content/images/agroled/arrow_right.png) top no-repeat;
    width: 45px;
    height: 45px;
    display: block;

}
.slider .slider_left:hover, .slider .slider_right:hover {
    background-position: 0 -45px;
}
.slider h4 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}
.slider .item span {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.slider .item p {
    padding-top: 10px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
/* slider */

.reviews_detail_img img{
    display: block;
    margin:20px auto;
}


/* cart */
.cart-item {
    margin-bottom: 15px;
}
/* cart */
/* content */

/* sidebar*/
.sidebar-item {

}

.sidebar h2 {
    text-align: center;
    margin-top: 30px;
}

.post-link {

    padding: 8px 16px;
    background-image: linear-gradient(to top, #e136d2, #9743f0);
    max-width: 250px;
    border-radius: 40px;
    text-align: center;
    margin: 10px auto;
}
.post-link:hover {
    background-image: linear-gradient(to right, #9743f0, #e136d2);
}


.post-link a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;

}

.post-link:hover {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
}

.btn_checkout {
    color: #FFFFFF;
    margin-top: 30px;
    display: block;
}

.sidebar {
    padding-top: 10px;
}

.sidebar-header {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    display: block;
    margin: 15px auto;
}

.sidebar-img img, .list-item img {
    width: 100%;
}

.sidebar-item .sidebar-header {
    text-align: left;
}

.sidebar-item .list-item-date {
    margin-bottom: 10px;
    display: block;
}

.sidebar-item .list-item-more {
    position: relative;
    right: 0;
    text-align: right;
    padding-right: 30px;
    padding-top: 5px;
}

.sidebar-banner {
    margin-top: 30px;
}

.sidebar-slogan {
    margin: 15px 0;
}

.sidebar-banner h3 {
    color: #121212;
    font-size: 22px;
    font-weight: 600;
}

.sidebar-slogan span {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #F511D6;

}

.sidebar .title-link .sidebar-header {
    text-align: center !important;

}

.sidebar .title-link {
    display: block;
    margin-bottom: 20px
}

.sidebar .title-link:hover {
    color: #F511D6;
}

/* sidebar*/

/* footer*/
.footer {
    background-color: #121212;
    padding: 40px 0;
    margin-top: 30px;
}

.social-btn > .icon-facebook:before, .social-btn > .icon-instagram:before {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px
}

.footer-logo {
    margin-bottom: 20px
}

.footer-menu {
    margin: 0;
    padding: 0;
}

.footer-menu > li > a, .footer-menu > li > span {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer-menu > li > span, .footer-menu > li > a:hover {
    color: #F511D6;
}

.footer-adress {
    white-space: nowrap;
    text-align: left;
    display: block;
    font-weight: 500;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-phone {
    white-space: nowrap;
    text-align: left;
    display: block;
    font-weight: 500;
    color: #ffffff;
}

.footer-email {
    white-space: nowrap;
    text-align: left;
    display: block;
    font-weight: 500;
    color: #ffffff;
}

.footer-phone:hover, .footer-email:hover {
    color: #F511D6;
}

.copyright {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #F511D6;
}

/*arrow block*/
.arrow-blosk {
    width: 50px;
    float: left;
}

.icon-arrow-top {
    position: fixed;
    bottom: 30px;
    cursor: pointer;
    display: none;
}

.icon-arrow-top:before {
    content: url("/content/images/agroled/up_arrow.png");
    width: 49px;
    height: 49px;
    display: inline-block;
    opacity: 0.5;
}

.icon-arrow-top:hover:before {
    opacity: 1;
}

/*arrow block*/

.content-404 {
    margin-top: calc(100vh*0.2);
}
.title-404 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 150px;
    color: #F511D6;
    line-height: 150px;
    display: block;
}
.logo-404 {
    padding-top: 50px;
    width: 100%;
    max-width: 250px;
}
.text-404 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
}
.menu-404 {
    list-style: none;

}
.menu-404 li {
    display: inline;

    padding-right: 20px;
}
.menu-404 li a {
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
}
.menu-404 li a:hover {
    color: #F511D6;
}