

/* Start:/bitrix/templates/trobotx/components/bitrix/news.list/sliderhome/style.css?17163566344937*/
.sliderHome__item_title {
  font-family: Play;
  font-size: 40px;
  font-weight: 700;
  line-height: 50.32px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sliderHome__item {
  background: var(--main-font-color);
}

.sliderHome__item__info-wrap {
  display: inline-block;
  position: relative;
}

.sliderHome__item__info-wrap .info-content {
  display: none;
  position: absolute;
  color: var(--main-font-color);
  font-family: Roboto Flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  background-color: #fff;
  text-transform: initial;
  width: 200px;
  line-height: 1.2;
  padding: 15px;
  left: 38px;
  top: calc(100%* -0.8);
}

.sliderHome__item__info-wrap .info-content:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  top: 50%;
  left: -5px;
  transform: translateY(-50%) rotate(45deg);
}

.sliderHome__item__info-wrap:hover .info-content {
  display: block;
}

.sliderHome__item__info-wrap:hover .info {
  color: var(--active-color);
}

.sliderHome__item__info-wrap .info {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.58px;
  text-align: left;
  width: 26px;
  height: 26px;
  border: 2px solid;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  top: -5px;
  cursor: pointer;
  transition: all ease 0.2s;
}

.sliderHomeWrap {
  position: relative;
  background: var(--main-font-color);
}

.sliderHome__dots.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  bottom: 12%;
  z-index: 2;
}

.sliderHome__item__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 25.16px;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}

.sliderHome__item_content {
  max-width: 961px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.sliderHome__item.swiper-slide {
  height: calc(100vh - 121px);
  min-height: 500px;
  max-height: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-bottom: 40px;
}

.sliderHomeWrap span.swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

.sliderHomeWrap span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}

.sliderHome__item_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sliderHome__item_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sliderHome__item_bg:after,
.sliderHome__video:after {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  opacity: 0.4;
}

.sliderHome__video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.sliderHome__video iframe {
  width: calc(1.7* 99vw);
  height: 99vh;
  position: absolute;
  min-height: 1100px;
}

@media (max-width: 1250px) {
  .sliderHome__item__info-wrap .info-content {
    top: initial;
    left: -70px;
    margin: auto;
    bottom: calc(100% + 10px);
  }

  .sliderHome__item__info-wrap .info-content:after {
    display: none;
  }
}

@media (max-width: 992px) {
  .sliderHome__item_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 32.71px;
    margin-bottom: 24px;
  }

  .sliderHome__item__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.33px;
    margin-bottom: 36px;
  }

  .sliderHome__item_content {
    width: 90%;
    max-width: 500px;
  }

  .sliderHome__item.swiper-slide {
    max-height: 500px;
    height: 500px;
    min-height: 500px;
  }

  .sliderHome__item__info-wrap .info {
    width: 18px;
    height: 18px;
    font-size: 13px;
    font-weight: 700;
    line-height: 17.93px;
    text-align: left;
  }

  .sliderHome__video iframe {
    min-height: initial;
  }
}

@media (max-width: 800px) {
  .sliderHome__video iframe {
    width: 888px;
    height: 500px;
  }

  .sliderHome__item__info-wrap:hover .info-content {
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .sliderHome__item_content {
    width: 100%;
    padding: 0px 20px;
  }

  .sliderHome__dots.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 24px;
  }

  .sliderHome__item__info-wrap:hover .info-content {
    left: initial;
    right: 0px;
  }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/widgetProektyMain/style.css?17163566344050*/
div#content {
    max-width: 100%;
    overflow-x: hidden;
}

.subtitle.list-tb__subtitle {
    margin-bottom: 50px;
}

.list-tb__wrapper-btn {
    margin-top: 30px;
}

.list-tb {
    padding-bottom: 75px;
}

.list-tb__header {
    color: var(--gray-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 150.8%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
	padding: 15px 0px;
	position: relative;
}

.list-tb__header:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}

.list-tb__header:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}

.list-tb-full .list-tb__title {
    color: var(--main-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150.8%;
    text-decoration: none;
	max-width: 270px;
}

.list-tb__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;    
	padding: 27px 0px;    
	position: relative;
}
.list-tb__item:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}
.list-tb__picture {
    width: 110px;
    margin-right: 35px;
    display: block;
}

