@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@700&display=swap');

body {
   overflow-x: hidden;
   min-height: 100vh;
   background: #203238;
   font-family: 'Lato', 'Arial', sans-serif;
   font-size: 15px;
   font-weight: 400;
   line-height: 1.66;
   color: #fff;
   text-align: left;
   -webkit-text-size-adjust: 100%;
   text-size-adjust: 100%;
}

p {
   margin-top: 25px;
   line-height: 1.66;
   width: 100%;
}

p+ul,
p+ol {
   margin-top: 25px;
}

ul,
ol {
   text-align: left;
   width: 100%;
}

.list-wide {
   margin: 25px 0 0;
}

.list-wide li {
   background: #f2f4f4;
   padding: 26px 30px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.list-wide li+li {
   margin-top: 25px;
}

nav ul {
   width: auto;
}

a {
   color: inherit;
}

/* Title */
h1,
h2,
h3,
.title {
   display: block;
   position: relative;
   width: 100%;
   font-weight: 700;
   line-height: 1.2;
}

h1,
.title.general {
   font-size: 36px;
}

h2,
.title.high {
   font-size: 40px;
}

h3,
.title.middle {
   font-size: 36px;
}

h4,
.title.mini {
   font-size: 24px;
}

/* Article */
article,
.article {
   font-size: 15px;
   font-weight: 400;
   line-height: 1.5;
   text-align: left;
}

article>*:first-child,
.article>*:first-child {
   margin-top: 0px;
}

article>*+*,
.article>*+* {
   margin-top: 25px;
}

article p:first-child,
.article p:first-child {
   margin-top: 0px;
}

/* Button */
.button {
   display: inline-block;
   position: relative;
   width: auto;
   height: auto;
   font-size: 15px;
   font-weight: 700;
   color: #203238;
   line-height: 1;
   text-transform: uppercase;
   text-align: center;
   white-space: nowrap;
   background: #fff;
   border: 2px solid #fff;
   min-width: 180px;
   border-radius: 30px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   -ms-border-radius: 30px;
   -o-border-radius: 30px;
   padding: 15px 30px;
   margin: 25px 0 0;
}

.button:hover {
   background: transparent;
}

.button img,
.button span {
   display: inline-block;
   vertical-align: middle;
}

.button img {
   margin-right: 10px;
}

.button span {
   text-align: left;
}

/* Special */
.image img,
.background img {
   display: block;
   position: relative;
   margin: auto;
}

.background {
   display: block !important;
   position: absolute !important;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
}

.background img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.js-expand-content {
   display: none;
   overflow: hidden;
}

.js-expand-content.expanded {
   height: 100%;
}

svg {
   display: inline-block;
   position: relative;
   vertical-align: inherit;
   fill: rgba(255, 255, 255, 1);
   line-height: 1;
}

use {
   fill: rgba(255, 255, 255, 1);
   fill-rule: evenodd;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
}

.path {
   fill: inherit;
   stroke: inherit;
   stroke-width: inherit;
}

/* Content */
.content,
.cover {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   height: 100%;
   width: 100%;
   max-width: 1290px;
   margin: 0px auto;
   position: relative;
   overflow: hidden;
}

.content {
   margin-top: 25px;
   padding: 0 30px;
}

.cover {
   max-width: 100%;
   overflow: hidden;
   padding-left: -webkit-calc(50% - (1290px / 2));
   padding-left: -moz-calc(50% - (1290px / 2));
   padding-left: calc(50% - (1290px / 2));
   padding-right: -webkit-calc(50% - (1290px / 2));
   padding-right: -moz-calc(50% - (1290px / 2));
   padding-right: calc(50% - (1290px / 2));
}

.content>*,
.cover>* {
   display: block;
   position: relative;
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -moz-box-flex: 1;
   flex: 1 1 auto;
}

.wrapper {
   background: #fff;
   color: #203238;
   max-width: 1290px;
   margin: 0 auto;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   padding-bottom: 43px;
}

/* Header */
.header {
   background: #203238;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   overflow: visible;
   padding-top: 37px;
   padding-bottom: 39px;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   z-index: 100;
   height: auto;
   padding-right: -webkit-calc(50% - ((1290px - 57px) / 2));
   padding-right: -moz-calc(50% - ((1290px - 57px) / 2));
   padding-right: calc(50% - ((1290px - 57px) / 2));
}

.logo {
   display: inline-block;
}

.logo img {
   display: block;
}

.header__logo {
   max-width: 154px;
}

.header__menu-button,
.header__menu .header__button {
   display: none;
}

.header__menu {
   -webkit-box-flex: 0;
   -ms-flex: none;
   flex: none;
   margin: 0 auto;
}

.header__menu ul {
   background: #263b42;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   border-radius: 40px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   -ms-border-radius: 40px;
   -o-border-radius: 40px;
   padding: 0 105px;
}

.header__menu ul li+li {
   margin-left: 35px;
}

.header__menu ul li a {
   display: block;
   font-size: 15px;
   font-weight: 400;
   color: #01a77f;
   text-transform: uppercase;
   padding: 12px 0;
}

.header__menu ul li a:hover {
   color: #fff;
}

.header__button {
   -webkit-box-flex: 0;
   -ms-flex: none;
   flex: none;
   margin-top: 0;
}

.header__button-signup {
   color: #fff;
   background: #01a77e;
   border-color: #01a77e;
   margin-right: 30px;
}

.header__button-signup:hover {
   color: #01a77e;
}

.header__button-login:hover {
   color: #fff;
}

.header.scroll {
   padding-top: 10px;
   padding-bottom: 10px;
}

/* Main */
.main {
   padding-top: 125px;
   padding-bottom: 50px;
}

/* Prime */
.prime {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 25px 0 0 30px;
}

.prime__text {
   max-width: 390px;
   margin-right: 30px;
}

.prime__text p:first-child {
   margin-top: 0;
}

.prime__banner {
   background: #ec632b;
   border-radius: 14px 0 0 14px;
   -webkit-border-radius: 14px 0 0 14px;
   -moz-border-radius: 14px 0 0 14px;
   -ms-border-radius: 14px 0 0 14px;
   -o-border-radius: 14px 0 0 14px;
   padding: 48px 17vw 48px 32px;
   position: relative;
}

.prime__banner-title {
   color: #fff;
   line-height: 1.3;
   position: relative;
   z-index: 1;
}

.prime__banner-button {
   position: relative;
   z-index: 1;
   margin-top: 33px;
}

.prime__banner-img {
   position: absolute;
   bottom: 0;
   right: 0;
   max-height: 103%;
}

/* Characteristics */
.characteristics__table {
   margin-top: 33px;
   font-size: 18px;
}

.characteristics__table th {
   background: #597884;
   font-weight: 400;
   color: #fff;
   width: 420px;
}

.characteristics__table tr:first-child th {
   font-weight: 700;
   font-size: 24px;
   padding-top: 20px;
   padding-bottom: 25px;
   border-radius: 0 14px 0 0;
   -webkit-border-radius: 0 14px 0 0;
   -moz-border-radius: 0 14px 0 0;
   -ms-border-radius: 0 14px 0 0;
   -o-border-radius: 0 14px 0 0;
}

.characteristics__table th,
.characteristics__table td {
   padding: 7.5px 30px;
}

.characteristics__table tr:last-child th {
   border-radius: 0 0 14px 0;
   -webkit-border-radius: 0 0 14px 0;
   -moz-border-radius: 0 0 14px 0;
   -ms-border-radius: 0 0 14px 0;
   -o-border-radius: 0 0 14px 0;
}

/* Pros Cons */
.pros-cons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   margin-top: 25px;
   margin-bottom: 34px;
}

