

/* Start:/local/templates/truckday/css/custom.css?17437061059673*/
/*** MEMBERS PAGE ***/

.members__inner {
    position: relative;
}

.members__link {
    position: absolute;
    bottom: -60px;
    left: 20px;
}

@media (max-width: 940px) {
    .members__link {
        left: 0;
    }
}

.hidden {
    display: none !important;
}

.participants-page,
.regulations-page {
    padding: 0 80px;
}

.participants {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 48px;
    padding-bottom: 70px;
    width: 100%;
}
.participants__title {
    max-width: 530px;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #d4d4d5;
    margin-top: 0;
    margin: 0 auto 50px;
}
.participants__btn {
    border: none;
    background: #b00000;
    font-weight: 400;
    font-size: 28px;
    color: #fdf7f7;
    border-radius: 10px;
    padding: 7px 20px;
    margin: 70px auto 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.participants__application {
    display: none;
}
.participants .swiper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.participants .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 82px;
    -webkit-column-gap: 182px;
    -moz-column-gap: 182px;
    column-gap: 182px;
    height: auto;
}
@media (max-width: 1700px) {
    .participants .swiper-wrapper {
        row-gap: calc(10px + 72 * (100vw - 320px) / 1380);
    }
}
@media (max-width: 1700px) {
    .participants .swiper-wrapper {
        -webkit-column-gap: calc(-50px + 232 * (100vw - 320px) / 1380);
        -moz-column-gap: calc(-50px + 232 * (100vw - 320px) / 1380);
        column-gap: calc(-50px + 232 * (100vw - 320px) / 1380);
    }
}
.participants .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.participants .swiper-slide img {
    height: 502px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
.pagination {
    display: flex;
    flex-direction: column-reverse;
}
.participants__inner {
    margin-top: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}
.participants__prev,
.participants__next {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_24_37)'%3E%3Cpath d='M8 0H42C46.4183 0 50 3.58172 50 8V42C50 46.4183 46.4183 50 42 50H8C3.58172 50 0 46.4183 0 42V8C0 3.58172 3.58172 0 8 0Z' fill='%23B00000'/%3E%3Cpath d='M19.9999 15L29.2928 24.2929C29.6833 24.6834 29.6833 25.3166 29.2928 25.7071L19.9999 35' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_24_37'%3E%3Crect width='50' height='50' fill='white' transform='matrix(-1 0 0 1 50 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.participants__prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.participants__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.participants__num {
    font-weight: 500;
    font-size: 20px;
    color: #fdf7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.participants__num.active {
    color: #29292b;
    background: #b00000;
    border-radius: 8px;
    padding: 2px 7px;
}
.regulations {
    padding-top: 48px;
}
.regulations__title {
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #d4d4d5;
    margin-top: 0;
    margin-bottom: 30px;
}
.regulations__text {
    margin-top: 0;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #d4d4d5;
    margin-bottom: 74px;
}
.regulations__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.regulations__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 356px;
    width: 100%;
    min-height: 502px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 25px;
}
.regulations__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.regulations__item::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.regulations__item::after {
    z-index: 2;
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: radial-gradient(
        45% 45% at 49.93% 49.96%,
        rgb(255, 255, 255) 0%,
        rgba(43, 43, 43, 0.222) 100%
    );
    opacity: 0.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.regulations__item:hover::before {
    background-color: rgba(0, 0, 0, 0.25);
}
.regulations__item-title {
    z-index: 3;
    margin: 0;
    font-weight: 400;
    font-size: 37px;
    text-transform: uppercase;
    text-align: center;
    color: #d4d4d5;
    position: relative;
}
.regulations__item-title span {
    display: block;
    font-size: 24px;
}
.regulations__item-text {
    z-index: 3;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #d4d4d5;
    position: relative;
}
.regulations__item-text span {
    font-weight: 700;
}
.regulations__item-other .regulations__item-text {
    font-size: 16px;
    line-height: 137%;
    text-transform: none;
}
.regulations__item-footnote {
    position: absolute;
    left: 0;
    margin: 0;
    margin-top: 9px;
    top: 100%;
    font-weight: 400;
    font-size: 11px;
    line-height: 118%;
    text-transform: uppercase;
    color: #9e9e9e;
}
.regulations .container {
    padding: 0 20px;
}

.regulations__request {
    background: #b00000;
    font-weight: 400;
    font-size: 20px;
    color: #fdf7f7;
    border-radius: 10px;
    padding: 7px 20px;
    padding: 11px 20px;
    display: block;
    margin: 70px auto 0;
    border: none;
    width: fit-content;
}
.regulations__request:hover {
    color: #fff;
}
.participants-swiper {
    height: fit-content;
}
@media (max-width: 1025px) {
    .participants-page {
        padding: 0;
    }
    .regulations__text {
        font-size: 25px;
    }
}
@media (max-width: 769px) {
    .participants .swiper-slide img {
        height: 460px;
    }
    .participants .swiper-slide img {
        height: 460px;
    }
    .participants-swiper {
        width: 100%;
        overflow: hidden;
    }
    .participants__inner {
        display: none;
    }
    .participants__application {
        display: block;
    }
    .participants__more {
        display: none;
    }
    .participants__btn {
        margin-top: 60px;
        font-size: 20px;
    }
    .regulations-page {
        padding: 0;
    }
    .participants {
        padding-top: 68px;
        padding-bottom: 60px;
    }
    .participants__title {
        font-size: 28px;
        margin-bottom: 63px;
        max-width: 400px;
    }
    .participants .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        gap: 0;
    }
    .participants .swiper-slide {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .regulations__footnote {
        margin-bottom: 30px;
    }
    .regulations__item-footnote {
        font-size: 10px;
        line-height: 130%;
    }
    .regulations__item-other .regulations__item-text {
        font-size: 14px;
    }
    .regulations__item {
        min-height: 460px;
        max-height: 460px;
    }
    .regulations__item-title span {
        font-size: 22px;
    }
    .regulations__item-text {
        font-size: 18px;
    }
    .regulations__item-title {
        font-size: 34px;
    }
    .regulations__items {
        gap: 30px;
    }
    .regulations__title {
        font-size: 28px;
        margin-bottom: 43px;
    }
    .regulations__text {
        font-size: 20px;
        margin-bottom: 70px;
    }
}
@media (max-width: 374px) {
    .regulations__text {
        font-size: 17px;
    }
    .regulations__item-title {
        font-size: 28px;
    }
}


/* End */


/* Start:/local/templates/truckday/components/bitrix/menu/menu/style.min.css?1743706084778*/
div.blue-tabs-menu{float:left;width:100%;background:#bbd9ee;font-size:93%;line-height:normal}div.blue-tabs-menu ul{margin:0;padding:10px 10px 0 10px;list-style:none}div.blue-tabs-menu li{display:inline;margin:0;padding:0}div.blue-tabs-menu a{float:left;background:url("/local/templates/truckday/components/bitrix/menu/menu/images/tableft.gif") no-repeat left top;margin:0;padding:0 0 0 4px;text-decoration:none;margin-top:.2em}div.blue-tabs-menu a nobr{float:left;display:block;background:url("/local/templates/truckday/components/bitrix/menu/menu/images/tabright.gif") no-repeat right top;padding:5px 15px 4px 6px;white-space:nowrap;color:#666}/*\*/div.blue-tabs-menu a nobr{float:none}/**/div.blue-tabs-menu a:hover nobr{color:#ff9834}div.blue-tabs-menu a:hover{background-position:0 -42px}div.blue-tabs-menu a:hover nobr{background-position:100% -42px}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/truckday/styles.css?174370610813391*/
@font-face {
	font-family: "Evolventa";
	src: url("/local/templates/truckday/./fonts/Evolventa-Regular.ttf");
}
@font-face {
	font-family: "Impact";
	src: url("/local/templates/truckday/./fonts/Impact-Regular.ttf");
}
body{
	font-family: "Evolventa";
}
a{
	text-decoration: none;
	color:inherit;
}
nav a{
	font-size:16px ;
	text-transform: uppercase;

}
header{
	margin: 30px 0;
}
img{
	max-width: 100%;
}
.menu {
    display: contents;
}
.menu-mobile{
	display: none;
}
.menuModal{
	display: none;
}
.conteiner{
	width: 1160px;
	margin: 0 auto;
	position: relative;
}
.block-one {
    padding: 60px 0 210px;
    /*background: url(/bitrix/templates/truckday/./images/background.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: unset;
    margin-bottom: -45px;
        background-position: center;
}
.blockOneSocial {
    gap: 16px;
    justify-content: center;
    margin-top: 187px;
}
.block-one-title{
font-size: 166px;
    font-family: "Impact";
    opacity: 0.5;
    text-transform: uppercase;
    align-items: flex-end;
    line-height: 75%;
    color: #fff;
    width: auto;
    text-align: center;
/*    height: 172px;*/
}
.block-one .conteiner{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: unset;
}
.moreInfo {
	font-size: 16px;
	color: white;
	background: #B00000;
	width: 200px;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center; 
	border-radius: 8px;
	margin-bottom: 4px;
}
.block-one-social{
	width: 152px;
	margin-bottom: 4px;
}
.block-two {
	border-radius: 50px 50px 0 0;
	background: #29292B;
	padding:0 0 80px 140px;
}

.blockTwoSlider {
	color: #FFFFFF;
	    padding-top: 160px;
}
.sliderTitleName {
	font-size: 40px;
	text-transform: uppercase;
	opacity: 0.8;
	line-height: 100%;
}
.sliderSecondName {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 48px;
}
.sliderSubTitle {
	font-size: 22px;
	margin-top: 40px;
	line-height: 30px;
}
.blockTwoSliderTitle {
	width: 374px;
	flex-direction: column;
	justify-content: space-between;
	height: 400px;
	padding-top: 40px;
}
.sliderNavigation {
	gap: 16px;
}
.mySwiper, .mySwiper2, .mySwiper3, .mySwiper4 {
    margin-left: 20px !important;
      max-width: 907px;
    margin-right: 0!important;
}
.mySwiper .swiper-slide, .mySwiper2 .swiper-slide, .mySwiper3 .swiper-slide, .mySwiper4 .swiper-slide   {
    min-width: 381px !important;
}
.slider-title {
    font-size: 22px;
        margin-top: 24px;
}
.slider-description {
    font-size: 16px;
    margin-top: 24px;
}
iframe {
    border-radius: 16px;
}
footer{
	padding:80px 0;
}
.footerTwo, .footerThree, .footerOne{
	flex-direction: column;
}
.footerTwo, .footerOne{
	width: 259px;
}
.footerThree{
	width: 200px;
	padding-bottom: 60px;
}
.footerOne, .footerTwo{
	gap: 40px;
}
.slogan {
    font-size: 14px;

}
.copyrights{
	font-size: 12px;
}
.callUs {
    font-size: 14px;
    opacity: 0.5;
}
.number {
    font-size: 24px;
        margin: 16px 0;
}
.country {
    font-size: 14px;
}
.city {
    font-size: 16px;
        margin-top: 16px;
        margin-bottom: 40px;
}
.social .block-one-social{
	    margin-top: 16px;
}

/*reglament*/
.block-one.reglament .block-one-title {
    width: 100%;
    text-align: center;
        padding: 80px 0 120px;
    height: auto;
}
.block-two.reglament {
    padding: 120px 0;
}
.reglamentBlock {
    color: #fff;
}
.reglamentTitle{
	font-size: 40px;
}
.reglamentText{
	font-size: 22px;
	margin-top: 56px;
	    line-height: initial;
}
.reglamentDescription {
    max-width: 590px;
}

/*sponsor*/
.moreInfoButton {
    background: #B00000;
    color: white;
    font-family: inherit;
    width: 273px;
    font-size: 22px;
    height: 60px;
    border-radius: 10px;
    border: none;
    /* margin-top: 56px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.reglamentBlock.sponsor.d-flex.justify-content-between.align-items-end {
    padding: 80px 0;
}
.buttonRightSponsors {
    cursor: pointer;
}
.buttonLeftSponsors {
    cursor: pointer;
}
.swiper-button-lock {
    display: block !important;
}
img.logo-picture {
    max-height: 100px;
        width: -webkit-fill-available;

}
.mySwiper5{
    margin-top: 40px;
        margin-bottom: 80px;
            height: 100px;
}
.donationBlock{
	padding: 60px 0 120px;
}
.form-group input {
    font-size: 16px;
    color: #fff;
    border: none;
    background: transparent;
    border-bottom: 1px solid white;
    padding: 0;
    padding-bottom: 16px;

}
.form-group {
    margin-top: 40px;
    position: relative;
    align-items: center;
}
.form-group:nth-child(1){
	margin-top: 0;
}
form input {
    width: 492px;
}
 select#nomination{
     width: 340px;
    overflow: hidden !important;
 }
.form-group input::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.checkboxText{
    width: 452px;
    font-size: 14px;
}
/*input.mycheckbox {

    width: auto;
    margin-right: 16px;
}*/
.mycheckbox::before {
content: "";
    position: absolute;
    visibility: hidden;
    top: 3px;
    left: 3px;
    transform: unset;
    text-align: center;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
}
input.mycheckbox  {
  -webkit-appearance: none;
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  position: relative;
  cursor:pointer;
  border-radius: 50%;
      padding: 0;
      margin-right: 16px;
}
.mycheckbox:checked::before {
  visibility: visible;
}

.mycheckbox:checked {
  background: transparent;
  color:white;
}
input.button {
    background: #B00000;
    color: white;
    font-family: inherit;
    max-width: 273px;
    font-size: 22px;
    height: 60px;
    border-radius: 10px;
    border: none;
    margin-top: 56px;
}
.file{
	cursor: pointer;
}
input#user_file {
    opacity: 0;
    color: transparent;
    width: 60px;
    height: 60px;
    /* position: relative; */
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
}
.file    img{ 
	position: absolute;
    right: 0;
    bottom: 0;
}
.imagesModal {
    position: absolute;
    width: 1000px;
    left: 80px;
    background: white;
    z-index: 100;
    border-radius: 10px;
    top: 60px;
        display: none;
}
.imagesModalContainer {
    padding: 50px;
}

.imagesModalTitle {
    color: 0D0D0D;
    font-size: 40px;
    margin-bottom: 56px;
    line-height: 81%;
        text-transform: uppercase;
}
.addimage {
    width: 200px;
    height: 200px;
    background: url(/bitrix/templates/truckday/images/back.png);
    /* border: 1px solid #CCCCCC; */
    /* border-radius: 10px; */
    background-size: cover;
    background-repeat: no-repeat;
    /* border-style: dashed; */
}
.imagesModalContainer .d-flex {
    gap: 16px;
    margin-bottom: 56px;
        flex-wrap: wrap;
}
input.addimage::-webkit-file-upload-button {
    visibility: hidden;
}
.closeImagesModal {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}

.sponsorsSlider{
	display: none;
}
.show{
	display: block;
}
.sponsorsSliderNavigation.d-flex {
    gap: 16px;
}
.file {
position: relative;
    width: 100px;
}
#nomination + label:after {
    content: 'Номинация';
    position: absolute;
    right: 0;
    bottom: 16px;
    font-size: 16px;
}
#nomination + label:before {
     content: url(/local/templates/truckday/./images/arrow.svg);
    position: absolute;
    right: 105px;
    bottom: 26px;
    width: 12px;
    height: 5px;
}
select#nomination {
    font-size: 16px;
    color: #fff;
    border: none;
    background: transparent;
