

/* Start:/local/templates/2amedia/components/bitrix/news.list/banner-slick/style.css?16522829272535*/
.swiper {
    padding-bottom: 10px;
}

.swiper-container.slider1 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 440px;
}

.swiper-container.slider1 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 419px;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
@media (max-width: 600px) {
	.swiper-container.slider1 {
	    height: 160px;
	    margin-bottom: 40px;
	}
	.swiper-container.slider1 .swiper-wrapper {
	    height: 140px;
	}
}
@media (max-width: 400px) {
	.swiper-container.slider1 {
	    height: 130px;
	    margin-bottom: 20px;
	}
	.swiper-container.slider1 .swiper-wrapper {
	    height: 110px;
	}
}

.swiper-container.slider1 .swiper-slide {
    margin-right: 30px;
    background-color: #eaeaea;
    background-position: center;
    background-size: cover;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container.slider1 .swiper-slide-img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: url("/local/templates/2amedia/components/bitrix/news.list/banner-slick/../../../../img/slider2__arrow_right.png");
    width: 47px;
    height: 78px;
    background-color: rgba(245, 245, 245, 0.6);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next {
    left: auto;
    right: 40px;
}

.swiper-button-prev {
    left: 40px;
    right: auto;
    transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: .3s;
}

.swiper-pagination-bullet {
    width: 64px;
    height: 7px;
    margin: 0 4px;
    border-radius: 0;
    opacity: 1;
    background: #b8b8b8;
    z-index: 1000;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #d2090f;
}

.arrow {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: calc(100% - 1.875rem);
    position: absolute;
    height: 100%;
    top: 0;
}

.arrow .container {
    height: 100%;
}

.arrow-rel {
    position: relative;
    width: 1280px;
    height: 100%;
    margin: 0 auto;
}

/* End */


/* Start:/local/templates/2amedia/components/bitrix/news.list/banner-mini/style.css?16522829272986*/

.main_cats {
	padding-top: 31px;
}

.main_cats-list {
	display: flex;
	margin: 0 auto;
}

.main_cats-item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-right: 30px;
	width: 360px;
	height: 380px;
	display: block;
	text-decoration: none;
	padding: 75px 22px 48px 22px;
	color: white;
	transition: all .1s;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	border-radius: 6px;

	padding-top: 230px;
	padding-left: 98px;

	position: relative;
}

.main_cats-item span {
	display: block;
    position: absolute;
    width: 28px;
    height: 40px;
    bottom: 41px;
    left: 30px;
    background: rgba(255, 255, 255, .2);
    border-radius: 6px;
}

.main_cats-item span:after {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/local/templates/2amedia/img/redisign/icon_angle.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease 0s;
}

.main_cats-item:hover span:after {
    left: 5px;
}

.main_cats-item:hover {
	transform: translateY(2px);
}

.main_cats-item:first-child {
	background-image: url(/local/templates/2amedia/img/redisign/banner-m-1.png);
}

.main_cats-item:nth-child(2) {
	background-image: url(/local/templates/2amedia/img/redisign/banner-m-2.png);
}

.main_cats-item:last-child {
	background-image: url(/local/templates/2amedia/img/redisign/banner-m-3.png);
	margin-right: 0;
}

.main_cats-item:first-child .main_cats-title:before,
.main_cats-item:nth-child(2) .main_cats-title:before,
.main_cats-item:last-child .main_cats-title:before {
	content: '';
	background-size: cover;
	position: absolute;
	left: 0;
}

.main_cats-item:first-child .main_cats-title:before {
	background: url("/local/templates/2amedia/components/bitrix/news.list/banner-mini/../../../../img/main_cats1__icon1.png") no-repeat center center;
	width: 73px;
	height: 75px;
}

.main_cats-item:nth-child(2) .main_cats-title:before {
	background: url("/local/templates/2amedia/components/bitrix/news.list/banner-mini/../../../../img/main_cats1__icon2.png") no-repeat center center;
	width: 75px;
	height: 75px;
}

