.service_advantages .advantages_list ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.request_section .section_inner:before, .service_includes .include_section .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.request_section .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.service_includes .include_section .image_block > img {
  object-fit: cover;
}

.service_includes .include_section .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.service_includes .include_section .image_block {
  position: relative;
  overflow: hidden;
}
.service_includes .include_section .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.request_section .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.service_advantages .head_inner {
  font-family: "montserrat-medium", "montserratarm-medium";
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .service_advantages .head_inner {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  .service_advantages .head_inner {
    font-size: 140%;
  }
}

.service_main {
  position: relative;
  overflow: hidden;
}
.service_main .image_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_main .info_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
.service_main .page_title {
  color: #4A00C4;
}
.service_main .service_description {
  font-size: 140%;
  line-height: 24px;
  margin-top: 36px;
}
.service_main .primary_btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .service_main {
    min-height: 533px;
    display: flex;
    align-items: center;
  }
  .service_main .image_block {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    left: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .service_main .image_block {
    margin-left: -98.3333333333px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .service_main .image_block {
    margin-left: -8.3333333333%;
  }
  .service_main .info_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .service_main {
    min-height: 480px;
  }
  .service_main .image_block {
    margin-left: 10px;
  }
  .service_main .info_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .service_main .image_block {
    height: 62.5vw;
  }
  .service_main .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
  }
  .service_main .service_description {
    margin-top: 20px;
  }
  .service_main .primary_btn {
    margin: 20px auto;
  }
}

.service_advantages {
  background: #4A00C4;
  color: #ffffff;
  padding-bottom: 75px;
  border-bottom: 8px solid #3F68FF;
}
.service_advantages .head_block {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  z-index: 3;
}
.service_advantages .head_inner {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 24px 24px 24px 0;
  position: relative;
}
.service_advantages .head_inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3000px;
  border-radius: 0 5px 5px 0;
  background: #01ACFF;
  z-index: -1;
}
.service_advantages .head_inner .special {
  color: #4A00C4;
}
.service_advantages .advantages_list ul li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 54px 0;
  text-align: center;
}
.service_advantages .advantages_list ul .icon_block {
  display: block;
  margin-bottom: 26px;
}
.service_advantages .advantages_list ul .icon_block img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 64px;
}
.service_advantages .advantages_list ul .text_block {
  margin: 0 auto;
  max-width: 280px;
  display: block;
  font-size: 180%;
  line-height: 22px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .service_advantages .head_inner {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .service_advantages .advantages_list ul li {
    margin: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .service_advantages {
    padding-bottom: 60px;
    border-bottom-width: 6px;
  }
  .service_advantages .head_inner {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .service_advantages .advantages_list ul li {
    margin: 30px 0;
  }
  .service_advantages .advantages_list ul .icon_block {
    margin-bottom: 20px;
  }
  .service_advantages .advantages_list ul .icon_block img {
    height: 56px;
  }
  .service_advantages .advantages_list ul .text_block {
    font-size: 160%;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service_advantages {
    border-bottom-width: 4px;
  }
  .service_advantages .head_inner {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 15px 20px;
  }
  .service_advantages .head_inner:before {
    width: 100%;
    border-radius: 5px;
  }
  .service_advantages .advantages_list ul li {
    margin: 24px 0;
  }
  .service_advantages .advantages_list ul .icon_block {
    margin-bottom: 16px;
  }
  .service_advantages .advantages_list ul .icon_block img {
    height: 48px;
  }
  .service_advantages .advantages_list ul .text_block {
    font-size: 140%;
    line-height: 18px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .service_advantages .advantages_list ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .service_advantages .advantages_list ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.service_includes {
  margin-top: -75px;
  position: relative;
  z-index: 5;
}
.service_includes .section_title {
  color: #ffffff;
  padding-bottom: 14px;
}
.service_includes .includes_list {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 60px rgba(0, 49, 88, 0.08);
}
.service_includes .include_section {
  display: flex;
  flex-wrap: wrap;
}
.service_includes .include_section .image_block {
  flex: 0 0 50%;
  max-width: 50%;
}
.service_includes .include_section .info_block {
  flex: 0 0 50%;
  max-width: 380px;
  padding-left: 0;
  padding-right: 0;
  align-self: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.service_includes .include_section .include_title {
  font-size: 280%;
  line-height: 34px;
  font-family: "montserrat-medium", "montserratarm-medium";
  color: #4A00C4;
}
.service_includes .include_section .description_block {
  font-size: 160%;
  line-height: 1.5em;
  margin-top: 20px;
}
.service_includes .include_section .request_btn {
  margin-top: 40px;
}
.service_includes .include_section:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .service_includes .include_section .include_title {
    font-size: 240%;
    line-height: 30px;
  }
  .service_includes .include_section .description_block {
    font-size: 140%;
  }
  .service_includes .include_section .info_block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service_includes .include_section:nth-child(2n) .info_block {
    padding-right: 20px;
  }
  .service_includes .include_section:nth-child(2n+1) .info_block {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service_includes .include_section .request_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .service_includes {
    margin-top: -60px;
  }
  .service_includes .include_section .info_block,
.service_includes .include_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .service_includes .include_section .include_title {
    font-size: 200%;
    line-height: 27px;
  }
  .service_includes .include_section .info_block {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .service_includes .include_section .request_btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.request_section {
  margin-top: 40px;
}
.request_section .section_inner {
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.request_section .section_inner:before {
  content: "";
  border-radius: inherit;
  background: #3F68FF;
  opacity: 0.5;
}
.request_section .info_block {
  flex: 0 0 41.6666666667%;
  max-width: 300px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.request_section .slogan_block {
  font-size: 360%;
  line-height: 44px;
  margin-top: 8px;
}
.request_section .description_block {
  font-size: 160%;
  line-height: 1.5em;
  margin-top: 20px;
}
.request_section .request_form {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-right: 40px;
}
.request_section .form_fields {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
}
.request_section .field_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.request_section .field_block ::-webkit-input-placeholder {
  color: inherit;
}
.request_section .field_block :-moz-placeholder {
  color: inherit;
}
.request_section .field_block ::-moz-placeholder {
  color: inherit;
}
.request_section .field_block :-ms-input-placeholder {
  color: inherit;
}
.request_section .field_block.full_field {
  flex: 0 0 100%;
  max-width: 100%;
}
.request_section .field_block input,
.request_section .field_block textarea {
  font-size: 140%;
  line-height: 18px;
  padding: 14px 15px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: transparent;
  color: inherit;
}
.request_section .field_block textarea {
  height: 92px;
}
.request_section .field_block.has-error input,
.request_section .field_block.has-error textarea,
.request_section .field_block.has-error .select2-container--default .select2-selection--single {
  border-color: #b94a48 !important;
}
.request_section .field_block .error_hint {
  display: block;
  text-align: right;
  font-size: 120%;
  line-height: 15px;
}
.request_section .btn_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.request_section .btn_block button {
  width: 100%;
}
.request_section .select2-container .select2-selection--single {
  height: auto;
}
.request_section .select2-container .select2-selection__placeholder {
  color: #ffffff;
}
.request_section .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.request_section .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  font-size: 140%;
  line-height: 18px;
  padding: 14px 15px;
  flex: 1;
  width: 50%;
}
.request_section .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 14px 15px;
  padding-left: 0;
  width: auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.request_section .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.request_section .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 0.4rem;
  display: block;
}
.request_section .select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.request_section .select2-container .select2-search--dropdown {
  padding: 0;
}
.request_section .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 14px 15px;
  font-size: 100%;
  line-height: inherit;
}
.request_section .select2-container .select2-dropdown {
  border: 1px solid transparent;
  font-size: 140%;
  line-height: 18px;
  box-shadow: 0 0 15px rgba(0, 49, 88, 0.08);
  position: relative;
  z-index: 5;
  color: #001C32;
}
.request_section .select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #3F68FF transparent;
  scrollbar-width: thin;
}
.request_section .select2-container .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 2px;
  background: transparent;
}
.request_section .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #3F68FF;
}
.request_section .select2-container .select2-results__options li {
  padding: 11px 15px;
}
.request_section .select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.request_section .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #3F68FF;
}
.request_section .select2-container .select2-results__option--selected {
  background: #3F68FF !important;
  color: #ffffff !important;
  cursor: default;
}
@media screen and (max-width: 959px) {
  .request_section .field_block,
.request_section .btn_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .request_section .description_block {
    font-size: 140%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .request_section .section_inner {
    padding: 60px 10px;
  }
  .request_section .request_form {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }
  .request_section .info_block {
    flex: 0 0 50%;
  }
  .request_section .slogan_block {
    font-size: 300%;
    line-height: 36px;
  }
}
@media screen and (max-width: 639px) {
  .request_section .section_inner {
    padding: 40px 5px;
    flex-wrap: wrap;
  }
  .request_section .slogan_block {
    font-size: 240%;
    line-height: 30px;
  }
  .request_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .request_section .request_form {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0;
  }
  .request_section .form_fields {
    max-width: 100%;
  }
}

.request_section .field_block input,
.request_section .field_block textarea, .request_section .select2-container .select2-results__options li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=service.css.map */