/*    border-bottom: 1px solid white;*/
    padding: 0;
    padding-bottom: 16px;
/*    width: 100%;*/
      -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
      z-index: 99;
    position: relative;
}
select#nomination:focus-visible {
    outline: none;
}
/*contact*/

.reglamentBlock.contact {
    margin-bottom: 60px;
}
.contact .reglamentText {
    margin-top: 20px;
}

.contactEmail .number {
    margin: 12px 0 0;
}
.sponsor .reglamentText{
	margin-top: 40px;
}
.block-two.reglament {
    padding: 100px 0;
    border-radius: 0;
}
/*@media*/
@media(max-width:1200px){
	.conteiner {
    max-width: 940px;
}
.logo img {
    max-width: 240px;
}
nav a {
    font-size: 14px;
}
.block-one-title {
    font-size: 130px;
}
.block-one {
    padding: 130px 0 160px;
}

.block-two {
    padding: 0 0 60px 42px;
}
.blockTwoSlider {
    padding-top: 120px;
}
.blockTwoSliderTitle {
    width: 300px;
    height: 300px;
    padding-top: 20px;
}
.sliderTitleName {
    font-size: 32px;
}
.sliderSecondName{
    font-size: 32px;
}
.sliderSubTitle {
    font-size: 18px;
    margin-top: 30px;
    line-height: 22px;
}
.mySwiper, .mySwiper2, .mySwiper3, .mySwiper4 {
    margin-left: 20px !important;
    max-width: 622px;
    margin-right: 0!important;
}
.mySwiper .swiper-slide, .mySwiper2 .swiper-slide, .mySwiper3 .swiper-slide, .mySwiper4 .swiper-slide {
    min-width: 250px !important;
}
.footerOne .logo img {
    max-width: 280px;
}
.footerTwo, .footerOne {
    width: 295px;
}
.footerThree.d-flex {
    justify-content: flex-start !important;
}
.reglamentDescription {
    max-width: 480px;
}
.reglamentTitle {
    font-size: 32px;
}
.reglamentText {
    font-size: 18px;
}
.reglamentImage {
    max-width: 400px;
}
.block-two.reglament {
    padding: 100px 0;
}
.reglamentBlock.sponsor.d-flex.justify-content-between .reglamentDescription {
    max-width: 400px;
}
.form-group input {
    font-size: 15px;
}
form input {
    width: 460px;
}
 select#nomination{
      width: 320px;
 }
