/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
:root {
  --white: #ffffff;
  --black: #000000;
  --gray: #E6E7E8;
  --blue: #014a81;
  --primary: #2469EF;
  --second: #0E57A2;
  --third: #E80000;
  --text-body: #333;
}

/* Base Setting
---------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: #F4F4F4;
  max-width: 100%;
}

a {
  transition: all 0.3s;
  color: var(--primary);
  outline: none !important;
}
a:hover {
  opacity: 1;
  color: var(--second);
}

p {
  margin: 0 0 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Serif", serif;
  font-weight: 700;
  color: var(--text-body);
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
}

h1 {
  font-size: 30px;
  line-height: 1.5;
}
@media only screen and (min-width: md) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 24px;
  line-height: 1.45;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

figure {
  margin: 10px 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0 0 15px 30px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 15px 15px;
}

embed,
iframe,
object {
  max-width: 100%;
}

fieldset {
  padding: 3.5px 7.5px 6.25px;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.container-fluid, .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.sidebar .widget ul,
.sidebar .widget ol, #comments ol,
#comments ul, .site-footer__info ul, .main-navigation ul, .site-header-main__controls ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-section h2, .statistical-section .statistical-table h2, .time-of-rounds h2, .about-section h2, .single .entry-header .entry-title, .page-template-default .entry-header .entry-title, .section__heading {
  position: relative;
  text-align: center;
  color: var(--second);
  font-weight: 600;
  line-height: 1.171;
  font-family: "Roboto Serif", serif;
  font-size: 22px;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .news-section h2, .statistical-section .statistical-table h2, .time-of-rounds h2, .about-section h2, .single .entry-header .entry-title, .page-template-default .entry-header .entry-title, .section__heading {
    font-size: 30px;
  }
}

label {
  margin: 0 0 5px;
  display: inline-block;
}

.input, .sidebar .widget .wp-block-search .wp-block-search__input input,
input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
input[type=date],
input[type=url],
input[type=tel],
input[type=number],
textarea,
select {
  outline: none !important;
  background-color: transparent;
  width: 100%;
  line-height: 1.4;
  font-size: inherit;
  font-family: inherit;
  border: 0.5px solid #b1b3b8;
  padding: 7px 12px;
  border-radius: 4px;
  min-height: 39px;
}

.btn, .sidebar .widget .wp-block-search .wp-block-search__input button,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 10px 20px;
  text-align: center;
  outline: none !important;
  background: var(--primary);
  border: 0;
  font-size: inherit;
  text-decoration: none;
  line-height: 1.21;
  border-radius: 3px;
  font-weight: 700;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn:hover, .sidebar .widget .wp-block-search .wp-block-search__input button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn svg, .sidebar .widget .wp-block-search .wp-block-search__input button svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white, .sidebar .widget .wp-block-search .wp-block-search__input button.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-arrow {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-arrow::after {
  content: "";
  background: url("../images/arrow-right-line.svg") no-repeat 50% 50%/100% transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
}

.btn-outline {
  border: 2px solid #b4cad5;
  color: #b4cad5;
  border-radius: 50px;
  width: fit-content;
  padding: 13px 40px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.4;
}
.btn-outline:hover {
  background: var(--second);
  color: var(--white);
}

.container-fluid {
  max-width: 100%;
}
@media only screen and (min-width: md) {
  .container-fluid {
    padding: 0 15px;
  }
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.featured-image figure img {
  width: 100%;
}

#wpadminbar {
  position: fixed;
  top: 0;
}

.responsive-table {
  width: 100%;
  overflow-x: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

#wpadminbar {
  position: fixed;
  top: 0;
}

.hamburger {
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 18px;
  height: 2px;
  background: var(--primary);
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 9px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: var(--primary);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -7px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

.mfp-container {
  padding: 0 15px;
  max-width: 100%;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.admin-bar .site-header-main {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .site-header-main {
    top: 32px;
  }
}

.site-header {
  position: relative;
  z-index: 99;
  padding-block: 13px;
}
.site-header > picture {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-header > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.site-header .container picture {
  display: block;
  margin: 0;
}
.site-header .container picture img {
  max-height: 105px;
  display: block;
}

.site-header-main {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: none;
}
.site-header-main.header-sticky {
  box-shadow: 0 5px 10px rgba(58, 58, 58, 0.1);
}
@media only screen and (max-width: 991px) {
  .site-header-main .container {
    padding-block: 12px;
  }
}
.site-header-main__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header-main__controls {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .site-header-main__controls {
    gap: 24px;
  }
}
.site-header-main__controls ul {
  display: none;
  color: var(--second);
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .site-header-main__controls ul {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header-main__controls ul {
    font-size: 16px;
  }
}
.site-header-main__controls ul li a {
  color: var(--second);
  text-decoration: none;
}
.site-header-main__controls ul li a:hover {
  color: var(--third);
}
.site-header-main.show-nav .main-navigation {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .main-navigation {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 100%;
    right: 0;
    background: var(--white);
    padding: 10px 16px 20px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #ccc;
  }
  .main-navigation .header__toogle {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .main-navigation .header__toogle span {
    transform: rotate(225deg);
  }
  .main-navigation .header__toogle span::before, .main-navigation .header__toogle span::after {
    transform: rotate(-90deg);
    top: 0;
  }
  .main-navigation .header__toogle span::after {
    opacity: 0;
  }
}
.main-navigation .menu {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu {
    display: flex;
  }
}
.main-navigation .menu li {
  display: block;
  position: relative;
}
.main-navigation .menu li a {
  color: #454545;
  text-decoration: none;
  display: block;
  padding: 14px 0;
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu li a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .menu li a {
    font-size: 16px;
  }
}
.main-navigation .menu li .sub-menu {
  display: none;
  background: var(--primary);
  padding: 0 0 12px 24px;
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu li .sub-menu {
    position: absolute;
    width: 200px;
    top: 20px;
    left: 100%;
    z-index: 99;
    box-shadow: 1px 1px 3px 0 #ddd;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    padding: 15px 0;
    display: block;
  }
}
.main-navigation .menu li:hover > .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu li.menu-item-has-children {
    position: relative;
  }
}
.main-navigation .menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu li.menu-item-has-children > a {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu li.menu-item-has-children > a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu li.menu-item-has-children .toogle-sub-menu {
    position: absolute;
    top: 9px;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .main-navigation .menu li.menu-item-has-children .toogle-sub-menu::before, .main-navigation .menu li.menu-item-has-children .toogle-sub-menu::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--white);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .main-navigation .menu li.menu-item-has-children .toogle-sub-menu::before {
    height: 2px;
  }
  .main-navigation .menu li.menu-item-has-children .toogle-sub-menu::after {
    width: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu li.menu-item-has-children.shown-sub > .sub-menu {
    display: block;
  }
  .main-navigation .menu li.menu-item-has-children.shown-sub > .toogle-sub-menu::after {
    display: none;
  }
}
.main-navigation .menu li.current-menu-parent > a, .main-navigation .menu li.current-menu-item > a, .main-navigation .menu li:hover > a {
  color: var(--primary);
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu li.current-menu-parent > a, .main-navigation .menu li.current-menu-item > a, .main-navigation .menu li:hover > a {
    color: var(--white);
    background: var(--primary);
  }
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu > li {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu > li li a {
    padding: 12px 0;
  }
}
.main-navigation .menu > li > a {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu > li > a {
    padding: 16px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .menu > li > a {
    padding: 24px;
  }
}
.main-navigation .menu > li.home-icon > a {
  display: flex;
  gap: 9px;
  align-items: center;
}
.main-navigation .menu > li.home-icon > a::before {
  content: "";
  background: url("../images/home-icon.svg") no-repeat 50% 50%/100%;
  width: 18px;
  height: 20px;
  display: block;
}
.main-navigation .menu > li > .sub-menu {
  top: calc(100% + 20px);
  left: 0;
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu > li.menu-item-has-children > a {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu > li.menu-item-has-children > a::after {
    display: none;
  }
}
.main-navigation .menu > li:hover > .sub-menu {
  top: 100%;
}

.site-footer {
  background: var(--second);
  color: var(--white);
  font-size: 14px;
  padding-block: 20px 40px;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__info {
    display: flex;
    gap: 18px;
  }
}
.site-footer__info figure {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer__info figure {
    margin-bottom: 0;
  }
}
.site-footer__info h2 {
  color: var(--white);
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto Serif", serif;
}
.site-footer__info h3 {
  color: var(--white);
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.site-footer__info ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer__info ul li + li {
  margin-top: 4px;
}
.site-footer__info ul li img {
  width: 24px;
  min-width: 24px;
}
.site-footer__info ul li a {
  color: var(--white);
  text-decoration: none;
}
.site-footer__copyright {
  white-space: nowrap;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer__copyright {
    margin-top: 0;
  }
}

.page-title {
  padding: 50px 0;
  background: #dcdcdc;
}

.site-main {
  margin: 32px 0 40px;
  min-height: calc(100vh - 250px);
}
.site-main .entry-content {
  border-radius: 12px;
  background: var(--white);
  padding: 20px;
  border: 1px solid #d5d5d5;
}
@media only screen and (min-width: 768px) {
  .site-main .entry-content {
    border-radius: 16px;
    padding: 40px;
  }
}

.main-sidebar {
  margin: 50px 0 70px;
}
@media only screen and (min-width: md) {
  .main-sidebar__inner {
    display: flex;
    margin: 0 -15px;
  }
}
.main-sidebar .site-main {
  margin: 0 0 50px;
}
@media only screen and (min-width: md) {
  .main-sidebar .site-main {
    margin: 0;
    width: 75%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: md) {
  .main-sidebar .sidebar {
    width: 25%;
    padding: 0 15px;
  }
}

.page-template-default .entry-header .entry-title {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .page-template-default .entry-header .entry-title {
    font-size: 30px;
    margin-bottom: 26px;
  }
}

.page-template-title-inner-template .site-main {
  margin: 16px 0 50px;
}
@media only screen and (min-width: 768px) {
  .page-template-title-inner-template .site-main .entry-content {
    padding: 50px 40px;
  }
}
.page-template-title-inner-template .site-main .entry-content__inner {
  max-width: 900px;
  margin: 0 auto;
}
.page-template-title-inner-template .site-main .entry-content h1 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 auto 24px;
  font-weight: 600;
  max-width: 675px;
}
@media only screen and (min-width: 768px) {
  .page-template-title-inner-template .site-main .entry-content h1 {
    font-size: 30px;
    line-height: 1.171;
  }
}
.page-template-title-inner-template .site-main .entry-content iframe {
  margin: 32px auto 16px;
  display: block;
  border-radius: 8px;
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  max-width: 670px;
}
@media only screen and (min-width: 768px) {
  .page-template-title-inner-template .site-main .entry-content iframe {
    margin: 40px auto 16px;
  }
}

.error-404 {
  text-align: center;
}
.error-404 h1 {
  margin: 0 0 30px;
  line-height: 1;
}
@media only screen and (min-width: md) {
  .error-404 h1 {
    font-size: 80px;
  }
}
.error-404 h2 {
  margin: 0 0 10px;
}
.error-404 .btn, .error-404 .sidebar .widget .wp-block-search .wp-block-search__input button, .sidebar .widget .wp-block-search .wp-block-search__input .error-404 button {
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 30px;
}

.entry-meta {
  color: #454545;
  font-size: 14px;
  line-height: 1.57;
}
.entry-meta a {
  color: #454545;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .single .entry-header .entry-title {
    font-size: 36px;
  }
}
.single .entry-meta {
  text-align: center;
  margin: 0 0 25px;
}
.single .post-thumbnail {
  margin-bottom: 24px;
}

.info-row {
  margin-bottom: 16px;
}
.info-row label {
  margin: 0 0 8px;
  font-weight: 700;
}
.info-row--list p a {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .contest-info-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .contest-info-wrap .entry-header {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .contest-info-wrap .entry-content {
    width: calc(60% - 30px);
  }
}
@media only screen and (min-width: 992px) {
  .contest-info-wrap .entry-content {
    width: calc(70% - 30px);
  }
}
.contest-info-wrap .score-box {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .contest-info-wrap .score-box {
    width: 40%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .contest-info-wrap .score-box {
    width: 30%;
  }
}

@media only screen and (min-width: 992px) {
  .contest-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .contest-info {
    gap: 50px;
  }
}

.score-box {
  border-radius: 12px;
  background: var(--white);
  padding: 20px;
  border: 1px solid #d5d5d5;
}
@media only screen and (min-width: 768px) {
  .score-box {
    border-radius: 16px;
    padding: 40px 20px;
  }
}
.score-box h2 {
  margin: 0 0 24px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .score-box h2 {
    font-size: 22px;
  }
}
.score-box h3 {
  margin: 0 0 24px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .score-box h3 {
    font-size: 20px;
  }
}
.score-box h3 span {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.score-box h4 {
  margin: 0 0 24px;
  font-size: 36px;
  text-align: center;
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .score-box h4 {
    font-size: 50px;
  }
}
.score-box h4 span {
  font-size: 20px;
  display: block;
  color: var(--text-body);
}
.score-box .form-row {
  display: flex;
}
.score-box .form-row label {
  margin: 0;
  width: 100px;
  padding-right: 10px;
  padding-top: 8px;
}
.score-box .form-row--input {
  width: calc(100% - 100px);
}
.score-box .form-submit {
  padding-left: 100px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.score-box .form-submit button {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  min-height: auto;
}
.score-box .form-submit a {
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
.score-box__back {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.contest-score-box {
  display: none;
}

.list-scores {
  font-size: 14px;
}
.list-scores__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-scores__bottom a {
  font-weight: 700;
  text-decoration: none;
}
.list-scores table {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.list-scores table tr td {
  padding: 5px 0;
}

/** Partials **/
#comments {
  margin-top: 50px;
}
#comments ol li,
#comments ul li {
  margin-top: 30px;
}
#comments ol.children,
#comments ul.children {
  padding-left: 20px;
}
@media only screen and (min-width: md) {
  #comments ol.children,
  #comments ul.children {
    padding-left: 40px;
  }
}
#comments a {
  text-decoration: none;
}
#comments .comment-body {
  padding: 20px;
  background: #f5f5f5;
}
#comments .comments-title {
  border-bottom: 2px solid var(--primary);
  margin-bottom: 30px;
}
#comments .comment-author h4 {
  margin: 0;
  font-size: 18px;
}
#comments .comment-meta {
  margin-bottom: 10px;
}
#comments .comment-meta__time {
  color: #7b7b7b;
  font-style: italic;
}
#comments .comment-meta .comment-edit-link {
  margin-left: 15px;
}
#comments #cancel-comment-reply-link {
  margin-left: 20px;
  font-weight: 400;
}

