@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
        url("../fonts/ievl2zhzi2ecn5jzbjeets9weq8-19k7dq.woff2") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url("") format('woff2'),
        url("") format('woff'), url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
        url("") format('woff2'), url("") format('woff'),
        url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url("") format('woff2'),
        url("") format('woff'), url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url("") format('woff2'), url("") format('woff'),
        url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url("") format('woff2'),
        url("") format('woff'), url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url("") format('woff2'),
        url("") format('woff'), url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url("") format('woff2'),
        url("") format('woff'), url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url("") format('woff2'), url("") format('woff'),
        url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url("") format('woff2'),
        url("") format('woff'), url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url("") format('woff2'), url("") format('woff'),
        url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url("") format('woff2'),
        url("") format('woff'), url("") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
        url("") format('woff2'), url("") format('woff'),
        url("") format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCn-Regular'),
        url("../fonts/roboto-condensed.woff") format('woff'),
        url("roboto-condensed.ttf") format('truetype');
}

.out-comebacker-content {
    width: 781px;
    height: 460px;
    background: rgba(0, 0, 0, 0)
        linear-gradient(135deg, #3c72b5 0%, #7b9fcc 100%) repeat scroll 0% 0%;
    font-family: Roboto !important;
    position: relative;
    border: 5px solid #ddd;
}

.out-comebacker-content-close p {
    font-family: sans-serif;
    color: #fff;
    float: right;
    cursor: pointer;
    margin: 3px 10px 0 0 !important;
    font-size: 30px;
    line-height: 20px;
}

.eeee {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 333;
    position: fixed;
    cursor: pointer;
}

p.out-comebacker-content-mainp {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 25px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 5px 0 0;
}

.out-comebacker-content-main-text-img {
    display: block;
    width: 96%;
    padding: 0 2%;
    margin-top: 15px;
}

.out-comebacker-content-main-img {
    float: left;
    display: block;
    width: 30%;
    margin: 0 auto;
}

.out-comebacker-content-main-img img {
    display: block;
    width: 98%;
    margin: 0 auto;
    padding-top: 20px;
}

.out-comebacker-content-main-text {
    display: block;
    width: 65%;
    float: right;
    margin-left: 5%;
    margin-top: 15px;
}

.out-comebacker-content-main-text p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: right;
    color: #fff;
    font-size: 22px;
    padding-bottom: 5px;
}

.out-comebacker-content-main-text-img::after {
    content: '';
    display: block;
    clear: both;
}

.out-comebacker-content-btn {
    display: block;
    max-width: 292px;
    margin: 25px auto 10px;
    font-size: 23px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px !important;
}

.out-comebacker-content-btn:hover {
    background: #fff none repeat scroll 0% 0%;
    color: #b0493b;
    border: 1px solid #fff;
}

@media screen and (max-width: 845px) {
    .out-comebacker-content {
        width: 100%;
        height: auto !important;
    }

    .my-com-date {
        line-height: 27px;
    }

    .out-comebacker-content-btn {
        max-width: 78%;
        font-size: 16px;
    }

    .out-comebacker-content-main-text p {
        font-size: 18px;
        text-align: center;
        line-height: 25px;
    }

    .out-comebacker-content-main-img {
        display: none;
    }

    p.out-comebacker-content-mainp {
        font-size: 20px;
    }

    .out-comebacker-content-main-text {
        float: none;
        width: 100%;
        margin: 0;
    }
}

.ps-popup-default {
    padding: 0 !important;
}

.out-comebacker-content-btn:focus:hover {
    color: #b0493b !important;
}

.my-com-date {
    color: #5b5f65;
    text-shadow: 0 0 0 #000;
    font-weight: 600;
    line-height: 34px;
    padding: 1px 4px;
    background: #fdfdfd none repeat scroll 0% 0%;
    border-radius: 3px;
    font-size: 20px;
}

.out-comebacker-content-btn:hover {
    text-decoration: none !important;
    transition: all 0.3s ease 0s !important;
}

.out-comebacker-content-btn:focus {
    text-decoration: none;
    color: #fff;
}

.out-comebacker-content-btn:active {
    border: 1px solid #fff;
}

a:active,
a:focus {
    outline: medium none;
}

input,
textarea {
    outline: medium none;
}

input:active,
textarea:active {
    outline: medium none;
}

:focus {
    outline: medium none;
}

button:active,
button:focus {
    outline: medium none !important;
}