.pros-cons__item {
   background: #01a77f;
   color: #fff;
   width: -webkit-calc(50% - 15px);
   width: -moz-calc(50% - 15px);
   width: calc(50% - 15px);
   padding: 41px 103px 53px;
}

.pros__item {
   border-radius: 0 13px 13px 0;
   -webkit-border-radius: 0 13px 13px 0;
   -moz-border-radius: 0 13px 13px 0;
   -ms-border-radius: 0 13px 13px 0;
   -o-border-radius: 0 13px 13px 0;
}

.cons__item {
   border-radius: 13px 0 0 13px;
   -webkit-border-radius: 13px 0 0 13px;
   -moz-border-radius: 13px 0 0 13px;
   -ms-border-radius: 13px 0 0 13px;
   -o-border-radius: 13px 0 0 13px;
}

.pros-cons__item h3.title {
   font-size: 35px;
   line-height: 1.42;
   text-transform: uppercase;
}

.pros-cons__item ul {
   margin-top: 35px;
}

/* Promotion Banner */
.promotion-banner {
   background: #01a77f;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
   padding: 25px 30px;
}

.promotion-banner__text {
   text-align: center;
   padding: 0 10px;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

/* App */
.app {
   margin-top: 66px;
}

.app .title.middle {
   color: #597884;
   margin-top: 27px;
}

.app__table {
   background: #597884;
   color: #fff;
   padding: 25px 0;
   margin-top: 41px;
}

.app__table th {
   background: #4c6772;
   font-weight: 700;
   font-size: 18px;
   text-transform: uppercase;
   width: 40.7%;
   padding: 33px 20px 32px 60px;
}

.app__table tr:first-child th {
   border-radius: 0 12px 0 0;
   -webkit-border-radius: 0 12px 0 0;
   -moz-border-radius: 0 12px 0 0;
   -ms-border-radius: 0 12px 0 0;
   -o-border-radius: 0 12px 0 0;
}

.app__table tr:last-child th {
   border-radius: 0 0 12px 0;
   -webkit-border-radius: 0 0 12px 0;
   -moz-border-radius: 0 0 12px 0;
   -ms-border-radius: 0 0 12px 0;
   -o-border-radius: 0 0 12px 0;
}

.app__table td {
   padding: 0 59px;
}

/* Bonuses */
.bonuses__table {
   margin: 20px -60px 0 -30px;
}

.bonuses__table table {
   border-collapse: separate;
   border-spacing: 30px 0;
}

.bonuses__table th {
   font-weight: 700;
   font-size: 30px;
}

.bonuses__table td {
   font-size: 24px;
}

.bonuses__table th,
.bonuses__table td {
   padding: 17px 30px;
   line-height: 1.25;
}

.bonuses__table th:first-child,
.bonuses__table td:first-child {
   background: #ec632b;
   color: #fff;
   white-space: nowrap;
}

.bonuses__table th:first-child {
   border-radius: 0 13px 0 0;
   -webkit-border-radius: 0 13px 0 0;
   -moz-border-radius: 0 13px 0 0;
   -ms-border-radius: 0 13px 0 0;
   -o-border-radius: 0 13px 0 0;
}

.bonuses__table th:nth-child(n+2) {
   border: 1px solid #ec632b;
   border-bottom: none;
   border-radius: 13px 13px 0 0;
   -webkit-border-radius: 13px 13px 0 0;
   -moz-border-radius: 13px 13px 0 0;
   -ms-border-radius: 13px 13px 0 0;
   -o-border-radius: 13px 13px 0 0;
}

.bonuses__table td:nth-child(n+2) {
   border-left: 1px solid #ec632b;
   border-right: 1px solid #ec632b;
}

.bonuses__table tr:last-child td {
   border-bottom: 1px solid #ec632b;
}

.bonuses__table tr:last-child td:first-child {
   border-radius: 0 0 13px 0;
   -webkit-border-radius: 0 0 13px 0;
   -moz-border-radius: 0 0 13px 0;
   -ms-border-radius: 0 0 13px 0;
   -o-border-radius: 0 0 13px 0;
}

.bonuses__table tr:last-child td:nth-child(n+2) {
   border-radius: 0 0 13px 13px;
   -webkit-border-radius: 0 0 13px 13px;
   -moz-border-radius: 0 0 13px 13px;
   -ms-border-radius: 0 0 13px 13px;
   -o-border-radius: 0 0 13px 13px;
   padding-bottom: 40px;
}

/* Bonus Banner */
.bonus-banner {
   width: 100%;
   padding: 25px 0;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
   overflow: hidden;
}

.bonus-banner__text {
   max-width: 525px;
   background: #203238;
   border-radius: 0 13px 13px 0;
   -webkit-border-radius: 0 13px 13px 0;
   -moz-border-radius: 0 13px 13px 0;
   -ms-border-radius: 0 13px 13px 0;
   -o-border-radius: 0 13px 13px 0;
   padding: 47px 20px 51px 34px;
   position: relative;
   z-index: 1;
}

.bonus-banner__title {
   color: #fff;
}

.bonus-banner__button {
   background: #ec632b;
   border-color: #ec632b;
   color: #fff;
   margin-top: 42px;
}

/* Slots */
.slots__table {
   margin: 54px 0 0 -30px;
}

.slots__table table {
   border-collapse: separate;
   border-spacing: 30px 0;
}

.slots__table th,
.slots__table td {
   background: #eeeff4;
   width: 25%;
   padding-left: 30px;
   padding-right: 30px;
}

.slots__table th:first-child,
.slots__table td:first-child {
   background: #ec632b;
   color: #fff;
   padding-left: 60px;
}

.slots__table th {
   padding-top: 37px;
   padding-bottom: 25px;
}

.slots__table th:first-child {
   border-radius: 0 13px 0 0;
   -webkit-border-radius: 0 13px 0 0;
   -moz-border-radius: 0 13px 0 0;
   -ms-border-radius: 0 13px 0 0;
   -o-border-radius: 0 13px 0 0;
}

.slots__table th:nth-child(n+2) {
   border-radius: 13px 13px 0 0;
   -webkit-border-radius: 13px 13px 0 0;
   -moz-border-radius: 13px 13px 0 0;
   -ms-border-radius: 13px 13px 0 0;
   -o-border-radius: 13px 13px 0 0;
}

.slots__table tr:last-child td {
   padding-bottom: 50px;
}

.slots__table tr:last-child td:first-child {
   border-radius: 0 0 13px 0;
   -webkit-border-radius: 0 0 13px 0;
   -moz-border-radius: 0 0 13px 0;
   -ms-border-radius: 0 0 13px 0;
   -o-border-radius: 0 0 13px 0;
}

.slots__table tr:last-child td:nth-child(n+2) {
   border-radius: 0 0 13px 13px;
   -webkit-border-radius: 0 0 13px 13px;
   -moz-border-radius: 0 0 13px 13px;
   -ms-border-radius: 0 0 13px 13px;
   -o-border-radius: 0 0 13px 13px;
}

/* Games */
.games {
   margin-top: 40px;
}

.games__table {
   margin: 43px 0 0 -30px;
}

.games__table table {
   border-collapse: separate;
   border-spacing: 30px 0;
}

.games__table th,
.games__table td {
   background: #eeeff4;
   padding: 12px 30px;
}

.games__table th:first-child,
.games__table td:first-child {
   background: #01a77f;
   color: #fff;
   white-space: nowrap;
}

.games__table th:first-child {
   border-radius: 0 13px 0 0;
   -webkit-border-radius: 0 13px 0 0;
   -moz-border-radius: 0 13px 0 0;
   -ms-border-radius: 0 13px 0 0;
   -o-border-radius: 0 13px 0 0;
}

.games__table th:last-child,
.games__table td:last-child {
   max-width: 265px;
}

.games__table th:nth-child(2),
.games__table td:nth-child(2) {
   max-width: 685px;
}

.games__table tr:last-child td:first-child {
   border-radius: 0 0 13px 0;
   -webkit-border-radius: 0 0 13px 0;
   -moz-border-radius: 0 0 13px 0;
   -ms-border-radius: 0 0 13px 0;
   -o-border-radius: 0 0 13px 0;
}

.games__table th:nth-child(n+2) {
   border-radius: 13px 13px 0 0;
   -webkit-border-radius: 13px 13px 0 0;
   -moz-border-radius: 13px 13px 0 0;
   -ms-border-radius: 13px 13px 0 0;
   -o-border-radius: 13px 13px 0 0;
}

.games__table tr:last-child td:nth-child(n+2) {
   border-radius: 0 0 13px 13px;
   -webkit-border-radius: 0 0 13px 13px;
   -moz-border-radius: 0 0 13px 13px;
   -ms-border-radius: 0 0 13px 13px;
   -o-border-radius: 0 0 13px 13px;
}

.games__table ul li::before {
   content: '';
   display: inline-block;
   vertical-align: middle;
   width: 6px;
   height: 1px;
   background: #203138;
}

/* Payment */
.payment__list {
   background: #f2f4f4;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 28px 6px 13px;
   margin-top: 25px;
}

.payment__list li {
   font-weight: 700;
   margin: 0 24px 17px;
}

/* Exclusive Banner */
.exclusive-banner {
   padding: 25px 0;
   width: 100%;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
}

.exclusive-banner__text {
   background: #01a77f;
   max-width: 735px;
   margin-left: auto;
   position: relative;
   z-index: 1;
   padding: 46px 41px 50px;
   border-radius: 15px 0 0 15px;
   -webkit-border-radius: 15px 0 0 15px;
   -moz-border-radius: 15px 0 0 15px;
   -ms-border-radius: 15px 0 0 15px;
   -o-border-radius: 15px 0 0 15px;
}

.exclusive-banner__title {
   color: #fff;
}

.exclusive-banner__button {
   background: #203238;
   border-color: #203238;
   color: #fff;
   margin-top: 43px;
}

/* Support */
.support {
   margin-top: 36px;
}

.support__mail {
   font-weight: 700;
   font-size: 24px;
}

.support__mail+.support__mail {
   margin-top: 0;
}

.support__mail a {
   color: #189a78;
}

/* FAQ */
.faq {
   margin-top: 60px;
}

.faq__list {
   margin-top: 43px;
}

.faq__item+.faq__item {
   margin-top: 30px;
}

.faq-item__title {
   font-family: 'Poppins', sans-serif;
   background: -webkit-linear-gradient(90deg, #314e53, #05a47d);
   background: -moz-linear-gradient(90deg, #314e53, #05a47d);
   background: -o-linear-gradient(90deg, #314e53, #05a47d);
   background: linear-gradient(90deg, #314e53, #05a47d);
   font-weight: 700;
   color: #fff;
   text-align: left;
   text-transform: none;
   padding: 23px 38px;
   -webkit-transition: all .4s;
   -moz-transition: all .4s;
   -ms-transition: all .4s;
   -o-transition: all .4s;
   transition: all .4s;
   border-radius: 13px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   -ms-border-radius: 13px;
   -o-border-radius: 13px;
   cursor: pointer;
}

.faq-item__title:hover {
   background: #314e53;
}

.faq-item__desc {
   font-size: 16px;
   font-weight: 400;
   padding: 18px 0 0;
   color: #fff;
}

.faq-item__desc p:first-child {
   margin-top: 0;
}

/* Comments */
.comments {
   padding: 0 !important;
}

.comments__list {
   color: #fff;
   font-size: 15px;
   line-height: 1.66;
   background: #334c55;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   grid-gap: 30px;
   padding: 30px;
   border-radius: 13px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   -ms-border-radius: 13px;
   -o-border-radius: 13px;
   margin-top: 30px;
}

.comments__list li {
   background: #eeeff4;
   color: #203138;
   width: -webkit-calc(33.3% - 20px);
   width: -moz-calc(33.3% - 20px);
   width: calc(33.3% - 20px);
   padding: 25px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   border-radius: 13px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   -ms-border-radius: 13px;
   -o-border-radius: 13px;
}

.comments__list li p:first-child {
   margin-top: 0;
}

.comments__autor {
   background: -webkit-linear-gradient(90deg, #20383c, #05a37d);
   background: -moz-linear-gradient(90deg, #20383c, #05a37d);
   background: linear-gradient(90deg, #20383c, #05a37d);
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   font-size: 18px;
   color: #fff;
   width: auto;
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   padding: 10px 18px;
   margin-top: 13px;
}

/* Classification */
.classification {
   background: #334c55;
   border-radius: 15px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   padding: 0 !important;
}

.classification__item {
   width: 50%;
   padding: 50px;
}

.classification__item .title {
   margin-bottom: 30px;
}

.classification__table {
   font-size: 24px;
}

.classification__summary {
   background: -webkit-linear-gradient(45deg, #1e4444, #099977);
   background: -moz-linear-gradient(45deg, #1e4444, #099977);
   background: linear-gradient(45deg, #1e4444, #099977);
   border-radius: 13px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   -ms-border-radius: 13px;
   -o-border-radius: 13px;
}