.main_cats-item:last-child .main_cats-title:before {
	background: url("/local/templates/2amedia/components/bitrix/news.list/banner-mini/../../../../img/main_cats1__icon3.png") no-repeat center center;
	width: 73px;
	height: 81px;
}

.main_cats-title {
	font-size: 30px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 80px;
	font-family: PFDinTextCondProRegular, sans-serif;
}

.main_cats-description {
	opacity: .44;
	font-size: 21px;
	margin-top: 38px;
	text-align: center;
	font-family: PFDinTextCondProRegular, sans-serif;
}

.main_cats-title:before {
	display: none ! important;
}

.main_cats-title {
	padding-left: 0;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
}

.main_cats-description {
	font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    font-family: "Gilroy", sans-serif;
    text-align: left;
    opacity: 1;
    margin-top: 5px;
}
/* End */


/* Start:/local/templates/2amedia/components/aam/hlbl.list/teasers/style.css?16522829271812*/

.preim {
    padding: 26px 0;
    background-color: #F1F7FC;
}

.preim__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 37px;
}

.preim__item {
    width: 25%;
    /*border-right: 1px solid #d3d3d3;*/
    padding: 0 15px;
    padding-top: 5px;
    min-height: 160px;
}

.preim__item:last-child {
    border: none;
}

