<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin:0;
    font: normal 14px/18px Arial;
}

input, button, a {
    outline: none;
}

input, textarea, select {
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    font: 14px Arial;
    margin: 0;
    padding: 3px 5px;
    box-sizing: border-box;
    vertical-align: middle;
}

select {
    padding: 2px 5px;
}


a {
    color: #fd6704;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1,h2,h3,h4,h5, .trbt {
    font-family: 'Trebuchet MS';
    font-weight: normal;
}


h2 {
    font: normal 22px/24px 'Trebuchet MS';
    text-shadow: #fff 0 1px 0;
}

h3 {
    font: normal 17px/22px 'Trebuchet MS';
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.box-title {
    border-bottom: 1px solid #e6e6e6;
    margin: 10px 0 12px;
    padding: 0 0 10px;
}


.unit-rating {
    background: url(/wp-content/themes/orabote/img/starrating.gif) left top repeat-x;
    background: url(/wp-content/themes/orabote/img/starrating.gif) left top repeat-x;
    width: 70px;
    display: inline-block;
    overflow: hidden;
}

.unit-rating &gt; div {
    background: url(/wp-content/themes/orabote/img/starrating.gif) left -28px repeat-x;
    width: 70px;
    height:14px;
}


.wrapper {
    width: 100%;
    max-width: 1920px;
    margin:0 auto;
}

.container {
    max-width: 1003px;
    margin:0 auto;
    /*border:dotted 1px #fff;*/
}


header {
    background: linear-gradient(90DEG, #232323, #525252, #232323);
}
header .container {
    padding: 0 1rem;
    box-sizing: border-box;
}
header .promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

header .promo &gt; .promo__logo {
    width: 331px;
}

header .promo .promo__link {
    display: flex;
    align-items: center;
}

.hamburger-menu {
    display: none;
}

header .promo .promo__caption {
    color: #fff;
    font-size: 3.3em;
    font-weight: 600;
    padding: 0 0 0 0.5rem;
    line-height: 0.7;
}

header .promo .promo__logo a:hover {
    text-decoration: none;
}

header .promo &gt; .promo__logo img {
/*    width: 100%;*/
}

header .promo &gt; .promo__title {
    width: calc(100% - 331px - 105px);
    padding-left:40px;
    box-sizing: border-box;
}

header .promo p {
    color: #fff;
    padding-top:10px;
    font: normal 14px/19px;
    color:#bdbdbd;
}
header .promo b {
    font-size: 18px;
    font-weight: normal;
    color:#fff;
}
header .promo &gt; .promo__button {
    width:105px;
}
header .promo &gt; .promo__button img {
    width:100%;
}

header .promo &gt; .promo__button a {
    display: block;
/*    width:105px;
    height: 105px;*/
    text-decoration: none;
}


header .subheader {
    padding-top: 10px;
    min-height: 38px;
    margin-bottom: -20px;
    margin-left: -0.9rem;

    display: flex;
    justify-content: space-between;
}

header .subheader ul {
    padding:0;
    margin: 0;
    display: flex;
}

header .subheader ul li {
    list-style: none;
    padding:0;
    margin: 0;
}

header .subheader ul li a {
    font: normal 16px/38px 'Trebuchet MS';
    height: 38px;
    margin: 0 8px 0 15px;
    padding: 0 11px;
    text-shadow: 0 -1px #d87211;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
    background: url(/wp-content/themes/orabote/img/bg_menu.gif) repeat-x 0 0;
    position: relative;
}
header .subheader ul li a::before {
    content: '';
    position: absolute;
    top:0;
    left:-15px;
    bottom:0;
    width: 15px;
    background: url(/wp-content/themes/orabote/img/bg_menu_left.gif) no-repeat;
}

header .subheader ul li.active a,
header .subheader ul li.current-menu-item a {
    text-shadow: 0 -1px #7e941a;
    background: url(/wp-content/themes/orabote/img/bg_menu_a.gif) repeat-x 0 0;
}

header .subheader ul li.active a::before,
header .subheader ul li.current-menu-item a::before {
    background: url(/wp-content/themes/orabote/img/bg_menu_left_a.gif) no-repeat;
}

header .subheader ul li a:hover {
    text-decoration: underline;
}

header .subheader .search {
    background: linear-gradient(180deg, #f0f0f0, #d5d5d5);
    height: 29px;
    margin: 0;
    padding: 9px 0 0 20px;
    width: 150px;
    box-shadow: 0px -2px 2px #555;
    position: relative;
}

header .subheader .search:after {
    display: block;
    content: '';
    position: absolute;
    left: -7px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 7px;
    border-color: transparent transparent #666d75 transparent;
}

header .subheader .search input[type="text"] {
    height: 20px;
    border: none;
    color: #9a9a9a;
    font: italic 14px/16px 'Trebuchet MS';
    box-sizing: border-box;
    padding-left: 9px;
    width: 83%;
    vertical-align: top;
}
header .subheader .search input[type="image"] {
    right: 8px;
    margin-right: 0;
    vertical-align: top;
    border: none;
    padding: 0;
    position: absolute;
}



.content {
    padding-top:50px;
    padding-bottom:25px;
    background:url(/wp-content/themes/orabote/img/bg_footer.gif) right bottom no-repeat #e6e6e6;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
}
.content .container {
    padding: 0 1rem;
    box-sizing: border-box;
}
.content .promobox {
    position: relative;
    margin-left: -1rem;
}
.content .promobox img {
    width: 100%;
}
.content .twocols {
    display: flex;
    justify-content: space-between;
}
.content .main {
    width: 100%;
}
.content .sidebar {
    width:240px;
}




.main  section {
    border: 1px solid #c5c5c5;
    color: #222;
    font: normal 14px/18px Arial;
    margin: 0 0 20px;
    padding: 5px 18px 10px 18px;
    background:url(/wp-content/themes/orabote/img/bg_box.gif) left top repeat-x #fff;
}
.main section .news-title {
    border: 1px solid #e1e1e1;
    min-height:31px;
    position: relative;
    margin-top:15px;
    margin-bottom:15px;
}
.main section .news-title span {
    width: 97px;
    height: 31px;
    display: block;
    position: absolute;
    left:0;
    top:0;
    background: url(/wp-content/themes/orabote/img/bg_rate.gif) right center no-repeat;
    color: #f3f3f3;
    font: normal 16px/22px 'Trebuchet MS';
    padding:5px;
    box-sizing: border-box;
}
.main section .news-title h3 {
    background: #f3f3f3;
    color: #3e3e3e;
    margin:1px;
    padding:3px 5px 4px 105px;
}

.main .more {
    background:url(/wp-content/themes/orabote/img/bg_more.gif) left top no-repeat;
    padding-top:12px;
    margin-top:16px;
    display: flex;
    justify-content: space-between;
    clear: both;
}
.main .more a:first-child{
    font: normal 13px/16px Arial;
}
.main .more a + a{
    color: #aaa;
    font: normal 11px/12px Arial;
    background:url(/wp-content/themes/orabote/img/icon_comment.gif) left center no-repeat;
    padding-left:17px;
}


.main section.welcome img {
    float: left;
    margin: 0.5rem 0.5rem 0.5rem 0;
}
.main section.welcome .indent {
    margin-left: 250px;
}
.main .news {
    margin-top:15px;
    margin-bottom:45px;
}

.main .news .news-title p {
    margin:14px 0 0 0;
}


.main .cats .news-title span {
    width: 125px;
    height: 31px;
}

.main .cats .news-title {
    padding-left:27px;
}

.main .company {
    margin-bottom:45px;
}

.main .company .dots span{
    background-image: url(/wp-content/themes/orabote/img/bg_src.gif);
    width: 45px;
}
.main .company .dots h3 {
    padding-left: 25px;
}

.news_comment,
.compact_comment  {
    padding: 12px 15px;
    background-color: #f2f2f2;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
    font-size:13px;
}
.news_comment b,
.compact_comment b {font-size: 16px;}
.news_comment span {color:#aaa; font-size: 12px; margin-left: 20px;}
.news_comment div,
.compact_comment div {margin-bottom:10px;}

.compact_comment i {
    color: #888;
    font-size: 13px;
    margin-left:5px;
    margin-right:5px;
}
.compact_comment span {
    color: #222;
    font-size: 14px;
    margin-left:5px;
    margin-right:5px;
}
.compact_comment .minus {color: #fe7c0f; font-size: 14px;}
.compact_comment .plus {color: #89a61b; font-size: 14px;}


.revcomment {width:100%;}
.revcomment input[type="text"] {width:100%;}
.revcomment tr td {padding-bottom:5px;}
.revcomment div {background:#f3f3f3; padding:4px;}
.revcomment textarea {width:100%; height:140px;}
.revcomment input[type="submit"] {float:right;}
.revcomment input[type=submit] {
    background: linear-gradient(#fe951c, #fd6101);
    color: #fff;
    font: bold 10pt/1.3 "Trebuchet MS";
    border: 1px #d05102 solid;
    position: relative;
    padding: 4px 7px 3px;
}


.newslinks {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 15px 0;
    margin:15px 0 27px;
}



.main .reviews .news-title.cmt span{
    background-image: url(/wp-content/themes/orabote/img/bg_message.gif);
    width: 45px;
}
.main .reviews .news-title.cmt h3 {
    padding-left: 55px;
}


.reviewlinks {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    padding:5px 15px;
    display: flex;
    justify-content:space-between;
    margin:0  0 20px 0;
    position: relative;
}
.reviewlinks a {
    position: relative;
    z-index: 1;
}
.reviewlinks::before {
    content: '';
    position: absolute;
    top:0px;
    left: 0px;
    right:0px;
    bottom: 0px;
    border:solid 1px #fff;
}

.review {
    padding:20px 0;
}
.review.nopadd {
    padding:0;
}
.review .thumbs_up span {
    background-image: url(/wp-content/themes/orabote/img/bg_good.gif)!important;
    width: 45px!important;
}

.review .thumbs_down span {
    background-image: url(/wp-content/themes/orabote/img/bg_bad.gif)!important;
    width: 45px!important;
}

.review .star span {
    background-image: url(/wp-content/themes/orabote/img/bg_star.gif)!important;
    width: 45px!important;
}

.review .thumbs_up h3,
.review .thumbs_down h3,
.review .star h3 {
    padding-left: 53px!important;
}




.review  .rating {
    font: italic 11pt 'Trebuchet MS';
}
.review  .rating &gt; div {
    border-bottom: solid 1px #f3f3f3;
    padding: 5px 0;
}

.review  .rating &gt; div:last-child {
    border:none;
}

.review  .rating .unit-rating {
    float: right;
    margin-top: 2px;
}







.main ol {
    padding: 0 0 6px 0;
}
.main ol li {
    margin: 2px 0 3px 25px;
}
.main ol li span {
    color: #888;
    font-size: 10pt;
}


.main .cats .unit-rating {
    margin-bottom:-2px;
}
.main .cats .descr {
    line-height: 18px;
}
.main .cats i,
.main .reviews i {
    color: #888;
    font-family: "Trebuchet MS";
}


.main .reviews .total {
    float:right;
    margin-top: 13px;
    font-size: 13px;
    font-style: italic;
}

.main .reviews .cities {
    margin:14px 0;
}

.main .reviews .cities i {
    margin-right:10px;
}
.main .reviews .cities a {
    margin-left: 10px;
}


.main .reviews .addcompany {
    text-align: center;
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
}

.cats .addcompany {
    text-align: center;
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 5px;
}

.main .reviews .addcompany a {
    display: block;
    border:solid 1px #fff;
    padding:5px;
}














.main .post {
    margin: 25px 0 35px;
}

.main .post .news-title {
    margin-bottom: 0;
}


.main .post .news-title span {
    background-image: url(/wp-content/themes/orabote/img/bg_src.gif);
    width: 45px;
}

.main .post .news-title h3 {
    padding-left: 55px;
}

.main .post .news-title div {
    float: right;
    padding: 7px 10px 0 0;
    font-size: 15px;
}

.main .post .news-title div i ~ i {color: #454545;}

.main .post .feedback {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.main .post .feedback &gt; div {
    padding:10px 10px 10px 54px;
    width: 50%;
    box-sizing: border-box;
    min-height: 80px;
}

.main .post .feedback .good {
    background: url(/wp-content/themes/orabote/img/bubble_good.gif) 10px 15px no-repeat;
}

.main .post .feedback .bad {
    background: url(/wp-content/themes/orabote/img/bubble_bad.gif) 10px 15px no-repeat;
}


.main .post .rating {
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    padding:5px 10px;
    align-items: center;
}

.main .post .rating b {
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
}

.main .post .unit-rating {
    margin-bottom:-2px;
}







.content .pager {
    cursor: default;
    margin: 10px 0 25px;
    text-align: center;
}

.content .pager ul {
    list-style: none;
    margin: 0 auto;
    padding: 1px;
}


.content .pager ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

.content .pager ul li a,
.content .pager ul li &gt; span {
    background: url(/wp-content/themes/orabote/img/bg_pager.gif) repeat-x 0 100%;
    border: 1px solid #bbb;
    color: #202020;
    font: normal 12px/18px 'Trebuchet MS';
    margin: 0;
    padding: 1px 8px;
    text-decoration: none;
    vertical-align: middle;
}

.content .pager ul li .current {
    background: url(/wp-content/themes/orabote/img/bg_pager_a.gif) repeat-x 0 0;
    color: #fd6704;
    cursor: default;
    font-weight: 700;
}
.content .pager ul li .arrow {
    font: normal 18px/18px Arial;
    position: relative;
    top: -3px;
    vertical-align: middle;
}


.feedbackform {
    margin: 14px 0;
    width: 100%;
    background: url(/wp-content/themes/orabote/img/postbox.jpg) right 20px no-repeat;
}
.feedbackform table {
    width: 100%;
}
.feedbackform table tr td {padding:2px 0;}
.feedbackform table td:first-child {
    width: 20px;
    white-space: nowrap;
    padding-right: 10px;
    font: bold 10pt/1.3 "Trebuchet MS";
    text-align: right;
}
.feedbackform input[type=text] {
    width: 55%;
}
.feedbackform input[type=submit] {
    background: linear-gradient(#fe951c , #fd6101);
    color: #fff;
    font: bold 10pt/1.3 "Trebuchet MS";
    border: 1px #d05102 solid;
    position: relative;
    padding: 4px 7px 3px;
}
.feedbackform select {
    width: 62%;
}
.feedbackform textarea {
    width: 62%;
    height: 140px;
}



.reviewform table {
    width: 100%;
}
.reviewform table td {
    padding-bottom: 9px;
    position: relative;
    vertical-align: top;
}
.reviewform span.notice {
    display: block;
    color: #888;
    font-size: 12px;
}
.reviewform input[type="text"] {
    width: 80%;
}
.reviewform table td:first-child {
    width: 20px;
    padding-right: 10px;
    font: bold 10pt/1.3 "Trebuchet MS";
    text-align: right;
    width: 150px;
    padding-right: 10px;
}
.reviewform textarea {
    width: 80%;
    height: 160px;

}
.reviewform textarea + span {
    display: block;
    position: absolute;
    width: 34px;
    height: 35px;
    top:0;
    left:82%;
}
.reviewform textarea[name="positive"]{
    background-color: #F2FACF;
}
.reviewform textarea[name="positive"] + span {
    background: url(/wp-content/themes/orabote/img/good.png) no-repeat;
}
.reviewform textarea[name="negative"]{
    background-color: #FBE2C7;
}
.reviewform textarea[name="negative"] + span {
    background: url(/wp-content/themes/orabote/img/bad.png) no-repeat;
}
.reviewform input[type=submit] {
    background: linear-gradient(#fe951c , #fd6101);
    color: #fff;
    font: bold 10pt/1.3 "Trebuchet MS";
    border: 1px #d05102 solid;
    position: relative;
    padding: 4px 7px 3px;
}
.reviewform .rating &gt; div {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom:solid 1px #e3e3e3;
}
.reviewform .rating &gt; div:first-child {
    padding-top:0;
}
.reviewform .rating &gt; div &gt; div:first-child {
    width: 85%;
}
.reviewform .rating &gt; div &gt; div:last-child {
    width: 15%;
}
.reviewform .rating &gt; div &gt; div:last-child div:last-child{
    font-size: 4px;
}
.reviewform .rating &gt; div b {
    display: block;
    font-style: italic;
}
.reviewform .rating &gt; div small {
    color: #888;
    font-style: 11px;
}





.filter {
    margin: 14px 0;
    padding:15px;
    background: #f2f2f2;
    border:solid 1px #dfdfdf;
}

.filter h2 {
    font: normal 18px/1.3 "Trebuchet MS";
    margin-top: 0px;
    margin-bottom: 9px;
}


.filter input[type=text] {
    width: 40%;
}

.filter input[type=submit] {
    background: linear-gradient(#fe951c , #fd6101);
    color: #fff;
    font: bold 10pt/1.3 "Trebuchet MS";
    border: 1px #d05102 solid;
    position: relative;
    padding: 3px 7px 2px;
}

.filter div {
    margin-bottom:9px;
}
.filter div:last-child {
    margin-bottom:0px;
}

.filter label {
    margin-right: 9px;
}
.filter b {
    font-style: italic;
}

.filter input {
    margin-left: 5px;
    margin-right: 5px;
}



.sidebar .box {
    border: 1px solid #c5c5c5;
    color: #222;
    font: normal 14px/18px Arial;
    margin: 0 0 20px;
    padding: 5px 18px 25px 18px;
    background:url(/wp-content/themes/orabote/img/bg_box.gif) left top repeat-x #fff;
}


.sidebar .box h2 {
    border-bottom: 1px solid #e6e6e6;
    margin: 10px 0 12px;
    padding: 0 0 10px;
}

.sidebar .box .ind {
    font: italic 12pt/1.1 'Trebuchet MS';
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom:5px;
}
.sidebar .box .ind b {
    float: right;
    font-style: normal;
    font-size: 16px;
    font-family: Arial;
}
.sidebar .box .ind span {
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    color: #595959;
}


.sidebar .title {
    border: 1px solid #e1e1e1;
    position: relative;
    margin-top:25px;
    margin-bottom:15px;
}

.sidebar .title h3 {
    background: #f3f3f3;
    color: #3e3e3e;
    font: normal 17px/22px 'Trebuchet MS';
    height: 23px;
    padding: 3px 0;
    margin:1px;
}

.sidebar .title .star {
    display:block;
    width: 46px;
    height:31px;
    background: url(/wp-content/themes/orabote/img/bg_star.gif) no-repeat;
    position: absolute;
    top:0;
    left:0;
}



.sidebar .title .money {
    display:block;
    width: 46px;
    height:31px;
    background: url(/wp-content/themes/orabote/img/bg_salary.gif) no-repeat;
    position: absolute;
    top:0;
    left:0;
}

.sidebar .title .star + h3,
.sidebar .title .money + h3 {
    padding-left:50px;
}






.sidebar .rating {
    font: italic 11pt 'Trebuchet MS';
}
.sidebar .rating &gt; div {
    border-bottom: solid 1px #f3f3f3;
    padding: 5px 0;
}

.sidebar .rating &gt; div:last-child {
    border:none;
}

.sidebar .rating .unit-rating {
    float: right;
    margin-top: 2px;
}

.sidebar h3 {
    margin:0 0 7px 0;
}


footer {
    background: #272727;
}

footer .container {
    display: flex;
    justify-content: space-between;
    font-size:11px;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
}

footer .container a:hover {
    text-decoration: underline;
}


footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #a6a6a6;
    margin:14px 0 14px 5px;
}
footer ul li a {
    color: #a6a6a6;
    text-decoration: none;
    margin-right:5px;
}

footer .copy {
    color: #747474;
}
footer .copy a {
    color: #fd6704;
    text-decoration: none;
}
footer .copy a:hover {
    color: #fff;
}


.hidden {
	display: none;
}

#menu__toggle {
  opacity: 0;
  display: none;
}

#menu__toggle:checked ~ .menu__btn &gt; span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn &gt; span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn &gt; span::after {
  top: 0;
  transform: rotate(90deg);
}
.hamburger-menu #menu__toggle:checked ~ .menu-main-container {
  visibility: visible;
  right: 0;
}

.menu__btn {
  display: none;
  align-items: center;
  position: relative;
/*  position: fixed;
  top: 20px;
  right: 20px;*/

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 11;
}

.menu__btn &gt; span,
.menu__btn &gt; span::before,
.menu__btn &gt; span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn &gt; span::before {
  content: '';
  top: -8px;
}
.menu__btn &gt; span::after {
  content: '';
  top: 8px;
}

.hamburger-menu .menu-main-container {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
  z-index: 10;
}
.hamburger-menu .menu__box {
  list-style: none;
  padding-left: 0;
}

.hamburger-menu .menu-item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.hamburger-menu .menu-item:hover {
  background-color: #CFD8DC;
}

@media screen and ( max-width: 580px ) {
 .toggle-nav {
 display: inline-block !important;
 float: right;
 margin: 25px;
 font-size: 2em;
 transition: color linear 0.15s;
 }

 a.toggle-nav:link,
 a.toggle-nav:visited,
 a.toggle-nav:hover,
 a.toggle-nav:active {
 text-decoration: none;
 color: #fff;
 }
}

@media screen and (max-width:1050px) {
    header .subheader {
        display: block;
        margin-bottom: -77px;
    }
    header .subheader .search {
        background: none;
        margin: 20px 0 -43px 0;
        box-shadow: none;
    }
    header .subheader .search:after {
        display: none;
    }
    .content {
        padding-top: 89px;
    }
    footer .container {
        flex-direction: column;
    }
    footer .copy {
        order: 2;
        margin-top: 1rem;
    }
    footer ul li {
        margin: 5px 0 5px 5px;
    }
}

@media screen and (max-width:850px) {
    header .promo .promo__title {
        display: none
    }
}

@media screen and ( max-width: 620px ) {
    .hamburger-menu {
        display: block;
        padding-left: 1rem;
    }
	.menu__btn {
		display: flex;
	}
    header .promo .promo__caption {
        font-size: 2.5em;
    }
    header .promo .promo__button {
        width: 80px;
    }
    header .subheader {
        margin-bottom: -50px;
    }
    header .subheader .search {
        margin: 0;
        padding: 0;
    }
    .content {
        padding-top: 45px;
    }
	header .subheader .menu-main-container {
		display: none;
	}
    .reviewform tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .reviewform table td {
        width: 100%;
    }
    .reviewform .rating &gt; div &gt; div:last-child {
        width: 25%;
    }
    .reviewform table td:first-child {
        width: 100%;
        text-align: left;
    }
    .reviewform .rating &gt; div &gt; div:first-child {
        width: 70%;
    }
}

@media screen and ( max-width: 420px ) {
    header .promo .promo__caption {
        font-size: 1.5em;
    }
}

.wp-block-image img {
    max-width: 100%;
}
</pre></body></html>