button::-moz-focus-inner {
    border: 0 none !important;
}

.at-icon {
    fill: #fff;
    border: 0 none;
}

.at-icon-wrapper {
    display: inline-block;
    overflow: hidden;
}

a .at-icon-wrapper {
    cursor: pointer;
}

.at-share-btn::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

.at-share-tbx-element {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 0;
}

.at-share-tbx-element,
.at-share-tbx-element .at-share-btn {
    font-family: helvetica\neue, helvetica, arial, sans-serif;
    padding: 0;
    line-height: 0;
}

.at-share-tbx-element .at-share-btn {
    cursor: pointer;
    margin: 0 5px 5px 0;
    display: inline-block;
    overflow: hidden;
    border: 0 none;
    text-decoration: none;
    text-transform: none;
    background-color: transparent;
    color: inherit;
    transition: all 0.2s ease-in-out 0s;
}

.at-share-tbx-element .at-share-btn:focus,
.at-share-tbx-element .at-share-btn:hover {
    transform: translateY(-4px);
    outline-offset: -1px;
    color: inherit;
}

.at-share-tbx-element .at-share-btn::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

.at-share-tbx-element .at-share-btn.at-share-btn.at-svc-compact:hover {
    transform: none;
}

.at-share-tbx-element .at-icon-wrapper {
    vertical-align: middle;
}

.addthis-smartlayers {
    padding: 0;
    margin: 0;
}

.at4-visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0 none;
    overflow: hidden;
}

.at4-show {
    display: block !important;
    opacity: 1 !important;
}

.addthis-animated {
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
}

#at-expanded-menu-host .at-expanded-menu-close::after {
    content: '';
    display: inline-block;
    height: 22px;
}

#at-expanded-menu-host
    .at-expanded-menu-ft
    .at-expanded-menu-ft-loading::after {
    animation: 1s steps(4, end) 0s normal forwards infinite running ellipses;
    content: ' …';
    display: inline-block;
    overflow: hidden;
    position: absolute;
    vertical-align: bottom;
    width: 0;
}

#at-expanded-menu-host .at-expanded-menu-search-label::after,
#at-expanded-menu-host .at-expanded-menu-search-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eeecec;
}

#at-expanded-menu-host .at-expanded-menu-search-label::after {
    border-bottom: 2px solid #eeecec;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.3s ease 0s;
}

#at-expanded-menu-host
    .at-expanded-menu-search-input:focus
    + .at-expanded-menu-search-label::after {
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 950px) {
    #at-expanded-menu-host .at-expanded-menu:not(.at-expanded-menu-email) {
        margin-left: -289px;
    }
}

@media screen and (max-width: 569px) {
    #at-expanded-menu-host .at-expanded-menu:not(.at-expanded-menu-email) {
        margin-left: -214px;
    }
}

@media screen and (max-width: 449px) {
    #at-expanded-menu-host .at-expanded-menu:not(.at-expanded-menu-email) {
        margin-left: -180px;
    }
}

@media screen and (max-width: 369px) {
    #at-expanded-menu-host .at-expanded-menu:not(.at-expanded-menu-email) {
        margin-left: -10pc;
    }
}

@media screen and (max-height: 800px) {
    #at-expanded-menu-host .at-expanded-menu-search-label::after,
    #at-expanded-menu-host .at-expanded-menu-search-label::before {
        height: 35px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 48em) {
    .container {
        max-width: 49rem;
    }

    .col-sm-12,
    .col-sm-4,
    .col-sm-8 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-sm-4 {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }

    .col-sm-8 {
        flex-basis: 66.6667%;
        max-width: 66.6667%;
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 64em) {
    .container {
        max-width: 65rem;
    }

    .col-md-5,
    .col-md-7 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-md-5 {
        flex-basis: 41.6667%;
        max-width: 41.6667%;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        max-width: 76rem;
    }
}

html {
    background-color: #133d8d;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    background: #fff none repeat scroll 0% 0%;
    height: 100%;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1em;
    color: #333;
}

.container {
    background-color: #fff;
    padding-left: 2%;
    padding-right: 2%;
}

.header {
    padding-top: 20px;
    padding-bottom: 15px;
}

.content {
    margin: 40px 0;
    font-size: 1.05em;
    line-height: 1.5em;
}

.highlights {
    height: 325px;
    padding-top: 90px;
}

img {
    max-width: 100%;
}

h1 {
    font-family: 'Roboto Condensed';
    font-weight: 600;
    font-size: 180%;
    line-height: 120%;
    text-align: right;
    color: #008242;
    padding-top: 0.5em;
}

h4 {
    font-family: 'Roboto Condensed';
    font-size: 120%;
    font-weight: 600;
    text-align: right;
    padding-top: 1em;
}

p {
    text-align: right;
}

ul li {
    list-style-type: disc;
    text-align: right;
}

a,
a:visited {
    font-weight: 400;
    color: #008242;
    text-decoration: underline;
}

a:hover,
a:active {
    font-weight: 400;
    color: #009953;
    text-decoration: underline;
}

#top {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    float: right;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #0d2a6f none repeat scroll 0% 0%;
    color: #fff;
    cursor: pointer;
    border: 0 none;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    opacity: 0;
}