.checkboxText {
    width: 300px;
    font-size: 12px;
}
input.mycheckbox {
    width: 20px;
    height: 20px;
}
.mycheckbox::before {

    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
}
input.button {
    max-width: 260px;
    font-size: 18px;
    height: 60px;

}
.moreInfoButton {
    width: 260px;
    font-size: 18px;
    height: 60px;
    cursor: pointer;

}
.buttonLeftSponsors {
    cursor: pointer;
    margin-right: 16px;
}
img.logo-picture {
    max-height: 80px;
    width: -webkit-fill-available;
}
.donationBlock {
    padding: 60px 0 0;
}
.imagesModal {
    position: absolute;
    width: 100%;
    left: 0;
    background: white;
    z-index: 100;
    border-radius: 10px;
    top: 60px;
    display: none;
}
}
@media(max-width:940px){
	.conteiner {
    max-width: 95%;
}
.menu{
	display: none;

}
select#nomination {
    max-width: 250px;
}
img.logo-picture {
    max-height: 80px;
    width: 260px;
}
margin-left:16px
form .d-flex{
    justify-content: center;
}
.imagesModalContainer {
    padding: 50px 10px;
}
.imagesModalTitle {
    color: 0D0D0D;
    font-size: 28px;
    margin-bottom: 56px;
    line-height: 99%;
    width: 62%;
    text-transform: uppercase;
}
.closeImagesModal {
    width: 30px;
    height: 30px;
    right: 10px;
}
.addimage {
    width: 180px;
    height: 180px;
}
.form-group {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 370px;
}
.imagesModalContainer .moreInfoButton {
    width: 100%;
}
form input {
    width: 370px;
}
 select#nomination{
      max-width: 220px;
 }
