

/* Start:/local/templates/SRMTEC/css/style.css?167869517516688*/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  --accent: #1F418B;
  --white: #DCE3EB;
  --lighta: #416caa;
  /* --lighta: #dce3eb; */
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  color: var(--accent);
}

h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

h2 {
  margin: 0 0 5px;
  font-size: 30px;
  line-height: 1;
}

h3 {
  font-size: 26px;
  color: var(--accent);
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

h4 {
  font-size: 20px;
  color: var(--accent);
  margin: 20px 0 30px 0;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}


h5 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}


ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  transition: 0.2s ease-in-out;
}

img {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

a {
  /* font-size: 17px; */
  color: var(--accent);
  text-decoration: none;
}

.block-wrap {
  max-width: 1330px;
  padding: 0 18px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.block-wrap--high {
  padding-bottom: 56px;
}

.block-wrap--top {
  padding-top: 56px; 
}

.button {
  background: none;
  border: 1px solid var(--accent);
  color: var(--accent);
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
max-width: fit-content;
display: flex;
align-items: center;
gap: 10px;
}

.button--fill {
  background: var(--accent);
  color: white;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 30px;

}

.button--white {
border: 2px solid var(--white);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}

.button:hover {
  background-color: var(--white);
}

.button--fill:hover {
  background-color: var(--lighta);
}

.button--white:hover {
  background-color: var(--lighta);
}

hr {
  height: 1px;
  background-color: var(--accent);
  display: block;
  width: 100%;
  max-width: 1330px;
}

.blue-block {
  background-color: var(--accent);
  color: var(--white);
}

.white-item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  flex: 1 1 331px;
  cursor: pointer;
}

.white-item .button{
  margin-top: auto;
}

.blue-item {
  background-color: var(--white);
  /* max-width: 400px; */
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  /* height: 100%; */
  transition: 0.2s ease-in-out;
  cursor: pointer;
  flex: 1 1 370px;
}

.blue-item:hover {
  background-color: var(--accent); 
}

.blue-item:hover .blue-item__arrow {
  filter: brightness(10);
}

.blue-item:hover .blue-item__content, .blue-item:hover h3,.blue-item:hover a{
  color: var(--white);
}

.blue-item__image {
  height: 154px;
  /* min-width: 308px; */
  user-select: none;
  display: block;
  object-fit: cover;
  object-position: center;
}

.blue-item__icon {
  width: 100px;
  align-self: center;
}

 .blue-item:hover .blue-item__icon {
    filter: saturate(0) brightness(500);
  }

.blue-item__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 30px 46px;
  color:#1F418B;
}

.blue-item:hover .blue-item__arrow{
  filter: saturate(0) brightness(500);
}

.blue-item__arrow{
  max-width: 152px;
  padding: 30px 46px;
  margin-top: auto;
}

.item-list {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item-list--row {
   flex-wrap: nowrap;
}

.header {
  position: sticky;
  top: 0;
  z-index: 9;

}

.header__wrap {
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-size: 16px;
  gap: 20px;
  font-weight: 400;
  align-items: center;
}

.header__logo {
  width: 245px;
  display: flex;
}

.header__menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.header__menu-item--active {
  background-color: var(--lighta);
}

.header__menu-item {
  text-transform: uppercase;
  /* padding: 32px 14px; */
  position: relative;
  cursor: pointer;
  color: var(--white);
  /* display: flex; */
  align-items: center;
  gap: 5px;
}

.header__menu-item>a{
  color: var(--white);
  padding: 32px 18px;
}

.header__menu-item:hover {
  background-color: var(--lighta);
}

.header__menu-item a {
  display: flex;
  gap: 8px;
  align-items: center;
}

.header__submenu {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: var(--accent);
  top: 100%;
  z-index: 9;
  left: 0;
}

.header__menu-item:hover .header__submenu {
  display: flex;
  flex-direction: column;
}

.header__submenu-item {
  list-style: none;
  text-transform: none;
  white-space: nowrap;
  position: relative;
}

.header__submenu-item>a{
  color: var(--white);
  padding: 15px;
}

.header__submenu-item:hover {
  background-color: var(--lighta);
  color: #dce3eb;
}

.header__submenu-item:hover .header__subsubmenu {
  display: block;

}

.header__menu-arrow {
  border-bottom: 2px solid var(--white);
  border-left: 2px solid var(--white);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  margin-top: -6px;
}

.header__subsubmenu {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: white;
  color: var(--accent);
  display: none;
  padding:8px 16px 16px;
  box-shadow: 0px 0px 5px -1px var(--accent);
}

.header__subsubmenu-item {

  border-bottom: 1px solid var(--accent);
  color: var(--accent);
}

.header__subsubmenu-item:last-child  {
  border: none;
}

.header__subsubmenu-item a{
 color: var(--accent);
   padding: 6px 0;
}

.header__subsubmenu-item:hover a{
  color: var(--lighta)
}

.header__burger {
    display: none;
    flex-direction: column;
    gap: 7px;
    padding: 6px 0;
    min-height: 26px;
    z-index: 3;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
    position: relative;
    top: 0px;
    cursor: pointer;
    justify-content: center;
    order: 2;
}

.header__burger-line {
    width: 34px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
    position: relative;
}

.header__search {
  display: flex;
  align-items: center;
  cursor: pointer;
  align-self: stretch;
  padding: 0 10px;
}

.header__search:hover {
  background-color: var(--lighta);
}

.header__search-form {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: var(--white);
  border-bottom: 1px solid var(--accent);
  padding: 25px 0;
}

.search-form {
  width: 100%;
  display: flex;
}

input {
  flex: 1 1;
  /* background: none; */
  background-color: var(--white);
  border: none;
  outline: none;
  font-size: 22px;
  color: var(--accent);
  font-family: 'Titillium Web', sans-serif;
}

.input-text {
  padding: 10px 20px;
}

input::placeholder {
  color: var(--accent);
}
input:-webkit-autofill, input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
  }

