
/* Some general common sections CSS */

section.top-border {
  border-top: 1px solid rgb(234, 238, 242);
}

section.bottom-border {
  border-bottom: 1px solid rgb(234, 238, 242);
}

section:not(.dark-bg) {
  background-color: rgb(255, 255, 255);
}
section.dark-bg {
  background-color: rgb(251, 251, 252);
}

section.top-shadow {
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.13);
}

/* The next section will have top shadow */
section.next-top-shadow + section {
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.13);
}

section.bottom-shadow {
  -webkit-box-shadow: inset 0px -17px 32px -19px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px -17px 32px -19px rgba(0,0,0,0.15);
  box-shadow: inset 0px -17px 32px -19px rgba(0,0,0,0.15);
}

/* Headline */

@media screen and (max-width: 767px) {
  section.headline {
    background-image: url("/static/strelkaclientssite/res/index/headlinebg_mobile.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

section.headline div.headline {
  background-image: url("/static/strelkaclientssite/res/index/headlinebg_desktop.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  height: 530px;

  /* While still no content we don't want footer in the middle of the screen */
  /* height: 90vh; */
}
@media screen and (max-width: 1599px) {
  section.headline div.headline {
    background-image: url("/static/strelkaclientssite/res/index/headlinebg_laptop.jpg");
    /* height: 680px; */
  }
}
@media screen and (max-width: 1199px) {
  section.headline div.headline {
    background-image: url("/static/strelkaclientssite/res/index/headlinebg_tablet.jpg");
    /* height: 490px; */
    background-size: auto 100%;
    height: auto;
    padding-bottom: 50px;

    /* height: 640px; */
  }
}
@media screen and (max-width: 767px) {
  section.headline div.headline {
    display: flex;
    padding-bottom: 0;
    flex-direction: column;
    background-image: none;
    height: auto;
  }
}

section.headline h1 {
  margin: 0 0 0 0;
  padding: 70px 0 0 0;
  display: inline-block;
  font-size: 50px;
  font-family: "Raleway", 'Noto Sans', 'Roboto', Arial;
  color: rgb(10, 11, 12);
  font-weight: bold;
  line-height: 1.28;
  text-align: left;
  width: 930px;
}
@media screen and (max-width: 1599px) {
  section.headline h1 {
    font-size: 50px;
    padding: 50px 0 0 0;
    line-height: 1.25;
    width: 530px;
  }
}
@media screen and (max-width: 1199px) {
  section.headline h1 {
    font-size: 40px;
    padding: 15px 0 0 0;
    line-height: 1.40;
    width: 394px;
  }
}
@media screen and (max-width: 767px) {
  section.headline h1 {
    font-size: 30px;
    padding: 47px 0 0 0;
    line-height: 1.385;
    width: 100%;
    color: rgb(255, 255, 255);
    text-align: center;
  }
}
@media screen and (max-width: 345px) {
  section.headline h1 {
    font-size: 28px;
  }
}

section.headline div.subheadline {
  margin: 35px 0 0 0;
  font-size: 30px;
  font-family: "Raleway", 'Noto Sans', 'Roboto', Arial;
  color: rgb(13, 13, 13);
  line-height: 1.28;
  width: 930px;
}
@media screen and (max-width: 1599px) {
  section.headline div.subheadline {
    line-height: 1.25;
    width: 530px;
  }
}
@media screen and (max-width: 1199px) {
  section.headline div.subheadline {
    font-size: 24px;
    margin: 25px 0 0 0;
    line-height: 1.40;
    width: 394px;
  }
}
@media screen and (max-width: 767px) {
  section.headline div.subheadline {
    margin: 32px 0 0 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;
    width: 100%;
  }
}

section.headline div.demo-mode-note {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-family: "Raleway", 'Noto Sans', 'Roboto', Arial;
  color: rgb(0, 4, 164);
  line-height: 1.28;
  width: 930px;
}
@media screen and (max-width: 1599px) {
  section.headline div.demo-mode-note {
    line-height: 1.25;
    width: 530px;
  }
}
@media screen and (max-width: 1199px) {
  section.headline div.demo-mode-note {
    font-size: 17px;
    margin: 25px 0 0 0;
    line-height: 1.40;
    width: 394px;
  }
}
@media screen and (max-width: 767px) {
  section.headline div.demo-mode-note {
    margin: 22px 0 0 0;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;
    width: 100%;
  }
}

section.headline div.headline div.cta {
  margin: 95px 0 0 0px;
}
section.headline div.headline.demo-mode div.cta {
  margin-top: 50px;
}
@media screen and (max-width: 1599px) {
  section.headline div.headline div.cta {
    margin: 80px 0 0 0px;
  }
  section.headline div.headline.demo-mode div.cta {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1199px) {
  section.headline div.headline div.cta {
    display: block;
  }
  section.headline div.headline.demo-mode div.cta {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.headline div.headline div.cta {
    margin: 50px 0 45px 0;
  }
  section.headline div.headline.demo-mode div.cta {
    margin-top: 30px;
  }
}

section.headline button#start {
  margin: 0 0 0 0;
  width: 357px;
}
@media screen and (max-width: 1599px) {
  section.headline button#start {
    width: 296px;
  }
}
@media screen and (max-width: 1199px) {
  section.headline button#start {
    display: block;
    width: 298px;
  }
}
@media screen and (max-width: 767px) {
  section.headline button#start {
    width: 100%;
    margin: 0 auto 0 auto;
    max-width: 290px;
  }
}



/* Features 1 */

section.features1 {
  padding: 80px 0 125px 0;
}
@media screen and (max-width: 1599px) {
  section.features1 {
    padding: 80px 0 83px 0;
  }
}
@media screen and (max-width: 1199px) {
  section.features1 {
    padding: 98px 0 74px 0;
  }
}
@media screen and (max-width: 767px) {
  section.features1 {
    padding: 65px 0 50px 0;
  }
}

section.features1 div.container {

}

section.features1 div.feature1 {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1199px) {
  section.features1 div.feature1 {
    width: 32.9%;
  }
}
@media screen and (max-width: 767px) {
  section.features1 div.feature1 {
    display: block;
    width: 100%;
  }
}

section.features1 img.feature1 {
  display: block;
  height: 128px;
  margin: 0 auto 36px auto;
}
@media screen and (max-width: 1599px) {
  section.features1 img.feature1 {
    margin: 0 auto 32px auto;
  }
}
@media screen and (max-width: 1199px) {
  section.features1 img.feature1 {
    height: 124px;
    margin: 0 auto 36px auto;
  }
}
@media screen and (max-width: 767px) {
  section.features1 img.feature1 {
    height: 125px;
    margin: 54px auto 26px auto;
  }
  section.features1 div.feature:first-child img.feature1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  section.features1 img.feature1.f1 {
    margin: 7px auto 38px auto;
    height: 115px;
  }
}

section.features1 div.feature1 div.feature1-text {
  margin: 0 auto;
  width: 410px;
  font-size: 26px;
  font-family: "Raleway";
  color: rgb(13, 13, 13);
  line-height: 1.385;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  section.features1 div.feature1 div.feature1-text {
    width: 285px;
    font-size: 18px;
    line-height: 1.667;
  }
}
@media screen and (max-width: 1199px) {
  section.features1 div.feature1 div.feature1-text {
    width: 225px;
    line-height: 1.333;
  }
}
@media screen and (max-width: 767px) {
  section.features1 div.feature1 div.feature1-text {
    width: 100% !important;
    margin: 0 0 63px 0;
  }
  section.features1 div.feature:last-child div.feature1-text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  section.features1 div.feature1 div.feature1-text.f1 {
    width: 165px;
  }
  section.features1 div.feature1 div.feature1-text.f2 {
    width: 155px;
  }
  section.features1 div.feature1 div.feature1-text.f3 {
    width: 140px;
  }
}


/* section.content-placeholder div.content-placeholder {
  height: 40vh;
} */


/* Features 2 */

section.features2 {
  border-width: 1px;
  border-color: rgb(234, 238, 242);
  border-style: solid;
  background-color: rgb(251, 251, 252);
  padding: 86px 0 85px 0;
}
@media screen and (max-width: 1599px) {
  section.features2 {
    padding-bottom: 89px;
  }
}
@media screen and (max-width: 1199px) {
  section.features2 {
    padding: 67px 0 65px 0;
  }
}
@media screen and (max-width: 767px) {
  section.features2 {
    padding: 60px 0 54px 0;
  }
}

section.features2 div.features2-box {
  vertical-align: top;
  display: inline-block;
  padding: 46px 0 0 0;
  height: calc(275px - 46px);
  border-width: 1px;
  border-color: rgb(224, 235, 240);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(241, 245, 247);
}
section.features2 div.features2-box:not(:first-child):not(:last-child) {
  margin-right: 24px;
  margin-left: 24px;
}
@media screen and (max-width: 1599px) {
  section.features2 div.features2-box {
    padding: 52px 0 0 0;
    height: calc(275px - 52px);
  }
  section.features2 div.features2-box:not(:first-child):not(:last-child) {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 1199px) {
  section.features2 div.features2-box {
    display: block;
    margin: 0 auto 26px auto;
    padding: 43px 0 0 0;
    height: calc(275px - 43px);
  }
  section.features2 div.features2-box:last-child {
    margin-bottom: 0;
  }
  section.features2 div.features2-box:not(:first-child):not(:last-child) {
    margin-right: auto;
    margin-left: auto;
  }
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 500px) {
  section.features2 div.features2-box {
    margin: 0 auto 18px auto;
    padding: 31px 0 0 0;
    height: calc(187px - 31px);
  }
  section.features2 div.features2-box:last-child {
    margin-bottom: 0;
  }
}

section.features2 div.features2-box.b1 {
  background-image: url("/static/strelkaclientssite/res/index/features2/features2_1.png");

  padding-right: 45px;
  padding-left: 189px;
  width: calc(488px - 45px - 189px);

  background-repeat: no-repeat;
  background-size: 380px auto;
  background-position: -190px 33px;
}
@media screen and (max-width: 1599px) {
  section.features2 div.features2-box.b1 {
    padding-right: 23px;
    padding-left: 100px;
    width: calc(340px - 43px - 81px);
    
    background-size: 400px auto;
    background-position: -260px 33px;
  }
}
@media screen and (max-width: 1199px) {
  section.features2 div.features2-box.b1 {
    padding-right: 35px;
    padding-left: 172px;
    width: calc(454px - 35px - 172px);

    background-size: 380px auto;
    background-position: -200px 35px;
  }
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 500px) {
  section.features2 div.features2-box.b1 {
    padding-top: 51px;
    padding-right: 1px;
    padding-left: 92px;
    width: calc(100% - 11px - 82px);
    height: calc(187px - 51px);
    
    background-size: 300px auto;
    background-position: -185px 20px;
  }
}
@media screen and (max-width: 387px) {
  section.features2 div.features2-box.b1 {
    padding-top: 31px;
    height: calc(220px - 31px);
  }
}

section.features2 div.features2-box.b2 {
  background-image: url("/static/strelkaclientssite/res/index/features2/features2_2.png");

  padding-right: 45px;
  padding-left: 189px;
  width: calc(488px - 45px - 189px);

  background-repeat: no-repeat;
  background-size: 198px auto;
  background-position: -47px 33px;
}
@media screen and (max-width: 1599px) {
  section.features2 div.features2-box.b2 {
    padding-right: 43px;
    padding-left: 81px;
    width: calc(340px - 43px - 81px);

    background-size: 201px auto;
    background-position: -140px 35px;
  }
}
@media screen and (max-width: 1199px) {
  section.features2 div.features2-box.b2 {
    padding-right: 35px;
    padding-left: 172px;
    width: calc(454px - 35px - 172px);

    background-size: 201px auto;
    background-position: -74px 35px;
  }
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 500px) {
  section.features2 div.features2-box.b2 {
    padding-top: 51px;
    padding-right: 11px;
    padding-left: 82px;
    width: calc(100% - 11px - 82px);
    height: calc(187px - 51px);

    background-size: 200px auto;
    background-position: -130px 8px;
  }
}
@media screen and (max-width: 387px) {
  section.features2 div.features2-box.b2 {
    padding-top: 31px;
    height: calc(220px - 31px);
  }
}

section.features2 div.features2-box.b3 {
  background-image: url("/static/strelkaclientssite/res/index/features2/features2_3.png");

  padding-right: 73px;
  padding-left: 176px;
  width: calc(488px - 73px - 176px);

  background-repeat: no-repeat;
  background-size: 173px auto;
  background-position: -38px 11px;
}
@media screen and (max-width: 1599px) {
  section.features2 div.features2-box.b3 {
    padding-right: 57px;
    padding-left: 117px;
    width: calc(340px - 57px - 117px);

    background-size: 160px auto;
    background-position: -92px 27px;
  }
}
@media screen and (max-width: 1199px) {
  section.features2 div.features2-box.b3 {
    padding-right: 98px;
    padding-left: 170px;
    width: calc(454px - 98px - 170px);

    background-size: 170px auto;
    background-position: -43px 30px;
  }
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 500px) {
  section.features2 div.features2-box.b3 {
    padding-top: 51px;
    padding-right: 9px;
    padding-left: 82px;
    width: calc(100% - 9px - 82px);

    background-size: 170px auto;
    background-position: -102px -34px;
    height: calc(187px - 51px);
  }
}
@media screen and (max-width: 387px) {
  section.features2 div.features2-box.b3 {
    padding-top: 31px;
    height: calc(187px - 31px);
  }
}

section.features2 div.features2-box div.caption {
  font-size: 26px;
  font-family: "Raleway";
  margin: 0 0 25px 0;
  color: rgb(13, 13, 13);
  font-weight: bold;
  line-height: 1.154;
  text-align: left;
}
@media screen and (max-width: 1599px) {
  section.features2 div.features2-box div.caption {
    font-size: 18px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 1199px) {
  section.features2 div.features2-box div.caption {
    width: auto !important;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.25;
  }
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 500px) {
  section.features2 div.features2-box div.caption {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.182;
  }
}


@media screen and (max-width: 1599px) {
  section.features2 div.features2-box.b1 div.caption {
    width: 150px;
  }
}


section.features2 div.features2-box div.text {
  font-size: 18px;
  /* font-family: "Raleway"; */
  color: rgb(13, 13, 13);
  line-height: 1.333;
  text-align: left;
}
@media screen and (max-width: 1599px) {
  section.features2 div.features2-box div.text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1199px) {
  section.features2 div.features2-box div.text {
    font-size: 16px;
    line-height: 1.5;
  }
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 500px) {
  section.features2 div.features2-box div.text {
    font-size: 14px;
    line-height: 1.286;
  }
}






section.features2 a.service-centers {
  display: block;
  margin: 73px auto 0 auto;
  width: 460px;
}
@media screen and (max-width: 1599px) {
  section.features2 a.service-centers {
    margin-top: 75px;
    width: 411px;
  }
}
@media screen and (max-width: 1199px) {
  section.features2 a.service-centers {
    margin-top: 46px;
    width: 384px;
  }
}
@media screen and (max-width: 767px) {
  section.features2 a.service-centers {
    margin-top: 59px;
    width: 100%;
    max-width: 390px;
  }
}
@media screen and (max-width: 372px) {
  section.features2 a.service-centers {
    width: 100%;
  }
}


section.features2 a.service-centers div.border {

}
@media screen and (max-width: 1599px) {
  section.features2 a.service-centers div.border {

  }
}
@media screen and (max-width: 1199px) {
  section.features2 a.service-centers div.border {

  }
}
@media screen and (max-width: 767px) {
  section.features2 a.service-centers div.border {
    padding: 8px 12px;
    height: auto;

    /* Exclude padding from width */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
  }
}
@media screen and (max-width: 372px) {
  section.features2 a.service-centers div.border {

  }
}

section.features2 a.service-centers div.text {

}
@media screen and (max-width: 1599px) {
  section.features2 a.service-centers div.text {

  }
}
@media screen and (max-width: 1199px) {
  section.features2 a.service-centers div.text {

  }
}
@media screen and (max-width: 767px) {
  section.features2 a.service-centers div.text {
    line-height: 22px;
  }
}
@media screen and (max-width: 372px) {
  section.features2 a.service-centers div.text {

  }
}




section.features2 div.cta {
  display: block;
  margin: 73px 0 0 0;
}
@media screen and (max-width: 1599px) {
  section.features2 div.cta {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1199px) {
  section.features2 div.cta {
     margin-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  section.features2 div.cta {
    margin-top: 59px;
  }
}

section.features2 div.cta button.cta {
  display: block;
  margin: 73px auto 0 auto;
  width: 460px;
}
@media screen and (max-width: 1599px) {
  section.features2 div.cta button.cta {
     width: 411px;
  }
}
@media screen and (max-width: 1199px) {
  section.features2 div.cta button.cta {
    width: 384px;
  }
}
@media screen and (max-width: 767px) {
  section.features2 div.cta button.cta {
    width: 100%;
    max-width: 390px;
  }
}
@media screen and (max-width: 372px) {
  section.features2 div.cta button.cta {
    width: 100%;
  }
}

/* Device Types section */

section.device-types {
  background-color: rgb(251, 251, 252);
  padding: 84px 0 85px 0;
}
@media screen and (max-width: 1599px) {
  section.device-types {
    padding: 70px 0 89px 0;
  }
}
@media screen and (max-width: 1199px) {
  section.device-types {
    padding: 55px 0 65px 0;
  }
}
@media screen and (max-width: 767px) {
  section.device-types {
    padding: 55px 0 54px 0;
  }
}
@media screen and (max-width: 767px) {
  section.device-types {
    background-color: rgb(255, 255, 255);
  }
}


section.device-types h2 {
  margin: 0 auto 34px auto;
  text-align: center;
  font-size: 42px;
  font-family: "Raleway";
  color: rgb(13, 13, 13);
  font-weight: bold;
}
@media screen and (max-width: 1599px) {
  section.device-types h2 {

  }
}
@media screen and (max-width: 1199px) {
  section.device-types h2 {
    font-size: 30px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  section.device-types h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}

section.device-types span.strelka-mark {
  margin: 16px auto 44px auto;
  width: 14px;
  height: 8px;
}
@media screen and (max-width: 1599px) {
  section.device-types span.strelka-mark {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 1199px) {
  section.device-types span.strelka-mark {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  section.device-types span.strelka-mark {
    font-size: 24px;
    margin-bottom: 49px;
  }
}


section.device-types div.device-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* justify-content: space-evenly; */
}
@media screen and (max-width: 767px) {
  section.device-types div.device-types {

  }
}


section.device-types a.widget-device-type-link {
  margin: 18px 18px;
}
@media screen and (max-width: 1599px) {
  section.device-types a.widget-device-type-link {
    margin: 15px 15px;
  }
}
@media screen and (max-width: 1199px) {
  section.device-types a.widget-device-type-link {
    margin: 13px 13px;
  }
}
@media screen and (max-width: 767px) {
  section.device-types a.widget-device-type-link {
    margin: 10px 10px;
  }
}

section.device-types a.widget-device-type-link {
  margin: 18px 18px;
}
@media screen and (max-width: 1599px) {
  section.device-types a.widget-device-type-link {
    margin: 15px 15px;
  }
}
@media screen and (max-width: 1199px) {
  section.device-types a.widget-device-type-link {
    margin: 13px 13px;
  }
}
@media screen and (max-width: 767px) {
  section.device-types a.widget-device-type-link {
    margin: 10px 10px;
  }
}

section.device-types a.widget-device-type-link {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  border-width: 1px;
  border-color: rgb(223, 223, 223);
  border-style: solid;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  text-decoration: none;

  padding: 12px 9px;
  width: 170px;
  height: 150px;
}
section.device-types a.widget-device-type-link:hover {
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 1599px) {
  section.device-types a.widget-device-type-link {
    padding: 10px 7px;
    width: 150px;
    height: 130px;
  }
}
@media screen and (max-width: 1199px) {
  section.device-types a.widget-device-type-link {
    padding: 8px 5px;
    width: 130px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  section.device-types a.widget-device-type-link {
    padding: 7px 4px;
    width: 117px;
    height: 100px;
  }
}

section.device-types a.widget-device-type-link img {
  display: block;
  object-position: center center;
  object-fit: contain;
  margin: 0 auto 0 auto;
  width: 72px;
  height: 67px;
}
@media screen and (max-width: 1599px) {
  section.device-types a.widget-device-type-link img {
    width: 65px;
    height: 59px;
  }
}
@media screen and (max-width: 1199px) {
  section.device-types a.widget-device-type-link img {
    width: 55px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  section.device-types a.widget-device-type-link img {
    width: 45px;
    height: 45px;
  }
}

section.device-types a.widget-device-type-link span {
    font-family: 'Noto Sans', 'Roboto', Arial;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(99, 99, 99);

    margin: 0 auto 0 auto;
    font-size: 16px;
    line-height: 20px;
}
section.device-types a.widget-device-type-link:hover span {
  /* color: rgb(42, 72, 142); */
}
@media screen and (max-width: 1599px) {
  section.device-types a.widget-device-type-link span {
    margin: 0 auto 0 auto;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1199px) {
  section.device-types a.widget-device-type-link span {
    margin: 0 auto 0 auto;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.device-types a.widget-device-type-link span {
    margin: 0 auto 0 auto;
    font-size: 12px;
    line-height: 15px;
  }
}


section.device-types div.widget-filtered-input {
  display: block;
  margin: 50px auto 0 auto;
  width: 410px;
}
section.device-types div.widget-filtered-input span.filtered-input-closed {
  font-size: 18px;
  width: calc(100% - 19px - 12px - 34px);
  line-height: 18px;
  margin: 0 0 0 19px;
}
section.device-types div.widget-filtered-input div.filtered-input-field {
  width: calc(100% - 2px);
  height: 58px;
  border-radius: 6px;
}
section.device-types div.widget-filtered-input span.filtered-input-icon {
  height: 9px;
  width: 12px;
  margin: 0 17px 0 17px;
}
section.device-types div.widget-filtered-input.expanded span.filtered-input-icon {
  width: 19px;
  height: 19px;
  margin: 0 14px 0 10px; 
}
section.device-types div.widget-filtered-input.expanded div.filtered-input-field {
  border-bottom: none;
  border-radius: 6px 6px 0 0;

  border-color: rgb(1, 138, 70);
  border-bottom-color: rgb(183, 223, 203);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
section.device-types div.widget-filtered-input input.filtered-input-opened {
  border-radius: 6px;
  width: calc(100% - 19px - 12px - 34px);
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  padding: 20px 0 20px 19px;
}
section.device-types div.widget-filtered-input.expanded ul.filtered-input {
  border-radius: 0 0 6px 6px;
}
section.device-types div.widget-filtered-input:not(.a-items) li.filtered-input-item {
  font-size: 18px;
  padding: 10px 10px 10px 57px;
  line-height: normal;
}
@media screen and (max-width: 1599px) {
  section.device-types div.widget-filtered-input {
    margin: 40px auto 0 auto;
    width: 336px;
  }
  section.device-types div.widget-filtered-input span.filtered-input-closed {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 0 19px;
  }
  section.device-types div.widget-filtered-input div.filtered-input-field {
    height: 48px;
  }
  section.device-types div.widget-filtered-input span.filtered-input-icon {
    width: 10px;
    height: 8px;
    margin: 0 17px 0 19px;
  }
  section.device-types div.widget-filtered-input.expanded span.filtered-input-icon {
    width: 16px;
    height: 16px;
    margin: 0 13px 0 13px;
  }
  section.device-types div.widget-filtered-input input.filtered-input-opened {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    padding: 17px 0 17px 19px;
  }
  section.device-types div.widget-filtered-input:not(.a-items) li.filtered-input-item {
    font-size: 16px;
    padding: 8px 8px 8px 57px;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) {
  section.device-types div.widget-filtered-input {
    width: 328px;
    margin: 35px auto 0 auto;
  }
  section.device-types div.widget-filtered-input span.filtered-input-closed {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0 19px;
  }
  section.device-types div.widget-filtered-input div.filtered-input-field {
    height: 44px;
  }
  section.device-types div.widget-filtered-input span.filtered-input-icon {
    width: 9px;
    height: 7px;
    margin: 0 17px 0 16px;
  }
  section.device-types div.widget-filtered-input.expanded span.filtered-input-icon {
    width: 14px;
    height: 14px;
    margin: 0 14px 0 14px;
  }
  section.device-types div.widget-filtered-input input.filtered-input-opened {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    padding: 15px 0 15px 19px;
  }
  section.device-types div.widget-filtered-input:not(.a-items) li.filtered-input-item {
    font-size: 14px;
    padding: 7px 7px 7px 50px;
    line-height: normal;
  }
}
@media screen and (max-width: 900px) {
  section.device-types div.widget-filtered-input input.filtered-input-opened {
    border-radius: 6px;
    width: calc(100% - 58px);
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0 20px 19px;
  }
  section.device-types div.widget-filtered-input.expanded div.filtered-input-field {
    width: auto;
    height: 58px;
    border-color: rgba(128, 128, 128, 1);
  }
  section.device-types div.widget-filtered-input.expanded span.filtered-input-icon {
    height: 18px;
    width: 18px;
    margin: 21px 17px 0 0;
  }
  section.device-types div.widget-filtered-input:not(.a-items) li.filtered-input-item {
    font-size: 16px;
    line-height: 23px;
    padding: 11px 11px 11px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.device-types div.widget-filtered-input {
    margin: 25px auto 0 auto;
    width: 100%;
    max-width: 333px;
  }
  section.device-types div.widget-filtered-input span.filtered-input-closed {
    font-size: 16px;
    line-height: 16px;
    width: calc(100% - 15px - 9px - 17px);
    margin: 0 0 0 15px;
  }
  section.device-types div.widget-filtered-input div.filtered-input-field {
    height: 58px;
  }
  section.device-types div.widget-filtered-input:not(.expanded) div.filtered-input-field {
    border-color: rgb(1, 138, 70);
    height: 48px;
  }
  section.device-types div.widget-filtered-input span.filtered-input-icon {
    margin: 0 17px 0 16px;
  }
}
@media screen and (max-width: 350px) {
  section.device-types div.widget-filtered-input span.filtered-input-closed {
    font-size: 14px;
    line-height: 17px;
    width: calc(100% - 13px - 9px - 17px);
    margin: 0 0 0 13px;
  }
}

section.device-types div.widget-filtered-input ul.filtered-input {
  cursor: default; /* Simulate non-selectable list */
}


/* Leads samples section */

section.leads-samples {
  padding: 85px 0 85px 0;
  border-top: 1px solid rgb(234, 238, 242);
}
@media screen and (max-width: 1599px) {
  section.leads-samples {
    padding: 70px 0 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples {
    padding: 50px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples {
    padding: 35px 0 35px 0;
  }
}

section.leads-samples h2 {
  margin: 0 auto 34px auto;
  text-align: center;
  font-size: 42px;
  font-family: "Raleway";
  color: rgb(13, 13, 13);
  font-weight: bold;
}
@media screen and (max-width: 1599px) {
  section.leads-samples h2 {

  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples h2 {
    font-size: 30px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}

section.leads-samples span.strelka-mark {
  margin: 16px auto 44px auto;
  width: 14px;
  height: 8px;
}
@media screen and (max-width: 1599px) {
  section.leads-samples span.strelka-mark {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples span.strelka-mark {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples span.strelka-mark {
    font-size: 24px;
    margin-bottom: 49px;
  }
}

section.leads-samples div.leads {
  padding: 0;
  margin: 45px 0 0 0;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.leads {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.leads {
    margin: 35px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.leads {
    margin: 35px 0 0 0;
  }
}

section.leads-samples div.leads div.lead {
  margin: 0 0 100px 0;
}
section.leads-samples div.leads div.lead:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.leads div.lead {
    margin: 0 0 90px 0;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.leads div.lead {
    margin: 0 0 70px 0;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.leads div.lead {
    margin: 0 0 50px 0;
  }
}


section.leads-samples div.leads div.lead div.lead-title {
  color: rgb(13, 13, 13);
  font-weight: bold;

  margin: 0 0 7px 0;
  font-size: 19px;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.leads div.lead div.lead-title {
    margin: 0 0 5px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.leads div.lead div.lead-title {
    margin: 0 0 4px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.leads div.lead div.lead-title {
    margin: 0 0 3px 0;
    font-size: 14px;
  }
}

section.leads-samples div.leads div.lead div.summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.leads-samples div.leads div.lead div.summary {
    display: block;
  }
}

section.leads-samples div.lead div.score {
  display: inline-block;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.score {

  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.score {
    
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.score {
    margin: 1px 5px 0 0;
  }
}

section.leads-samples div.lead div.score i.star {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;

  margin: 0 2px 0 0;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.score i.star {
    margin: 0 1px 0 0;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.score i.star {
    margin: 0 1px 0 0;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.score i.star {
    margin: 0 1px 0 0;
    width: 11px;
    height: 11px;
  }
}

section.leads-samples div.lead div.score i.star.filled {
  background-image: url("/static/strelkaclientssite/res/webtemplate/star_filled.svg");
}
section.leads-samples div.lead div.score i.star.empty {
  background-image: url("/static/strelkaclientssite/res/webtemplate/star_empty.svg");
}


section.leads-samples div.lead div.device-type-name {
  display: inline-block;
  color: #898989;

  width: 200px;
  font-size: 17px;
  margin: 0 0 0 170px;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.device-type-name {
    width: 180px;
    font-size: 14px;
    margin: 0 0 0 155px;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.device-type-name {
    width: 170px;
    font-size: 13px;
    margin: 0 0 0 150px;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.device-type-name {
    width: 160px;
    font-size: 12px;
    margin: 0 0 0 50px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  section.leads-samples div.lead div.device-type-name {
    display: block;
    width: auto;
    margin: 3px 0 0 0;
  }
}

section.leads-samples div.lead div.work-descr {
  display: inline-block;
  color: #898989;

  margin: 0 0 0 85px;
  font-size: 17px;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.work-descr {
    margin: 0 0 0 75px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.work-descr {
    display: block;
    margin: 0 0 0 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.work-descr {
    display: block;
    margin: 0 0 0 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  section.leads-samples div.lead div.work-descr {
    display: block;
    margin: 3px 0 0 0;
  }
}

section.leads-samples div.lead div.content {
  display: block;
  margin: 9px 0 0 0;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.content {
    margin: 7px 0 0 0;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.content {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.content {
    margin: 10px 0 0 0;
  }
}

section.leads-samples div.lead div.content div.title {
  display: block;
  color: rgb(13, 13, 13);
  font-weight: bold;

  margin: 0 0 0 0;
  font-size: 17px;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.content div.title {
    margin: 0 0 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.content div.title {
    margin: 0 0 0 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.content div.title {
    margin: 0 0 0 0;
    font-size: 12px;
  }
}

section.leads-samples div.lead div.content div.body {
  display: block;
  color: rgb(13, 13, 13);

  margin: 4px 0 0 0;
  font-size: 17px;
  line-height: 1.75;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.content div.body {
    margin: 3px 0 0 0;
    font-size: 14px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.content div.body {
    margin: 3px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.content div.body {
    margin: 3px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

section.leads-samples div.lead div.audio {
  display: block;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.audio {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.audio {
    margin: 13px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.audio {
    margin: 12px 0 0 0;
  }
}

section.leads-samples div.lead div.audio div.title {
  display: inline-block;
  vertical-align: top;
  color: rgb(13, 13, 13);
  font-weight: bold;

  margin: 11px 0 0 0;
  width: 390px;
  font-size: 17px;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.audio div.title {
    margin: 9px 0 0 0;
    width: 330px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.audio div.title {
    margin: 7px 0 0 0;
    width: 300px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.audio div.title {
    display: block;
    margin: 6px 0 0 0;
    width: auto;
    font-size: 12px;
  }
}

section.leads-samples div.lead div.audio div.body {
  display: inline-block;
  vertical-align: top;

  margin: 0 0 0 0;
  width: calc(100% - 400px);
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.audio div.body {
    margin: 0 0 0 0;
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.audio div.body {
    margin: 0 0 0 0;
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.audio div.body {
    display: block;
    margin: 8px 0 0 0;
    width: 100%;
  }
}

section.leads-samples div.lead div.audio div.body audio {
  display: inline-block;
  /* Prevent focus highlighting */
  outline: none;

  margin: 0 0 0 0;
  width: 70%;
  height: 48px;
}
@media screen and (max-width: 1599px) {
  section.leads-samples div.lead div.audio div.body audio {
    margin: 0 0 0 0;
    width: 80%;
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  section.leads-samples div.lead div.audio div.body audio {
    margin: 0 0 0 0;
    width: 100%;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  section.leads-samples div.lead div.audio div.body audio {
    margin: 0 0 0 0;
    width: 100%;
    height: 32px;
  }
}

/* Platform section */

section.platform {
  padding: 85px 0 85px 0;
  border-top: 1px solid rgb(234, 238, 242);
}
@media screen and (max-width: 1599px) {
  section.platform {
    padding: 70px 0 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  section.platform {
    padding: 50px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  section.platform {
    padding: 35px 0 35px 0;
  }
}

section.platform h2 {
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 42px;
  font-family: "Raleway";
  color: rgb(13, 13, 13);
  font-weight: bold;
}
@media screen and (max-width: 1599px) {
  section.platform h2 {
    margin: 0 auto 34px auto;
  }
}
@media screen and (max-width: 1199px) {
  section.platform h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  section.platform h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

section.platform span.strelka-mark {
  margin: 16px auto 44px auto;
  width: 14px;
  height: 8px;
}
@media screen and (max-width: 1599px) {
  section.platform span.strelka-mark {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 1199px) {
  section.platform span.strelka-mark {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  section.platform span.strelka-mark {
    font-size: 24px;
    margin-bottom: 49px;
  }
}

section.platform div.platform-features {
  display: flex;
  flex-direction:row;
  justify-content: space-around;
  align-items: stretch;
  margin: 0 auto;
  width: 1200px;
  vertical-align: top;

}
@media screen and (max-width: 1599px) {
  section.platform div.platform-features {
    width: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.platform-features {
    flex-direction: column;
    justify-content: center;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  section.platform div.platform-features {
    width: 100%;
    max-width: 254px;
  }
}

section.platform div.platform-feature {
  /* display: inline-block; */
  position:relative;
  margin: 0 auto;
  /* vertical-align: top; */

  width: 353px;
  /* height: 438px; */

  background-color: rgb(246, 247, 248);
  /* border-color: rgb(230, 230, 230); */
  border-radius: 8px;

  /* border-bottom-left-radius: */


  border-style: none;
  /* border-width: 1px; */

  /* cursor: pointer; */
}
@media screen and (max-width: 1599px) {
  section.platform div.platform-feature {
    width: 284px;
    /* height: 357px; */
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.platform-feature {
    position: static;
    width: 320px;
    height: auto;
  }
  section.platform div.platform-feature:not(:last-child){
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  section.platform div.platform-feature {
    width: 100%;
    height: auto;
  }
}

section.platform div.platform-feature img {
  display: block;
  width: 100%;
  height: 175px;

  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-style: none;

  /* background-color: rgb(49, 106, 163); */
}
@media screen and (max-width: 1599px) {
  section.platform div.platform-feature img {
    height: 144px;
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.platform-feature img {
    height: 163px;
  }
}
@media screen and (max-width: 767px) {
  section.platform div.platform-feature img {
    height: 135px;
  }
}

section.platform div.platform-feature div.texts {
  margin: 0 0 0 0;
  padding: 18px 20px 95px 20px;
}
@media screen and (max-width: 1599px) {
  section.platform div.platform-feature div.texts {
    padding: 16px 18px 80px 18px;
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.platform-feature div.texts {
    padding: 14px 16px 23px 16px;
  }
}
@media screen and (max-width: 767px) {
  section.platform div.platform-feature div.texts {
    padding: 12px 14px 20px 14px;
  }
}

section.platform div.platform-feature div.texts div.caption {
  display: block;
  margin: 0 0 18px 0;
  font-size: 22px;
  line-height: 29px;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 1599px) {
  section.platform div.platform-feature div.texts div.caption {
    margin: 0 0 18px 0;
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.platform-feature div.texts div.caption {
    margin: 0 0 18px 0;
    font-size: 19px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.platform div.platform-feature div.texts div.caption {
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 24px;
  }
}

section.platform div.platform-feature div.texts div.text {
  display: block;
  margin: 0 0 0 0;
  font-size: 18px;
  line-height: 28px;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 1599px) {
  section.platform div.platform-feature div.texts div.text {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.platform-feature div.texts div.text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.platform div.platform-feature div.texts div.text {
    font-size: 13px;
    line-height: 23px;
  }
}

section.platform div.platform-feature div.cta {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  margin-bottom: 23px;
}
@media screen and (max-width: 1599px) {
  section.platform div.platform-feature div.cta {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.platform-feature div.cta {
    position: static;
    margin-bottom: 21px;
    bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.platform div.platform-feature div.cta {
    bottom: 13px;
  }
}

section.platform div.platform-feature div.cta button.widget-button.light {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  section.platform div.platform-feature div.cta button.widget-button.light {

  }
}
@media screen and (max-width: 1199px) {
  section.platform div.platform-feature div.cta button.widget-button.light {

  }
}
@media screen and (max-width: 767px) {
  section.platform div.platform-feature div.cta button.widget-button.light {

  }
}


/* Screenshots block */
section.platform div.screenshots {
  display: flex;
  justify-content: space-between;
  text-align: left;
  background-color: rgb(246, 247, 248);
  border-radius: 8px;
  margin: 60px auto 0 auto;
  padding: 23px;
  width: 1110px;
}
@media screen and (max-width: 1599px) {
  section.platform div.screenshots {
    margin: 50px auto 0 auto;
    padding: 21px;
    width: 910px;
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.screenshots {
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  section.platform div.screenshots {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  section.platform div.screenshots {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */

    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

/* Don't want to display more than 4 thumbs */
section.platform div.screenshots a.screenshot {
  position:relative; /* Ð§Ñ‚Ð¾Ð±Ñ‹ Ñ‚ÐµÐºÑÑ‚ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ñ Ñ‡Ð¸ÑÐ»Ð¾Ð¼ Ñ„Ð¾Ñ‚Ð¾ Ð¼Ð¾Ð³ Ð²ÑÐµ Ð¿ÐµÑ€ÐµÐºÑ€Ñ‹Ñ‚ÑŒ */
  display: none;
}
section.platform div.screenshots a.screenshot.real:nth-child(1),
section.platform div.screenshots a.screenshot.real:nth-child(2),
section.platform div.screenshots a.screenshot.real:nth-child(3),
section.platform div.screenshots a.screenshot.real:nth-child(4) {
  display: inline-block;
}

section.platform div.screenshots a.screenshot:nth-child(4) {
  margin-right: 0;
}
@media screen and (max-width: 1599px) {
  section.platform div.screenshots a.screenshot {
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.screenshots a.screenshot {
  }
}
@media screen and (max-width: 767px) {
  section.platform div.screenshots a.screenshot {
    width: 23.4%;
    height: 15.4vw;
  }
}
@media screen and (max-width: 550px) {
  section.platform div.screenshots a.screenshot {
    width: 45%;
    height: 30vw;
  }
  section.platform div.screenshots a.screenshot.real:nth-child(5),
  section.platform div.screenshots a.screenshot.real:nth-child(6),
  section.platform div.screenshots a.screenshot.real:nth-child(7),
  section.platform div.screenshots a.screenshot.real:nth-child(8) {
    display: inline-block;
  }
}
@media screen and (max-width: 420px) {
  section.platform div.screenshots a.screenshot {
    width: 60%;
    height: 38vw;
  }
}


section.platform div.screenshots img.screenshot {
  display: block; /* Ð‘ÐµÐ· ÑÑ‚Ð¾Ð³Ð¾ Ð¿Ð¾Ð´ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ¾Ð¹ Ð´Ð¾Ð¿ Ð¿Ñ€Ð¾ÑÑ‚Ñ€Ð°Ð½ÑÑ‚Ð²Ð¾ Ð¿Ð¾ÑÐ²Ð»ÑÐµÑ‚ÑÑ */
  width: 259px;
  height: 178px;

  border-style:solid;
  border-color:#80808047;
  border-width: 1px;
}
section.platform div.screenshots a.screenshot.real img.screenshot:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1599px) {
  section.platform div.screenshots img.screenshot {
    width: 210px;
    height: 147px;
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.screenshots img.screenshot {
    width: 155px;
    height: 123px;
  }
}
@media screen and (max-width: 767px) {
  section.platform div.screenshots img.screenshot {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 550px) {
  section.platform div.screenshots img.screenshot {
    width: 100%;
    height: 100%;
  }
}

section.platform div.screenshots a.screenshot.real div.text-pics {
  position:absolute;
  top:0; left:0;
  width:100%; height:100%;

  justify-content: center;
  align-items: center;

  background:rgba(0,0,0,.25);
  color: #f5f5f5;
  text-align:center;
  font-size: 21px;
}
section.platform div.screenshots a.screenshot.real div.text-pics.desktop {
  display: flex;
}
section.platform div.screenshots a.screenshot.real div.text-pics.mobile {
  display: none;
}
section.platform div.screenshots a.screenshot.real div.text-pics:hover {
  background:rgba(0,0,0,.25);
}
@media screen and (max-width: 1599px) {
  section.platform div.screenshots a.screenshot.real div.text-pics {
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  section.platform div.screenshots a.screenshot.real div.text-pics {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.platform div.screenshots a.screenshot.real div.text-pics {
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  section.platform div.screenshots a.screenshot.real div.text-pics {
    font-size: 4vw;
  }
  section.platform div.screenshots a.screenshot.real div.text-pics.desktop {
    display: none;
  }
  section.platform div.screenshots a.screenshot.real div.text-pics.mobile {
    display: flex;
  }
}
@media screen and (max-width: 420px) {
  section.platform div.screenshots a.screenshot.real div.text-pics {
    font-size: 5vw;
  }
}

/* FAQ */

section.faq {
  background-color: rgb(255, 255, 255);
  padding: 94px 0 94px 0;
  border-top: 1px solid rgb(234, 238, 242);
}
@media screen and (max-width: 1199px) {
  section.faq {
    padding: 55px 0 55px 0;
  }
}
@media screen and (max-width: 767px) {
  section.faq {
    padding: 69px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  section.faq {

  }
}


section.faq h2 {
  margin: 0 auto 34px auto;
  text-align: center;
  font-size: 42px;
  font-family: "Raleway";
  color: rgb(13, 13, 13);
  font-weight: bold;
}
@media screen and (max-width: 1599px) {
  section.faq h2 {

  }
}
@media screen and (max-width: 1199px) {
  section.faq h2 {
    font-size: 30px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  section.faq h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}

section.faq span.strelka-mark {
  margin: 16px auto 44px auto;
  width: 14px;
  height: 8px;
}
@media screen and (max-width: 1599px) {
  section.faq span.strelka-mark {
    margin-bottom: 61px;
  }
}
@media screen and (max-width: 1199px) {
  section.faq span.strelka-mark {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  section.faq span.strelka-mark {
    font-size: 24px;
    margin-bottom: 46px;
  }
}

section.faq div.faq-group {
  width: 982px;
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  section.faq div.faq-group {
    width: 972px;
  }
}
@media screen and (max-width: 1199px) {
  section.faq div.faq-group {
    width: 100%;
  }
}

section.faq div.faq-single {
  margin: 0 0 54px 0;
}
section.faq div.faq-single:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
  section.faq div.faq-single {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 1199px) {
  section.faq div.faq-single {
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.faq-single {
    margin-bottom: 0;
    padding: 20px 0 20px 0;
  }
}


section.faq div.faq-questionarea {
  margin: 0;
  cursor: pointer;
}
section.faq div.faq-questionarea:hover {
  /* background-color: rgb(250, 250, 250); */
}
@media screen and (max-width: 1599px) {
  section.faq div.faq-questionarea {

  }
}
@media screen and (max-width: 767px) {
  section.faq div.faq-questionarea {
    cursor: pointer;
  }
}

section.faq div.faq-single h3 {
  margin: 0 0 0 0;
  display: inline-block;
  font-size: 22px;
  line-height: 1.4;
  font-family: "Raleway";
  font-weight: bold;
  text-align: left;
  width: calc(100% - 40px);
}
section.faq div.faq-single:not(.expanded) h3 {
  color: rgb(1, 138, 70);
}

section.faq div.faq-single:not(.expanded) div.faq-questionarea:hover h3 {
  color: rgb(13, 13, 13);
}

section.faq div.faq-single.expanded div.faq-questionarea h3 {
  color: rgb(13, 13, 13);
}
@media screen and (max-width: 1199px) {
  section.faq div.faq-single h3 {

  }
}
@media screen and (max-width: 767px) {
  section.faq div.faq-single h3 {
    font-size: 19px;
    line-height: 1.38;
    width: calc(100% - 40px);
  }
}



section.faq div.faq-single span.faq-icon {
  display: inline-block;
  float: right;

  width: 20px;
  height: 11px;

  vertical-align: top;
  margin: 13px 0 0 0;

  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  section.faq div.faq-single span.faq-icon {
    width: 19px;
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.faq-single span.faq-icon {
    display: inline-block;
    margin-top: 10px;
  }
}

section.faq div.faq-single:not(.expanded) span.faq-icon {
  background-image: url("/static/strelkaclientssite/res/index/faq_icon_inactive.svg");
}

section.faq div.faq-single.expanded span.faq-icon {
  background-image: url("/static/strelkaclientssite/res/index/faq_icon_active.svg");
}

section.faq div.faq-single div.faq-answer {
  margin: 20px 0 0 0;
  font-size: 16px;
  color: rgb(13, 13, 13);
  line-height: 1.75;
  text-align: left;
  width: 100%;

  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1599px) {
  section.faq div.faq-single div.faq-answer {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1199px) {
  section.faq div.faq-single div.faq-answer {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  section.faq div.faq-single div.faq-answer {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.714;
  }
}

section.faq div.faq-answer ul {
  margin: 0;
  padding: 0 0 0 5px;
  list-style-type: none;
}
section.faq div.faq-answer ul:not(:first-child) {
  margin-top: 15px;
}
section.faq div.faq-answer ul:not(:last-child) {
  margin-bottom: 15px;
}

section.faq div.faq-answer ul li {
  padding: 0;
  text-indent: -5px;
}
section.faq div.faq-answer ul li:before {
  content: "−";
  text-indent: -5px;
  margin: 0 5px 0 0;
}

section.faq div.faq-answer p {
  margin: 0;
  padding: 0;
}


section.faq img.lead-sample {
  display: block;
  margin: 15px 0 0 0;
  width: 400px;
}
@media screen and (max-width: 1599px) {
  section.faq img.lead-sample {
    margin: 14px 0 0 0;
    width: 360px;
  }
}
@media screen and (max-width: 1199px) {
  section.faq img.lead-sample {
    margin: 13px 0 0 0;
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  section.faq img.lead-sample {
    margin: 13px 0 0 0;
    width: 100%;
    max-width: 340px;
  }
}

/* Consult request section */

section.consult-request {
  padding: 94px 0 119px 0;
}
@media screen and (max-width: 1599px) {
  section.consult-request {

  }
}
@media screen and (max-width: 1199px) {
  section.consult-request {
    padding: 55px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  section.consult-request {
    padding: 69px 0 69px 0;
  }
}

section.consult-request h2 {
  margin: 0 auto 34px auto;
  text-align: center;
  font-size: 42px;
  font-family: "Raleway";
  color: rgb(13, 13, 13);
  font-weight: bold;
}
@media screen and (max-width: 1599px) {
  section.consult-request h2 {

  }
}
@media screen and (max-width: 1199px) {
  section.consult-request h2 {
    font-size: 30px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  section.consult-request h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}

section.consult-request span.strelka-mark {
  margin: 16px auto 44px auto;
  width: 14px;
  height: 8px;
}
@media screen and (max-width: 1599px) {
  section.consult-request span.strelka-mark {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 1199px) {
  section.consult-request span.strelka-mark {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  section.consult-request span.strelka-mark {
    font-size: 24px;
    margin-bottom: 49px;
  }
}

section.consult-request div.form {
  width: 1135px;
  margin: 0 auto 73px auto;
}
@media screen and (max-width: 1599px) {
  section.consult-request div.form {
    width: 1045px;
    margin: 0 auto 54px auto;
  }
}
@media screen and (max-width: 1199px) {
  section.consult-request div.form {
    width: 574px;
    margin: 0 auto 42px auto;
  }
}
@media screen and (max-width: 767px) {
  section.consult-request div.form {
    width: 100%;
  }
}

input#inp-cons-name {
  width: 341px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1599px) {
  input#inp-cons-name {
    width: 320px;
    margin-right: 19px;
  }
}
@media screen and (max-width: 1199px) {
  input#inp-cons-name {
    width: 260px;
    margin-right: 13px;
  }
}
@media screen and (max-width: 767px) {
  input#inp-cons-name {
    display: block;
    width: calc(100% - 17px);
    max-width: calc(390px - 17px);
    margin: 0 auto 17px auto;
  }
}

input#inp-cons-phone {
  width: 341px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1599px) {
  input#inp-cons-phone {
    width: 320px;
    margin-right: 19px;
  }
}
@media screen and (max-width: 1199px) {
  input#inp-cons-phone {
    width: 260px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  input#inp-cons-phone  {
    display: block;
    width: calc(100% - 17px);
    max-width: calc(390px - 17px);
    margin: 0 auto 21px auto;
  }
}

button#btn-cons-request {
  width: 360px;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  button#btn-cons-request {
    width: 318px;
  }
}
@media screen and (max-width: 1199px) {
  button#btn-cons-request {
    display: block;
    width: 306px;
    margin: 28px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  button#btn-cons-request {
    margin-top: 0;
    width: calc(100%);
    max-width: 390px;
  }
}

section.consult div.privacy-note {
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;

  font-size: 16px;
  /* font-family: "Raleway"; */
  color: rgb(13, 13, 13);
}
@media screen and (max-width: 1599px) {
  section.consult div.privacy-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  section.consult div.privacy-note {
    width: 454px;
  }
}
@media screen and (max-width: 767px) {
  section.consult div.privacy-note {
    width: 100%;
  }
}

section.consult div.privacy-note a {
  color: rgb(13, 13, 13);
}

section.consult-request div.privacy-note {
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;

  font-size: 16px;
  /* font-family: "Raleway"; */
  color: rgb(13, 13, 13);
}
@media screen and (max-width: 1599px) {
  section.consult-request div.privacy-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  section.consult-request div.privacy-note {
    width: 454px;
  }
}
@media screen and (max-width: 767px) {
  section.consult-request div.privacy-note {
    width: 100%;
  }
}

section.consult-request div.privacy-note a {
  color: rgb(13, 13, 13);
}