.list-tb__header > div:not(:first-child),
.list-tb__item > div:not(:first-child) {
    width: 28%;
	padding-left: 40px;
}
.list-tb__item > div:not(:first-child) {
    color: var(--main-font-color);
	font-size: 16px;
	font-weight: 300;
	line-height: 150.8%;
}
.list-tb-full .list-tb__header > div:first-child,
.list-tb-full .list-tb__item > div:first-child {
    width: 44%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.list-tb__mob {
	display: none;
}

.list-tb__title:hover {
    color: #0a58ca;
}

@media (max-width: 991px) {
	.list-tb__item > div:not(:first-child) {
		font-size: 14px;
		line-height: 125%;
	}
	.list-tb-full .list-tb__title {
		padding-right: 20px;
		display: block;
		font-size: 14px;
		line-height: 125%;
	}
	.list-tb__picture {
		margin-right: 20px;
	}
	.list-tb-full .list-tb__header > div:first-child, 
	.list-tb-full .list-tb__item > div:first-child {
		width: 50%;
	}
	.list-tb__header > div:not(:first-child), 
	.list-tb__item > div:not(:first-child) {
		width: 25%;
	}
}

@media (max-width: 768px) {
	.list-tb__header {
		display: none;
	}
	.list-tb-full .list-tb__title {
		font-size: 14px;
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 16px;
		width: 100%; 
		max-width: 100%;
		padding-right: 0px;
	}
	.list-tb__item {
		flex-wrap: wrap;
		align-items: flex-start;    
		padding: 16px 0px;
	}
	.list-tb__picture {
		width: 100%;
		margin-bottom: 16px;
		margin-right: 0px;
	}
	.list-tb-full .list-tb__item > div:first-child {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.list-tb__mob {
		display: block;
		width: 100%;
		margin-bottom: 4px;
		color: var(--gray-text);
		font-family: Roboto Flex;
		font-size: 12px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%;
	}
	.list-tb__header > div:not(:first-child), 
	.list-tb__item > div:not(:first-child) {
		padding-left: 0px;
		width: 50%;
		padding-right: 10px;
		font-size: 14px;
		line-height: 120%;
	}
	.subtitle.list-tb__subtitle {
		margin-bottom: 28px;
	}
	.list-tb__item:first-child:after {
		content: "";
		position: absolute;
		top: 0px;
		width: 100vw;
		transform: translateX(-50%);
		left: 50%;
		height: 1px;
		background: var(--gray-border);
	}
	.list-tb__wrapper-btn .btn-opacity-border {
		width: 100%;
		text-align: center;
	}
	.list-tb {
		padding-bottom: 50px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form/baseForm/bitrix/form.result.new/.default/style.css?17163566342108*/
label.forCheck {
    margin-top: 25px;
    display: block;
    font-family: Open Sans, sans-serif;
    color: var(--main-font-color);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

label.forCheck a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed var(--main-font-color);
}

label.forCheck input[type="checkbox"] {
    display: none;
}

label.forCheck input[type="checkbox"] + span {
    padding-left: 24px;
    position: relative;
	display: block;
}

label.forCheck input[type="checkbox"] + span:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 0px;
    border: 1px solid #F0F0F0;
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
}

label.forCheck input[type="checkbox"]:checked + span:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_437_4466)"><path d="M16 0H0V16H16V0ZM6.66667 11.6L3.06667 8L4 7.06667L6.66667 9.73333L12 4.4L12.9333 5.33333L6.66667 11.6Z" fill="%231A4AF2"/></g><defs><clipPath id="clip0_437_4466"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.form__label span.form-required.starrequired {
    position: relative;
    display: inline-block;
    bottom: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--active-color);
    font-size: 0;
    margin-left: 4px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/.default/components/bitrix/form/baseForm/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.base__form {
    margin-top: 30px;
    margin-bottom: 35px;
    max-width: 530px;
}

.base__form .form__btn {
    margin-top: 15px;        
	white-space: normal;
}

@media (max-width: 767px) {
	.base__form {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.base__form .form__btn {
		margin-top: 5px;
	}
}
/* End */


/* Start:/bitrix/templates/trobotx/components/bitrix/news.list/slider-step/style.css?17163566347062*/
.myCarouselStep__navigation .swiper-pagination-bullet {
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 600;
    line-height: 25.48px;
    width: 35px;
    height: 35px;
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: var(--active-color);
    color: white;    
	border: 1px solid var(--active-color);
    opacity: 1;
	transition: .3s;    
	margin: 0px !important;
}

.myCarouselStep__navigation .swiper-pagination-bullet:hover {
    background: var(--active-color);
    color: white;    
	border: 1px solid var(--active-color);
}

.myCarouselStep__navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--active-color);
    color: white;    
	border: 1px solid var(--active-color);
}

.myCarouselStep__navigation .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
	background: white;
    color: var(--gray-border);
	border: 1px solid var(--gray-border);
}

.myCarouselStep__navigation .swiper-pagination {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    transform: none;
}

.myCarouselStep__navigation .swiper-button-prev,
.myCarouselStep__navigation .swiper-button-next {
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: initial;
    background-color: var(--active-color);
    margin: 0px;    
	z-index: 11;
}

.myCarouselStep__navigation .swiper-button-prev:after,
.myCarouselStep__navigation .swiper-button-next:after {
	display: none;
}

.myCarouselStep__navigation .swiper-button-prev {
    background-image: url('data:image/svg+xml,<svg width="10" height="20" viewBox="0 0 10 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_4622_11624)"><path d="M0 9.99553L0.70248 9.16766L8.1405 0.017334L10 1.6731L3.26446 9.99553L10 18.318L8.1405 20.0173L0.70248 10.867C0.70248 10.8234 0 9.99553 0 9.99553Z" fill="white"/></g><defs><clipPath id="clip0_4622_11624"><rect width="10" height="20" fill="white" transform="matrix(-1 0 0 1 10 0)"/></clipPath></defs></svg>');
}

