@charset "UTF-8";
/*$theme-primary:    #fdcc52;
$theme-secondary:  #7b4397;
$theme-tertiary:   #dc2430;*/
html,
body {
  width: 100%;
  height: 100%;
  font-size: 0.95rem;
}
@media (min-width: 576px) {
  html,
body {
    font-size: 1rem;
  }
}

body {
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
}

a {
  color: #00578c;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover, a:focus {
  color: #003759;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  font-weight: 300;
  letter-spacing: 1px;
  letter-spacing: 0;
}

h3 {
  font-weight: 400;
}

p {
  /*font-size: 0.9rem;*/
  line-height: 1.5;
  margin-bottom: 20px;
}

dt {
  font-weight: 600;
}

section {
  padding: 70px 0;
}
@media (min-width: 576px) {
  section {
    padding: 100px 0;
  }
}
section h2 {
  font-size: 40px;
  margin-bottom: 0.7em;
}
@media (min-width: 576px) {
  section h2 {
    font-size: 50px;
  }
}
section h2.long {
  font-size: 34px;
}
@media (min-width: 576px) {
  section h2.long {
    font-size: 50px;
  }
}
section h2:first-child {
  margin-top: -0.2em;
}
section .section-heading h2 {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
section .section-heading h3 {
  margin: 0.7rem 0 0;
  font-size: 1.5em;
  line-height: 1.5;
}
@media (min-width: 576px) {
  section .section-heading h3 {
    font-size: 2em;
  }
}
section .section-heading p {
  font-size: 1rem;
  margin-top: 1rem;
}

.hide {
  display: none;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  font-weight: 300;
  letter-spacing: 1px;
}
#mainNav .navbar-brand {
  color: #00578c;
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 0.8rem;
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #003759;
}
#mainNav .navbar-brand img {
  transition: all 350ms;
}
@media (max-width: 575px) {
  #mainNav .navbar-brand img {
    max-width: 180px;
  }
}
#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-nav {
  text-align: right;
}
#mainNav .navbar-nav > li > a {
  font-size: 11px;
  /*font-family: 'Didact Gothic', 'Helvetica', 'Arial', 'sans-serif';*/
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 2px;
  text-transform: uppercase;
}
#mainNav .navbar-nav > li > a.active {
  color: #777 !important;
  background-color: transparent;
  cursor: default;
}
#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #00cd65;
}
@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    transition: all 350ms;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #00578c;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #00578c;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
#mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #00cd65;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
#mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: white;
  }
}
#mainNav.navbar-shrink {
  background-color: #00578c;
}
#mainNav.navbar-shrink .navbar-brand img {
  filter: invert(88%) sepia(5%) saturate(283%) hue-rotate(159deg) brightness(105%) contrast(96%);
}
#mainNav.navbar-shrink .navbar-nav > li > a,
#mainNav.navbar-shrink .navbar-nav > li > a:focus {
  transition: all 350ms;
  color: rgba(255, 255, 255, 0.7);
}
#mainNav.navbar-shrink .navbar-nav > li > a:hover,
#mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
  color: white;
}
#mainNav.navbar-shrink .navbar-nav > li > a.active {
  color: white !important;
  background-color: transparent;
  cursor: default;
}
#mainNav.navbar-shrink .navbar-nav > li > a.active:hover {
  background-color: transparent;
}
#mainNav.navbar-shrink .navbar-toggler {
  color: #eeeeee;
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: 72px;
  color: white;
  background: url("../img/bg-pattern.png"), #00539a;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #0080a7, #00539a);
  background: url(../img/bg-pattern.png), linear-gradient(to left, #0080a7, #00539a);
}
@media (max-width: 575px) {
  header.masthead {
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: 0;
  }
}
header.masthead .header-content {
  max-width: 800px;
  text-align: center;
}
header.masthead .header-content h1 {
  font-size: 30px;
}
header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}
header.masthead .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 992px) {
  header.masthead {
    min-height: 400px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}
header.masthead .masthead-description {
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  font-size: 1.1rem;
  margin-top: 1em;
  color: #c3e8ff;
  padding: 0 4px;
}

section.download {
  position: relative;
  padding: 150px 0;
}
section.download h2 {
  font-size: 50px;
  margin-top: 0;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading {
  margin-bottom: 100px;
}
section.features .section-heading h2 {
  margin-top: 0;
}
section.features .section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(to left, #1324fe, #00cd65);
  background: linear-gradient(to left, #1324fe, #00cd65);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 0 0 12px 0;
  text-align: center;
  color: #fff;
  background-color: #004168;
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 195px;
  background: url(../img/bg/net-at-blue-2.jpg) repeat-x 920px bottom;
  margin-bottom: 12px;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

.bg-primary {
  background: #00578c;
  background: -webkit-linear-gradient(#00578c, #004773);
  background: linear-gradient(#00578c, #004773);
}

.text-primary {
  color: #00578c;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #00578c;
  background-color: #00578c;
}

.btn {
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-primary {
  background-color: #3a8dd7;
}

.btn-xl {
  font-size: 1.4rem;
  padding: 13px 33px;
  box-shadow: 0 4px 2px 2px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
.text-google, .text-yandex {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2px 8px;
  border-radius: 100px;
}

.text-yandex__first {
  color: #ff0000;
  font-size: 1.2em;
}

.text-google__first {
  color: #2474fc;
  font-size: 1.2em;
}
.text-google__color-1 {
  color: #2474fc;
}
.text-google__color-2 {
  color: #ea4435;
}
.text-google__color-3 {
  color: #fbbe05;
}
.text-google__color-4 {
  color: #34a854;
}

.video-wrapper {
  position: relative;
  padding-bottom: 51.55%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 2rem;
}
.video-wrapper iframe,
.video-wrapper .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .placeholder {
  background-color: #000;
}

.brace {
  display: flex;
  flex-direction: column;
  width: 36px;
}
.brace__edge {
  flex: 0 0 36px;
  width: 36px;
}
.brace__edge_top {
  background: url(../img/elements/brace/brace-top.png) no-repeat center bottom;
}
.brace__edge_bottom {
  background: url(../img/elements/brace/brace-bottom.png) no-repeat center top;
}
.brace__middle {
  background: url(../img/elements/brace/brace-middle.png) no-repeat center center;
  flex: 1 0 auto;
}

.modal-content {
  border: none;
}
.modal-header {
  background-color: #00578c;
  color: #fff;
}
.modal .close {
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#modal .modal-body {
  display: flex;
  align-items: center;
}
.modal-body-icon {
  font-size: 2rem;
  color: green;
  float: left;
}
.modal-body-icon_error {
  color: #c30202;
}
.modal-body-text {
  padding: 0 0 0 1.2rem;
}

.profiles {
  padding-top: 2rem;
}
.profiles__title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
.profiles__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profiles__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.3rem;
  max-width: 100%;
}
.profiles__item-content {
  padding: 4px 2rem 0 0.5rem;
  font-size: 0.95rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profiles__item-name {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.2em;
}

.business-docs {
  background-color: #e7f2f9;
  font-size: 1.3rem;
  color: #1a1a1a;
  padding: 75px 0;
}
@media (max-width: 575px) {
  .business-docs {
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .business-docs {
    font-size: 1.79rem;
  }
}
.business-docs__icon {
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 135px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #86a2ae;
  overflow: hidden;
}
@media (min-width: 576px) {
  .business-docs__icon {
    max-width: 175px;
    margin-bottom: 0;
  }
}
.business-docs__icon > img {
  width: 64%;
  position: relative;
  left: 11%;
  height: auto;
  margin: 18%;
}
.business-docs__items > li {
  margin-bottom: 1.6rem;
}
.business-docs__items > li:last-child {
  margin-bottom: 0;
}
.business-docs__items > li > ul {
  font-size: 0.75em;
  list-style-type: square;
}

.contacts {
  font-size: 1.3rem;
  line-height: 1.2;
}
.contacts h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.8rem;
}
.contacts h3 {
  margin: 1.2rem 0 0.1rem;
  font-size: 1rem;
}
.contacts__methods-items {
  margin-bottom: 3.1rem;
}
.contacts__methods-item {
  display: flex;
  align-items: center;
  min-height: 2.9rem;
}
.contacts__method-label {
  font-size: 0.9rem;
  color: #333;
  flex: 0 0 109px;
  display: none;
}
@media (min-width: 576px) {
  .contacts__method-label {
    display: block;
  }
}
.contacts__method-icon {
  flex: 0 0 54px;
}
.contacts__method-comment {
  font-size: 0.9rem;
  color: #333;
}
.contacts__methods-group {
  display: flex;
}
.contacts__methods-group-icons {
  flex: 0 0 54px;
}
@media (min-width: 576px) {
  .contacts__methods-group-icons {
    flex: 0 0 163px;
  }
}
.contacts__methods-group-brace {
  flex: 0 0 47px;
  margin: 7px 0;
  display: flex;
}
.contacts__method-content_group {
  display: flex;
  align-items: center;
}
.contacts__callback {
  margin-left: 109px;
}
.contacts__details {
  margin-top: 2rem;
}
.contacts__details p {
  margin-bottom: 0.7rem;
}

.experience {
  padding: 0;
}
.experience_colored {
  background-color: #e7f2f9;
}
.experience .section-heading {
  margin-bottom: 2rem;
}
.experience__content {
  position: relative;
  padding: 3rem 0 3rem 3rem;
}
@media (max-width: 575px) {
  .experience__content {
    padding: 240px 0 3rem;
    position: static;
  }
}
.experience__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2000px;
  left: -2000px;
  background: url(../img/desktop.jpg) right top no-repeat #000;
}
@media (max-width: 575px) {
  .experience__content:before {
    height: 200px;
    width: 100%;
    left: auto;
    right: 0;
    background-position: right top;
    background-size: 490px auto;
  }
}
.experience__content h3 {
  margin-bottom: 2rem;
}
.experience__themes > li {
  margin: 1.2em 0;
}
.experience__themes > li .fas {
  width: 46px;
  font-size: 1.7rem;
  color: #3d576b;
  display: inline-block;
  vertical-align: middle;
}

.need-to-know {
  padding: 40px 0;
}
.need-to-know_colored {
  background-color: #ededed;
}
.need-to-know__content {
  padding-top: 1rem;
}
.need-to-know__content li {
  padding: 10px 0 10px 50px;
  position: relative;
}
.need-to-know__content li:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bullets/blue-aim.svg) no-repeat center center;
}

@media (max-width: 575px) {
  .offer {
    padding-bottom: 20px;
  }
}
.offer__photo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 2rem auto;
}
@media (min-width: 576px) {
  .offer__photo {
    margin: -10px 0 0 auto;
  }
}

.process-overview {
  padding: 0;
}
.process-overview_colored {
  background-color: #e7f2f9;
}
.process-overview .section-heading {
  margin-bottom: 2rem;
}
.process-overview__content {
  position: relative;
  padding: 3rem 0 3rem 3rem;
}
@media (max-width: 575px) {
  .process-overview__content {
    padding: 240px 0 3rem;
    position: static;
  }
}
.process-overview__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2000px;
  left: -2000px;
  background: url(../img/desktop-support.jpg) right top no-repeat #000;
}
@media (max-width: 575px) {
  .process-overview__content:before {
    height: 200px;
    width: 100%;
    left: auto;
    right: 0;
    background-position: right top;
    background-size: 490px auto;
  }
}
.process-overview__content h3 {
  margin-bottom: 2rem;
}
.process-overview__items {
  font-size: 1.1rem;
}
.process-overview__item {
  margin: 1rem 0;
}
@media (max-width: 575px) {
  .process-overview__item {
    margin: 1.6rem 0;
    line-height: 1.4;
  }
}

.pay-for {
  padding-top: 3rem;
  padding-bottom: 0;
}
.pay-for:after {
  content: "";
  display: block;
  height: 219px;
  background: url(../img/bg/notebook.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 4rem;
}
.pay-for .section-heading {
  margin-bottom: 3rem;
}
.pay-for__parts {
  display: flex;
}
@media (max-width: 575px) {
  .pay-for__parts {
    margin: 0 -10px 1rem;
  }
}
.pay-for__part {
  text-align: center;
  flex-basis: 50%;
  padding: 0 5px;
}
.pay-for__part_work {
  position: relative;
}
.pay-for__part_work:after {
  content: "+";
  font-weight: 400;
  font-size: 90px;
  height: 111px;
  line-height: 111px;
  width: 60px;
  right: -30px;
  position: absolute;
  top: 1rem;
  color: #4d4d4d;
}
@media (max-width: 575px) {
  .pay-for__part_work:after {
    height: 160px;
    line-height: 160px;
    font-size: 60px;
  }
}
.pay-for__part-title {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .pay-for__part-title {
    font-size: 1.85rem;
  }
}
.pay-for__part-icon {
  width: 111px;
  height: 111px;
  line-height: 111px;
  margin: 1rem auto;
  border-radius: 50%;
}
.pay-for__part-icon_hourglass {
  background-color: #25b7d3;
}
.pay-for__part-icon_purse {
  background-color: #5fd4af;
}
.pay-for__part-icon img {
  vertical-align: middle;
}
.pay-for__part-about {
  font-size: 1.1rem;
}
.pay-for__part-about_long {
  font-size: 0.85rem;
}
@media (min-width: 576px) {
  .pay-for__part-about_long {
    font-size: 0.9rem;
  }
}
.pay-for__report {
  background-color: #f4f4f4;
  padding: 2.4rem;
  border-radius: 15px;
  font-size: 1.2rem;
}
.pay-for__report-title {
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
}
.pay-for__report-title > strong {
  font-size: 1.8rem;
}
.pay-for__report-items {
  list-style-image: url("../img/bullets/green-disk.svg");
}
@media (max-width: 575px) {
  .pay-for__report-items {
    padding-left: 1em;
  }
}
.pay-for__report-items > li {
  margin: 0.6rem 0;
  padding-left: 0.5rem;
}
.pay-for__description {
  margin-top: 4rem;
}

.portfolio {
  background-color: #eeeeee;
}
.portfolio__item {
  margin: 1.5rem 0;
}
.portfolio__item-title {
  margin-bottom: 0.6rem;
}
.portfolio__item-title:before {
  content: "Тематика: ";
  font-size: 0.8rem;
  color: #666;
  margin-right: 0.4em;
}
.portfolio__item-title-comment {
  font-size: 0.75em;
}
.portfolio__item-link {
  display: block;
  background-color: #fff;
  padding: 2%;
  -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-right: 16px;
}
.portfolio__item-link:hover {
  -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.4);
}
.portfolio__item-link:hover:before {
  background-color: #6cccb4;
  width: 34px;
  height: 34px;
  top: -17px;
  right: -17px;
}
.portfolio__item-link:before {
  display: block;
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: -16px;
  right: -16px;
  border-radius: 50%;
  background: url(../img/icons/zoom-in.png) no-repeat center center #76c2af;
}
.portfolio__item-img {
  max-width: 100%;
}

.portfolio-sites {
  padding-bottom: 0;
}
.portfolio-sites__items {
  margin: 2rem 0;
}
.portfolio-sites__item {
  margin: 2rem 0;
}
.portfolio-sites__item:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(/img/icons/icon-drupal-7.svg) no-repeat 5px 3px #ffff;
  background-size: auto 16px;
  border-radius: 50%;
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 575px) {
  .portfolio-sites__item:before {
    left: 15px;
  }
}
.portfolio-sites__item_d8:before {
  background-image: url(/img/icons/icon-drupal-8.svg);
}
.portfolio-sites__item_d9:before {
  background-image: url(/img/icons/icon-drupal-9.svg);
}
.portfolio-sites__item-theme {
  font-size: 0.8rem;
}
.portfolio-sites__item-domain {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.portfolio-sites__item-history.list-unstyled {
  font-size: 0.95rem;
}
.portfolio-sites__item-stage {
  margin: 1rem 0;
}

.price {
  padding-bottom: 3rem;
}
.price .section-heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .price .section-heading {
    margin-bottom: 4rem;
  }
}
.price__content {
  font-size: 0.9rem;
}
@media (max-width: 575px) {
  .price__content {
    font-size: 12px;
    margin: 0 -10px;
  }
}
.price__row {
  display: flex;
}
@media (max-width: 575px) {
  .price__row {
    display: block;
  }
}
@media (min-width: 576px) {
  .price__row:nth-child(2n) .price__row-item {
    background-color: #fafafa;
  }
}
.price__row-label {
  flex-basis: 20%;
  text-align: right;
  padding: 0.3rem 0.4% 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .price__row-label {
    text-align: center;
    display: block;
    font-size: 1rem;
    background-color: #d8d8d8;
    margin: 0 1px;
  }
}
@media (max-width: 575px) {
  .price__row-label_empty {
    display: none;
  }
}
.price__row-content {
  flex-basis: 80%;
  display: flex;
}
.price__row-item {
  flex: 1 1 0;
  text-align: center;
  background-color: #ededed;
  margin: 0 1px;
  padding: 0.5rem 5px;
}
@media (min-width: 576px) {
  .price__row-item {
    margin: 0 0.8%;
  }
}
.price__row-item .currency {
  display: none;
}
@media (max-width: 575px) {
  .price__row-item_long {
    font-size: 11px;
  }
}
.price__row-item_last {
  border-bottom: 6px solid;
  border-radius: 0 0 6px 6px;
}
.price__row-item_last_max {
  border-color: #f96e6f;
}
.price__row-item_last_st-plus {
  border-color: #f9b94b;
}
.price__row-item_last_st {
  border-color: #36d791;
}
.price__row-item_last_base {
  border-color: #2ba9e0;
}
.price__tariff-title {
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid;
  color: #fff;
  padding: 1rem 5px;
}
.price__tariff-title_max {
  background-color: #f96e6f;
  border-bottom-color: #f73d3e;
}
.price__tariff-title_st-plus {
  background-color: #f9b94b;
  border-bottom-color: #f7a61a;
}
.price__tariff-title_st {
  background-color: #36d791;
  border-bottom-color: #24b676;
}
.price__tariff-title_base {
  background-color: #2ba9e0;
  border-bottom-color: #1c8cbc;
}
@media (max-width: 575px) {
  .price__tariff-name {
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .price__tariff-name {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .price__tariff-name {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .price__tariff-name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .price__tariff-name {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .price__tariff-price {
    font-size: 12px;
  }
}
.price__data .price__row-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price__comment {
  margin: 2rem 0 1rem;
  font-size: 0.9rem;
}
.price__extra {
  margin: 1rem 0;
  font-size: 1.2rem;
}

.services {
  padding-bottom: 0px;
  background: url(../img/bg/net.png) no-repeat 95% 98%;
}
@media (min-width: 576px) {
  .services {
    padding-bottom: 50px;
  }
}
.services_colored {
  background-color: #e7f2f9;
}
.services .section-heading {
  margin-bottom: 4rem;
}
.services__icon {
  max-width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .services__icon {
    display: block;
    margin: 0 auto;
    position: relative;
    left: -7px;
  }
}
.services__item-name {
  font-weight: 400;
  margin-bottom: 2.2rem;
}
@media (max-width: 575px) {
  .services__item-name {
    text-align: center;
    margin-top: 1rem;
  }
}
.services__details {
  margin-bottom: 7rem;
}
@media (max-width: 575px) {
  .services__details {
    margin-bottom: 5rem;
  }
}
.services__details-title {
  margin-top: 1.8rem;
}
.services__details-description {
  font-size: 0.8em;
  margin-top: 0.3rem;
}
@media (max-width: 575px) {
  .services__details-description {
    font-size: 0.85rem;
  }
}

.specialization_colored {
  background-color: #e7f2f9;
}
.specialization_alt-colored {
  background-color: #eeeeee;
}
.specialization__content {
  padding: 2.2rem 0;
}
.specialization__cms {
  text-align: center;
}
@media (max-width: 575px) {
  .specialization__cms {
    margin-bottom: 4rem;
  }
}
.specialization__cms > .row {
  align-items: flex-end;
}
.specialization__cms-logo {
  margin-bottom: 0.4rem;
}
.specialization__cms-name {
  font-size: 25px;
  line-height: 1.1;
}
.specialization__cms-name_secondary {
  font-size: 18px;
}
@media (max-width: 575px) {
  .specialization__check-cms .form-group {
    width: 100%;
  }
}
.specialization__check-cms-button {
  min-width: 9em;
  text-align: center;
}
@media (max-width: 575px) {
  .specialization__check-cms-button {
    width: 100%;
  }
}
.specialization__check-cms-button .spinner-grow {
  position: relative;
  top: -2px;
}

.tools {
  padding-bottom: 80px;
  overflow: hidden;
}
.tools__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem;
  text-align: center;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 575px) {
  .tools__items {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.tools__items::after {
  content: "";
  flex: auto;
}
.tools__items > li {
  margin: 0 1.5rem;
  min-height: 110px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 110px;
}
@media (max-width: 575px) {
  .tools__items > li {
    min-height: 80px;
    min-width: 70px;
    max-width: 40%;
    margin: 0 0.75rem;
  }
}
.tools__items > li img {
  max-width: 100%;
  height: auto;
}

.work-scheme__items {
  padding-left: 50px;
  counter-reset: workscheme;
}
@media (max-width: 575px) {
  .work-scheme__items {
    padding-left: 45px;
    margin: 0 -7px 0 -12px;
  }
}
.work-scheme__items-group_repeating {
  position: relative;
}
.work-scheme__items-group_repeating .work-scheme__group-arrows {
  position: absolute;
  top: 67px;
  bottom: 72px;
  left: -50px;
  width: 50px;
  background: url(../img/arrows/green-middle.svg) no-repeat left center;
}
@media (max-width: 575px) {
  .work-scheme__items-group_repeating .work-scheme__group-arrows {
    left: -45px;
    width: 45px;
  }
}
.work-scheme__items-group_repeating .work-scheme__group-arrows:before, .work-scheme__items-group_repeating .work-scheme__group-arrows:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0;
}
.work-scheme__items-group_repeating .work-scheme__group-arrows:before {
  background: url(../img/arrows/green-top-to-right.svg) no-repeat 8px bottom;
  height: 40px;
  top: -39px;
}
.work-scheme__items-group_repeating .work-scheme__group-arrows:after {
  background: url(../img/arrows/green-bottom-from-right.svg) no-repeat 8px top;
  height: 40px;
  bottom: -40px;
}
.work-scheme__item {
  min-height: 68px;
  box-sizing: border-box;
  padding: 23px 0 9px 50px;
  position: relative;
}
.work-scheme__item:first-child:before {
  counter-increment: none;
}
.work-scheme__item:before {
  content: counter(workscheme);
  counter-increment: workscheme;
  position: absolute;
  display: block;
  height: 44px;
  top: 23px;
  width: 44px;
  border-radius: 22px;
  background-color: #3d576b;
  border: 2px solid #fff;
  left: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 38px;
  z-index: 10;
  padding-left: 3px;
}
@media (max-width: 575px) {
  .work-scheme__item:before {
    width: 40px;
    height: 40px;
    left: 5px;
    line-height: 34px;
    padding-left: 1px;
  }
}
.work-scheme__item:first-child .work-scheme__item-arrows:before {
  content: none;
}
.work-scheme__item:last-child .work-scheme__item-arrows:after {
  content: none;
}
.work-scheme__item-arrows {
  width: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.work-scheme__item-arrows:before, .work-scheme__item-arrows:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: url(../img/arrows/blue-down.svg) no-repeat;
}
.work-scheme__item-arrows:before {
  top: 0;
  height: 20px;
  background-position: center bottom;
}
.work-scheme__item-arrows:after {
  top: 40px;
  bottom: 0;
  background-position: center top;
}
.work-scheme__item-content {
  background-color: #e5eef5;
  border-radius: 17px;
  line-height: 24px;
  font-size: 16px;
  padding: 5px 15px;
  margin: 5px 0;
}
@media (max-width: 575px) {
  .work-scheme__item-content {
    line-height: 21px;
    font-size: 13px;
  }
}
.work-scheme__item-content_compact {
  display: inline-block;
  max-width: 500px;
}
.work-scheme__item-content_low {
  padding: 2px 15px;
  border-radius: 14px;
}
.work-scheme__subitems {
  max-width: 730px;
}
.work-scheme__subitems_repeating {
  padding-left: 100px;
  background: url(../img/arrows/circulation.svg) no-repeat 10px center;
}
@media (max-width: 575px) {
  .work-scheme__subitems_repeating {
    padding-left: 56px;
    margin-left: -22px;
    position: relative;
    background-size: 45px;
  }
}
.work-scheme__extend-important {
  display: block;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .work-scheme__extend-important {
    font-size: 18px;
  }
}
.work-scheme__extend-variant {
  position: relative;
  padding: 4px 0 4px 50px;
  margin: 0.7rem 0;
}
.work-scheme__extend-variant:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  background-color: #5c7248;
  text-align: center;
  line-height: 32px;
  color: #fff;
  box-sizing: border-box;
}
.work-scheme__extend-variant:nth-child(1):before {
  content: "а";
}
.work-scheme__extend-variant:nth-child(2):before {
  content: "б";
}
.work-scheme__extend-variant:nth-child(3):before {
  content: "в";
}
.work-scheme__extend-variant:nth-child(4):before {
  content: "г";
}
.work-scheme__extend-variant:nth-child(5):before {
  content: "д";
}
.work-scheme__extend-variant:nth-child(6):before {
  content: "е";
}
.work-scheme__extend-variant:nth-child(7):before {
  content: "ж";
}

/*# sourceMappingURL=new-age.css.map */