.menu-mobile{
	display: block;
}
.menuModal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #29292B;
    top: 0;
    z-index: 10;
    display: none;
}
.menuModalContainer {
    display: flex;
    padding: 60px;
    flex-direction: column;
    color: white;
        gap: 40px;
}
.menuClose {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 11;
}
.menuSocial{
	width: 153px;
}
.menuSocial {
    margin-left: 60px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 32px;
        position: absolute;
    bottom: 60px;
}
.block-one-title {
    font-size: 62px;
}
.block-one {
    padding: unset;
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
}
.blockTwoSlider {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
}
.block-two {
    padding-left: unset;
}
.sliderTitleName {
    font-size: 28px;
        margin-bottom: 56px;
}
.blockTwoSliderTitle {
    width: auto;
    height: auto;
    padding-top: 0;
}
.sliderSecondName {
    font-size: 28px;
}
.sliderSubTitle {
    font-size: 18px;
    margin-top: 32px;
    line-height: 22px;
    margin-bottom: 56px;
}
.mySwiper, .mySwiper2, .mySwiper3, .mySwiper4 {
    margin-left: 0 !important;
    max-width: unset;
    margin-right: 0!important;
    margin-top: 56px;
}
.mySwiper .swiper-slide, .mySwiper2 .swiper-slide, .mySwiper3 .swiper-slide, .mySwiper4 .swiper-slide {
    min-width: 250px !important;
}
/* .swiper-slide.swiper-slide-active {
    margin-left: 20px;
}*/
.map-container iframe {
    max-height: 300px;
}
footer .conteiner.d-flex.justify-content-between {
    flex-direction: column;
    gap: 64px;
}
.reglamentBlock.d-flex.justify-content-between {
    flex-direction: column;
    gap: 56px;
}
.reglamentDescription {
    max-width: unset;
}
.reglamentImage {
    max-width: unset;
}
.block-two.reglament {
    padding: 50px 0 80px;
}
.reglamentBlock.sponsor.d-flex.justify-content-between {
    gap: 80px;
}
.mySwiper5{

            height: 176px;
}
.donationBlock {
    padding: 80px 0 0;
}
}
@media(max-width:370px){
    form input{
            width: 95%;
    }
    select#nomination{
         width: 95%;
    }
}

/* End */
/* /local/templates/truckday/css/custom.css?17437061059673 */
/* /local/templates/truckday/components/bitrix/menu/menu/style.min.css?1743706084778 */
/* /local/templates/truckday/styles.css?174370610813391 */
