.footer_info {
    color: #6e6e6e;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 767px) {
    .footer_info {
        font-size: 14px;
    }
}

.carpet .section_2 .section_2_container {
  padding: 0 0 60px;
}
.approach {
  padding: 20px 0;
}

.boxing_bags .approach {
    padding-top: 20px;
}

.slider_card_container {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.slider_card_container.active {
  opacity: 1;
  visibility: visible;
  transition: .3s all ease-out;
  height: auto;
}

.reviews_new_section .tab_button {
  height: 95px;
}

.approved .approved_left {
  background: url(../img/fsbr-logo-dark.svg) no-repeat center;
 
}
.approved .approved_container {
  justify-content: space-evenly;
}


.mobile_menu {
  left: -320px;
  right: auto;
}

.mobile_menu.active {
  left: 0;
}

.mobile_dropdown_level_two {
  display: none;
}

.mobile_menu .mobile_menu_items .mobile_dropdown a.active + .mobile_dropdown_level_two{
  display: block;
}

.mobile_menu .mobile_menu_items .mobile_dropdown > a {
  position: relative;
}

.mobile_menu .mobile_menu_items .mobile_dropdown > a:hover .open_mobile_dropdown_level_two {
  background: #e4e4e4;
  color: #000;
}

.mobile_menu .mobile_menu_items .mobile_dropdown > a .open_mobile_dropdown_level_two {
  content: '+';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border-left: 1px solid #bdbdbd;
  cursor: default;
  background: #e4e4e4;
  color: #000;
  box-shadow: inset 0 -1px 0 #bdbdbd;
  transition: .2s all;
}

.mobile_menu .mobile_menu_items .mobile_dropdown > a .open_mobile_dropdown_level_two:hover {
  background: #cecece;
}

@media only screen and (max-width: 1559px) {
  header .mobile_menu_button {
    margin-right: 15px;
    margin-left: 0;
  }
  .dropdown_menu {
    top: 45px;
  }
  header {
    min-height: 82px;
  }
}

@media only screen and (max-width : 991px) {
  header .logo {
    margin-right: 12px;
  }
}

@media only screen and (max-width : 767px) {
  .up_arrow .text_block {
    display: none;
  }
  
  .up_arrow {
    width: 50px;
    height: 50px;
    flex-direction: row;
    border-radius: 50%;
    border: 3px solid #bf0200;
    background: #fff;
    justify-content: center;
    right: 20px;
    bottom: 50px;
  }
  
  .up_arrow .icon_block {
    margin-bottom: 0;
  }
  
  .up_arrow img{
    margin-bottom: 0;
    width: 21px;
  }
}
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	display: block;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}

/* New last Card */
.last_card_new {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: 0 auto;
}
.last_card_new::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/last_card_new_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 227px;
  z-index: -1;
}


.last_card_new .last_card_new_title{
  font-weight: 700;
  font-size: 55px;
  color: #131313;
  font-family: DINPro;
  margin-bottom: 55px;
  padding-top: 30px;
}

.last_card_new .last_card_new_desc{
  font-weight: 700;
  color: #131313;
  font-size: 33px;
  font-family: DINPro;
  margin-bottom: 36px;
}

.last_card_new .btn {
  width: 100%;
  height: 57px;
}

.last_card_new .btn_primary {
  margin-bottom: 18px;
}

.last_card_new .btn_secondary {
  background-color: #259bd8;
}

.last_card_new .btn_secondary:hover{
  background-color: #2186ba;
}

.new_modal_form {
  width: 100%;
  max-width: 770px;
  background: #fff;
  padding: 6px;
  position: fixed;
  z-index: 99;
}

.new_modal_form_logo {
  position: absolute;
  top: -30px;
  left: 60px;
}

.new_modal_form::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 450px;
  height: 185px;
  background-color: #bf0200;
  z-index: -1;
}
.new_modal_form::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 182px;
  height: 144px;
  background-color: #bf0200;
  z-index: -1;
}

.new_modal_form_container {
  background: url('../img/new_modal_form_bg.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 50px 40px;
}

.new_modal_form_title {
  color: white;
  font-family: TTNorms;
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 24px;
}

.new_modal_form_desc {
  color: white;
  font-family: TTNorms;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}

.new_modal_form input {
  width: 100%;
  height: 47px;
  background-color: white;
  border: 2px solid #bf0200;
  font-family: TTNorms;
  font-size: 14px;
  font-weight: 500;
  color: #07000c;
  padding: 0 15px;
  outline: none;
  margin-bottom: 14px;
}

.new_modal_form textarea {
  width: 100%;
  height: 123px;
  background-color: white;
  border: 2px solid #bf0200;
  font-family: TTNorms;
  font-size: 14px;
  font-weight: 500;
  color: #07000c;
  padding: 10px 15px;
  outline: none;
}

.new_modal_form_wrapper {
  display: flex;
  justify-content: space-between;
}

.new_modal_form_left, .new_modal_form_right {
  width: 100%;
  max-width: 317px;
}

.new_modal_form .politics{
  font-family: TTNorms;
  font-size: 13px;
  font-weight: 500;
  color: #bf0200;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
}

.new_modal_form .politics a{
  color: white;
  text-decoration: underline;
}

.new_modal_form .politics a:hover{
  text-decoration: none;
}

.new_modal_form .btn{
  width: 100%;
  height: 47px;
}

.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}

