/* ----------------------------------- font ----------------------------------- */
@font-face {
font-family: "TTProstoSans"; 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-1.eot"); 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans.eot"); 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans.eot?#iefix") format("embedded-opentype"),
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans.woff") format("woff"), 
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans.woff2") format("woff"), 
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans.ttf") format("truetype"); 
}

@font-face {
font-family: "TTProstoSans-Black"; 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Black-1.eot"); 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Black.eot"); 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans.eot?#iefix") format("embedded-opentype"),
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Black.woff") format("woff"), 
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Black.woff2") format("woff"), 
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Black.ttf") format("truetype"); 
}

@font-face {
font-family: "TTProstoSans-Bold"; 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Bold-1.eot"); 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Bold.eot"); 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Bold.eot?#iefix") format("embedded-opentype"),
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Bold.woff") format("woff"), 
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Bold.woff2") format("woff"), 
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Bold.ttf") format("truetype"); 
}

@font-face {
font-family: "TTProstoSans-Light"; 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Light-1.eot"); 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Light.eot"); 
src: url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Light.eot?#iefix") format("embedded-opentype"),
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Light.woff") format("woff"), 
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Light.woff2") format("woff"), 
url("/local/templates/sambo/fonts/TTProstoSans/TTProstoSans-Light.ttf") format("truetype"); 
}
/* ----------------------------------- normalize ----------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
img.img-left{
margin: 0 15px 15px 0;
float: left;
}
img.img-right{
margin: 0 0 15px 15px;
float: right;
}
/*------------------------------- content img ------------------------------------*/
.picture {
    max-width: 1100px;
    margin: 80px auto;
}
@media (max-width: 959px){
.picture {
    margin-top: 60px;
    margin-bottom: 60px;
	}}
.picture__img {
    position: relative;
    height: 454px;
}
@media (max-width: 959px){
.picture__img {
    height: 330px;
	}}
.picture__img .section-overlay {
    border-bottom: 5px solid #ff174a;
    box-shadow: 0 14px 28px -4px rgb(16 50 94 / 40%);
}
/*.section-overlay {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 90%;
    border-radius: 10px;
    transform: skew(-8deg) translateX(-50%);
    overflow: hidden;*/
}
@media (max-width: 959px){
.section-overlay {
    transform: translateX(-50%);
    width: 100%;
	}}
.picture__img .section-overlay {
    border-bottom: 5px solid #ff174a;
    box-shadow: 0 14px 28px -4px rgb(16 50 94 / 40%);
}
/*.section-overlay__image {
    position: absolute;
    left: -5%;
    right: -5%;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transform: skew(8deg);
}*/
@media (max-width: 959px){
.section-overlay__image {
    transform: none;
	}}