#top:hover {
    background: #1a51a9 none repeat scroll 0% 0%;
}

.emailsignup-wrapper {
    background-color: #008242;
    padding: 30px 0;
}

.emailsignup {
    background-color: #008242;
}

.footer-wrapper {
    background-color: #133d8d;
}

.footer {
    background-color: #133d8d;
    color: #fff;
    padding-bottom: 20px;
}

.footer h4 {
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .highlights {
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .highlights {
        padding-top: 0;
    }

    .content,
    .footer,
    .emailsignup {
        padding-left: 2%;
        padding-right: 2%;
    }

    .highlights {
        text-align: center;
        float: none;
    }

    .subfooter {
        display: block;
        margin: auto;
    }
}

@media only screen and (min-width: 769px) and (max-width: 785px) {
    #cssmenu > ul > li > span {
        letter-spacing: 0 !important;
    }
}

@media only screen and (min-width: 786px) and (max-width: 891px) {
    #cssmenu > ul > li > span {
        letter-spacing: 0 !important;
    }
}

@media only screen and (min-width: 1180px) {
    #cssmenu.align-center > ul > li {
        padding-left: 25px;
        padding-right: 45px;
    }
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li span,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0 none;
    list-style: outside none none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
}

#cssmenu::after,
#cssmenu > ul::after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu {
    font-family: 'ITC Avant Garde Gothic W01';
    background: #133d8d none repeat scroll 0% 0%;
    padding: 5px;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center > ul > li > span:hover {
    cursor: default;
    background-color: #1a51a9;
    color: #ddd;
}

#cssmenu.align-center ul ul {
    text-align: right;
    z-index: 99;
}

#cssmenu > ul > li > span {
    padding: 17px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

#cssmenu > ul > li:hover > span {
    color: #fff;
}

#cssmenu > ul > li.has-sub > span {
    padding-right: 30px;
}

#cssmenu > ul > li.has-sub > span::after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd none repeat scroll 0% 0%;
    content: '';
}

#cssmenu > ul > li.has-sub > span::before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd none repeat scroll 0% 0%;
    content: '';
    transition: all 0.25s ease 0s;
}

#cssmenu > ul > li.has-sub:hover > span::before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu ul ul li {
    height: 0;
    transition: all 0.25s ease 0s;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu li:hover > ul > li {
    height: 35px;
}

#cssmenu ul ul li span {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 225px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: #133d8d none repeat scroll 0% 0%;
}

#cssmenu ul ul li:hover > span,
#cssmenu ul ul li span:hover {
    background-color: #1a51a9;
    color: #ddd;
}

#cssmenu ul ul li.has-sub > span::after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd none repeat scroll 0% 0%;
    content: '';
}

#cssmenu.align-right ul ul li.has-sub > span::after {
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub > span::before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd none repeat scroll 0% 0%;
    content: '';
    transition: all 0.25s ease 0s;
}

#cssmenu.align-right ul ul li.has-sub > span::before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > span::before {
    top: 17px;
    height: 0;
}

#cssmenu.small-screen > ul > li.has-sub > span::after,
#cssmenu.small-screen > ul > li.has-sub > span::before,
#cssmenu.small-screen ul ul > li.has-sub > span::after,
#cssmenu.small-screen ul ul > li.has-sub > span::before {
    display: none;
}

#cssmenu.small-screen #menu-button::after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    content: '';
}

#cssmenu.small-screen #menu-button::before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd none repeat scroll 0% 0%;
    content: '';
}

#cssmenu.small-screen #menu-button.menu-opened::after {
    top: 23px;
    border: 0 none;
    height: 2px;
    width: 15px;
    background: #fff none repeat scroll 0% 0%;
    transform: rotate(45deg);
}