.comment-respond {
  margin-top: 30px;
}
@media only screen and (min-width: md) {
  .comment-respond {
    margin-top: 50px;
  }
}

.sidebar .widget {
  margin: 0 0 30px;
}
.sidebar .widget h2 {
  font-size: 20px;
  margin: 0 0;
}
.sidebar .widget .wp-block-search .wp-block-search__input input {
  border: 1px solid var(--gray);
}
.pagination-wrapper {
  padding: 30px 0;
}
@media only screen and (min-width: md) {
  .pagination-wrapper {
    padding: 50px 0;
  }
}
.pagination-wrapper a {
  text-decoration: none;
}
.pagination-wrapper::after {
  display: none !important;
}
.pagination-wrapper .nav-links {
  text-align: center;
}
.pagination-wrapper .nav-links > a,
.pagination-wrapper .nav-links > span {
  color: #333;
  font-weight: 500;
  font-size: 15px;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
.pagination-wrapper .nav-links > a.current,
.pagination-wrapper .nav-links > span.current {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}
.pagination-wrapper .nav-links .nav-prev-text,
.pagination-wrapper .nav-links .nav-next-text {
  display: none;
}
.pagination-wrapper .nav-links a:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}
.pagination-wrapper .nav-links .prev::before {
  content: "\f104";
  display: inline-block;
  font-family: "Font Awesome 5 Free", serif;
  line-height: 38px;
  font-size: 15px;
  font-weight: 900;
}
.pagination-wrapper .nav-links .prev span {
  display: none;
}
.pagination-wrapper .nav-links .next::before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free", serif;
  line-height: 38px;
  font-size: 15px;
  font-weight: 900;
}
.pagination-wrapper .nav-links .next span {
  display: none;
}