textarea {
	width: 100%;
	resize: none;
	border: none;
	background-color: var(--white);
	box-sizing: border-box;
	padding: 10px 20px;
   font-size: 18px;
  color: var(--accent);
  font-family: 'Titillium Web', sans-serif;
}

textarea:focus {
	border: none;
	outline: none;
}

.header__search-form--opened {
  display: flex;
}

.search-page {
  padding: 30px 0;
}

.bx-breadcrumb {
  flex-wrap: wrap;
}

.breadcrumbs {
  background-color: var(--white);
  padding: 18px 0;
  margin-bottom: 56px;
}

.footer {
  background-color: var(--white);
}

.footer__right a {
  text-decoration: underline;
}

.footer__wrap {
  display: flex;
  padding: 60px 0;
  gap: 30px;
  justify-content: space-between;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__menu {
  border-bottom: 1px solid var(--accent);
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__menu-item {
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer__menu-item::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-bottom: 1px solid var(--accent);
  border-right: 1px solid var(--accent);
  transform: rotate(-45deg);
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1300px) {
  .header__menu {
    margin-left: auto ;
  }
  .header__menu-item>a{
    padding: 28px 12px;
  }
 
}

@media screen and (max-width: 1170px) {
  .header__menu-item>a {
    padding: 15px 6px;
    font-size: 15px;
  }

  /* .header__menu-item>a{
    pointer-events:none ;
  }
  .header__submenu-item>a{
    pointer-events:none ;
  } */
}

@media screen and (max-width: 1080px) {
   .disabled-link {
  pointer-events: none;
}
  .header__logo {
    order: 1;
    padding: 10px 0;
    width: 180px;
  }
  .header__search {
    order: 0;
  }
  .header__menu {
    display: none;
    flex-direction: column;
    background-color: var(--accent);
    position: absolute;
    top: 100%;
    left: 0;
    padding: 18px;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9;
  }
  .header__menu-item {
    border-bottom: 1px solid var(--lighta);
    font-size: 14px;
    font-weight: 600;
    padding: 0;
  }
  .header__menu-item>a {
   padding: 15px 10px;
  }
  .header__menu-arrow {
    width: 5px;
    height: 5px;
  }
  .header__burger {
    display: flex;
  }
  .header__submenu {
    position: static;
    background-color: white;
    color: var(--accent);
  }
  .header__submenu-item {
    white-space: normal;
    border-bottom: 1px solid var(--white);
    text-transform: uppercase;
    font-weight: 400;
  }

  .header__submenu-item a{
    font-size: 14px;
    color: var(--accent);
  }
  .header__submenu-item:hover>a {
    padding-bottom: 12px;
  }
  .header__submenu-item:hover {
    background-color: white;
    font-weight: 600; 
    color: var(--accent);
  }
  .header__subsubmenu {
    position: static;
    background-color: white;
    color: var(--accent);
    box-shadow: none;
    font-weight: 400;
    padding-bottom: 0;
    border-top: 1px solid var(--white);
  }
  .header__subsubmenu-item {
    border: none;
  }
}

@media screen and (max-width: 800px) {
  .footer__wrap {
    flex-wrap: wrap;
    text-align: center;
    justify-items: center;
    justify-content: center;
  }
  .footer__menu {
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .breadcrumbs {
    overflow-x: scroll;
  }
}

.header__menu--opened {
  display: flex;
}

.header__burger--opened .header__burger-line {
    left: 5px;
}

.header__burger--opened .header__burger-line:nth-child(2) {
    display: none;   
}
.header__burger--opened .header__burger-line:nth-child(1) {
    transform: rotate(45deg) translateY(8px);   
}
.header__burger--opened .header__burger-line:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px);  
}


.main__slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  box-sizing: border-box;
}