#cssmenu.small-screen #menu-button.menu-opened::before {
    top: 23px;
    background: #fff none repeat scroll 0% 0%;
    width: 15px;
    transform: rotate(-45deg);
}

#cssmenu.small-screen .submenu-button::after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd none repeat scroll 0% 0%;
    content: '';
}

#cssmenu.small-screen ul ul .submenu-button::after {
    top: 15px;
    right: 13px;
}

#cssmenu.small-screen .submenu-button.submenu-opened::after {
    background: #fff none repeat scroll 0% 0%;
}

#cssmenu.small-screen .submenu-button::before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd none repeat scroll 0% 0%;
    content: '';
}

#cssmenu.small-screen ul ul .submenu-button::before {
    top: 12px;
    right: 16px;
}

#cssmenu.small-screen .submenu-button.submenu-opened::before {
    display: none;
}

.comment-block {
    background: #fff none repeat scroll 0% 0%;
}

.comment-user {
    min-height: 130px;
    clear: both;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.comment-user::after {
    content: '';
    display: table;
    clear: both;
}

.comment-block .user-name {
    font-weight: bold;
    padding: 0;
}

.comment-block img {
    width: 100%;
    max-width: 400px;
}

.comment-block .user-ava {
    width: 60px;
    margin: 0 0px 0 20px;
}

.comment-block p {
}

.comment-user:last-child {
    border-bottom: medium none;
}

@media screen and (max-width: 800px) {
    figure {
        margin: inherit;
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 140%;
    }

    h2 {
        font-size: 120%;
        line-height: 130%;
    }
}

.my-container img,
figure {
    width: 100%;
    max-width: 650px;
}

figure p {
    margin-bottom: 0;
}

figure figcaption {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 1.5em;
}

.oui {
    width: 781px;
    height: 460px;
    background: transparent linear-gradient(135deg, #3c72b5 0%, #7b9fcc 100%)
        repeat scroll 0% 0%;
    font-family: Roboto !important;
    position: relative;
    border: 5px solid #ddd;
}

.eeee {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 333;
    position: fixed;
    top: 0;
}

.kmacb-form2 .modal-block {
    left: 50%;
    margin-left: -396px;
    position: fixed;
    top: 6%;
    z-index: 8105;
    width: 792px;
    height: 470px;
    border-radius: 5px;
    border: 0 none;
    box-shadow: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #222;
}

.ouimainp {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 30px;
    display: block;
    color: #fff;
    text-align: center;
}

.ouimain-text-img {
    display: block;
    width: 100%;
    padding: 0 5%;
    margin-top: 60px;
}

.ouimain-img {
    float: left;
    display: block;
    width: 30%;
    margin: -20px auto 0;
}

.ouimain-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.ouimain-text {
    display: block;
    width: 65%;
    float: right;
    margin-left: 5%;
    margin-top: -10px;
}

.ouimain-text p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    text-align: right;
    color: #fff;
    font-size: 22px;
    padding-bottom: 5px;
}

.ouimain-text-img::after {
    content: '';
    display: block;
    clear: both;
}

.close {
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
}

.submit {
    margin: 0;
    text-align: center;
    width: 100%;
    height: auto;
    background: transparent none repeat scroll 0 center;
    position: static;
    padding: 0;
    border: 0 none;
}

.submit {
    box-sizing: border-box;
}

.submit {
    float: none;
}

.submit[type='submit'] {
    position: absolute;
    cursor: pointer;
    border: 1px solid #499bea;
    background: transparent
        linear-gradient(
            135deg,
            #de455c 0%,
            #de455c 13%,
            #c01f37 76%,
            #c01f37 100%
        )
        repeat scroll 0% 0%;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 60px;
    vertical-align: top;
    display: block;
    text-indent: 0;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    width: 402px;
    height: 64px;
    opacity: 1;
    bottom: 20px;
    margin-left: 195px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    border-radius: 10px;
    transition: all 0.6s ease 0s;
}

.submit[type='submit']:hover {
    background: transparent
        linear-gradient(
            to bottom,
            #de455c 0%,
            #de455c 13%,
            #c01f37 76%,
            #c01f37 100%
        )
        repeat scroll 0% 0%;
}

div.im-colormask > input::-moz-selection {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}

div.im-colormask > input::-moz-selection {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}

div.ps-popup-default {
    font-family: 'Roboto', sans-serif;
    color: #000;
    background: #fff none repeat scroll 0% 0%;
    padding: 1px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    text-align: right;
    line-height: 1;
}

div.ps-popup-default .ps-form::before,
div.ps-popup-default .ps-form::after {
    content: '';
    display: table;
}

div.ps-popup-default .ps-form::after {
    clear: both;
}

div.ps-popup-default .ps-top::before,
div.ps-popup-default .ps-top::after,
div.ps-popup-default .ps-middle::before,
div.ps-popup-default .ps-middle::after,
div.ps-popup-default .ps-bottom::before,
div.ps-popup-default .ps-bottom::after {
    content: '';
    display: table;
}

div.ps-popup-default .ps-top::after,
div.ps-popup-default .ps-middle::after,
div.ps-popup-default .ps-bottom::after {
    clear: both;
}

div.ps-popup-default .ps-features-list li::before,
div.ps-popup-default .ps-features-list li::after {
    content: '';
    display: table;
}

div.ps-popup-default .ps-features-list li::after {
    clear: both;
}

div.ps-popup-default .ps-features-list strong::before {
    position: absolute;
    left: 0;
    top: 16px;
    content: '';
}

div.ps-popup-default .ps-left::before {
    background-image: url("");
    background-position: -21px 0;
    width: 16px;
    height: 17px;
}

div.ps-popup-default .ps-now::before {
    left: -5px;
    top: 14px;
    background-image: url("");
    background-position: 0 0;
    width: 21px;
    height: 17px;
}

.popup-container {
    display: none;
    position: relative;
}

#ps-call-mobile-form a.ps-close::after,
#ps-sale-mobile-form a.ps-close::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll center center;
    top: 12px;
    margin-left: -8px;
    left: 50%;
    width: 15px;
    height: 12px;
}

