* {
    transition: .25s ease-in-out;
}
.content__wrap {
    transition: .25s ease-in-out;
    overflow: hidden;
    display: flex;
}
.container-fluid {
    position: relative;
    height: 100%;
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    min-height: 100vh;
}
.top-header {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 5;
}
.top-header nav {
    position: relative;
    display: inherit;
}
.top-header nav:after {
    background: linear-gradient(-45deg, transparent 20px, #fff 0), linear-gradient(45deg, transparent 20px, #fff 0);
    background-position: left bottom;
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    bottom: -20px;
    position: absolute;
}
.quick-link-wrap {
    top: 0;
    right: 0;
    margin: 0;
    font-family: 'Arimo-Regular', sans-serif;
    width: 100%;
    height: 80px;
    padding: 0;
    display: flex;
    z-index: 2;
}
.app__header_logo {
    background-image: url(/img/logo_header.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 159px;
    height: 76px;
    left: calc(50% - 80px);
    position: absolute;
    margin: 3px 0;
    cursor: pointer;
}
.app__header_login {
    height: 80px;
    overflow: hidden;
    float: left;
}
.quick-link-wrap2 {
    top: 0;
    right: 0;
    float: right;
    position: fixed;
    margin: 0;
    font-family: 'Arimo-Regular', sans-serif;
    display: flex;
}
form.ng-invalid {
    display: flex;
}
.sign_form__in__wrap {
    margin: 23px 5px;
}
.sign_form__in__wrap .sign_form__in {
    background-color: inherit;
    border: none;
    border-bottom: 1px solid #524e4a;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}
.down-block-desktop {
    display: block;
}

.radius-btn {
    text-transform: capitalize;
    font-family: 'Arimo-Regular', sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    margin: 20px 5px;
    outline: none;
}
.app__header_login__login_btn {
    background: linear-gradient(49deg, #dca4c4 25%, #7458a9 61%, #7458a6 100%);
    color: #fff;
    box-shadow: 1px 3px 0px #7458a9;
    background: #3f3b38;
    box-shadow: 1px 3px 0px #000;
}
.app__header_login__register_btn {
    background: linear-gradient(49deg, #cf6b90 14%, #74bed7 51%, #368bcf 100%);
    color: #000;
    box-shadow: 1px 3px 0px #8b75a4;
    background: #fee94e;
    box-shadow: 1px 3px 0px #f6b243;
}
.app__header_login__login_btn:hover {
    color: #fff;
    text-decoration: none;
}
.app__header_login__register_btn:hover {
    color: #000;
    text-decoration: none;
}
.flag {
    padding: 0;
    cursor: pointer;
    float: left;
    width: 32px;
    height: 24px;
    margin: 28px 20px 28px 10px;
}
.app__container {
    transition: margin 300ms;
    width: 100%;
    margin-top: 80px;
    background-color: #fff;
    padding-right: 0;
    padding-left: 0;
}
.main-banner-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.header-banner {
    margin: 0;
    display: block;
    background-size: cover;
    height: 390px;
    background-position-x: left;
    background-image: url(/img/slider/1920x400.jpg);
    background-repeat: no-repeat;
}
.header-text {
    position: relative;
    width: 500px;
}
.header-text .tablecell {
    display: table-cell;
    vertical-align: middle;
    height: 390px;
    min-width: 350px;
}
.header-text .div {
    margin: 0 0 0 20px;
}
.arhangel {
    font-family: "BadaBoom", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 3.5pc;
    letter-spacing: 0.3pc;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}
.deadpool {
    font-family: "BadaBoom", sans-serif;
    color: #fde94e;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}
.deadpool span:first-child {
    font-size: 6.2pc;
    line-height: 5pc;
    letter-spacing: 0.5pc;
}
.header-text .div a {
    display: block;
    max-width: 140px;
    margin: 0 auto;
    padding: 17px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 30px;
    border: none;
    text-align: center;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff024f', endColorstr='#ffae4f', GradientType=1);
    background: #fde94e;
    color: #000;
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: 100%;
}
.header-text .div a:hover {
    background: #fee94e;
    box-shadow: 1px 3px 0px #f6b243;
    text-decoration: none;
}
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0;
    height: 50px;
    overflow: hidden;
    display: none;
}
.bottom-bar .first-block {
    background-color: #fee94e;
    padding: 0;
}
.bottom-bar .second-block {
    background-color: #000;
    padding: 0;
}
.bottom-bar a {
    position: relative;
    display: block;
    height: 50px;
    font-size: 1.125rem;
    text-transform: uppercase;
    z-index: 1000;
    text-shadow: none;
    letter-spacing: -.03em;
    padding: 0;
    margin: 0;
    line-height: 50px;
    font-family: 'Arimo-Bold', sans-serif;
    text-align: center;
}
.bottom-bar .first-block a {
    color: #000;
}
.bottom-bar .second-block a {
    color: #fff;
}
#btn-menu {
    display: none;
}
#btn-menu ~ label {
    display: none;
    color: #b6b7d3;
    height: 65px;
    cursor: pointer;
    margin: 0;
    width: 70px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
}
.white-btn-menu #menu-toogle {
    margin-left: 10px;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.white-btn-menu #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}
.white-btn-menu span {
    display: block;
    background: #cac2ad;
    border-radius: 2px;
    width: 30px;
    height: 5px;
    position: relative;
    top: 18px;
    left: 10px;
    margin: 7px 0;
}
.white-btn-menu #menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .5s;
}
.white-btn-menu #menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .625s;
}
.white-btn-menu #menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .75s;
}
.mobile-menu-style {
    background-color: #2b2a28;
    min-height: 40px;
    padding: 15px 5% 5px;
    transition: none;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 95%;
    margin: 0 auto;
    display: none;
}
.close-popup {
    position: absolute;
    display: block;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    background: url(../img/close-popup.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    z-index: 20;
    cursor: pointer;
}
.mobile-menu-style .main-menu {
    height: 40px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    transition: none;
    position: relative;
}
.mobile-menu-style .main-menu .menu-element {
    display: flex;
    padding: 7px;
}
.mobile-menu-style .main-menu .menu-element span {
    transition: none;
    vertical-align: -webkit-baseline-middle;
    font-size: 0.95pc;
    margin-left: 7px;
    font-weight: 400;
    color: #fff;
}
.mobile-menu-style .main-menu .menu-element:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    height: 25px;
    width: 25px;
    margin: 7px 0;
    background: url("../img/mobile-icons.png");
}
.mobile-menu-style .main-menu .menu-element:nth-child(1):before {
    background-position: 0 0;
}
.mobile-menu-style .main-menu .menu-element:nth-child(2):before,
.mobile-menu-style .main-menu .menu-element:nth-child(3):before {
    background-position: -25px 0;
}
.mobile-menu-style .main-menu .menu-element:nth-child(4):before {
    background-position: -75px 0;
}
.mobile-menu-style .main-menu .menu-element:nth-child(5):before {
    background-position: -50px 0;
}
.desktop-menu-style {
    display: flex;
    justify-content: space-around;
}
.desktop-menu-style .menu-element {
    cursor: pointer;
    display: block;
    width: 16.66%;
    padding: 5px 0 0;
    text-align: center;
    background-color: #3f3b38;
    border-left: 1px solid #2b2a28;
    font-family: Arimo-Regular, sans-serif;
}
.desktop-menu-style .menu-element a {
    color: #cecece;
}
.desktop-menu-style .menu-element a:hover {
    color: #cecece;
    text-decoration: none;
}
.desktop-menu-style .menu-element span {
    transition: none;
    vertical-align: middle;
    font-size: 0.95pc;
    font-weight: 400;
    color: #cecece;
    text-transform: uppercase;
}
.desktop-menu-style .menu-element:nth-child(1) {
    border: none;
}
.desktop-menu-style .menu-element:nth-child(6) {
    background-color: #398ece;
}
.desktop-menu-style .menu-element:nth-child(6) span {
    color: #fff;
}
.desktop-menu-style .menu-element a:before {
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    margin: 3px auto 0;
    background: url(../img/desktop-icons.png) no-repeat;
}
.desktop-menu-style .menu-element:nth-child(1) a:before {
    background-position: 0 0;
}
.desktop-menu-style .menu-element:nth-child(2) a:before,
.desktop-menu-style .menu-element:nth-child(3) a:before {
    background-position: -25px 0;
}
.desktop-menu-style .menu-element:nth-child(4) a:before {
    background-position: -50px 0;
}
.desktop-menu-style .menu-element:nth-child(5) a:before {
    background-position: -75px 0;
}
.desktop-menu-style .menu-element:nth-child(6) a:before {
    background-position: -100px 0;
}
.desktop-menu-style .menu-element:nth-child(7) {
    background-color: #327fb7;
    width: 70px;
    border: none;
    padding: 0 !important;
}
.desktop-menu-style .menu-element:nth-child(7) i {
    line-height: 61px;
    font-size: 1.5pc;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.desktop-menu-style .menu-element:nth-child(7) a:before {
    display: none;
}
.desktop-menu-style .menu-element a:hover span {
    font-family: 'Arimo-Bold', sans-serif;
    color: #fff;
    font-size: 0.92pc;
    letter-spacing: 2px;
}

.home__main--mobile-no-margin {
    display: flex;
}
.light-bg {
    background-image: url(../img/light-bg.png);
    background-repeat: repeat;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}
.top-games-block {
    width: 100%;
}
.text-image {
    font-weight: 400;
    font-size: 1.2pc;
    display: inline-block;
    color: #524e4a;
    margin: 0;
    font-family: 'Arimo-Regular', sans-serif;
}
.text-image:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.most-popular {
    padding: 15px 0 4px 15px;
}
.most-popular:before {
    height: 26px;
    width: 30px;
    content: url(../img/heart.png);
}
.tournaments {
    text-transform: uppercase;
    padding: 10px 0 4px 10px;
}
.tournaments:before {
    width: 40px;
    height: 40px;
    content: url(../img/cup.png);
}
.games-search-form {
    width: calc(40% - 70px);
    max-width: 522px;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    right: 15px;
    z-index: 4;
    padding-top: 5px;
}
.games-search-form .d1 {
    position: relative;
    width: 100%;
    border: 1px solid #adadad;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #fff;
}
.games-search-form .d1 input {
    background-size: auto 60%;
    height: 40px;
    border-radius: 5px;
    outline: none;
    font-family: Arimo-Regular, sans-serif;
    color: #000;
    padding-left: 20px;
    width: calc(100% - 50px);
    line-height: 21px;
    background: none;
    border: none;
    font-size: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline-offset: -2px;
}
.games-search-form .d1 span {
    position: absolute;
    right: 0;
    top: 50%;
    height: 40px;
    border: none;
    border-left: 1px solid #adadad;
    cursor: pointer;
    display: block;
    background-color: #fff;
    width: 40px;
    transform: translate(0, -50%);
}
.search-toggle {
    position: relative;
    display: block;
    height: 15px;
    width: 15px;
    margin-top: 12px;
    margin-left: 7px;
}
.search-toggle:before,
.search-toggle:after {
    content: '';
    position: absolute;
    display: block;
    transition: all 0.3s;
}
.search-toggle:before {
    border: 2px solid #adadad;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: 3px;
    top: -2px;
}
.search-toggle:after {
    height: 2px;
    width: 7px;
    background: #adadad;
    top: 13px;
    left: 15px;
    transform: rotate(45deg);
}
.mobile_selector {
    display: none;
    padding: 10px 40px 11px 20px;
    background: url(../img/drop-arrow.png) 97% no-repeat, #2a2928;
    -webkit-appearance: none;
    background-size: 20px;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    margin: 0;
    border-radius: 0;
    outline: none;
    color: #989795;
    line-height: normal;
    font-size: 1em;
    border: none;
    height: 40px;
    border-left: 1px solid #989795;
}
.mobile_selector:hover {
    color: #989795;
    text-decoration: none;
}
.tournament-block {
    width: 440px;
    text-align: center;
}
.trnm-bg {
    height: 100%;
    width: 100%;
    margin: 0 0 0 auto;
    padding-bottom: 35px;
}
.tournament-preview {
    position: relative;
    width: 100%;
    height: 344px;
    display: block;
    max-width: 380px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 1px solid #e4e3e3;
}
.tournament-period {
    text-align: center;
    color: #fff;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0;
    height: auto;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.red {
    background: #fa8418 100%;
    background: -moz-linear-gradient(1315deg, #f82b4d 0, #f83a53 22%, #f96923 72%, #fa8418 100%);
    background: -webkit-linear-gradient(1315deg, #f82b4d 0, #f83a53 22%, #f96923 72%, #fa8418 100%);
    background: -o-linear-gradient(1315deg, #f82b4d 0, #f83a53 22%, #f96923 72%, #fa8418 100%);
    background: -ms-linear-gradient(1315deg, #f82b4d 0, #f83a53 22%, #f96923 72%, #fa8418 100%);
    background: linear-gradient(1315deg, #c12c2d 0, #cc3c2b 22%, #f96923 72%, #fa8418 100%);
}
.tournament-period .timer,
.tournament-period .prizes {
    width: 50%;
    height: auto;
    position: relative;
    font: 700 20px/20px "Open Sans", sans-serif;
}
.tournament-period .timer-wrapper {
    font: 700 20px/20px "Open Sans", sans-serif;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.tournament-period .prizes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 0;
}
.tournament-period .prizes .prize-title {
    font: 400 14px/20px "Open Sans", sans-serif;
    display: block;
}
.tournament-period .prizes div  b,
.tournament-period .prizes div span {
    display: inline-block;
    font: 700 20px/20px "Open Sans", sans-serif;
}
.tournament-image {
    padding: 0;
    background: #fff;
    position: relative;
    float: left;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: 100%;
    height: auto;
}
.tournament-image {
    padding: 0;
    background: #fff;
    position: relative;
    float: left;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: 100%;
    height: auto;
}
.tournament-image a {
    display: block;
    width: 100%;
    padding-top: 54.52%;
    height: 0;
    overflow: hidden;
}
.tournament-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    max-width: 100%;
}
.tournament-image div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.tournament-image div div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
    text-align: center;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.tournament-image div div span {
    display: inline-block;
    vertical-align: middle;
    font: 20px/22px "Open Sans Condensed", sans-serif;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-top: -3px;
    text-transform: uppercase;
}
.tournament-position {
    flex-grow: 1;
    height: auto;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: #fff;
    color: #000;
    padding: 13px 16px;
    font: 15px/40px "Open Sans", sans-serif;
    text-transform: uppercase;
}
.tournament-position .btn {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
    font: 400 16px/1 "Open Sans", sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    border: 0;
    transform-origin: 50% 50%;
    float: right;
}
.tournament-position .btn.green {
    background: #000 100%;
    color: #fff;
}
.tournament-position span span {
    font-weight: 700;
    color: #ff7200;
}
.m-games-wrap {
    flex-wrap: wrap;
    display: flex;
}
.game-slot {
    width: 12.5%;
}
.game-container {
    display: block !important;
    width: auto !important;
    height: 100%;
}
.game-item {
    height: 100%;
    padding: 3px;
    position: relative;
}
.game-item-wrap {
    height: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.game-play-wrap {
    display: none;
    background-image: url(/img/game-hover.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.game-item:hover .game-play-wrap {
    display: block;
}
.game-play-wrap .game-title {
    display: block;
    color: #fff;
    position: absolute;
    font-family: 'Arimo-Regular', sans-serif;
    width: 100%;
}
.play-btn {
    width: 45%;
    height: 45%;
    background: radial-gradient(#6a1311 60%, #6a1311 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 28%;
    box-shadow: 0px 0px 25px 3px rgba(253, 233, 78, 0.8);
}
.play-btn:before {
    content: "";
    position: absolute;
    width: 160%;
    height: 160%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.75);
    top: -30%;
    left: -30%;
    background: rgba(198, 16, 0, 0);
}
.play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
}
@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
.game-back {
    height: 100%;
    background: #0e344b;
}
.game-back img:first-child {
    width: 100%;
}
.popularr-block .game-slot:nth-last-child(1),
.popularr-block .game-slot:nth-last-child(2),
.popularr-block .game-slot:nth-last-child(3) {
    display: none;
}
.red-bg {
    background-image: url(/img/red-bg.jpg);
    background-repeat: repeat;
    background-color: #c7322c;
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 20px;
}
.red-bg:before {
    background: linear-gradient(-45deg, transparent 20px, #fff 0), linear-gradient(45deg, transparent 20px, #fff 0);
    background-position: left bottom;
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    top: 0;
    position: absolute;
}
.red-bg2:before {
    display: none;
}
.red-bg .container2 {
    width: 100%;
    position: relative;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.red-bg .title {
    font-size: 1.7pc;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
    color: #fff;
    font-family: 'Arimo-Bold', sans-serif;
}
.red-bg .title span {
    color: #fde54d;
}
.red-bg .bonus-block2 {
    padding: 0;
}
.red-bg .bonus-block2 img {
    width: 100%;
    max-width: 184px;
    display: block;
    margin: 0 auto;
}
.red-bg .bonus-block2 h3 {
    color: #fde54d;
    font-size: 1.2pc;
    font-family: 'Arimo-Bold', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.red-bg .bonus-block2 p {
    text-align: center;
    color: #fff;
    font-family: 'Arimo-Regular', sans-serif;
    font-size: 1pc;
    line-height: 1.5;
}
.home__footer {
    background: #2b2a28;
    padding-top: 15px;
    position: relative;
    color: #dad4c5;
    overflow: hidden;
}
.home__footer__logo {
    max-width: 253px;
    width: 70%;
    height: auto;
    margin: 0 auto 10px;
}
.footer-menu {
    display: flex;
    padding: 0 0 15px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.footer-menu a {
    color: #dad4c5;
    text-align: center;
    display: block;
}
.footer-contacts {
    width: 220px;
    padding-bottom: 15px;
}
.footer-contacts a, .footer-contacts p {
    text-align: left;
    color: #dad4c5;
    margin: 0 0 5px;
    font-size: 0.95pc;
    line-height: 1.5;
}
.footer-gambling {
    width: calc(100% - 220px);
}
.partners-footer {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    justify-content: start;
}
.partners-footer div {
    width: 25%;
}
.partners-footer img {
    max-width: 100%;
    max-height: 57px;
}
.mobile700 {
    display: none;
}
.payments-footer {
    display: flex;
    padding: 15px 0;
    width: 100%;
    justify-content: space-evenly;
    border-top: 1px solid #424242;
}
.payments-footer img {
    max-width: 150px;
    height: 45px;
}
.copyright {
    color: #dad4c5;
    text-align: center;
    margin: 0 0 15px;
    width: 100%;
    font-size: 0.8pc;
}
.main-content-text {
    position: relative;
    padding: 15px;
    font-size: 1em;
}
.main-content-text h1 {
    margin-bottom: 15px;
    font-size: 2.25em;
    font-weight: 700;
}

.main-content-text h2 {
    margin-bottom: 15px;
    font-size: 1.75em;
}

.main-content-text h3 {
    margin-bottom: 15px;
    font-size: 1.5em;
}

.main-content-text ul {
    list-style: disc inside none;
}
.comment-wrapper {
    position: relative;
    margin-bottom: 40px;
}
#addComment {
    position: relative;
}
.form-wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto 20px;
}
.comment-input {
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    outline: none;
}
.comment-textarea {
    display: block;
    width: 100%;
    height: 80px;
    padding: 5px 10px;
    margin-bottom: 15px;
    outline: none;
}
.add-comment-btn {
    display: block;
    max-width: 150px;
    margin: 0 auto;
    position: relative;
    /* -webkit-transition: all 0.5s ease; */
    background: linear-gradient(49deg, #cf6b90 14%, #74bed7 51%, #368bcf 100%);
    color: #000;
    background: #fee94e;
    box-shadow: 1px 3px 0px #f6b243;
    padding: 8px 15px 9px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 2px;
    border-radius: 20px;
    cursor: pointer;
    text-transform: capitalize;
    font-family: 'Arimo-Regular', sans-serif;
}
.add-comment-btn:hover {
    color: #000;
    text-decoration: none;
}
.alert {
    display: none;
}
ul.comments-list {
    max-width: 600px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none !important;
}
.comment-top-wrap {
    position: relative;
}
.comment-top-wrap .avatar {
    position: relative;
    display: none;
    float: left;
    width: 80px;
}
.comment-top-wrap .author {
    float: left;
}
.comment-top-wrap .time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.875em;
}
.comment-top-wrap .time:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url('../img/time.png') no-repeat;
}
.comment {
    position: relative;
    margin: 10px auto;
    text-align: justify;
    font-size: 0.875em;
}
ul.child-list {
    padding-left: 40px;
}
.reply {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.875em;
}
.reply:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    margin-right: 10px;
    background: url("../img/reply.png") no-repeat;
}
.cancel {
    display: none;
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 0.875em;
}
.cancel:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../img/cancel.png") no-repeat;
    cursor: pointer;
}
.promo-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-title {
    font-size: 1.3pc;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 20px;
    font-family: 'Arimo-Bold', sans-serif;
}
.bonus-block {
    display: flex;
    margin: 0 20px 30px;
    font-family: 'Arimo-Regular', sans-serif;
    color: #e1e0dc;
    font-size: 0.95pc;
}
.bonus-block .width75 {
    width: 70%;
    background-color: #2a2928;
    padding-top: 15px;
    padding-bottom: 82px;
    position: relative;
}
.header {
    margin-bottom: 10px;
    width: calc(93% + 20px);
    position: relative;
    top: -0;
    left: -20px;
}
.flowerblue .width25, .flowerblue .header {
    background-color: #48bbf8;
}
.palevioletred .width25, .palevioletred .header {
    background-color: #e4537c;
}
.palevioletred .header {
    left: calc(7% - 20px);
    width: calc(93% + 40px);
}
.sandybrown .width25, .sandybrown .header {
    background-color: #f09f40;
}
.yellowgreen .width25, .yellowgreen .header {
    background-color: #9cc23a;
}
.yellowgreen .header {
    left: calc(7% - 20px);
    width: calc(93% + 40px);
}
.mediumaquamarine .width25, .mediumaquamarine .header {
    background-color: #51baab;
}
.indianred .width25, .indianred .header{
    background-color: #be404e;
}
.indianred .header {
    left: calc(7% - 20px);
    width: calc(93% + 40px);
}
.slateblue .width25, .slateblue .header {
    background-color: #5a60a8;
}
.header:before {
    width: 20px;
    height: 15px;
    top: 100%;
    content: '';
    display: inline-block;
    position: absolute;
    opacity: 1;
}
.flowerblue .header:before {
    border-left: 20px solid transparent;
    border-top: 15px solid #296f90;
}
.palevioletred .header:before {
    right: 0;
    border-left: 20px solid #602635;
    border-bottom: 15px solid transparent;
}
.sandybrown .header:before {
    border-left: 20px solid transparent;
    border-top: 15px solid #a96d29;
}
.yellowgreen .header:before {
    right: 0;
    border-left: 20px solid #5d771e;
    border-bottom: 15px solid transparent;
}
.mediumaquamarine .header:before {
    border-left: 20px solid transparent;
    border-top: 15px solid #32786b;
}
.indianred .header:before {
    right: 0;
    border-left: 20px solid #772029;
    border-bottom: 15px solid transparent;
}
.slateblue .header:before {
    border-left: 20px solid transparent;
    border-top: 15px solid #393d6c;
}
.header h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.1pc;
    color: #fff;
    padding: 10px 7%;
    margin-left: 20px;
    font-family: 'Arimo-Bold', sans-serif;
}
.palevioletred .header h3,
.yellowgreen .header h3,
.indianred .header h3 {
    padding-left: 0;
}
.bonus-block .text {
     padding: 0 7%;
}
.bonus-block .text p {
    text-align: left;
    line-height: 1.5;
}
.bonus-block .width25 {
    width: 30%;
    padding: 10px;
    text-align: center;
}
.v-zigzag {
    position: relative;
}
.btn-block {
    display: flex;
    padding: 0 7%;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
}
.bonus-block .gradient-btn {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    height: 42px;
    border-radius: 25px;
    margin: 15px 0;
    background: #fde94e;
    color: #000 !important;
    text-align: center;
    display: block;
    text-decoration: none;
}
.bonus-block .gradient-btn:hover {
    background: #fee94e;
    box-shadow: 1px 3px 0px #f6b243;
}
.terms-btn {
    cursor: pointer;
    text-decoration: underline;
    margin: 15px 0;
    background: inherit;
    line-height: 35px;
}
.flowerblue .terms-btn {color: #48bbf8;}
.palevioletred .terms-btn {color: #e4537c;}
.sandybrown .terms-btn {color: #f09f40;}
.yellowgreen .terms-btn {color: #9cc23a;}
.mediumaquamarine .terms-btn {color: #51baab;}
.indianred .terms-btn {color: #be404e;}
.slateblue .terms-btn {color: #5a60a8;}
.terms-btn:hover {
    text-decoration: none;
}
.bonus-block .width25 img {
    height: auto;
    max-height: 250px;
    max-width: 100%;
    width: fit-content;
    display: block;
    margin: 0 auto;
}

.errorPage {
    background: url(/img/404.jpg);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: calc(100vh - 65px);
}
.errorPage__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.errorPage__text h3 {
    font-size: 20vw;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    color: #fff;
    text-shadow: 7px 7px 20px #00000026;
}
.errorPage__button {
    display: block;
    cursor: pointer;
    border: 1px solid #fff;
    color: #e3594e;
    padding: 10px 30px;
    letter-spacing: 0.2em;
    box-shadow: 7px 7px 20px #00000026;
    background: #fff;
    transition: transform 300ms ease;
}
.dark-bg {
    background-size: cover;
    background-color: #1b1c1d;
    position: relative;
    z-index: 2;
    padding: 2% 0;
    width: 100%;
}
.dark-bg .container2 {
    width: 100%;
    position: relative;
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.dark-bg .dark-bg-title {
    font-size: 1.7pc;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
    color: #fff;
    font-family: 'Arimo-Bold', sans-serif;
}
.dark-bg .dark-bg-title span {
    color: #fde54d;
}
.row-level {
    justify-content: space-between;
    display: flex;
    margin-bottom: 5%;
}
.level-block {
    min-width: 200px;
}
.row-level .header-block {
    position: relative;
}
.row-level .header-block img {
    width: 100%;
    display: block;
    max-width: 178px;
    margin: 0 auto;
}
.row-level .header-block h3 {
    display: none;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fde54d;
    width: 100%;
    text-shadow: 0 2px 3px black;
    font-size: 1.1pc;
    line-height: 1pc;
    position: absolute;
    bottom: 5px;
    font-family: 'Arimo-Bold', sans-serif;
}
.row-level .red-border {
    text-align: center;
    border: 2px solid #c7322b;
    border-radius: 5px;
    overflow: hidden;
    max-width: 220px;
    margin: 0 auto;
}
.row-level .red-border p {
    margin: 0;
    text-align: center;
}
.red-border .red-block {
    background-color: #c7322b;
    color: #fff;
    padding: 5px 0;
}
.row-level .hidden {
    min-height: 248px;
}
.red-border .white {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.red-border .yellow {
    color: #fde54d;
}
.red-border .gray {
    color: #787884;
    font-size: 0.8pc;
}
.dark-bg:after {
    background: linear-gradient(-45deg, transparent 20px, #1b1c1d 0), linear-gradient(45deg, transparent 20px, #1b1c1d 0);
    background-position: left bottom;
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    bottom: -20px;
    position: absolute;
}
.dark-bg:before {
    background: linear-gradient(-45deg, transparent 20px, #C7322C 0), linear-gradient(45deg, transparent 20px, #C7322C 0);
    background-position: left bottom;
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    top: 0;
    position: absolute;
}
.dark-bg .orange-block {
    background-color: #e78720;
    text-transform: uppercase;
    color: #000;
    padding: 5px 0;
    display: none;
}
.duffy-duck-bg {
    background-image: url(/img/gray.jpg);
    background-repeat: repeat;
    background-color: #eae3d1;
    position: relative;
    z-index: 1;
    padding: 2% 0;
    width: 100%;
    min-height: 400px;
}
.duffy-duck-bg:after {
    background: linear-gradient(-45deg, transparent 20px, #eae3d1 0), linear-gradient(45deg, transparent 20px, #eae3d1 0);
    background-position: left bottom;
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    bottom: -20px;
    position: absolute;
}
.duffy-duck-bg .container2 {
    width: 100%;
    position: relative;
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.term-duffy {
    position: absolute;
    left: calc(50% - 850px);
    top: calc(50% - 195px);
    width: 250px;
}
.term-duffy img {
    width: 100%;
    position: relative;
}
.terms-title {
    color: #353431;
    font-size: 1.7pc;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
    font-family: 'Arimo-Bold', sans-serif;
}
.disc {
    color: #353431;
    list-style: disc;
    padding-left: 17px;
}
.disc li {
    margin-bottom: 15px;
}

@media (max-width: 1550px) {
    .app__header_logo {
        margin: 3px 10px 3px 20px;
        position: relative;
        left: 0;
    }
}

@media (max-width: 1500px) {
    .game-slot {
        width: 14.28%;
    }
    .popularr-block .game-slot:nth-last-child(1),
    .popularr-block .game-slot:nth-last-child(2),
    .popularr-block .game-slot:nth-last-child(3) {
        display: block;
    }
}

@media (max-width: 1440px) {
    /*.top-games-block {*/
        /*width: calc(100% - 350px);*/
    /*}*/
    .tournament-block {
        width: 350px;
    }
}

@media (max-width: 1400px) {
    .quick-link-wrap2 {
        padding: 0;
    }
}

@media (max-width: 1366px) {
    .header-banner {
        height: 300px;
        background-image: url(/img/slider/1366x300.jpg);
    }
    .header-text {
        width: 550px;
    }
    .header-text .tablecell {
        height: 300px;
        min-width: 400px;
    }
    .header-text .div {
        margin: 0 0 0 65px;
    }
    .header-text .div .arhangel {
        font-size: 2pc;
    }
    .header-text .div .deadpool span:first-child {
        font-size: 4pc;
        line-height: 4pc;
    }
    .footer-menu a {
        width: 50%;
    }
}

@media (max-width: 1300px) {
    .desktop-menu-style .menu-element span {
        font-size: 0.7pc;
    }
}

@media (max-width: 1200px) {
    .top-games-block {
        width: 100%;
    }
    .games-search-form {
        display: block;
        max-width: 500px;
        width: 400px;
    }
    .games-search-form .d1 {
        width: 100%;
        margin: 0 0 5px auto;
    }
    .popularr-block .game-slot:nth-last-child(1),
    .popularr-block .game-slot:nth-last-child(2),
    .popularr-block .game-slot:nth-last-child(3),
    .popularr-block .game-slot:nth-last-child(4),
    .popularr-block .game-slot:nth-last-child(5) {
        display: none;
    }
    .game-slot {
        width: 16.6%;
    }
    .light-bg {
        display: block;
    }
    .home__main--mobile-no-margin[_ngcontent-c14] {
        margin: 0;
        width: 100%;
    }
    .tournament-block {
        display: none;
    }
    .payments-footer {
        flex-wrap: wrap;
    }
    .payments-footer div {
        width: 20%;
        flex: 0 0 20%;
        text-align: center;
        margin: 10px 0;
    }
}

@media (max-width: 1060px) {
    .app__container {
        transition: transform 300ms;
    }
}

@media (max-width: 1000px) {
    .game-slot {
        width: 20%;
    }
}

@media (max-width: 992px) {
    .footer-contacts {
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    .footer-gambling {
        display: none;
    }
}

@media (max-width: 870px) {
    .dark-bg .level-block {
        width: 23%;
        min-width: inherit;
    }
}

@media (max-width: 850px) {
    .sign_form__in__wrap,
    .down-block-desktop {
        display: none;
    }
    .app__header_logo {
        left: calc(50% - 80px);
        position: absolute;
        margin: 3px 0;
    }
    .app__container {
        padding-bottom: 50px;
    }
    .bottom-bar {
        display: flex;
    }
    #btn-menu ~ label {
        display: block;
    }
    .mobile-menu-style {
        display: none;
        position: fixed;
        top: 0;
        z-index: 10;
        min-height: inherit;
        border-radius: 0;
        background: #2b2a28;
        padding: 0;
        width: 100vw;
        height: 100vh;
    }
    .mobile-menu-style .main-menu {
        height: inherit;
        display: block;
    }
    .desktop-menu-style {
        display: none !important;
    }
    .width50,
    .mobile_selector {
        display: block;
        width: 50%;
        margin: 0;
    }
    .most-popular {
        display: none;
    }
    .games-search-form {
        position: initial;
        display: block;
        max-width: 500px;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        border-radius: 0;
    }
    .games-search-form .d1 {
        background-color: #2a2928;
        border-radius: 0;
        border: none;
        margin: 0;
    }
    .games-search-form .d1 input {
        border: none;
        border-radius: 0;
        color: #989795;
        width: calc(100% - 40px);
    }
    .games-search-form .d1 .search-button {
        background-color: inherit;
        border-left: none;
        border-radius: 0;
    }
    .game-slot {
        width: 25%;
    }
    .popularr-block .game-slot:nth-last-child(4),
    .popularr-block .game-slot:nth-last-child(5) {
        display: block;
    }
}

@media (max-width: 768px) {
    .red-bg .bonus-block2 h3 {
        font-size: 1pc;
    }
    .bonus-block {
        margin: 0 0 30px !important;
    }
    .flowerblue,
    .sandybrown,
    .mediumaquamarine,
    .slateblue {
        flex-flow: column-reverse;
    }
    .palevioletred,
    .yellowgreen,
    .indianred {
        flex-flow: column;
    }
    .bonus-block .width75 {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .bonus-block .width25 {
        width: 100%;
    }
    .flowerblue .width25, .flowerblue .header {
        background-color: #48bbf8;
    }
    .palevioletred .width25, .palevioletred .header {
        background-color: #e4537c;
    }
    .sandybrown .width25, .sandybrown .header {
        background-color: #f09f40;
    }
    .yellowgreen .width25, .yellowgreen .header {
        background-color: #9cc23a;
    }
    .mediumaquamarine .width25, .mediumaquamarine .header {
        background-color: #51baab;
    }
    .indianred .width25, .indianred .header {
        background-color: #be404e;
    }
    .slateblue .width25, .slateblue .header {
        background-color: #5a60a8;
    }
    .bonus-block .header {
        width: 100% !important;
        left: 0 !important;
    }
    .bonus-block .header:before {
        display: none;
    }
    .header h3 {
        margin-left: 0;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .bonus-block .width25 img {
        width: auto;
    }
    .bonus-block .text {
        display: none;
        margin-bottom: 10px;
    }
    .bonus-block .btn-block {
        display: block;
        padding: 0;
        position: initial;
        text-align: center;
    }
    .bonus-block .gradient-btn {
        max-width: 200px;
        display: block;
        margin: 0 auto;
        letter-spacing: 0;
        width: 45%;
        padding: 0;
        line-height: 42px;
    }
    .terms-btn {
        display: inline-block;
        margin: 0 auto;
    }
    .dark-bg .row-level {
        margin-bottom: 0;
        display: block;
    }
    .dark-bg .level-block {
        width: 49%;
        margin-bottom: 5%;
        display: inline-block;
    }
}

@media (max-width: 700px) {
    .header-banner {
        height: 300px;
        background-image: url(/img/slider/700x300.jpg);
    }
    .header-text {
        height: 300px;
        width: 100%;
        max-width: 290px;
    }
    .header-text .tablecell {
        min-width: 320px;
    }
    .header-text .div {
        margin: 0 0 0 65px;
        text-align: center;
    }
    .header-text .div .deadpool span:first-child {
        font-size: 3.3pc;
        line-height: 3pc;
    }
    .mobile700 {
        display: block;
    }
    .desktop700 {
        display: none;
    }
    .footer-contacts {
        width: auto;
    }
    .footer-contacts p {
        font-size: 0.8pc;
        margin: 0;
    }
    .footer-menu {
        display: block;
    }
    .footer-menu a {
        display: block;
        margin-bottom: 4%;
        font-size: 0.8pc;
        width: 100%;
    }
}

@media (max-width: 650px) {
    .game-slot {
        width: 33.33%;
    }
    .popularr-block .game-slot:nth-last-child(3) {
        display: block;
    }
}

@media (max-width: 580px) {
    .header-text .tablecell {
        min-width: auto;
    }
    .header-text .div {
        margin: 0 20px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .dark-bg .level-block {
        width: 100%;
    }
    .dark-bg .hidden {
        display: none;
        min-height: initial;
    }
    .dark-bg .orange-block {
        display: block;
    }
}

@media (max-width: 420px) {
    .comment-top-wrap .author {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    .comment-top-wrap .time {
        display: block;
        position: relative;
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .footer-contacts p{
        font-size: 0.7pc;
        margin: 0;
    }
}

@media (max-width: 375px) {
    .header-banner {
        height: 339px;
        background-image: url(/img/slider/450x300.jpg);
        background-position-x: center;
    }
}

@media (min-width: 851px) {
    .mobile-menu-style {
        display: none !important;
    }
}
@media (max-width: 1385px) {
    .term-duffy {
        left: calc(50% - 680px);
        top: calc(50% - 148px);
        width: 190px;
    }
}
@media (max-width: 1420px) {
    .term-duffy {
        left: calc(50% - 690px);
        top: calc(50% - 148px);
        width: 190px;
    }
}
@media (max-width: 1460px) {
    .term-duffy {
        left: calc(50% - 710px);
        top: calc(50% - 140px);
        width: 175px;
    }
}
@media (max-width: 1490px) {
    .term-duffy {
        left: calc(50% - 730px);
        top: calc(50% - 150px);
        width: 190px;
    }
}
@media (max-width: 1540px) {
    .term-duffy {
        left: calc(50% - 745px);
        top: calc(50% - 122px);
        width: 155px;
    }
}
@media (max-width: 1600px) {
    .term-duffy {
        left: calc(50% - 770px);
        top: calc(50% - 140px);
        width: 180px;
    }
}
@media (max-width: 1620px) {
    .term-duffy {
        left: calc(50% - 800px);
        top: calc(50% - 160px);
        width: 210px;
    }
}
@media (max-width: 1700px) {
    .term-duffy {
        left: calc(50% - 810px);
        top: calc(50% - 172px);
        width: 220px;
    }
}
@media (max-width: 1330px) {
    .term-duffy {
        display: none;
    }
}

.ref_btn {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    display: flex;
    text-decoration: none;
    background-color: #ffe735;
    color: #000;
    justify-content: center;
    margin: 30px 0px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 14px;
    transition: background-color .1s linear;
}
  
.ref_btn:hover {
    text-decoration: none;
    background-color: #d6c22d;
    color: black;
}
  
.paragraph {
      margin-bottom: 2.2rem;
      max-width: 1200px;
      margin: auto;
}
  
  .noDepImg {
    width: 100%;
    margin-bottom: 35px;
}