*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #F3F3F3;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-right: 0px;
    padding-left: 0px;
}
.main_header {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: -40px;
}
.header_logo_block {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
}
.header_help_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.header_help_block li:last-child a {
    border-right: none;
}
.header_help_block li a{
    margin-right: 25px;
    padding-right: 24px;
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #808080;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header_help_block li a:hover {
    text-decoration-line: underline;
}
.header_search_lists {
    margin-top: 17px;
}
.header_search_block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_search_block input{
    background: #FFFFFF;
    border: 1px solid #FAFAFA;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px 0px 0px 10px;
    width: 370px;
    height: 50px;
    padding-left: 20px;
}
.header_search_block input::placeholder {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #DCDCDC;
}
.header_search_block_btn {
    background: #25416B;
    border-radius: 0px 10px 10px 0px;
    width: 130px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.header_search_block_btn span{
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding-left: 10px;
}
.header_contact_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_contact_lists img {
    margin-right: 12px;
}
.header_contact_block h3{
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 9px;
}
.header_contact_block p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #9B9B9B;
}
.header_languages {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_languages li a {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #929292;
}
.header_languages_active {
    background: #101010;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    align-items: center;
    margin-right: 10px;
}
.header_languages_active a {
    color: #FFFFFF !important;
}
.header_menu_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #25416B;
    border-radius: 0px 0px 10px 10px;
    padding: 18px 18px 18px 0px;
    height: 60px;
    z-index: 11;
}
.Catalog_header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #172A46;
    border-radius: 0px 0px 0px 10px;
    width: 270px;
    height: 60px;
}
.Catalog_header_menu span {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 10px;
}
.menu_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}
.menu_block li a{
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 60px;
}
.header_social_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_social_lists a img {
    margin-right: 20px;
}
.header_social_lists a:last-child img {
    margin-right: 0px;
}
.slider_bg {
    background-image: url(../img/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 42px;
}
.slider_lists_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 84px;
    margin-bottom: 20px;
}
.slider_lists_img img{
    max-width: 557px;
    max-height: 474px;
}
.slider_lists {
    margin-right: 161px;
}
.slider_lists h2 {
    font-family: 'lato-heavy.woff2';
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.slider_lists p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.slider_lists a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 60px;
    background: #E31E25;
    border-radius: 10px;
}
.slider_lists a span {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF
}