.main__slide-wrap {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
}

.main__title {
  font-size: 64px;
  color: var(--accent);
  line-height: 1;
  font-weight: 600;
}

.main__text {
  font-size: 18px;
  color: var(--accent);
  line-height: 1.3;
}


.central-text__btext {
  font-size: 22px;
}

.central-text {
  display: flex;
  flex-direction: column;
  /* padding: 52px 0; */
  gap: 20px;
  align-items: center;
  text-align: center;
}

.left-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* flex: 1 1 500px; */
  flex: 1 1 48%;
  box-sizing: border-box;
}

.icon {
  width: 74px;
  align-self: center;
}

.half-block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 52px 0;
  border-bottom: 2px solid var(--accent);
  flex-wrap: wrap;
}

.image {
  width: 100%;
  flex: 1 1 48%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 30vh;
  box-sizing: border-box;
}

.page-image, .page-image img {
  width: 100%;
  max-height: 418px;
  object-fit: cover;
    object-position: bottom;
}


.questions {
  display: flex;
  /* gap: 63px; */
  align-items: center;
  margin-top: 52px;
  flex-wrap: wrap;
  align-items: stretch;
}

.questions__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* flex: 1 1 280px; */
  flex: 1 1 50%;
  padding: 83px 63px;
  box-sizing: border-box;
}

.questions__info {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.columns {
  columns: 2;
  column-gap: 20px;
  text-align: start;
}

.catalog-item__image {
  /* max-width: 500px ; */
  width: 100%;
  min-width: 300px;
}

.catalog-item{
  border-top: 2px solid var(--accent);
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
   justify-content: center;
}

.catalog-item__wrap{
  display: flex;
  gap: 40px;
  align-items: center;
  /* padding: 40px 100px; */
  padding: 40px 0;
  max-width: 1000px;
  flex-wrap: wrap;
  justify-content: center;
}

.catalog-item__info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* flex: 1 1 500px; */
    flex: 1 1 40%;
    box-sizing: border-box;
}

.catalog-item__info img:hover {
  cursor: pointer;
  transform: scale(1.05);
      transition: 0.2s ease-in-out;
}

.catalog-title {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.catalog-title__image {
  flex-basis: 1200px;
}

.catalog-title__features {
  list-style: square;
  margin-left: 30px;
  margin-top: 30px;
}

.catalog-models {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 20px;
}

.catalog-models__items {
  display: grid;
  gap: 8px;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fill, minmax(260px,1fr))
}

.catalog-models__item {
  background-color: var(--accent);
  color: white;
  padding: 16px 12px;
  box-sizing: border-box;
}

.app-recs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 30px;
}

.app-recs__list {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.app-recs__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 350px;
  box-sizing: border-box;
}

.app-recs__title {
  text-transform: uppercase;
  padding: 15px 40px;
  background-color: var(--accent);
  color: var(--white);
  text-align: center;
  font-size: 15px;
}

.app-recs__title:hover {
  background-color: var(--lighta);
}


@media screen and (max-width: 1000px) {
  .main__slide-wrap {
    background-color: rgba(255, 255, 255, 0.75);
    margin: 0 auto;
    width: auto;
    height: auto;
    padding: 60px 15px;
    max-width: none;
    margin-top: 80px;
    align-items: center;
    text-align: center;
  }
  
  .main__title {
    font-size: 32px;
  }
  
  .main__text {
    font-size: 16px;
  }

  .columns {
  columns: 1;
  column-gap: 20px;
}
}

@media screen and (max-width: 800px) {
  .questions__right {
    text-align: center;
    align-items: center;
  }

  .catalog-title {
    flex-wrap: wrap;
  }
  .catalog-title img {
    box-shadow: 0 0 10px var(--white);
    padding: 10%;
  }

  .app-recs__item {
  flex: 1 1 100%;
}
}
/* End */


/* Start:/local/templates/SRMTEC/css/slider.css?16781852494118*/
.slider-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