#ps-sale-mobile-form .clearance::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    border-top: 1px solid #c0cdd4;
}

.pl_next_order_page {
    display: none;
}

.pl_field_submit {
    display: none;
}

.pl_field_address_info {
    opacity: 0;
}

#s_comebacker_block {
    background: #fff none repeat scroll 0% 0%;
    width: 100%;
    height: 177px;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    text-align: center;
}

#s_comebacker_block img {
    width: 593px;
    height: 177px;
}

.my-com-date {
    color: #5b5f65;
    text-shadow: 0 0 0 #000;
    font-weight: 600;
    line-height: 34px;
    padding: 1px 4px;
    background: #fdfdfd none repeat scroll 0% 0%;
    border-radius: 3px;
    font-size: 20px;
}

.out-comebacker-content-btn:hover {
    text-decoration: none !important;
    transition: all 0.3s ease 0s !important;
}

.out-comebacker-content-btn:focus {
    text-decoration: none;
    color: #fff;
}

.out-comebacker-content-btn:active {
    border: 1px solid #fff;
}

a:active,
a:focus {
    outline: medium none;
}

input,
textarea {
    outline: medium none;
}

input:active,
textarea:active {
    outline: medium none;
}

:focus {
    outline: medium none;
}

button:active,
button:focus {
    outline: medium none !important;
}

button::-moz-focus-inner {
    border: 0 none !important;
}

.pl_field_address_info {
    height: 0;
    display: block;
}

.mya {
    text-decoration: none !important;
    border-bottom: 1px dashed #ff6565;
    color: #ff3d3d;
    font-weight: 500;
}

.mya:hover {
    border-bottom: 1px dashed #f77c7c;
    color: #f96a6a;
    text-decoration: none !important;
}

.rub-ramka a:hover {
    color: #f96a6a !important;
}

.rub-ramka {
    background: rgba(189, 61, 77, 0.04) none repeat scroll 0% 0%;
    padding: 12px 15px !important;
    color: #080808;
    font-size: 19px;
    border-radius: 4px;
    text-indent: 0 !important;
    text-align: center !important;
    margin: 0 auto;
    line-height: 29px;
    border: 3px double #e2243c;
}

.comment-user p {
    text-indent: 0 !important;
}

@media screen and (max-width: 600px) {
    .rub-ramka {
        text-align: right !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

#product-block {
    background: rgba(0, 0, 0, 0) url("product.png") no-repeat scroll
        center center / contain;
    height: 375px;
    width: 100% !important;
    display: block;
    margin: 0 !important;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #product-block {
        width: 100% !important;
        height: 224px !important;
        margin: 0 !important;
    }
}

iframe#advHash {
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: fixed;
    right: 200%;
}