/** Home **/
.page-template-flexible-template .site-main {
  margin: 0;
}

.banner {
  position: relative;
  z-index: 1;
}
.banner picture {
  display: block;
  margin: 0;
}
.banner picture img {
  width: 100%;
  display: block;
}
.banner__inner {
  text-align: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner__inner h1 {
  text-align: center;
  font-weight: 700;
  color: var(--white);
  line-height: 1.36;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .banner__inner h1 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__inner h1 {
    font-size: 70px;
  }
}
.banner__inner h2 {
  text-align: center;
  font-weight: 400;
  color: var(--white);
  font-size: 25px;
  line-height: 1.5;
  font-family: "Anton", sans-serif;
  margin: 13px 0 0;
}
@media only screen and (min-width: 768px) {
  .banner__inner h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__inner h2 {
    font-size: 36px;
  }
}

.about-section {
  padding-block: 40px;
  background: var(--white);
}
@media only screen and (min-width: 768px) {
  .about-section {
    padding-block: 50px;
  }
}
.about-section h2 {
  text-align: left;
  max-width: 500px;
}
@media only screen and (min-width: 768px) {
  .about-section h2 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .about-section__inner {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .about-section__inner {
    gap: 60px;
  }
}
.about-section__inner figure {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .about-section__inner figure {
    margin: 0;
  }
}
.about-section__inner figure img {
  width: 100%;
}
.about-section__buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.time-of-rounds {
  padding-block: 40px;
  background: #f4f6f9;
}
@media only screen and (min-width: 768px) {
  .time-of-rounds h2 {
    margin-bottom: 30px;
  }
}
.time-of-rounds__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .time-of-rounds__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .time-of-rounds__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.time-of-rounds__item {
  padding: 24px 20px;
  border-radius: 8px;
  background: var(--white);
  text-align: center;
}
.time-of-rounds__item h3 {
  font-size: 24px;
  line-height: 1.66;
  font-family: "Roboto Serif", serif;
  color: var(--primary);
  margin: 0 0 4px;
  font-weight: 700;
}
.time-of-rounds__item h5 {
  color: #454545;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 24px;
}
.time-of-rounds__item h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-body);
  margin: 0 0 10px;
}
.time-of-rounds__item--body {
  font-size: 15px;
  line-height: 1.4;
  color: #454545;
  text-align: justify;
}
.time-of-rounds__item--body p:last-of-type {
  margin: 0;
}
.time-of-rounds__award {
  margin-top: 24px;
  color: var(--text-body);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}
