/*
Theme Name: Fennec-bots
Author: Fenneco inc.
Author URI: http://fenneco.ru/
Owner: Barnsly (Rominox)
Version: 1.0
*/

/* Fonts */
@font-face {
    font-family: 'EchoesSans';
    src: url(./fonts/EchoesSans.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MoscowSans';
    src: url(./fonts/MoscowSansRegular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Perfograma';
    src: url(./fonts/Perfograma.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EchoesSans-Bold';
    src: url(./fonts/EchoesSans-Bold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Set */
* {
    transition: all 0.3s ease-in;
}

/* Pop up */
.call-form {
    max-width: 360px;
    width: 92vw;
    position: fixed;
    top: -100vh;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    background: linear-gradient(to bottom, #132029, #27343F);
    padding: 30px;
    color: #fff;
    z-index: 9999;
}

.call-form-active {
    top: 50%;
    opacity: 1;
}

a.call-form-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    z-index: 9995;
    cursor: pointer;
    background: transparent;
}

.call-form-wrapper.call-form-wrapper-active a.call-form-close {
    width: 100%;
}

.call-form-wrapper:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    opacity: 0.0;
    z-index: 9990;
    display: block;
}

.call-form-wrapper.call-form-wrapper-active:before {
    opacity: 0.65;
    width: 100%;
}

#mp1f label,
#mp1f input[type="text"], #mp1f input[type="tel"] {
    color: #fff !important;
}

.call-form h4 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    opacity: 1 !important;
    font-size: 28px;
    color: #A1782F !important;
    font-family: "EchoesSans-Bold", sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.04em !important;
    text-transform: none !important;
}

.call-form p {
    font-size: 13px !important;
    line-height: 1.7 !important;
    margin-bottom: 25px !important;
}

.call-form .form-col {
    width: 100% !important;
}

span.wpcf7-not-valid-tip {
    color: #A1782F !important;
    font-size: 1em !important;
    font-weight: normal !important;
    padding-top: 5px !important;
    display: block !important;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: none !important;
    color: #A1782F !important;
    padding: 6px 0 0 !important;
    margin: 0 !important;
    border-top: 3px solid #A1782F !important;
    font-size: 12px !important;
}


/*Wordpress editor styles start*/

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone, img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/* Simple elements */
html, body {
    font-family: 'MoscowSans', sans-serif;
    color: #000;
    overflow-x: hidden !important;
    width: 100%;
    min-width: 320px;
    background: #23303a;
}

header, img {
    display: block;
}

img {
    max-width: 100%;
}

.page-content {
    position: relative;
    width: 100%;
    margin: -10px auto 0 auto;
    transition: all 1s;
    max-width: 1440px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.34);
}

.landing-block {
    padding-top: 120px;
    padding-bottom: 120px;
}

.landing-block-min {
    padding-top: 60px;
    padding-bottom: 60px;
}

hr {
    text-align: left;
    margin: 0 auto 0 0;
    margin-top: -5px;
    width: 40px;
    border: 0;
    height: 3px;
}

/* Header */
.header-block {
    width: 100%;
    position: fixed;
    z-index: 99;
    max-width: 1440px;
}

.site-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

a.menu {
    position: relative;
    font-family: 'EchoesSans-Bold', sans-serif;
    color: white;
    display: inline;
    text-transform: uppercase;
    font-size: 15px;
}

a.menu:before {
    content: '';
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 5px;
    width: 27px;
    height: 20px;
    background: url(./assets/images/menu-min.webp) center no-repeat;
}

.special-header {
    background: rgba(36, 48, 58, 0.96);
}

/* Footer */
footer {
    background: #0a1f2f;
    position: relative;
    margin-top: -10px;
    padding: 15px 0 20px;
}

footer p {
    color: #A0782F;
    font-size: 12px;
}

footer a, footer a:hover, footer a:active {
    color: #A0782F;
    font-size: 12px;
    display: inline;
    border-bottom: 1px solid rgba(159, 118, 46, 0.14);
}

/* Buttons and links */

/* Typography */
h1 {
    font-family: "EchoesSans-Bold", sans-serif;
    font-size: 84px;
}

h1.num {
    font-family: "Perfograma", sans-serif;
    font-size: 84px;
    line-height: 1.2;
    margin-top: 0 !important;
}

h2 {
    font-family: "EchoesSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 42px;
    letter-spacing: 0.4px;
    line-height: 1.5;
}

h3 {
    font-family: "EchoesSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 36px;
}

h4 {
    font-family: "EchoesSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.4;
}

h5 {
    font-family: "EchoesSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

p {
    font-family: 'MoscowSans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
}

/* Colors */
.gold {
    color: #A1782F;
}

.darkgold {
    color: #A0782F;
}

.white {
    color: #fff;
}

/* Mobile menu */


/* Menu */
.main-menu-frame {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.54);
    position: fixed;
    overflow-x: hidden;
    z-index: 99990;
    transition: 0.15s ease-in;
}

.main-menu-frame-active {
    width: 100%;
}

.main-menu-close {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    position: absolute;
    z-index: 99995;
}

.main-menu {
    top: 0;
    left: -260px;
    height: 100vh;
    position: relative;
    width: 260px;
    background: linear-gradient(to bottom, #000, #4a4848);
    z-index: 999999;
    display: block;
    padding: 25px;
}

.main-menu-active {
    left: 0;
}

.main-menu a {
    display: block;
    font-size: 14px;
    font-family: 'MoscowSans', sans-serif;
    color: white;
    text-transform: none;
    margin: 10px 0;
    letter-spacing: 0.03em;
    padding-top: 10px;
    padding-bottom: 5px;
}

.main-menu a:hover {
    color: #A1782F;
}


/* Main Page */
#full {
    height: 100%;
    position: relative;
}

.in-the-full {
    padding-top: 20vh;
    padding-bottom: 20vh
}

#m0 {
    background: #fff;
    height: 120vh;
    display: block;
    width: 100%;
}