.preim__item_text {
    position: relative;
    padding-top: 78px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-family: "Gilroy", sans-serif;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preim__item_text span {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(182, 194, 205, .2);
    top: 19px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 6px;
}

.preim__item_text span:before {
    content: ' ';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.preim__item:nth-child(1) span:before {
    background-image: url(/local/templates/2amedia/img/redisign/fi_settings.svg);
}

.preim__item:nth-child(2) span:before {
    background-image: url(/local/templates/2amedia/img/redisign/fi_archive.svg);
}

.preim__item:nth-child(3) span:before {
    background-image: url(/local/templates/2amedia/img/redisign/fi_clock.svg);
}

.preim__item:nth-child(4) span:before {
    width: 17px;
    height: 27px;
    background-image: url(/local/templates/2amedia/img/redisign/fi_kamaz.svg);
}

/*.preim__item_text:before {
    content: '';
    background: url("/local/templates/2amedia/components/aam/hlbl.list/teasers/../../../../img/star__icon1.png") no-repeat center center;
    background-size: cover;
    width: 22px;
    height: 16px;
    position: absolute;
    top: 0;
    padding-top: 5px;
}*/
/* End */


/* Start:/local/templates/2amedia/components/bitrix/news.list/news_line/style.css?16522829271790*/

.company-news {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 3px);
    /*padding-left: 20px;*/
    position: relative;
}
@media (max-width: 600px) {
    .company-news {
        padding-left: 0;    
    }
}

/*.company-news:after {
    content: '';
    width: 1px;
    height: 84%;
    position: absolute;
    right: 0;
    background: #e3e3e3;
    top: 70px;
}*/

.company-news:nth-child(2n):after {
    display: none;
}

.company-news__title,
.company-news__title a {
    font-size: 18px;
    line-height: 30px;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}

.company-news__list {
    padding-bottom: 1px;
    margin-top: 30px;
    padding-top: 5px;
}

.company-news__list_item {
    margin-bottom: 10px;
    max-width: 505px;
}

.company-news__list_item_title,
.company-news__list_item_title a {
    text-decoration: none;
    color: #000;
}

.company-news__list_item_title a {
    display: inline-block;
    margin-top: 7px;
}


.company-news__list_item_title a span,
.company-news__title a span {
    position: relative;
}

.company-news__list_item_title a span:after,
.company-news__title a span:after {
    content: '';
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.company-news__list_item_title a:hover span:after,
.company-news__title a:hover span:after {
    width: 100%;
}

.company-news__list_item_text {
    font-family: "Gilroy", sans-serif;
    line-height: 24px;
    font-size: 14px;
    color: #000;
}

.company-news__list_item_date {
    font-size: 14px;
    line-height: 20px;
    color: rgba(138, 139, 154, 1);
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/2amedia/components/bitrix/iblock.element.add.form/request/style.css?16522829273478*/


.obrat {
    background-color: #F1F7FC;
    padding-top: 30px;
    padding-bottom: 40px;
}

.obrat__form_wrap {
    width: 42.5%;
    padding-bottom: 20px;
    padding-right: 30px;
    max-width: 600px;
}

.obrat__form_title {
    color: black;
    font-family: "Gilroy", sans-serif;
    line-height: 1;
    font-size: 28px;
    margin-bottom: 17px;
}

.obsuditinclude_result {
    font-size: 24px;
    color: black;
    font-family: "Gilroy";
    text-align: center;
    line-height: 30px;
}

.obrat__form_input input,
.obrat__form_area textarea {
    width: 100%;
    border: none;
    font-size: 18px;
    font-family: "Gilroy", sans-serif;
    line-height: 1;
    padding-left: 48px;
    background-color: #fff;
    display: block;
    margin-top: 12px;
    outline: none;
    color: #000;
    font-size: 14px;
    line-height: 14px;
}

.obrat__form_input input::placeholder,
.obrat__form_area textarea::placeholder {
    font-size: 14px;
    line-height: 14px;
    color: rgba(138, 139, 154, 1);
    font-family: "Gilroy", sans-serif;

}

.obrat__form_input input {
    height: 40px;
}

.obrat__form_area textarea {
    height: 112px;
    padding-top: 11px;
}

.privacy_apply {
    text-align: left;
    line-height: 1.5;
}

.obsuditinclude_rules {
    font-size: 14px;
    line-height: 1;
    color: #666;
    margin-top: 20px;
    margin-bottom: 30px;
}

.obsuditinclude_rules a {
    color: #666;
}

.obsuditinclude_rules a:hover {
    text-decoration: none;
}

.obrat__form_submit button {
    padding: 14px 18px;
    margin-top: 16px;
}

.privacy_apply__checkbox {
    margin-right: 5px;
}

.obrat__form_title header {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

.obrat__form_title p {
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
}

.obrat1_form .error {
    padding: 0;
}

.input-name {
    background: url(/local/templates/2amedia/img/redisign/input-user.svg) no-repeat 16px 12px;
}

.input-phone {
    background: url(/local/templates/2amedia/img/redisign/input-phone.svg) no-repeat 16px 12px;
}

.input-message {
    background: url(/local/templates/2amedia/img/redisign/input-message.svg) no-repeat 16px 12px;
}

.obsuditinclude_rules {
    position: relative;
    padding-left: 48px;
    font-size: 12px;
    line-height: 16px;
    color: #8A8B9A;
}

.obsuditinclude_rules a {
    color: #3E57A0;
}

.obsuditinclude_rules a span {
    position: relative;
}

.obsuditinclude_rules a span:after {
    content: '';
    width: 0;
    height: 1px;
    background: #3E57A0;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.obsuditinclude_rules a:hover span:after {
    width: 100%;
}


.privacy-label {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.privacy-label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.privacy-label input[type="checkbox"]:checked + span {
    display: block;
    width: 14px;
    height: 10px;
    background: url(/local/templates/2amedia/img/redisign/checkbox.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.obrat1_form {
    margin-top: 28px;
}
/* End */
/* /local/templates/2amedia/components/bitrix/news.list/banner-slick/style.css?16522829272535 */
/* /local/templates/2amedia/components/bitrix/news.list/banner-mini/style.css?16522829272986 */
/* /local/templates/2amedia/components/aam/hlbl.list/teasers/style.css?16522829271812 */
/* /local/templates/2amedia/components/bitrix/news.list/news_line/style.css?16522829271790 */
/* /local/templates/2amedia/components/bitrix/iblock.element.add.form/request/style.css?16522829273478 */