.time-of-rounds__award a {
  color: var(--text-body);
  text-decoration: none;
}
.time-of-rounds__award p {
  margin: 0;
}
.time-of-rounds__award strong {
  font-weight: 700;
}
.time-of-rounds__award--item {
  display: flex !important;
  align-items: center;
  gap: 24px;
  margin-right: 24px;
}
.time-of-rounds__award--item::before {
  content: "";
  min-width: 40px;
  height: 40px;
  background: url("../images/award.svg") no-repeat 0 0/100%;
}

.statistical-section {
  background: var(--white);
  padding-block: 40px;
}
.statistical-section .statistical-count {
  background: url("../images/bg-shape.svg") no-repeat 0 0/cover;
  border-radius: 10px;
  padding: 40px 24px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  color: var(--white);
}
@media only screen and (min-width: 992px) {
  .statistical-section .statistical-count {
    grid-template-columns: 1fr 60%;
  }
}
.statistical-section .statistical-count--left h3 {
  margin: 0;
  color: var(--white);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.statistical-section .statistical-count--right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .statistical-section .statistical-count--right {
    display: grid;
    grid-template-columns: 46% 1fr;
    gap: 20px;
  }
}
.statistical-section .statistical-count__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.statistical-section .statistical-count__item figure {
  background: #f4f6f9;
  border-radius: 16px;
  padding: 11px;
  margin: 0;
}
.statistical-section .statistical-count__item figure img {
  min-width: 48px;
  width: 48px;
}
.statistical-section .statistical-count__item--body h4 {
  font-size: 20px;
  line-height: 1.4;
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 0;
}
.statistical-section .statistical-count__item--body p {
  margin: 0;
}
.statistical-section .statistical-count__item--body span {
  font-size: 30px;
  line-height: 1.433;
  font-weight: 700;
  color: var(--white);
  font-family: "Roboto Serif", serif;
}
.statistical-section .statistical-table {
  background: #f4f6f9;
  border-radius: 8px;
  margin-top: 40px;
  padding: 24px;
}
.statistical-section .statistical-table h2 {
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .statistical-section .statistical-table h2 {
    font-size: 32px;
  }
}
.statistical-section .statistical-table__header {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .statistical-section .statistical-table__header {
    display: flex;
    align-items: center;
  }
}
.statistical-section .statistical-table__header--heading {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .statistical-section .statistical-table__header--heading {
    width: 40%;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
.statistical-section .statistical-table__header--controls {
  display: flex;
  gap: 10px 16px;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .statistical-section .statistical-table__header--controls {
    width: 60%;
    justify-content: flex-end;
  }
}
.statistical-section .statistical-table__header--controls span {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .statistical-section .statistical-table__header--controls span {
    width: 100%;
  }
}
.statistical-section .statistical-table__header--controls .btn-filter {
  color: var(--text-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 10px;
  border: 1px solid #d9e1f0;
  border-radius: 4px;
  text-decoration: none;
  background: var(--white);
}
@media only screen and (min-width: 768px) {
  .statistical-section .statistical-table__header--controls .btn-filter {
    font-size: 15px;
  }
}
.statistical-section .statistical-table__header--controls .btn-filter.active {
  background: var(--second);
  color: var(--white);
}
.statistical-section .statistical-table__inner {
  position: relative;
}
.statistical-section .statistical-table__inner::before, .statistical-section .statistical-table__inner::after {
  content: "";
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.statistical-section .statistical-table__inner::before {
  background: rgba(36, 104, 239, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.statistical-section .statistical-table__inner::after {
  animation: rotating 2s linear infinite;
  width: 32px;
  height: 32px;
  background: url("../images/loading.svg") no-repeat 50% 50%/100%;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.statistical-section .statistical-table__inner.loading::before, .statistical-section .statistical-table__inner.loading::after {
  opacity: 1;
  visibility: visible;
}
.statistical-section .statistical-table table {
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  min-width: 500px;
  border-spacing: 0;
}
.statistical-section .statistical-table table tr td,
.statistical-section .statistical-table table tr th {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #d9e1f0;
}
@media only screen and (min-width: 768px) {
  .statistical-section .statistical-table table tr td,
  .statistical-section .statistical-table table tr th {
    width: 40%;
  }
}
.statistical-section .statistical-table table tr td:first-child,
.statistical-section .statistical-table table tr th:first-child {
  min-width: 120px;
  width: 120px;
}
.statistical-section .statistical-table table tr th {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .statistical-section .statistical-table table tr th {
    padding: 17px 20px;
  }
}
.statistical-section .statistical-table table tr.contets-number--1 td span, .statistical-section .statistical-table table tr.contets-number--2 td span, .statistical-section .statistical-table table tr.contets-number--3 td span {
  position: relative;
  z-index: 1;
  top: -5px;
}
.statistical-section .statistical-table table tr.contets-number--1 td span::before, .statistical-section .statistical-table table tr.contets-number--2 td span::before, .statistical-section .statistical-table table tr.contets-number--3 td span::before {
  content: "";
  width: 26px;
  height: 36px;
  background: url("../images/medal.svg") no-repeat 0 0/100%;
  position: absolute;
  top: -3px;
  left: calc(50% - 13px);
  z-index: -1;
}

.table-responsive {
  overflow-x: auto;
}

.pagination {
  text-align: center;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  gap: 8px;
}
.pagination span,
.pagination a {
  color: #3a3a3a;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #cfcfcf;
  background: var(--white);
}
.pagination span.prev,
.pagination a.prev {
  font-size: 0;
  background: url("../images/prev-arrow.svg") no-repeat 50% 50%/10px var(--white);
}
.pagination span.next,
.pagination a.next {
  font-size: 0;
  background: url("../images/next-arrow.svg") no-repeat 50% 50%/10px var(--white);
}
.pagination span,
.pagination a:hover {
  color: #2469ef;
  border-color: #2469ef;
}
.pagination span svg path,
.pagination a:hover svg path {
  fill: #2469ef;
}

.news-section {
  background: var(--white);
  padding-block: 20px 60px;
}
.news-section__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .news-section__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .news-section__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
.news-section__inner .post .post-thumbnail {
  margin-bottom: 10px;
}
.news-section__inner .post .post-thumbnail img {
  width: 100%;
  aspect-ratio: 1.576;
  object-fit: cover;
}
.news-section__inner .post .entry-title {
  font-size: 15px;
  line-height: 1.53;
  color: var(--text-body);
  font-family: "Roboto Serif", serif;
  margin: 0;
}
.news-section__inner .post .entry-title a {
  color: var(--text-body);
  text-decoration: none;
}
.news-section__inner .post .entry-meta {
  margin: 12px 0 0;
}

/** Sections **/
.input-clone {
  width: 100%;
}
.input-clone__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.input-clone__item + .input-clone__item {
  margin-top: 10px;
}
.input-clone__item input {
  flex-basis: 0;
  flex-grow: 1;
}
.input-clone__item--first .input-clone__btn {
  background: var(--second);
}
.input-clone__item--first .input-clone__btn::before {
  content: "+";
}
.input-clone__btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  background: var(--third);
  border-radius: 50%;
  color: var(--white);
  line-height: 1;
  font-size: 20px;
}
.input-clone__btn::before {
  content: "-";
}
.input-clone__btn:hover {
  color: var(--white);
}

.select2 {
  width: 100% !important;
}
.select2 .select2-selection {
  border: 0.5px solid #b1b3b8;
  border-radius: 4px !important;
  height: auto;
}
.select2 .select2-selection .select2-selection__rendered {
  padding: 6px 12px;
}
.select2 .select2-selection .select2-selection__arrow {
  height: 100%;
  right: 8px;
  top: 0;
  width: 16px;
  background: url("../images/arrow-down.svg") no-repeat 0 50%/16px;
}
.select2 .select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-container {
  font-size: 15px;
  line-height: 20px;
}
.select2-container .select2-dropdown {
  border-radius: 8px;
  border: 0.5px solid #b1b3b8;
  overflow: hidden;
}
.select2-container .select2-dropdown.select2-has-other .select2-results__options li:first-child {
  border-bottom: 1px solid #b1b3b8;
}
.select2-container .select2-dropdown .select2-search {
  padding: 16px 16px 8px;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  border-radius: 100px;
  border: 0.5px solid #83858a;
  padding: 8px 20px 8px 40px;
  background: url("../images/search-icon.svg") no-repeat 16px 50%/16px;
}
.select2-container .select2-dropdown .select2-results__options {
  padding: 0;
}
.select2-container .select2-dropdown .select2-results__option {
  padding: 8px 20px;
}
.select2-container .select2-dropdown .select2-results__option--highlighted, .select2-container .select2-dropdown .select2-results__option--selected {
  color: var(--text-body);
  background: #f4f6f9;
}

.datepicker {
  background: url("../images/calendar.svg") no-repeat calc(100% - 12px) 50%;
}

.upload-wrap {
  max-width: 100%;
}
.upload-wrap .upload-button {
  font-size: 14px;
  line-height: 22px;
  padding: 7px 11px;
  border-radius: 5px;
  display: inline-flex;
  gap: 8px;
  font-weight: 600;
  color: var(--text-body);
  align-items: center;
  background: rgba(36, 104, 239, 0.15);
  text-decoration: none;
}
.upload-wrap__files {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.upload-wrap__files .item-file {
  position: relative;
  border: 1px solid #b1b3b8;
  background: #f7f7fd;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  color: var(--black);
  padding: 10px;
  max-width: 100%;
}
.upload-wrap__files .item-file .remove-file {
  position: absolute;
  background: url("../images/remove-icon.svg") no-repeat 0 0/100%;
  width: 21px;
  height: 20px;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  font-size: 0;
  cursor: pointer;
}

.radio-wrap {
  position: relative;
  padding-left: 26px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
}
.radio-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  margin: 0;
}
.radio-wrap input:checked ~ span {
  border-color: #005bad;
}
.radio-wrap input:checked ~ span::after {
  opacity: 1;
}
.radio-wrap > span {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #333333;
  border-radius: 50%;
}
.radio-wrap > span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #005bad;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
}
.radio-wrap:hover > span {
  border-color: #005bad;
}

.form-row {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 23px;
  position: relative;
}
.form-row > label {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  margin: 0 0 8px;
  display: block;
}
.form-row > label > span {
  color: #ff3333;
  margin-left: 2px;
}
.form-row input,
.form-row textarea,
.form-row select {
  font-size: 15px;
  line-height: 23px;
  width: 100%;
  display: block;
}
.form-row textarea {
  height: 62px;
}
.form-row--group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
}
.form-row--group label {
  margin: 0;
}
.form-row--min-space {
  margin-bottom: 4px;
}
.form-row--hide {
  display: none;
}
.form-row--validate {
  color: #fc2b3a;
  margin-top: 4px;
  font-size: 13px;
  line-height: 23px;
}

.form-input {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.form-input .btn, .form-input .sidebar .widget .wp-block-search .wp-block-search__input button, .sidebar .widget .wp-block-search .wp-block-search__input .form-input button {
  min-width: 50px;
}

.form-note {
  font-size: 14px;
  line-height: 22px;
  color: #0d94d9;
  margin-bottom: 16px;
}

.form-error {
  text-align: center;
  font-weight: 700;
  color: #ff3333;
  font-size: 15px;
  margin-top: 8px;
}

.form-success {
  text-align: center;
  font-weight: 700;
  color: #0d94d9;
  font-size: 15px;
  margin-top: 8px;
}

.contest-popup {
  max-width: 900px;
  background: var(--white);
  border-radius: 12px;
  margin: 70px auto 50px;
}
@media only screen and (min-width: 768px) {
  .contest-popup {
    border-radius: 16px;
  }
}
.contest-popup__header {
  position: relative;
  background: url("../images/header-popup.png") no-repeat 0 0/cover;
  padding: 15px 50px;
  border-radius: 12px 12px 0 0;
}
@media only screen and (min-width: 768px) {
  .contest-popup__header {
    padding: 10px 50px;
    border-radius: 16px 16px 0 0;
  }
}
.contest-popup__header h2 {
  color: var(--white);
  font-family: "Roboto Serif", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .contest-popup__header h2 {
    font-size: 35px;
  }
}
.contest-popup__header .close-popup {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  display: block;
}
.contest-popup__header .close-popup svg {
  display: block;
  width: 32px;
}
.contest-popup__body {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .contest-popup__body {
    padding: 45px 50px 32px;
  }
}
.contest-popup__body form {
  display: flex;
  flex-direction: column;
  gap: 0 20px;
}
@media only screen and (min-width: 768px) {
  .contest-popup__body form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .contest-popup__body form {
    gap: 0 64px;
  }
}
.contest-popup__body form.loading .form-row textarea,
.contest-popup__body form.loading .form-row input,
.contest-popup__body form.loading .form-row select,
.contest-popup__body form.loading .form-row .select2 .select2-selection {
  background: #eee;
  pointer-events: none;
}
.contest-popup__body form.loading .form-row .radio-wrap {
  pointer-events: none;
}
.contest-popup__body form.loading .form-row .radio-wrap > span {
  background: #eee;
}
.contest-popup__body form.loading .contest-popup__body--submit input,
.contest-popup__body form.loading .contest-popup__body--submit button {
  pointer-events: none;
}
.contest-popup__body form.loading .contest-popup__body--submit button::after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .contest-popup__body--left {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .contest-popup__body--left {
    width: calc(50% - 32px);
  }
}
.contest-popup__body--left .form-row textarea {
  height: 108px;
}
@media only screen and (min-width: 768px) {
  .contest-popup__body--right {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .contest-popup__body--right {
    width: calc(50% - 32px);
  }
}
.contest-popup__body .form-response {
  text-align: center;
  font-weight: 700;
  color: #ff3333;
  width: 100%;
}
.contest-popup__body--submit {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}
.contest-popup__body--submit input,
.contest-popup__body--submit button {
  font-size: 18px;
  padding: 13px 48px;
}
.contest-popup__body--submit button {
  position: relative;
}
.contest-popup__body--submit button::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/loading.svg") no-repeat 0 0/100%;
  animation: rotating 2s linear infinite;
  right: 12px;
  top: calc(50% - 10px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.sent-popup {
  background: var(--white);
  width: calc(100% - 30px);
  max-width: 560px;
  border-radius: 12px;
  margin: 70px auto 50px;
}
@media only screen and (min-width: 768px) {
  .sent-popup {
    border-radius: 16px;
  }
}
.sent-popup__icon {
  width: 69px;
  padding: 6.5px;
  border-radius: 100%;
  background: var(--white);
  height: 69px;
  margin: 0 auto -18px;
  transform: translateY(-30px);
}
.sent-popup__icon svg {
  display: block;
  width: 100%;
}
.sent-popup__body {
  padding: 12px 20px 32px;
  text-align: center;
}
.sent-popup__body h3 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-weight: 700;
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .sent-popup__body h3 {
    font-size: 22px;
  }
}
.sent-popup__body .btn, .sent-popup__body .sidebar .widget .wp-block-search .wp-block-search__input button, .sidebar .widget .wp-block-search .wp-block-search__input .sent-popup__body button {
  min-width: 245px;
  margin-top: 24px;
  border-radius: 6px;
}

/*# sourceMappingURL=styles.css.map */