.cards_section_main_title {
  font-family: DINPro;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.18;
  color: #141414;
  margin-bottom: 40px;
}

.ajax-more {
  margin: 50px auto;
}

.tab_wrapper {
  margin-bottom: 60px;
  padding-top: 30px;
}

header.fixed_header {
  z-index: 99;
}

@media only screen and (max-width: 1559px) {
  .last_card_new .last_card_new_title {
    font-size: 50px;
  }
  .last_card_new .last_card_new_desc {
    font-size: 28px;
  }
  
  header .header_menu {
    display: flex;
  }
  
  header .mobile_menu_button {
    display: none;
  }
  
  header .header_menu a {
    font-size: 16px;
    margin-right: 15px;
  }
  
  header .header_search .search_button {
    display: block;
  }
  
  header .header_search form {
    display: none;
  }
  
  header .logo {
    margin-right: 10px;
  }
  
  header .logo img {
    width: 100px;
  }
  
  .dropdown_menu {
    width: 1100px;
  }
  
  header .header_search .search_button {
    height: 30px;
  }
  
}

@media only screen and (max-width : 999px) {
  .cards_section_main_title {
    font-size: 40px;
  }
  
  header .header_menu {
    display: none;
  }
  
  header .mobile_menu_button {
    display: flex;
  }
  
  header .header_search .search_button {
    height: 100%;
  }
  
}