#m1 {
    background: linear-gradient(to bottom, #132029, #27343F);
    position: relative;
}

#m1nav {
    position: relative;
    top: 50px;
}

#m1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(./assets/images/1-r.webp) bottom right no-repeat;
    background-size: 100% auto;
}

#m1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background: url(./assets/images/1-l.webp) top left no-repeat;
    background-size: 100% auto;
}

.zi3 {
    position: relative;
    z-index: 3;
}

.phead {
    letter-spacing: 0.07em;
}

#todownc {
    position: absolute;
    width: 100%;
    overflow: hidden;
    bottom: 25px;
}

a,
button {
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
}

a.btn-1-w,
a.btn-1-w:hover,
a.btn-1-w:focus,
a.btn-1-w:active {
    font-family: 'EchoesSans-Bold', sans-serif;
    color: white;
    display: inline;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    text-transform: uppercase;
    font-size: 15px;
}

#m2 {
    background: #131313;
    position: relative;
}

#m2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    display: block;
    background: #27343F url(./assets/images/2-1.webp) top right no-repeat;
    background-size: 100% auto;
}

.white-block {
    background: #FFFFFF;
}

.black-block {
    background: #131313;
}

a.btn-1-g,
a.btn-1-g:hover,
a.btn-1-g:focus,
a.btn-1-g:active {
    font-family: 'EchoesSans-Bold', sans-serif;
    color: #9F762E;
    display: inline-block;
    border-bottom: 1px solid rgba(159, 118, 46, 0.14);
    text-transform: uppercase;
    font-size: 15px;
}

.title {
    margin-top: 0 !important;
}

#m3 {
    background: #9F772F;
    position: relative;
}

#m3:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    background: #131313;
}

#products {
    display: block;
    position: relative;
    width: 100%;
}

.product {
    display: block;
    position: relative;
    width: 75vw;
}

.slider-col {
    padding: 0 !important;
}

.product img {
    display: block;
    position: relative;
    width: 100%;
}

.product h3 {
    position: absolute;
    color: #fff;
    top: 15px;
    right: 25px;
    display: block;
    width: 33%;
    text-align: right;
}

.product a {
    position: absolute;
    color: #fff;
    bottom: 15px;
    right: 25px;
    display: block;
    width: 33%;
    text-align: right;
}

button.slick-prev.slick-arrow {
    position: absolute;
    display: block;
    right: -20%;
    top: 25px;
    font-family: 'EchoesSans-Bold', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    z-index: 9;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

button.slick-next.slick-arrow {
    position: absolute;
    display: block;
    right: -20%;
    top: 60px;
    font-family: 'EchoesSans-Bold', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    z-index: 9;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

button.slick-next.slick-arrow:hover {
    transform: translateX(8px);
}

button.slick-prev.slick-arrow:hover {
    transform: translateX(-8px);
}

#m4 {
    background: #9F772F;
    position: relative;
}

table {
    display: table;
    width: 100%;
}

td {
    padding: 15px;
}

.white-table {
    color: #fff;
}

.white-table td {
    border: 3px solid #fff;
}

td.m4t1 {
    text-align: center;
    width: 34%;
}

td.m4t1 img {
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
    #m4t {
        top: 90px;
        position: relative;
        max-width: 270px;
        left: 4vw;
    }
}