.myCarouselStep__navigation .swiper-button-next {
    background-image: url('data:image/svg+xml,<svg width="10" height="20" viewBox="0 0 10 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 9.99553L9.29752 9.16766L1.8595 0.017334L0 1.6731L6.73554 9.99553L0 18.318L1.8595 20.0173L9.29752 10.867C9.29752 10.8234 10 9.99553 10 9.99553Z" fill="white"/></svg>');
}

.myCarouselStep__navigation .swiper-button-prev:hover,
.myCarouselStep__navigation .swiper-button-next:hover {
    background-color: var(--hover-color);
}

.myCarouselStep__navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 60px;
	position: relative;
}

.myCarouselStep__navigation:after {
    content: "";
    height: 2px;
    width: 100%;
    background: var(--gray-border);
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
}

.myCarouselStep__navigation .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: "";
    height: 2px;
    width: 100%;
    background: var(--active-color);
    position: absolute;
    z-index: -1;
    margin-right: 100%;
}

.swiper.myCarouselStep {
    margin-top: 50px;    
	margin-bottom: 78px;
}

.myCarouselStep__number {
    font-family: Open Sans;
    font-size: 100px;
    font-weight: 600;
    line-height: 115.8px;
    color: var(--active-color);
}

.myCarouselStep__subtitle {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.16px;
    color: var(--main-font-color);
    margin-bottom: 15px;
}

.myCarouselStep__text {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.13px;
    color: var(--main-font-color);
}

.myCarouselStep__wrapperText {
    padding-top: 20px;
}

.myCarouselStep__content {
    display: flex;
    flex-direction: row;    
	padding-left: 87px;
}

.myCarouselStep__wrapperText {
    padding-top: 20px;
    padding-left: 20px;
    max-width: 350px;
}

.myCarouselStep__picture:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 55%;
    background: #F2F3FF;
    z-index: -1;
}

.myCarouselStep__picture {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 70px;    
	padding-right: 156px;
}

.myCarouselStep__picture img {
    width: 368px;
    max-width: 100%;
}

.myCarouselStep__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
}

@media (max-width: 1200px) {
	.myCarouselStep__content {
		padding-left: 0;
	}
	.myCarouselStep__picture {
		padding: 50px;
		padding-right: 120px;
		max-width: 50%;
	}
}

@media (max-width: 992px) {
	.myCarouselStep__content {
		max-width: 50%;
	}
	.myCarouselStep__navigation .swiper-pagination-bullet {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	.myCarouselStep__navigation .swiper-button-prev, .myCarouselStep__navigation .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.myCarouselStep__picture {
		padding: 50px;
	}
}

@media (max-width: 767px) {
	.myCarouselStep__navigation .swiper-pagination-bullet {
		width: 23px;
        height: 23px;
        font-size: 14px;
        line-height: 1.2;
	}
	.myCarouselStep__navigation .swiper-button-prev, .myCarouselStep__navigation .swiper-button-next {
		width: 32px;
        height: 32px;
        background-size: 8px;
	}
	.swiper.myCarouselStep {
		margin-top: 28px;
		margin-bottom: 50px;
	}
	.myCarouselStep__navigation {
		margin-bottom: 30px;
	}
	.myCarouselStep__number {
		font-size: 75px;
		line-height: 1;
	}
	.myCarouselStep__wrapperText {
		padding-top: 5px;
		padding-left: 15px;        
		max-width: calc(100% - 50px);
	}
	.myCarouselStep__subtitle {
		font-size: 14px;
		line-height: 19px;        
		margin-bottom: 10px;
	}
	.myCarouselStep__text {
		font-size: 12px;
		line-height: 19px;
	}
	.myCarouselStep__content {
		width: 100%;
		max-width: 100%;
	}
	.myCarouselStep__picture {
		padding: 0px;
		max-width: 100%;
		width: 100%;    
		margin-top: 30px;
	}
	.myCarouselStep__picture img {
		width: 100%;
		height: 270px;    
		object-fit: cover;
		object-position: center;
	}
	.myCarouselStep__picture:after {
		display: none;
	}
}

@media (max-width: 350px) {
	.myCarouselStep__navigation .swiper-pagination-bullet {
		width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 1.2;
	}
	.myCarouselStep__navigation .swiper-button-prev, .myCarouselStep__navigation .swiper-button-next {
		width: 30px;
        height: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/faq/style.css?171635663439*/
.accordion {
    margin-bottom: 98px;
}
/* End */
/* /bitrix/templates/trobotx/components/bitrix/news.list/sliderhome/style.css?17163566344937 */
/* /bitrix/templates/.default/components/bitrix/news.list/widgetProektyMain/style.css?17163566344050 */
/* /bitrix/templates/.default/components/bitrix/form/baseForm/bitrix/form.result.new/.default/style.css?17163566342108 */
/* /bitrix/templates/trobotx/components/bitrix/news.list/slider-step/style.css?17163566347062 */
/* /bitrix/templates/.default/components/bitrix/news.list/faq/style.css?171635663439 */