.carousel-indicators li {
    width: 30px !important;
    height: 2px !important;
    background-color: white;
    margin-left: 0px;
    margin-right: 20px;
    opacity: 1;
}
.carousel-indicators .active  {
    background-color: red;
}
.icon_lists {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}
.icon_lists img {
    margin-right: 20px;
}
.icon_block_img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 350px;
    min-width: 260px;
    width: calc(100% / 4);
}
.icon_block {
    padding-right: 16px;
}
.icon_block h3 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
}
.icon_block p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0px;
}
.sport_img_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.sport_tak_block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 270px;
    height: 270px;
    transition: .5s;
}
.sport_tak_block:hover{
    background-size: 120% 120%;
}
.sport_tak_block h2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}
.sport_sam_block:hover .sport_sam_hover_block {
    opacity: 1;
    transform: translateY(0px);
} 
.sport_sam_block img {
    
    width: 470px;
    height: 135px;
}
.sport_sam_hover_block:hover {
    text-decoration: none;
}
.sport_sam_hover_block{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 32px;
    background: #E31E25;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(30px);
    transition: .5s;
}
.sport_tak_block:hover .sport_sam_hover_block {
    opacity: 1;
    transform: translateY(0px);
}
.sport_sam_hover_block  span {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
.sport_sam_block {
    width: 470px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 470px 135px;
    transition: .5s;
}
.sport_sam_block:hover{
    background-size: 570px 235px;
}
.sport_sam_block h2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF
}
.sport_all_catagory_block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 160px;
    height: 270px;
    background: linear-gradient(180deg, #25416B 0%, #172A46 100%);
}
.sport_all_catagory_block p {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    padding-left: 22px;
    padding-right: 23px;
}
.company_about_block_bg {
    background-image: url(../img/bgkimano.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.company_about_block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.company_about_block h2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
}
.company_about_block h2::before {
    content: '';
    position: absolute;
    top: 34px;
    left: 0;
    background: #E31E25;
    width: 100px;
    height: 1px;
}
.company_about_block p {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.photo_video_galary_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.photo_video_galary_block h2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #000000;

}
.galary_lists {
    margin-top: 50px;
}
.galary_see_all_block span {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-left: 12px;
}
.galary_see_all_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.photo_lists_about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E7E7E7;
}
.galary_photo_block {
    width: 370px;
    height: 200px;
    position: relative;
}
.galary_photo_block img{
    width: 370px;
    height: 200px;
}
.video_lists_about {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.galary_video_block h2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 10px;
}
.galary_video_block p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 47px;
}
.owl_carousle_bg {
    background: #E5E5E5;
    padding-top: 40px;
    padding-bottom: 40px;
}
.item_fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    background: #A2A2A2;
}
.item_fixed h4 {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.owl-theme .owl-dots .owl-dot{
    display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #000000;
    width: 50px;
    height: 50px;
    color: white;
}
.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: -70px;
    right: -45px;
    bottom: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #E31E25;
}
.main_footer_bg {
    background: #121212;  
    padding-top: 38px;
    padding-bottom: 51px;
}
.main_footer {
    display: flex;
    justify-content: space-between;
}
.main_footer_logo  {
    width: 150px;
    height: 124px;
}
.footer_menu h2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.footer_menu ul li {
    margin-bottom: 20px;
}
.footer_menu ul li a {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.footer_contact {
    display: flex;
    align-items: center;
}
.footer_contact img {
    margin-right: 20px;
}
.footer_contact_lists h2{
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footer_contact {
    margin-bottom: 30px;
}
.footer_contact_lists p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 230px;
    margin-bottom: 0px;
}
.all_cat_btn {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #E6BD2C !important;
}
.mine_footer_bg {
    background: #25416B;
}
.mine_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mine_footer p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.mine_footer a{
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration-line: 1px;
}
.galary_video_block {
    position: relative;
    width: 370px;
}
.galary_video_block::before {
    content: '';
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/play.png);
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}
.grouped_elements img{
    z-index: -11;
}
.container_fixed {
    padding-left: 85px;
    padding-right: 70px;
}
.galary_hover_block {
    display: none;
}