.slider__frame {
  overflow: hidden;
  width: 240px;
}



.slider__slides {
  display: flex;
  gap: 10px;
  position: relative;
  right: 250px;
  cursor: pointer;
}

.slider__slides {
    gap: 10px;
}
.blue-slider .slider__slide {
  display: flex;
    flex: 1 1;
}

.blue-slider .slider__slides {
    gap: 24px;
}

.blue-slider .slider__pagination {
    display: none;
}

.blue-slider .slider__frame {
  grid-area: s;
}

.blue-slider .slider {
  display: grid;
  grid-template-areas: 
  "s s"
  "l r" ;
  column-gap: 54px;
  row-gap: 30px;
}

.blue-slider .slider__button:nth-child(1) {
  grid-area: l;
  justify-self: end;
  /* transform: rotate(180deg); */
}

.blue-slider .slider__button:nth-child(3) {
  grid-area: r;
  transform: rotate(0deg);
}

.blue-slider .slider__button {
  transform: rotate(0deg);
    border: none;
    padding: 0;
    order: 1; 
    width: 100px;
}

.blue-slider .slider__arrow {
  height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
}
.blue-slider .slider__button:nth-child(3) .slider__arrow{
  transform: rotate(180deg);
}

.blue-slider .slider__arrow:hover.slider__arrow::before {
  width: 50px;
}

.blue-slider .slider__arrow::before {
  content: "";
    display: block;
    height: 2px;
    width: 100px;
    position: absolute;
    background: var(--accent);
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-50%);
     
}

.blue-slider .slider__frame {
  width: 100% !important;
  max-width: 1320px;
  box-sizing: border-box;
}

.blue-slider .slider__arrow::after {
  content: "";
    display: block;
    height: 10px;
    left: 0;
    transform: rotate(135deg) translate(5px, -5px);
    width: 10px;
    border-bottom: 2px solid var(--accent);
    border-right: 2px solid var(--accent);
    position: absolute;
    transition: all 0.3s;
}

.my-slider .slider__slides {
    gap: 0;
}

.slider__slide {
  /* padding: 20px; */
  /* background-color: brown; */
  color: white;
  /* min-width: 240px;
  height: 240px; */
  
  user-select: none;
}

.my-slider .slider__frame {
  width: 100vw !important;
  max-width: 1920px;
  box-sizing: border-box;
}
.my-slider .slider__button {
  display: none;
}

.slider__button {
  padding: 10px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 4px solid rgb(119, 187, 42);
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  cursor: pointer;
  background: none;
}

.slider__button:last-of-type {
  transform: rotate(-135deg);
}

.slider__pagination {
  display: flex;
  gap: 1px;
  padding: 10px;
  align-items: center;
}

.slider__page-wrap {
  cursor: pointer;
  padding: 5px;
}

.slider__page {
  width: 10px;
  height: 10px;
  background-color: rgb(42, 165, 79);
}

.my-slider .slider__page {
  width: auto;
  height: 40px;
  font-size: 11px;
  padding: 3px 7px;
  background-color: var(--lighta);
  color: white;
  max-width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  text-transform: uppercase;
  line-height: 1.1;
}

.my-slider .slider__pagination {
  position: absolute;
  bottom: 3%;

  max-width: 1330px;
  width: 95%;
  justify-content: flex-end;
  margin: 0 auto;
}

.my-slider {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.my-slider .active-page {
  background-color: var(--accent);
}



@media screen and (max-width: 1000px) {
  .my-slider .slider__page {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    padding:0;
    min-width: 15px;
  }
  .my-slider .slider__page div {
    display: none;
  }
  .my-slider .slider__pagination { 
    right: auto;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}
}



/* End */


/* Start:/local/templates/SRMTEC/components/bitrix/menu/srmtec/style.css?167766608162*/
/**Top menu**/




/* div.menu-clear-left
{
	clear:left;
} */

/* End */


/* Start:/local/templates/SRMTEC/components/bitrix/breadcrumb/srmtec/style.css?1677743783629*/
.bx-breadcrumb {
	display: flex;
	gap: 5px;
	align-items: center;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	/* margin-bottom: 10px; */
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	/* margin-right: 10px; */
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */
/* /local/templates/SRMTEC/css/style.css?167869517516688 */
/* /local/templates/SRMTEC/css/slider.css?16781852494118 */
/* /local/templates/SRMTEC/components/bitrix/menu/srmtec/style.css?167766608162 */
/* /local/templates/SRMTEC/components/bitrix/breadcrumb/srmtec/style.css?1677743783629 */