@media (max-width: 992px) {
    .landing-block-min {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

@media (min-width: 1200px) {
    p {
        font-size: 16px;
        line-height: 2;
    }
}

#m5 {
    background: #131313;
}

.product-grid {
    position: relative;
    width: 100%;
    color: #fff;
    display: block;
    overflow: hidden !important;
    margin-bottom: 30px;
}

.product-grid:hover img {
    transform: scale(1.1);
}

.product-grid img {
    width: 100%;
    display: block;
    position: relative;
}

.product-grid h5.pit {
    position: absolute;
    color: #fff;
    top: 10px;
    left: 15px;
    display: block;
    width: 33%;
    text-align: left;
}

.product-grid h5 {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 15px;
    display: block;
    width: 33%;
    text-align: right;
}

#m6b {
}

.m6b {
    margin-bottom: 25px;
}

#m6 {
    background: #fff;
    position: relative;
    color: #fff;
}

#m6:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    background: #131313;
}

@media (min-width: 992px) {
    #m6n {
        top: 120px;
        position: relative;
    }
}

@media (max-width: 992px) {
    #m6b {
        padding: 50px;
    }
}

#m7 {
    background: #fff;
    position: relative;
}

#m7i {
    position: relative;
    display: block
}

#m7-table {
    width: 100%;
    text-align: center;
}

.black-table td {
    border: 3px solid #000;
}

#t7head {
    width: 100%;
    border-bottom: 0;
}

.m7tc {
    width: 20%;
    border-right: none !important;
}

.m7tc:last-child {
    border-right: 3px solid #000 !important;
}

table {
    border-collapse: collapse;
}

#m7-table tr {
    width: 100%;
    display: flex;
}

.gold-table {
    border: 3px solid #A1782F;
    color: #A1782F;
}

#m7t td {
    border: 3px solid #A1782F;
}

#m7r {
    margin-top: 35px;
}

#m7btn {
    margin-top: 25px;
}

@media (min-width: 767px) {
    #m7i {
        top: -50px;
    }
}

@media (max-width: 767px) {
    #m7r, #m7-table {
        margin-top: 15px;
    }

    #m7btn {
        margin-top: 5px;
    }
}

.blue-block {
    background: #0B1E30;
}

#m8 {
    background: #141414;
    position: relative;
}

#m8:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    background: #fff;
}

.m8cont {
    display: block !important;
    width: 100% !important;
    margin: 10px 0;
    position: relative;
    outline: none !important;
}

.m8cont img {
    max-width: 32px;
    display: inline-block;
    position: relative;
}

.m8cont span {
    color: #fff;
    font-size: 13px;
    padding-left: 10px;
    display: inline;
    position: relative;
}

.slider-for {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-for img {
    display: block;
}

ul.slick-dots {
    display: table;
    position: relative;
    margin: 0 auto;
    width: auto;
    padding: 15px 0;
}

ul.slick-dots li {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    opacity: 0.7;
}

ul.slick-dots li.slick-active {
    opacity: 1;
}

ul.slick-dots li button {
    text-indent: -1000px;
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    top: 0;
    left: 0;
}

ul.slick-dots li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .slider-nav .slick-list {
        position: relative !important;
        overflow: initial;
        height: 100%;
        display: block;
    }

    .slider-nav .slick-track {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        display: block;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .landing-block-min {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

#m9 {
    background: #0B1E30;
}

h1.ski {
    margin-top: 0 !important;
}

#m10 {
    background: #fff;
    position: relative;
}

.golden-block {
    background: #9F772F;
}

@media (max-width: 992px) {
    #m10b {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    #m10b {
        padding: 15px;
    }

    #m10n {
        color: #fff;
        padding-top: 35px;
    }

    #m10 {
        background: #9F772F;
    }
}

#m11 {
    background: #0B1D2F;
    position: relative;
}

.m11b {
    margin-bottom: 25px;
}

#m12 {
    background: #0B1D2F;
    position: relative;
}

.link-white,
.link-white:active,
.link-white:focus,
.link-white:hover {
    font-family: 'MoscowSans', sans-serif;
    color: white;
    display: inline;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: inherit;
}


/* PRODUCT PAGE  */
.p1 {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
}

.ps {

}

.p2 {
    background: #0B1D2F;
    position: relative;
}

.p2 .num {
    transform: rotate(90deg);
    white-space: nowrap;
    position: relative;
}

.p2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    display: block;
    background: #070707;
}