.galary_photo_block:hover .galary_hover_block {
    display: flex;
    position: absolute;
    top: 15px;
    right: 0;
    left: 25px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 326px;
    height: 176px;
    background: rgba(37, 65, 107, 0.8);
}
.galary_photo_block:hover .galary_hover_block p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding-right: 55px;
    padding-left: 55px;
}
.catalog_section_bg {
    background-color: #fff;
}
.bread_crumb_block {
    padding-top: 56px;
}
.breadcrumb {
    background-color: white !important;
    border-radius: 0px;
    padding: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.breadcrumb-item+.breadcrumb-item::before {
    width: 3px;
    height: 3px;
    content: "";
    background-color: #25416B;
    padding-right: 0px;
    margin-right: 7px;
    margin-top: 7px;
}
.breadcrumb_fixed li a {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.breadcrumb-item.active {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #25416B;
}
.catalog_title {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #25416B;
    margin-bottom: 23px;
}
.catalog_product_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.catalog_product_block img{
    width: 370px;
    height: 320px;
}
.catalog_product_block:hover {
    opacity: 0.7;
}
.catalog_sport_name:hover{
    background: #E31E25;
}
.catalog_sport_name {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #172A46;
    width: 370px;
    height: 50px;
    margin-bottom: 30px;
}
.catalog_sport_name h3{
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.catalog_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog_form_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 121px;
}
.catalog_form_block {
    width: 270px;
    background: #F8F8F8;
    padding: 17px 17px 20px 17px;
    margin-bottom: 30px;
}
.catalog_form_block img{
    width: 236px;
    height: 236px;  
    margin-bottom: 20px;
}
.catalog_form_block h4{
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #BEBEBE;
    margin-bottom: 10px;
}
.catalog_form_block h3 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
}
.catalog_form_block h5{
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
}
.catalog_form_block h5 span {
    color: red;
}
.catalog_form_block:hover h5 span{
    color: #ff3939;
}
.catalog_form_block p{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
}
.catalog_form_block:hover {
    background: #25416B;
}
.catalog_form_block:hover  h4{
    color: #8AAADB;
}
.catalog_form_block:hover h3{
    color: #FFFFFF;
}
.catalog_form_block:hover p{
    color: #FFFFFF;
}
.catalog_form_block:hover h5 {
    color: #FFFFFF;
}
.partners_lists {
    padding-bottom: 47px;
}
.partners_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding: 14px 32px 14px 16px;
    margin-bottom: 30px;
}
.partners_block_img img{
    width: 154px;
    height: 122px;
    margin-right: 30px;
}
.partners_block_text h2{
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.partners_block_text p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0px;
}
.catalog_full_info_img_block {
    padding: 17px 177px 25px 69px;
    display: flex;
    justify-content: space-between;
    background: #F8F8F8;
    margin-bottom: 20px;
}
.catalog_full_info_image_lists {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}
.catalog_full_info_image_lists a:last-child img {
    margin-bottom: 0px;
}
.catalog_full_images_mix_block {
    display: flex;
}
.catalog_full_info_image_lists a img {
    width: 101px;
    height: 101px;
    margin-bottom: 83px;
}
.catalog_full_img_block img {
    width: 469px;
    height: 469px;
    margin-right: 31px;
}
.form_block {
    display: flex;
    flex-direction: column;
}
.form_block h4{
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #BEBEBE;
    margin-bottom: 30px;
}
.form_block h3{
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
}
.form_block h5 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
}
.form_block h5 span {
    color: red;
    margin-bottom: 30px;
}
.form_block p{
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
}
.Description_block {
    display: flex;
    flex-direction: column;
}
.Description_block h2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #25416B;
    margin-bottom: 20px;
}
.Description_block p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
}
.Description_block ul {
    margin-bottom: 51px;
}
.Description_block ul li {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.see_more {
    background: #E31E25;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.see_more span {
    font-family: 'lato-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 9px;

}
.see_more:hover {
    opacity: 0.7;
}
.catalog_form_lists_fixed {
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.contact_map_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_block_lists {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}
.phone_call_img_lists {
    display: flex;
    align-items: center;
}
.phone_call_img_lists img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.phone_call_img_lists {
    margin-bottom: 33px;
}
.phone_call_lists h2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px;
}
.phone_call_lists p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 0px;
}
.socialmedia_list a img {
    margin-right: 20px;
}
.contact_map_block {
    padding-bottom: 81px;
}
.gallery_title {
    display: flex;
    justify-content: space-between;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #E31E25;
    border-radius: 5px;
    font-family: 'lato-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    width: 130px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;
}
.nav-pills .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 32px;
    border: 1px solid #E31E25;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'lato-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #131313;
}
.gallery_img_text_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.gallery_img_text_block {
    width: 370px;
    margin-bottom: 24px;

}
.gallery_img_text_block a{
    width: 370px;
    height: 370px;
    display: flex;
    overflow: hidden;
}
.gallery_img_text_block img {
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.gallery_img_text_block h2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 13px;
    margin-top: 20px;
}
.gallery_img_text_block p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.about_block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.about_img_block img{
    width: 366px;
    height: 366px;
    margin-right: 36px;
}
.about_text_block p{
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.icon_lists_fixed {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 112px;
}
.catalog_hover_blocks {
    position: relative;
}

.catalog_header_hover_block {
    display: none;
}
.catalog_hover_blocks:hover .catalog_header_hover_block {
    content: '';
    position: absolute;
    width: 270px;
    background: #EFEFEF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 0px 10px;
    z-index: -1;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 19px;
    padding-bottom: 32px;
    bottom: -390px;
}
.catalog_hover_blocks:hover .catalog_header_hover_block li{
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 11px;
    padding-left: 51px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.catalog_hover_blocks:hover .catalog_header_hover_block li:hover {
    background: #25416B;
    border-radius: 0px;
}
.catalog_hover_blocks:hover .catalog_header_hover_block li a {
    color: #000000;
}
.catalog_hover_blocks:hover .catalog_header_hover_block li:last-child{
    margin-bottom: 0px;
}
.gallery_img_text_block_fixed {
    position: relative;
}
.gallery_img_text_block_fixed::before {
    content: '';
    position: absolute;
    top: 150px;
    right: 0;
    left: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    width: 50px;
    height: 50px;
    background-image: url(../img/play2.png);
}
.burger {
    display: none;
}
.catalog_title_fixed {
    margin-bottom: 0px;
}

/* responsive */
@media (max-width: 1200px) {
    .header_logo_block {
        padding: 10px;
    }
    .header_search_block input {
        width: 250px;
    }
    .header_help_block li a {
        padding-right: 10px;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 5px;
    }
    .menu_block li a {
        margin-right: 30px;
    }
    .slider_lists {
        margin-right: 30px;
    }
    .icon_block {
        padding-right: 5px;
    }
    .galary_photo_block img {
        max-width: 300px;
        height: 170px;
    }
    .galary_video_block {
        max-width: 300px;
    }
    .grouped_elements img {
        max-width: 300px;
        height: 170px;
    }
    .galary_photo_block {
        max-width: 300px;
        height: 170px;
    }
    .icon_block_img {
        max-width: 250px;
        min-width: 200px;
    }
    
}
@media (max-width: 1100px) {
    .sport_sam_block {
        max-width: 400px;
    }
    .sport_all_catagory_block{
        width: 140px;
    }
    .sport_all_catagory_block p {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 20px;
    }
    .mine_footer a {
        margin-right: 20px;
    }
    .catalog_full_info_img_block {
        justify-content: center;
        flex-direction: column;
    }
    .catalog_full_images_mix_block {
        margin-bottom: 20px;
    }
}
@media (max-width: 1000px)  {
    .header_contact_lists {
        display: none;
    }
    .icon_lists {
        flex-wrap: wrap;
    }
    .menu_block li a {
        font-size: 16px;
        margin-right: 15px;
    }
    .sport_sam_block {
        max-width: 300px;
    }
    .sport_tak_block {
        max-width: 220px;
    }
    .galary_photo_block img {
        max-width: 250px;
        height: 150px;
    }
    .grouped_elements img {
        max-width: 250px;
        height: 150px;
    }
    .about_block {
        flex-direction: column;
        align-items: center;
    }
    .about_img_block img {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}
@media (max-width: 800px) {
    .sport_sam_block {
        max-width: 250px;
    }
    .sport_tak_block h2 {
        font-size: 18px;
    }
    .sport_sam_block h2 {
        font-size: 18px;
    }
    .sport_all_catagory_block p {
        font-size: 18px;
    }
    .company_about_block p {
        font-size: 16px;
    }
    .header_menu_lists {
        display: none;
    }
    .header_search_lists {
        display: none;
    }
    .header_languages {
        display: none;
    }
    .burger {
        display: flex;
        width: 50px;
        height: 50px;
    }
    .burger img {
        width: 50px;
        height: 50px;
        margin-top: 40px;
    }
    .slider_lists_img {
        flex-wrap: wrap;
        justify-content: center;
    }
    .slider_lists_img img {
        width: 300px;
        height: 250px;
        margin-top: 20px;
    }
    .slider_lists {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .slider_lists h2 {
        text-align: center;
        font-size: 24px;
    }
    .slider_lists p {
        font-size: 18px;
    }
    .carousel-indicators {
        bottom: -25px;
    }
    .icon_lists {
        justify-content: center;
    }
    .icon_block_img {
        margin-bottom: 20px;
        max-width: 100%;
        min-width: 85%;
    }
    .footer_contact_lists h2 {
        font-size: 20px;
    }
    .footer_contact_lists p {
        font-size: 14px;
    }
    .footer_menu h2 {
        font-size: 20px;
    }
    .footer_menu ul li {
        font-size: 16px;
    }
    .galary_photo_block img {
        max-width: 200px;
        height: 150px;
    }
    .grouped_elements img {
        max-width: 200px;
        height: 150px;
    }
    .photo_video_galary_block h2 {
        font-size: 26px;
    }
    .galary_video_block::before {
        top: 50px;
    }
    .main_footer_bg {
        display: none;
    }
    
} 

@media (max-width: 750px)  {
    .catalog_product_lists {
        align-items: center;
        justify-content: center;
    }
    .partners_block {
        flex-direction: column;
        justify-content: center;
        padding: 10px;
    }
    .partners_block_img img {
        height: 320px;
        width: 320px;
        margin-bottom: 10px;
    }
    .partners_block_img img {
    }
    .catalog_full_img_block img {
        height: 400px;
        width: 400px;
    }
}
@media (max-width: 600px) {
    .catalog_full_img_block img {
        height: 300px;
        width: 300px;
    }
    .catalog_full_info_image_lists {
        margin-right: 10px;
    }
    .catalog_full_info_image_lists a img {
        margin-bottom: 5px;
        width: 90px;
        height: 90px;
    }
    .photo_lists_about {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .galary_photo_block img {
        max-width: 300px;
        height: 200px;
    }
    .video_lists_about {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .grouped_elements img {
        max-width: 300px;
        height: 200px;
    } 
    .galary_video_block::before {
        top: 75px;
    }
    .galary_photo_block {
        max-width: 300px;
        height: 200px;
        margin-bottom: 20px;
    }
    .sport_sam_block {
        max-width: 150px;
    }
    .sport_tak_block {
        max-width: 130px;
    }
    .catalog_title {
        font-size: 24px;
    }
    .main_footer_bg {
        display: block;
    }
    .main_footer{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .main_footer_logo {
        margin: 0 auto;
    }
    .footer_contact{
        justify-content: center;
    }
    .carousel-indicators{
        bottom: 0;
    }
    .burger img{
        margin-top: 0;
    }
    .main_header{
        margin-bottom: 0;

    }
    .header_logo_block a img{
        max-width: 100px;
    }
    .header_logo_block{
        align-items: center;
    }
}
@media (max-width: 550px)  {
    .catalog_form_lists {
        justify-content: center;
    }
}
@media (max-width: 500px)  {
    .catalog_full_info_image_lists a img {
        width: 70px;
        height: 70px;
    }
    .catalog_full_img_block img {
        margin-right: 5px;
        height: 260px;
        width: 260px;
    }
}
@media (max-width: 450px) {
    .see_more span {
        font-size: 14px;
        padding: 2px 5px;
    }
    .catalog_full_info_img_block {
        padding: 10px;
    }
    .catalog_full_info_image_lists a img {
        width: 60px;
        height: 60px;
    }
    .catalog_full_img_block img {
        height: 200px;
        width: 200px;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        width: 80px;
        height: 26px;
        font-size: 14px;
    }
    .nav-pills .nav-link {
        width: 80px;
        height: 26px;
        font-size: 14px;
    }
    .gallery_img_text_block img {
        height: 320px;
        max-width: 320px;
    }
    .gallery_img_text_block_fixed::before {
        top: 130px;
        right: 45px;
    }
    .gallery_img_text_lists {
        justify-content: center;
    }
    .sport_img_lists {
        flex-direction: column;
    }
    .sport_tak_block {
        max-width: 270px;
    }
    .sport_sam_block {
        max-width: 270px;
    }
    .sport_all_catagory_block {
        width: 270px;
    }
    .photo_video_galary_block h2 {
        font-size: 20px;
    }
    .galary_see_all_block span {
        font-size: 16px;
    }
    .company_about_block h2 {
        font-size: 20px;
    }
    .company_about_block p {
        font-size: 14px;
    }
    .about_img_block img  {
        width: 320px;
        height: 320px;
    }
    .catalog_product_block img {
        width: 320px;
        height: 280px;
    }
    .catalog_sport_name {
        width: 320px;
    }
    .catalog_title {
        font-size: 22px;
    }
    .partners_block_img img {
        height: 290px;
        width: 290px;
    } 
    .partners_block_text h2 {
        font-size: 20px;
    }
}