@media only screen and (max-width : 767px) {
  .cards_section_main_title {
    font-size: 36px;
    text-align: center;
  }
  .new_modal_form_title {
    font-size: 36px;
  }
  .new_modal_form_desc {
    font-size: 18px;
  }
  .new_modal_form {
    max-width: 94%;
  }
  .new_modal_form_wrapper{
    flex-direction: column;
  }
  .new_modal_form_left, .new_modal_form_right {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width : 576px) {
  .cards_section_main_title {
    font-size: 28px;
  }
  .new_modal_form_title {
    font-size: 24px;
  }
  .new_modal_form_desc {
    font-size: 16px;
  }
  .new_modal_form::before{
    display: none;
  }
  .new_modal_form::after{
    display: none;
  }
  .new_modal_form_logo {
    display: none;
  }
  .new_modal_form_container {
    padding: 30px 22px 40px;
  }
  .carpet .section_3 .slide {
    flex-direction: column-reverse;
  }
  .carpet .section_3 .left, .carpet .section_3 .right {
    flex-direction: row;
    justify-content: center;
  }
  .carpet .section_3 .text_block {

  }
  .carpet .section_3 .left .item, .carpet .section_3 .right .item {
    flex-direction: column;
    text-align: center;
  }
  .carpet .section_3 .right .item .img_block, .carpet .section_3 .left .item .img_block {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .carpet .section_3 .item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 28px;
  }
  .carpet .section_3 .bg_img {
    top: 0;
  }
  .carpet .section_3 .tabs {
    margin-bottom: 0;
  }
  .carpet .six_card {
    padding-bottom: 0;
  }
  .carpet .section_12 .items {
    align-items: flex-start;
  }
  .carpet .section_options.section_options_top .text_block {
    padding-top: 0;
  }
  .carpet .section_options.section_options_top {
    margin-top: 40px;
  }
  .carpet .section_options.section_options_bottom .text_block {
    padding-top: 0;
  }
  .carpet .section_options.section_options_bottom {
    margin-bottom: 0;
  }
  .card .img_block {
    min-height: 220px;
  }
  .card {
    margin-bottom: 10px;
  }
  .last_card_new {
    padding-top: 40px;
  }
  .last_card_new::before {
    top: 40px;
  }
  .carpet .section_14 {
    padding-top: 0;
  }
  .wrestling_mats .type {
    font-size: 14px;
  }
  .wrestling_mats .title {
    font-size: 13px;
  }
  .wrestling_mats .items {
    flex-wrap: nowrap;
  }
  .wrestling_mats .item {
    margin: 0 10px;
  }
  .wrestling_mats .wrestling_mats_title {
    font-size: 38px;
  }
  .bottom_desc {
    display: none;
  }
  .tab_wrapper {
    margin-bottom: 0;
  }
  .gymnastics .section_2 .slide .left, .gymnastics .section_2 .slide .right {
    display: none;
  }
  .gymnastics .section_2 .slide .img_block {
    top: 0;
  }
  .gymnastics .section_2 .slide .desc {
    top: -28px;
  }
  .gymnastics .section_6 {
    display: none;
  }
  .gymnastics .slider_card {
    padding-top: 30px;
  }
  .last_section_form {
    display: none;
  }
  .after_card_section_form {
    display: none;
  }
  .carpet .section_3 {
    padding-top: 30px;
  }
  .tab_wrapper + .section_form {
    display: none;
  }
  .six_card {
    padding-bottom: 0;
  }
  .cards_section {
    padding-top: 30px;
  }
  .gymnastics .six_card {
    padding-top: 0;
  }
  .boxing_bags_without_tabs .six_card{
    padding-top: 0;
  }
  .budo .six_card{
    padding-top: 30px;
  }
  .boxing_bags .approach {
    padding-top: 0;
  }
}

.dropdown_menu .item_title.disable_menu, .dropdown_menu li a.disable_menu {
  display: none;
}

.main_slider .slick-prev {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    outline: none;
}
.main_slider .slick-prev::before {
    content: '';
    display: block;
    width: 45px;
    height: 78px;
    transition: .2s all ease-out;
    background: url(../img/main_slider_arrow_left.svg) no-repeat center;
}

.main_slider .slick-next {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    outline: none;
}

.main_slider .slick-next::before {
    content: '';
    display: block;
    width: 45px;
    height: 78px;
    transition: .2s all ease-out;
    background: url(../img/main_slider_arrow_right.svg) no-repeat center;
}

.main_slider .after_header {
  min-height: 720px;
}

@media only screen and (max-width : 767px) {
  .main_slider .slick-prev {
    display: none !important;
  }
  .main_slider .slick-next {
    display: none !important;
  }
}

@media (max-width:1289px) {
	header .header_menu a {
	  font-size: 14px;
	}
}

.new-form-control {
  padding-left: 10px;
  padding-top: 20px;
}

.new-form-control textarea{
  height: 120px;
  width: 100%;
  border-radius: 5px;
  font-family: Montserrat;
  padding: 10px 18px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.31;
  color: #141414;
}

.section_form--page {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .section_form--page {
    padding: 30px 0;
  }
	.new-form-control {
    padding: 0;
  }
}

/* cookie policy message */
.cookie-message {
    position: fixed;
    z-index: 2147483647;
    right: 20px;
    left: 20px;
    margin: 0 auto;
    bottom: 30px;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    max-width: 600px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.25)!important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.25)!important;
}
@media (max-width: 767px) {
    .cookie-message {
        bottom: 15px;
    }
}
.cookie-message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    line-height: 1.2;
    grid-gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 499px) {
    .cookie-message-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.cookie-message-text {
    font-size: 14px;
}
.cookie-message-text a {
    font-size: 14px;
    transition: all 0.2s ease;
    color: #1f1919;
    text-decoration: underline;
}
.cookie-message-text a:hover {
    text-decoration: none;
}
/* /. cookie policy message */

/* /. Agreement */
.agreement-animated {
    position: relative;
    padding-left: 50px;
    line-height: 1.2;
    font-size: 12px;
}
.agreement-animated input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement-animated label{
    display: inline;
    position: relative;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.agreement-animated label:before{
content: "";
    width: 42px;
    height: 24px;
	border: 1px solid #39384b;
    border-radius: 24px;
    background-color: var(--form-input-bg);
    display: inline-block;
    position: absolute;
    left: -50px;
    top: -2px;
}
.agreement-animated label:after{
    content: "";
    height: 18px;
    width: 18px;
    background: #808080;
    border-radius: 50%;
    position: absolute;
    left: -46px;
    top: 1px;
    transition: all ease-out 300ms;
}
.agreement-animated input:checked+label:after{
    background: #bf0200;
    transform: translateX(16px);
}
.agreement-animated input.error+label{
    color: red;
}
.agreement-animated input.error+label:before{
    border-color: red;
}
.agreement-animated a{
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}
.agreement-animated a:hover{
    text-decoration: none;
}
/* /. Agreement */

.form-checkbox {
    padding: 16px 0;
}
@media (max-width: 1307px) {
    .form-checkbox {
        padding: 10px 0;
    }
}
.form-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form-checkbox a,
.form-checkbox span {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.form-checkbox span {
    position: relative;
    padding-left: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 1.1;
    display: block;
    text-align: left;
}

.section_form .form-checkbox span,
.modal_form .form-checkbox span {
  color: #fff;
}

.new_modal_form .form-checkbox span {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}

.new_modal_form .form-checkbox a {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 991px) {
    .form-checkbox span {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .form-checkbox span {
        font-size: 12px;
    }
}
.form-checkbox span::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #bf0200;
    border-radius: 4px;
    left: 0;
    top: -2px;
}
@media (max-width: 576px) {
    .form-checkbox span::before {
        top: -4px;
    }
}
.form-checkbox span::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/check.svg) no-repeat center;
    top: -2px;
    left: 0;
    opacity: 0;
}
@media (max-width: 576px) {
    .form-checkbox span::after {
        top: -4px;
    }
}
.form-checkbox a {
    color: #bf0200;
    line-height: 18.4px;
}
@media (max-width: 991px) {
    .form-checkbox a {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .form-checkbox a {
        font-size: 12px;
    }
}
.form-checkbox a:hover {
    text-decoration: underline;
}
.form-checkbox input:checked + span:after {
    opacity: 1;
}

.disabled {
    cursor: default!important;
    opacity: 0.6;
}