.gold-table td {
    border: 3px solid #A1782F;
}

.p-table td {
    border: 3px solid #000;
}

td.p-table-2 {
    text-align: center;
}

.ppricet {
    margin-top: 25px;
}

@media (min-width: 767px) {
    .p2 .num {
        transform: rotate(90deg) scale(0.8)
    }
}

@media (max-width: 767px) {
    .site-header {
        padding-top: 5px;
        padding-bottom: 10px;
        max-height: 70px;
        overflow: hidden;
    }

    .p1 {
        position: relative;
        display: block;
        width: 100%;
        height: 50vh;
    }
}

@media (max-width: 320px) {
    header a.btn-1-w {
        font-size: 12px;
    }

    a.menu {
        top: -4px;
    }
}


/* Form */
.wpcf7 label {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.07em;
    padding-bottom: 5px;
}

input[type="text"], input[type="tel"] {
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 15px;
    color: #b5893c;
    border-bottom: 1px solid white;
    outline: none !important;
    box-shadow: none;
    min-height: 30px;
}

input[type="submit"] {
    font-family: 'EchoesSans-Bold', sans-serif;
    color: white;
    border: none;
    display: inline;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    text-transform: uppercase;
    font-size: 15px;
    background: transparent;
    border-radius: 0 !important;
    outline: none !important;
    -webkit-appearance: none;
    padding: 0;
}

.ajax-loader {
    display: none !important;
}

@media (min-width: 992px) {
    .form-col {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}

/* MEDIA */

@media (min-width: 992px) {
    .pad-bottom-md {
        padding-bottom: 10px;
    }

    .site-footer {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .page-content .col, .page-content .col-xs-1, .page-content .col-sm-1, .page-content .col-md-1, .page-content .col-lg-1, .page-content .col-xs-2, .page-content .col-sm-2, .page-content .col-md-2, .page-content .col-lg-2, .page-content .col-xs-3, .page-content .col-sm-3, .page-content .col-md-3, .page-content .col-lg-3, .page-content .col-xs-4, .page-content .col-sm-4, .page-content .col-md-4, .page-content .col-lg-4, .page-content .col-xs-5, .page-content .col-sm-5, .page-content .col-md-5, .page-content .col-lg-5, .page-content .col-xs-6, .page-content .col-sm-6, .page-content .col-md-6, .page-content .col-lg-6, .page-content .col-xs-7, .page-content .col-sm-7, .page-content .col-md-7, .page-content .col-lg-7, .page-content .col-xs-8, .page-content .col-sm-8, .page-content .col-md-8, .page-content .col-lg-8, .page-content .col-xs-9, .page-content .col-sm-9, .page-content .col-md-9, .page-content .col-lg-9, .page-content .col-xs-10, .page-content .col-sm-10, .page-content .col-md-10, .page-content .col-lg-10, .page-content .col-xs-11, .page-content .col-sm-11, .page-content .col-md-11, .page-content .col-lg-11, .page-content .col-xs-12, .page-content .col-sm-12, .page-content .col-md-12, .page-content .col-lg-12 {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .landing-block {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .product {
        width: 83.33333333vw;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    .landing-block {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media (max-width: 420px) {

}

@media (max-width: 992px) {
    h1.num {
        font-size: 66px;
    }
}

@media (max-width: 540px) {
    h1.num {
        font-size: 28px;
        margin-top: 4px !important;
    }

    h1 {
        font-size: 32px;
    }

    p {
        font-size: 13px;
    }

    a.menu {
        top: -3px;
        color: transparent;
    }
}

@media (min-width: 1440px) {
    h1 {
        font-size: 94px;
    }
}

@media (min-width: 767px) {
    .huk {
        padding-left: 0;
        left: -10px;
    }
}

@media (min-width: 992px) {
    .text-start {
        padding-top: 25px;
    }

    .text-fin {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .product {
        width: 100vw;
    }
}

@media (min-width: 1200px) {
    .in-the-full {
        padding-top: 12vh;
        padding-bottom: 12vh;
    }
}

/* Bootstrap fix */
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-width: 1px !important;
}

/* DEBUG */
@media (min-width: 1440px) {
    .product {
        width: 1080px;
    }
}

a.tomain,
a.tomain:hover,
a.tomain:focus {
    position: fixed;
    z-index: 9;
    bottom: 0;
    right: 0;
    width: 260px;
    background: #A1782F;
    font-family: 'EchoesSans-Bold', sans-serif;
    display: block;
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 15px;
}

@media (max-width: 992px) {
    a.tomain {
        transform: rotate(270deg) translate(37%, 180%);
    }
}