.picture__description {
    display: block;
    margin-top: 40px;
    font-size: 14px;
    text-align: right;
    margin-right: 15px;
    color: #8a9aaf;
}
/*-------------------------------- /content img -----------------------------------*/
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  letter-spacing: initial;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus {
  outline: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 300;
  color: #A7A9AC;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-weight: 300;
  color: #A7A9AC;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #A7A9AC;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #A7A9AC;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ----------------------------------- global ----------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  line-height: 1.4;
  background: #fff;
  font-family: "TTProstoSans", sans-serif;
  color: #000;
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
}
input,
textarea {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
}
a {
  color: #0087ce;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #de1142;
}
.fontreset {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
/* BEGIN Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Italic/Ubuntu-Italic.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Italic/Ubuntu-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Italic/Ubuntu-Italic.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Italic/Ubuntu-Italic.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Italic/Ubuntu-Italic.svg?v=1.1.0#UbuntuLight") format("svg");
  font-weight: normal;
  font-style: italic;
}
/* END Italic */
/* BEGIN Regular */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Regular/Ubuntu-Regular.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Regular/Ubuntu-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Regular/Ubuntu-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Regular/Ubuntu-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Regular/Ubuntu-Regular.svg?v=1.1.0#UbuntuRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Medium */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Medium/Ubuntu-Medium.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Medium/Ubuntu-Medium.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Medium/Ubuntu-Medium.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Medium/Ubuntu-Medium.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Medium/Ubuntu-Medium.svg?v=1.1.0#UbuntuBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
/* END Medium */
/* BEGIN Bold */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Bold/Ubuntu-Bold.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Bold/Ubuntu-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Bold/Ubuntu-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Bold/Ubuntu-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Bold/Ubuntu-Bold.svg?v=1.1.0#UbuntuBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
html,
body {
  height: 100%;
  min-width: 960px;
}
body {
  font-family: "TTProstoSans";
  font-size: 0;
  /*line-height: 0;*/
}
header .center-block {
  position: relative;
}
header .center-block:after,
header .center-block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-wrap {
  height: 100%;
}
.inner-wrap {
  min-height: 100%;
  margin-bottom: -389px;
}
.content {
  padding-bottom: 389px;
  
}
.center-block {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 959px){
.center-block {
    padding: 0 30px;
	}}
.center-block.forum-page {
  position: relative;
}
.center-block.pre-footer {
  margin-bottom: 30px;
}
.forum-page .btn-red.abs {
  position: absolute;
  right: 0;
  top: 54px;
  text-align: center;
}
.forum-page .events-gallery__bottom-block {
  margin-top: 0;
  margin-bottom: 100px;
}
footer {
  padding: 47px 0 0px;
  background: #05244b;
  border-top: 5px solid #ff174a;
}
footer .copy-wrap {
  overflow: hidden;
  margin-top: 81px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding-top: 20px;
}
footer .copy-wrap .copy1 {
  float: left;
}
footer .copy-wrap .copy2 {
  float: right;
  /*width: 140px;*/
}
footer .copy-wrap .copy2 a {
  margin-left: 5px;
}
footer .copy-wrap .copy1,
footer .copy-wrap .copy2 {
  font-size: 13px;
  line-height: 18px;
  color: #828791;
}
footer .copy-wrap .copy1 .text,
footer .copy-wrap .copy2 .text,
footer .copy-wrap .copy1 a,
footer .copy-wrap .copy2 a {
  display: inline-block;
  vertical-align: middle;
}
footer .copy-wrap .copy1 .text,
footer .copy-wrap .copy2 .text {
  line-height: 1;
}

footer .social .insta{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
	color: #b3c2d2;
	font-weight: bold;
}
footer .social:hover span{
	opacity: 0.5;
}
footer .social .insta img{
	filter: invert(1);
	width:20px; 
	height:20px;
	margin-left: 10px;

}
.footer-first-menu {
  display: block;
}
.footer-first-menu .li {
  display: inline-block;
  width: 20%;
  margin-bottom: 13px;
  vertical-align: top;
    display: inline-block;
    float: left;
}
.footer-first-menu .li.list {
  /*display: list-item;*/
}
.footer-first-menu .li.list a{
  color: #fff;
}
.footer-first-menu .li a {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-first-menu .li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-first-menu .inline {
  width: 20%;
}
.footer-first-menu .inline .li {
  width: 100%;
}
.inline {
  display: inline-block;
}
.footer-submenu {
  display: block;
}
.footer-submenu .li {
  width: 100%;
  margin-bottom: 8px;
}
.footer-submenu .li:first-child {
  margin-top: 8px;
}
.footer-submenu .li a {
  font-size: 13px;
  line-height: 18px;
  color: #828791;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-submenu .li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-second-menu {
  width: 20%;
  vertical-align: top;
}
.footer-second-menu .li {
  width: 20%;
  margin-bottom: 8px;
}
.footer-second-menu .li a {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-second-menu .li a:hover {
  color: #fff;
  text-decoration: underline;
}
.icon-defa {
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #828791;
}
.icon-defa:hover {
  color: #fff;
}
.btn-white {
  height: 40px;
  padding: 0 26px;
  border: 2px solid #484e5a;
  font-size: 14px;
  line-height: 36px;
  color: #484e5a;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn-white:hover {
  background-color: #484e5a;
  color: #fff;
}
.btn-red {
  display: inline-block;
  min-width: 225px;
  height: 40px;
  padding: 0 15px;
  background-color: #e4013a;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn-red:hover {
  color: #fff;
  background-color: #484e5a;
}
.btn-red .icon-arrow-r {
  margin-left: 10px;
  line-height: 36px;
}
.btn-red:focus {
  outline: none;
}
.logo-main {
  float: left;
  width: 181px;
  margin: 20px 0 18px;
}
.header-r {
  float: right;
  margin: 21px 55px 0 0;
}
.header-r img {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header-r img:hover {
  filter: none;
  -webkit-filter: none;
}
.logo-2 {
  width: 133px;
  vertical-align: middle;
}
.logo-elem{
    height: 43px;
    width: auto;
    margin-left: 20px;
    vertical-align: middle;
}
.logo-star {
  width: 41px;
  margin: 0 30px;
  vertical-align: middle;
}
.logo-sambo {
  width: 48px;
  vertical-align: middle;
}
.header-btn {
  display: inline-block;
  margin-left: 42px;
  vertical-align: middle;
}
.search-form {
  position: absolute;
  right: 0;
  top: 0;
}
.search-form .input-wrap {
  position: absolute;
  right: 52px;
  top: -110px;
  width: 480px;
  height: 110px;
  padding-left: 50px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.search-form.active .input-wrap {
  top: -5px;
}
.search-form input {
  width: 295px;
  height: 45px;
  margin-top: 35px;
  border: none;
  border-bottom: 1px solid #ccc;
  -wabkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  behavior: url("/styles/PIE.htc");
  font-family: "Ubuntu";
  font-style: italic;
  font-size: 14px;
  line-height: 45px;
  color: #aaacb3;
}
.search-form input::-moz-placeholder {
  color: #aaacb3;
}
.search-form input:-moz-placeholder {
  color: #aaacb3;
}
.search-form input::-webkit-input-placeholder {
  color: #aaacb3;
}
.search-form input:-ms-input-placeholder {
  color: #aaacb3;
}
.search-form .search {
  position: absolute;
  right: 0;
  bottom: -48px;
  width: 20px;
  height: 20px;
  border: none;
  -wabkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  behavior: url("/styles/PIE.htc");
  cursor: pointer;
  background-color: transparent;
}
.search-form .search:before {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 20px;
}
.search-form .search:focus {
  outline: none;
}
.main-nav {
  position: relative;
  background-color: #de1142;
}
ul.main-ul {
  width: 100%;
  display: table;
}
ul.main-ul > li {
  display: table-cell;
  vertical-align: middle;
}
ul.main-ul > li:nth-child(8) {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
ul.main-ul > li:last-child {
  display: none;
  width: 205px;
}
ul.main-ul > li:last-child > a {
  padding-top: 9px;
  line-height: 0;
  font-size: 0;
}
ul.main-ul > li:last-child .text {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
ul.main-ul > li:hover .main-sub-nav-wrap {
  display: block;
  z-index: 10;
}
ul.main-ul > li.active > a {
  background-color: #034294;
  color: #fff;
  cursor: default;
}
ul.main-ul > li.active .main-sub-nav-wrap {
  display: block;
  z-index: 10;
}
ul.main-ul > li > a {
  display: block;
  height: 50px;
  padding: 0 14px;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
ul.main-ul > li > a:hover,
ul.main-ul > li > a.active {
  background-color: #034294;
  color: #fff;
}
ul.main-ul .icon-calendar {
  vertical-align: middle;
  margin-right: 21px;
  opacity: 0.7;
}
.main-sub-nav-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background-color: #034294;
}
.main-sub-nav-wrap li {
  display: inline-block;
  padding: 0 16px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main-sub-nav-wrap li.active > a {
  border-color: #e4013a;
  color: #fff;
  cursor: default;
}
.main-sub-nav-wrap li.active > a .icon-calendar {
  color: #c8cace;
}
.main-sub-nav-wrap a {
  display: block;
  height: 50px;
  border-bottom: 5px solid #034294;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main-sub-nav-wrap a:hover {
  border-color: #e4013a;
  color: #fff;
}
.main-sub-nav-wrap a:hover .icon-calendar {
  color: #c8cace;
}
.icon-calendar {
  font-size: 24px;
}
.main-promo:after,
.main-promo::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-promo .btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.main-promo-left {
  position: relative;
  float: left;
  width: 100%;
  height: 504px;
  background-image: url("/images/main-promo-img.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.main-promo-left .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 24px 38px 32px;
  background-color: rgba(33, 39, 51, 0.7);
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.main-promo-left .desc a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #e4013a;
  text-decoration: none;
}
.main-promo-left .desc a:hover {
  text-decoration: underline;
}
.main-promo-left .bg-1,
.main-promo-left .bg-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.main-promo-left .bg-1 {
  z-index: 2;
  opacity: 1;
}
.main-promo-left .bg-2 {
  z-index: 1;
  opacity: 0;
}
.main-promo-right {
  position: relative;
  float: right;
  width: 244px;
  height: 504px;
}
.pormo-event-item {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 110px;
  padding: 8px 18px 18px;
  margin-bottom: 1px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  background-color: #eeeef0;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.pormo-event-item:first-child {
  top: 0;
}
.pormo-event-item:nth-child(2) {
  top: 111px;
}
.pormo-event-item:nth-child(3) {
  top: 222px;
}
.pormo-event-item:nth-child(4) {
  top: 333px;
}
.pormo-event-item.photo:hover {
  z-index: 2;
  background-color: #fff;
}
.pormo-event-item.photo:hover .main-promo-right-bg {
  opacity: 1;
}
.pormo-event-item.photo:hover .pormo-event-item__data,
.pormo-event-item.photo:hover .pormo-event-item__title {
  display: none;
}
.pormo-event-item.photo {
  cursor: pointer;
}
.pormo-event-item.active {
  width: 254px;
  background-color: #fff;
  z-index: 5;
}
.pormo-event-item.active:hover {
  z-index: 5;
}
.main-promo-right-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pormo-event-item__data {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
  width: 100%;
  padding: 0 18px;
  margin-bottom: 7px;
  font-style: italic;
  font-size: 13px;
  line-height: 21px;
  color: #aaacb3;
}
.pormo-event-item__title {
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 1;
  width: 100%;
  padding: 0 18px;
  font-size: 14px;
  line-height: 20px;
  color: #484e5a;
  text-decoration: none;
}
.pormo-event-item__views {
  position: relative;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 11px;
  width: 27px;
  height: 23px;
  padding-top: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-image: url("../images/cloud.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
h1 {
  margin-bottom: 27px;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #212733;
}
h2 {
  margin: 33px 0 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #212733;
  text-transform: uppercase;
}
h4 {
  margin: 21px 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  color: #212733;
  text-transform: uppercase;
}
nav.main-nav .center-block {
    margin-bottom: 0;
}
footer .center-block{
clear: both;
}
.center-block, p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #10325e;
}
.date-title {
    padding-bottom: 15px;
}
p.page-text {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .4px;
    background: #f3f5f7;
    padding:40px 0;
}
.square-list {
  width: 100%;
  text-align: justify;
  text-justify: distribute;
}
.square-list:after,
.square-list::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.square-list li {
  position: relative;
  display: inline-block;
  border: 4px solid #e4013a;
  width: 225px;
  height: 225px;
  padding: 11px 16px;
  vertical-align: top;
  text-align: left;
}
.icon-arrow-r {
  font-size: 17px;
  line-height: 40px;
}
.square-list__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212733;
}
.square-list__text {
  margin-top: 11px;
  font-size: 14px;
  line-height: 20px;
  color: #212733;
}
.square-list__city {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #aaacb3;
}
.square-list__link {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 40px;
  height: 40px;
  background-color: #484e5a;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.square-list__link:hover {
  background-color: #aaacb3;
}
.square-list__link .icon-arrow-r {
  line-height: 40px;
}
.square-list_file {
  position: absolute;
  right: 36px;
  bottom: -4px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.square-list_file.xls {
  background-color: #1f9f86;
}
.square-list_file.doc {
  background-color: #2d7bc4;
}
.square-list_file:hover {
  color: #fff;
}
.all-w-border {
  position: relative;
  margin-top: 37px;
  border-bottom: 1px solid #2c3443;
  text-align: right;
}
.all-w-border .btn-red {
  position: relative;
  bottom: -1px;
}
.media-about-block {
  margin-top: 40px;
  padding: 1px 0 78px;
  background-color: #eeeef0;
}
.media-about-block ul {
  width: 100%;
  text-align: justify;
  text-justify: distribute;
}
.media-about-block ul:after,
.media-about-block ul::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.media-about-block li {
  display: inline-block;
  width: 320px;
  height: 225px;
  padding: 0 35px 0 20px;
  border-left: 4px solid #e4013a;
  vertical-align: top;
  text-align: left;
}
.media-about-block li a {
  font-size: 14px;
  line-height: 20px;
  color: #e4013a;
  text-decoration: none;
}
.media-about-block li a:hover {
  color: #e4013a;
  text-decoration: underline;
}
.media-about__date {
  font-style: italic;
  font-size: 13px;
  line-height: 9px;
  color: #aaacb3;
}
.media-about__title {
  margin: 12px 0;
  font-weight: 600;
  font-size: 18px;
  color: #212733;
  line-height: 21px;
}
.main-slider {
  margin-bottom: 110px;
}
.photogal-slider-img {
  overflow: hidden;
  position: relative;
  height: 400px !important;
}
.photogal-slider-img .slick-list {
  overflow: visible;
}
.photogal-slider-img .slick-list:focus {
  outline: none;
}
.media-about__text {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #212733;
}
.photogal-slider-img-item {
  display: inline-block;
  width: 600px !important;
  height: 400px !important;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  opacity: 0.5;
}
.photogal-slider-img-item.slick-active {
  opacity: 1;
}
.photogal-slider-img-item:focus {
  outline: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 80px;
  height: 40px;
  margin-top: -20px;
  background-color: #484e5a;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-prev {
  left: 220px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slick-prev:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 17px;
  color: #fff;
  line-height: 40px;
}
.slick-next {
  right: 220px;
}
.slick-next:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 17px;
  color: #fff;
  line-height: 40px;
}
.photogal-slider-desc {
  position: relative;
  width: 600px;
  margin: 15px auto 0;
}
.photogal-slider-desc-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 53px;
  font-size: 14px;
  line-height: 20px;
  color: #212733;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.photogal-slider-desc-title span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212733;
  margin-right: 25px;
}
.photogal-slider-desc-title.active {
  opacity: 1;
}
.event-top-block {
  margin-top: 44px;
}
.event-top-block:after,
.event-top-block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.event-left-block {
  float: left;
  width: 635px;
  padding-right: 24px;
  border-right: 1px solid #d4d5d9;
}
.link-doc {
  position: relative;
  display: block;
  padding-left: 55px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #212733;
  text-align: left;
  vertical-align: top;
}
.link-doc:before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.link-doc.pdf:before {
  content: "pdf";
  background-color: #e4013a;
}
.link-doc.doc:before {
  content: "doc";
  background-color: #2d7bc4;
}
.link-doc.xls:before {
  content: "xls";
  background-color: #1f9f86;
}
.link-doc.photo:before {
  content: "\e909";
  font-family: 'icomoon';
  color: #e4013a;
  font-size: 37px;
}
.link-doc.jpg:before {
  content: "jpg";
  background-color: #FFC107;
}
.link-doc span {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #aaacb3;
}
.event-right-block {
  float: right;
  width: 324px;
  padding-top: 5px;
  padding-left: 20px;
}
.event-right-block .date,
.event-right-block .time {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #212733;
}
.event-right-block .time {
  margin-left: 30px;
}
.event-right-block .icon-calendar {
  margin-right: 15px;
  color: #aaacb3;
  vertical-align: middle;
}
.event-right-block .icon-clock {
  margin-right: 15px;
  color: #aaacb3;
  vertical-align: middle;
}
.event-right-block .link-doc {
  margin-top: 35px;
}
.icon-clock {
  font-size: 22px;
}
.events-gallery-wrap {
  margin: 42px 0 100px;
}
.events-gallery-wrap.video .events-gallery-photo {
  display: none;
}
.events-gallery-wrap.video .events-gallery-video {
  display: block;
}
.events-gallery-wrap .btn-red {
  float: left;
  min-width: auto;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
.events-gallery-wrap .btn-red .icon-arrow-r {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.events-gallery-tabs {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #212733;
}
.events-gallery-tab {
  float: left;
  height: 40px;
  padding: 0 34px;
  background-color: transparent;
  font-size: 18px;
  line-height: 40px;
  color: #212733;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.events-gallery-tab:hover {
  background-color: #212733;
  color: #fff;
}
.events-gallery-tab.active {
  background-color: #484e5a;
  color: #fff;
  cursor: default;
}
.events-gallery-photo {
  display: block;
}
.events-gallery-video {
  display: none;
}
.events-gallery-photo__item,
.events-gallery-video__item {
  display: inline-block;
  width: 306px;
  height: 204px;
  margin-right: 21px;
  margin-bottom: 21px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  cursor: pointer;
}
.events-gallery-photo__item:nth-child(3n + 3),
.events-gallery-video__item:nth-child(3n + 3) {
  margin-right: 0;
}
.events-gallery__bottom-block {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 20px 0 70px 0;
}
.events-gallery-pagin {
  text-align: center;
}
.events-gallery-pagin li {
  display: inline-block;
}
.events-gallery-pagin a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #999;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.events-gallery-pagin a:hover {
  color: #10325e;
}
.events-gallery-pagin a.active {
  cursor: default;
  color: #10325e;
}
.events-gallery-pagin a.more {
  cursor: default;
}
.events-gallery-pagin a.more:hover {
  background-color: transparent;
  color: #484e5a;
}
.events-gallery-pagin .prev {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.hide {
  display: none !important;
}
.events-docs-wrap .link-doc {
  display: inline-block;
  width: 25%;
  padding-right: 25px;
  margin-bottom: 5px;
}
.icon-home {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  color: #484e5a;
  vertical-align: middle;
}
.crumbs {
  margin: 85px 0 28px;
}
.crumbs li {
  display: inline-block;
}
.crumbs li:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 13px;
  background-color: #484e5a;
  vertical-align: middle;
}
.crumbs li:last-child a {
  cursor: default;
  color: #aaacb3;
}
.crumbs a {
  font-size: 13px;
  line-height: 18px;
  color: #484e5a;
  vertical-align: middle;
}
.crumbs-min-mar .crumbs {
  margin-top: 35px;
}
.persons-list {
  margin: 33px 0 65px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.persons-list:after,
.persons-list::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.persons-list li {
  float: left;
  width: 25%;
  margin-bottom: 35px;
  vertical-align: top;
  text-align: center;
  padding:0 10px;
}
.persons-list li:nth-child(4n + 4) {
  margin-right: 0;
}
.persons-list__img {
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  box-shadow: 0 11px 22px -8px rgb(16 50 94 / 40%);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  margin: auto;
  margin-bottom: 30px;
}
.persons-list__name {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 12px;
    margin-bottom: 12px;
    color: #10325e;
    display: block;
 }
.persons-list__name:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #ff174a;
    left: 50%;
    transform: translateX(-50%);
}
a.persons-list__title:hover span{
  color: #de1142 !important;
}
.athletic_title{
    color: #10325e;
    font-size: 16px;
}
.persons-list__rank {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #aaacb3;
}
.persons-list__preview {
  margin-top: 6px;
  font-size: 15px;
  line-height: 21px;
  color: #212733;
}
.docs-wrap.first {
  margin-bottom: 30px;
}
.docs-wrap.last {
  margin-bottom: 100px;
}
.docs-wrap .link-doc {
  display: inline-block;
  margin-bottom: 30px;
}
.docs-wrap .link-doc:last-child {
  margin-bottom: 0;
}
.news-list + .events-gallery__bottom-block {
  margin-bottom: 100px;
}
.news-list__item {
  margin-bottom: 57px;
}
.link-doc.doc{
    margin-bottom: 25px;
    border-bottom: 1px solid #d9dae2;
    color: #d9dae2;
}
.news-list__item:after,
.news-list__item::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.news-list__img {
  float: left;
  width: 306px;
  height: 204px;
  margin-top: 5px;
  margin-right: 30px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.news-list__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #212733;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.news-list__title:hover {
  color: #e4013a;
}
.news-list__date {
  margin-top: 3px;
  font-size: 14px;
  line-height: 21px;
  color: #aaacb3;
}
.news-list_desc {
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
  color: #212733;
}
.photogal-list {
  display: block;
  margin-top: 33px;
}
.photogal-list + .events-gallery__bottom-block {
  margin: 0 0 100px;
}
.photogal-list__item {
  display: inline-block;
  width: 306px;
  margin-bottom: 35px;
  text-align: left;
  margin-right: 21px;
  vertical-align: top;
}
.photogal-list__item:nth-child(3n) {
  margin-right: 0;
}
.photogal-list__img {
  height: 204px;
  margin-bottom: 8px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.photogal-list__date {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #aaacb3;
}
.photogal-list__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #212733;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.photogal-list__title:hover {
  color: #e4013a;
}
.photogal-list__title span {
  color: #aaacb3;
}
.photogal-date {
  margin-top: 22px;
  font-size: 18px;
  line-height: 24px;
  color: #aaacb3;
}
.photogal-item-list {
  margin-top: 40px;
  text-align: justify;
  text-justify: distribute;
}
.photogal-item-list:after,
.photogal-item-list::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.photogal-item-list > div {
  display: inline-block;
  width: 306px;
  height: 204px;
  margin-bottom: 21px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  cursor: pointer;
}
.photogal-item-list + .events-gallery__bottom-block {
  margin-bottom: 100px;
}
.photo-slider-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.photogal-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -480px;
  margin-top: -320px;
  width: 960px;
  height: 640px;
}
.slider-photo__item {
  display: inline-block;
  width: 960px;
  height: 640px;
  background-image: url("/images/geogr-map1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  cursor: pointer;
}
.slider-photo__item:focus {
  outline: none;
}
.slide-prev-wrap,
.slide-next-wrap {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 80px;
  height: 40px;
  margin-top: -13px;
  background-color: rgba(72, 78, 90, 0.7);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slide-prev-wrap.slide-prev-wrap,
.slide-next-wrap.slide-prev-wrap {
  left: -50px;
}
.slide-prev-wrap.slide-next-wrap,
.slide-next-wrap.slide-next-wrap {
  right: -50px;
}
.slide-prev-wrap:hover,
.slide-next-wrap:hover {
  background-color: #484e5a;
}
.slide-prev-wrap .icon-arrow-long-r,
.slide-next-wrap .icon-arrow-long-r,
.slide-prev-wrap .icon-arrow-long-l,
.slide-next-wrap .icon-arrow-long-l {
  font-size: 17px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.slide-prev-wrap .icon-arrow-long-l,
.slide-next-wrap .icon-arrow-long-l {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slide-close-wrap {
  position: absolute;
  top: -39px;
  right: -39px;
  z-index: 100;
  width: 27px;
  height: 27px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slide-close-wrap:hover {
  opacity: 1;
}
.slide-close-wrap .icon-close {
  font-size: 27px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.slick-list {
  overflow: hidden;
}
.slide-footer {
  position: absolute;
  left: 0;
  bottom: -47px;
  width: 100%;
  height: 47px;
  background-color: #484e5a;
}
.slide-footer-left {
  float: left;
  margin-left: 30px;
}
.slide-footer-left .text {
  font-size: 14px;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}
.slide-footer-left .text:hover {
  color: #fff;
  text-decoration: underline;
}
.slide-footer-left .size {
  margin-left: 6px;
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}
.slide-footer-left .icon-arrow-r {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.slide-footer-left .icon-arrow-r:hover {
  color: #fff;
  text-decoration: none;
}
.slide-footer-right {
  float: right;
  margin-right: 30px;
  text-align: right;
}
.slide-footer-right a {
  margin-left: 30px;
}
.slide-footer-right .icon-twitter {
  font-size: 13px;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}
.slide-footer-right .icon-fb {
  font-size: 18px;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}
.slide-footer-right .icon-vk {
  font-size: 10px;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}
.popup-form-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup-form-wrap form {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 488px;
  padding: 40px;
  margin: -244px 0 0 -358px;
}
.popup-form-wrap form .input-block:first-child {
  margin-top: 30px;
}
.popup-form-wrap form textarea {
  max-height: 140px;
  resize: none;
}
form.contact-form {
  width: 716px;
  background-color: #fff;
}
form.contact-form.contact-page-form {
  margin-bottom: 100px;
  width: 636px;
}
form.contact-form .icon-close {
  position: absolute;
  right: 40px;
  top: 32px;
  font-size: 27px;
  width: 27px;
  height: 27px;
  line-height: 1;
  color: #484e5a;
  cursor: pointer;
}
form.contact-form .required {
  font-size: 18px;
  line-height: 1;
  color: #e4013a;
}
form.contact-form .input-block {
  position: relative;
  margin-top: 30px;
}
form.contact-form .input-block:first-child {
  margin-top: 0;
}
form.contact-form .input-block:after,
form.contact-form .input-block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
form.contact-form .input-block.error input,
form.contact-form .input-block.error textarea {
  border: 1px solid #e4013a;
}
form.contact-form .input-block.error .form__error-text {
  display: block;
}
form.contact-form .form__error-text {
  display: none;
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
  color: #e4013a;
}
form.contact-form .form__error-text:before {
  content: "";
  display: block;
  clear: both;
}
form.contact-form .bottom-block {
  margin-top: 30px;
  text-align: justify;
  text-justify: distribute;
}
form.contact-form .bottom-block:after,
form.contact-form .bottom-block::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
form.contact-form .bottom-block .text {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #000;
  vertical-align: middle;
}
form.contact-form .btn-red {
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
form.contact-form label {
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
form.contact-form input[type=text] {
  float: right;
  width: 479px;
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #484e5a;
  font-family: "Ubuntu";
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
form.contact-form textarea {
  float: right;
  width: 479px;
  min-width: 479px;
  max-width: 479px;
  height: 140px;
  min-height: 140px;
  padding: 5px 15px;
  border: 1px solid #484e5a;
  font-family: "Ubuntu";
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.popup-form-wrap__title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #212733;
  text-transform: uppercase;
}
.required {
  color: #e4013a;
}
.forum-list {
  margin-top: 32px;
}
.forum-list-item {
  padding-bottom: 31px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2c3443;
}
.forum-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.forum-list-item_date {
  font-size: 14px;
  line-height: 1;
  color: #aaacb3;
}
.forum-list-item_title {
  margin-top: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #212733;
}
.forum-list-item_text {
  margin-top: 11px;
  font-size: 14px;
  line-height: 24px;
  color: #212733;
}
.person-data {
  margin: 33px 0 100px;
}
.person-data .top-block {
  position: relative;
}
.person-data .top-block:after,
.person-data .top-block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.person-data .person-photo {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.person-data .soc-icons {
  position: absolute;
  right: 0;
  top: -60px;
  text-align: right;
}
.person-data .soc-icons a {
  color: #484e5a;
  margin-left: 30px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.person-data .soc-icons a:hover {
  color: #212733;
}
.person-data .icon-vk {
  font-size: 10px;
}
.person-data .icon-fb {
  font-size: 18px;
}
.person-data .icon-twitter {
  font-size: 13px;
}
.person-data .table-data {
  float: right;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 706px;
}
.person-data .table-data th {
  width: 25%;
  height: 40px;
  border-right: 1px solid #fff;
  background-color: #484e5a;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
/*.person-data .table-data th:last-child {
  border-color: #484e5a;
}*/
.person-data .table-data td {
  height: 67px;
  border: 1px solid #484e5a;
  font-size: 14px;
  line-height: 17px;
  color: #212733;
  text-align: center;
  vertical-align: middle;
}

/*.person-data .table-data td:last-child {
  color: #e4013a;*/
}
.person-data .person-info {
  margin-top: 50px;
}
.person-data .person-info-tabs {
  border-bottom: 1px solid #484e5a;
}
.person-data .person-info-tabs:after,
.person-data .person-info-tabs::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.person-data .person-info-tab {
  float: left;
  height: 39px;
  padding: 0 44px;
  border-left: none;
  background-color: transparent;
  font-size: 18px;
  line-height: 39px;
  color: #212733;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.person-data .person-info-tab:first-child {
  border: none;
}
.person-data .person-info-tab.active {
  background-color: #034294 !important;
  color: #fff;
  cursor: default;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.person-data .person-info-tab:hover {
    background-color: #ffffff;
    color: #adb0b7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.person-info.info-0 .tab-info:first-child {
  display: block;
}
.person-info.info-1 .tab-info:nth-child(2) {
  display: block;
}
.person-info.info-2 .tab-info:last-child {
  display: block;
}
.person-tab-info {
  padding: 34px 0 10px;
  border-bottom: 1px solid #034294;;
}
.person-tab-info .tab-info {
  display: none;
}
.person-tab-info:after,
.person-tab-info::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.person-tab-info .col1 {
  float: left;
  width: 60%;
  padding-right: 40px;
}
.person-tab-info p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #212733;
}
.person-tab-info .col2 {
  float: right;
  width: 40%;
}
.person-tab-info .col2 li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 24px;
  color: #212733;
}
.person-tab-info .col2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url("/styles/PIE.htc");
  background-color: #e4013a;
}
.person-tab-info .col2 li span {
  color: #aaacb3;
}
.person-tab-info h2 {
  margin-top: 0;
}
.person-slider {
  position: relative;
  margin: 34px 0 55px;
}
.person-slider .slick-list {
  overflow: hidden;
  width: 900px;
  margin-left: 40px;
}
.person-slider-item {
  display: inline-block;
}
.person-slider-item:focus {
  outline: none;
}
.person-slider-item__photo {
  width: 204px;
  height: 306px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.person-slider-item__name {
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212733;
}
.slide-prev-wrap,
.slide-next-wrap {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  width: 80px;
  height: 40px;
  text-align: center;
  background-color: #484e5a;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slide-prev-wrap:hover,
.slide-next-wrap:hover {
  opacity: 1;
}
.slide-prev-wrap .icon-arrow-long-r,
.slide-next-wrap .icon-arrow-long-r,
.slide-prev-wrap .icon-arrow-long-l,
.slide-next-wrap .icon-arrow-long-l {
  font-size: 17px;
  line-height: 40px;
}
.slide-prev-wrap .icon-arrow-long-l,
.slide-next-wrap .icon-arrow-long-l {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slide-prev-wrap {
  left: 0;
}
.slide-next-wrap {
  right: 0;
}
.calendar-form {
  margin-top: 33px;
}
.calendar-form:after,
.calendar-form::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.calendar-form label {
  font-weight: 600;
  font-size: 18px;
  color: #212733;
}
.calendar-form .select-wrap {
  margin-left: 19px;
  margin-right: 19px;
}
.calendar-form .checkbox-block {
  float: right;
  margin-top: 10px;
}
.calendar-form .checkbox-block input {
  display: none;
}
.calendar-form .checkbox-block input:checked + label:before {
  background-image: url("../images/checkbox.png");
  background-repeat: no-repeat;
  -webkit-background-size: 13px 13px;
  -moz-background-size: 13px 13px;
  -o-background-size: 13px 13px;
  background-size: 13px 13px;
  background-position: center center;
}
.calendar-form .checkbox-block label {
  margin-right: 30px;
  cursor: pointer;
}
.calendar-form .checkbox-block label:last-child {
  margin-right: 0;
}
.calendar-form .checkbox-block label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  border: 1px solid #484e5a;
  vertical-align: middle;
}
.select-wrap {
  display: inline-block;
  position: relative;
}
.select-wrap .icon-arrow-b {
  position: absolute;
  right: 13px;
  top: 17px;
  z-index: 1;
  font-size: 8px;
  color: #484e5a;
}
.select-val {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 167px;
  height: 40px;
  border: 1px solid #484e5a;
  padding: 0 16px;
  font-size: 14px;
  line-height: 38px;
  color: #484e5a;
  cursor: pointer;
}
.select-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  width: 167px;
  border: 1px solid #484e5a;
  border-top: none;
  background-color: #fff;
}
.select-menu li {
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 40px;
  color: #484e5a;
  cursor: pointer;
}
.select-menu li:hover {
  background-color: #212733;
  color: #fff;
}
.select-time,
.select-place {
  display: none;
}
.slider-date {
  position: relative;
  margin: 40px 0 50px;
}
.slider-date .slick-list {
  overflow: hidden;
  width: 880px;
  margin: 0 auto;
}
.slider-date .slick-list:focus {
  outline: none;
}
.slider-date .icon-arrow-l,
.slider-date .icon-arrow-r {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin-top: -8px;
  background-color: transparent;
  opacity: 1;
  font-size: 17px;
  line-height: 1;
  color: #484e5a;
  cursor: pointer;
}
.slider-date .icon-arrow-l:hover,
.slider-date .icon-arrow-r:hover {
  color: #e4013a;
}
.slider-date .icon-arrow-r {
  right: 0;
}
.slider-date .icon-arrow-l {
  left: 0;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slider-date__item-wrap {
  display: inline-block;
  padding: 0 10px;
}
.slider-date__item-wrap:focus {
  outline: none;
}
.slider-date__item-wrap input[type="radio"] {
  display: none;
}
.slider-date__item {
  display: block;
  width: 70px !important;
  height: 40px;
  border: 1px solid #484e5a;
  font-size: 18px;
  line-height: 38px;
  color: #212733;
  text-align: center;
  cursor: pointer;
}
.slider-date__item.active {
  border: 1px solid #e4013a;
  color: #fff;
  background-color: #e4013a;
  cursor: default;
}
.calendar-month-tab-wrap {
  border-bottom: 1px solid #484e5a;
  margin-bottom: 32px;
}
.calendar-month-tab {
  width: 180px;
  height: 39px;
  background-color: #484e5a;
  font-size: 18px;
  line-height: 39px;
  color: #fff;
  text-align: center;
}
.calendar-month-items {
  margin-bottom: 100px;
}
.calendar-month-item {
  margin-top: 36px;
}
.calendar-month-wrap {
  display: table;
  width: 100%;
  margin-top: 19px;
}
.calendar-month-date {
  display: table-cell;
  width: 219px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #212733;
}
.calendar-month-text {
  display: table-cell;
  padding-right: 15px;
  font-size: 14px;
  line-height: 21px;
  color: #e4013a;
}
.calendar-month-text .info {
  color: #aaacb3;
}
.calendar-month-files {
  display: table-cell;
  width: 241px;
}
.calendar-month-files .link-doc {
  font-weight: normal;
  margin-bottom: 14px;
}
.news-item {
  margin-bottom: 100px;
}
.news-item:after,
.news-item::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.news-item .news-list__date {
  margin-bottom: 30px;
}
.news-item img {
  /*float: left;*/
  /*max-width: 50%;*/
  margin: 6px 30px 5px 0;
}
.img {
  padding-left: 157px;
  margin-bottom: 10px;
}
.search-page {
  margin-bottom: 100px;
}
.search-page input[type="text"] {
  width: 479px;
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #484e5a;
  font-family: "Ubuntu";
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
.search-page .select-wrap {
  margin-top: 10px;
}
.search-page .submit {
  margin-top: 10px;
}
.search-page button {
  text-align: center;
}
.list-result-search {
  margin-top: 20px;
}
.list-result-search li {
  margin-top: 20px;
}
.list-result-search li:first-child {
  margin-top: 0;
}
.list-result-search h3 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
.list-result-search .date_change {
  display: inline-block;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  color: #aaacb3;
}
.num-404 {
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 200px;
  color: #e4013a;
  line-height: 0.8;
  text-align: center;
}
.text-404 {
  font-size: 15px;
  color: #484e5a;
  line-height: 0.7;
  text-align: center;
}
.text-404 a {
  font-size: 15px;
  line-height: 1;
}
/*--------------------------------------------------------------*/

.photo-dialog-table span {
    font-size: 12px !important;
}
.photo-dialog-table input, .photo-dialog-table textarea {
    padding: 10px;
    font-size: 12px !important;
}
.photo-dialog-table textarea{
    min-height: 80px;
}
input.button{
margin: 30px 0 !important;
}
.button-pink, input.button{
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none!important;
    color: #fff;
    background: #ff174a;
    transition: background-color .2s;
    border-radius: 2.85px;
    font-weight: 700;
    padding: 0 20px;
    margin: 40px auto;
    min-height: 40px;
    width: 250px;
    border: none;
    font-size: 15px;
    letter-spacing: 1.5px;
    box-shadow: 0 6px 12px -3px rgb(255 23 74 / 70%);
    text-transform: uppercase;
    flex-shrink: 0;
    text-align: center;
}
	.button-pink:hover{
    color: #fff;
    background: #f3053f;
}
@media (min-width: 960px){
.uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
}}
.uk-section {
    display: flow-root;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}
.uk-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}
.uk-section::after, .uk-section::before {
    content: "";
    display: table;
}
.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.uk-section>:last-child {
    margin-bottom: 0;
}
@media (min-width: 960px){
.uk-container {
    padding-left: 15px;
    padding-right: 15px;
}}
.uk-container::after, 
.uk-container::before {
    content: "";
    display: table;
}
.uk-container::after {
    clear: both;
}
.club {
    position: relative;
    padding-top: 60px;
    padding-bottom: 10px;
}
.uk-container>:last-child {
    margin-bottom: 0;
}
.section-overlay {
    position: absolute;
    /*left: 50%;*/
    top: 0;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
    /*transform: skew(-8deg) translateX(-50%);*/
    overflow: hidden;
}
.section-overlay:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   /* background: rgba(30,80,144,.9);*/
}
.section-overlay.blue:after{
background: rgba(30,80,144,.9);
}
.section-overlay__image {
    position: absolute;
    left: -5%;
    right: -5%;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
   /* transform: skew(8deg);*/
}
.color-white {
    color: #fff;
}
.club__content .btn-main-wrap {
    margin-top: 60px;
}
.club__content {
    position: relative;
    z-index: 1;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.section-title {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.club__content p {
    color: #fff;
}
.btn-main-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none!important;
    color: #fff;
    background: #ff174a;
    transition: background-color .2s;
    border-radius: 2.85px;
    font-weight: 700;
    padding: 0 20px;
    min-height: 40px;
    min-width: 250px;
    border: none;
    font-size: 15px;
    letter-spacing: 1.5px;
    box-shadow: 0 6px 12px -3px rgb(255 23 74 / 70%);
    text-transform: uppercase;
    flex-shrink: 0;
}
.no-touch .btn-main:hover {
    background: #f3053f;
}
.btn-main:hover {
    color: #fff;
}