﻿@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgoKfw7z.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCxCvjsGyI.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #fbf9f6;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  body {
    min-width: 100%;
  }
}
.with-showing-popup {
  overflow: hidden;
}
.container {
  max-width: 1150px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width : 479px) and (min-width : 321px) {
  .container {
    max-width: 320px !important;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .container {
    max-width: 480px !important;
  }
}
button,
.link-as-button {
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
button:active,
.link-as-button:active,
button:focus,
.link-as-button:focus {
  outline: none;
}
button.def-button,
.link-as-button.def-button {
  display: block;
  width: 100%;
  font-family: 'Ubuntu Medium', 'Ubuntu';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  padding: 0;
  height: 40px;
  text-transform: uppercase;
  color: #37a0ff;
  background: #fff;
  box-shadow: 0 5px 25px -8px rgba(70, 169, 255, 0.75);
  transition: all 0.4s;
}
button.def-button.yellow,
.link-as-button.def-button.yellow {
  color: #fff;
  background: #ffba04;
  box-shadow: 0 12px 25px -8px rgba(255, 186, 4, 0.75);
}
button.def-button.blue,
.link-as-button.def-button.blue {
  color: #fff;
  background: #64a4d2;
  box-shadow: 0 12px 25px -8px rgba(100, 164, 210, 0.75);
}
button.def-button:hover,
.link-as-button.def-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 25px -6px #46a9ff;
}
button.def-button:hover.yellow,
.link-as-button.def-button:hover.yellow {
  box-shadow: 0 12px 25px -6px #ffba04;
}
button.def-button:hover.blue,
.link-as-button.def-button:hover.blue {
  box-shadow: 0 12px 25px -8px #64a4d2;
}
.link-as-button.def-button {
  line-height: 40px;
}
.big-number {
  width: 100px;
  height: 100px;
  position: relative;
}
.big-number b {
  font-family: 'PT Serif Bold', 'PT Serif ';
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
  color: #FFCE4F;
  line-height: 25px;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.big-number .section-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #3C5FA6;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
  white-space: nowrap;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul .number {
  font-family: "PT Serif  Bold", "PT Serif";
  font-size: 30px;
  font-weight: 700;
  color: #666;
  letter-spacing: -2px;
}
ul .number .big {
  font-size: 40px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  ul .number {
    font-size: 20px;
  }
  ul .number .big {
    font-size: 25px;
  }
}
ul .item-name {
  margin-bottom: 26px;
  font-family: "Ubuntu Bold", "Ubuntu";
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #666;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  ul .item-name {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  ul .item-name {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.page-header {
  width: 100%;
  border-bottom: solid 1px #e4e4e4;
  position: fixed;
  background-color: #F9F8F6;
  z-index: 6;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-header {
    display: block;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    position: fixed;
  }
}
.page-header .container {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-header .container {
    justify-content: space-between;
    align-items: center;
  }
}
.page-header .hamburger {
  display: none;
  font-family: Ubuntu Bold;
  font-weight: 900;
  font-size: 25px;
  margin: 5px;
  margin-right: 0;
  color: #ffba04;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-header .hamburger {
    display: block;
  }
}
.page-header .phone {
  display: none;
  text-decoration: none;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-size: 16px;
  color: #06f;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-header .phone {
    display: block;
  }
}
.page-header ul {
  display: flex;
  flex-wrap: wrap;
  min-height: 50px;
  padding-bottom: 16px;
}
.page-header ul li {
  margin-right: 36px;
  padding-top: 16px;
}
.page-header ul a {
  text-decoration: none;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  color: #E67C4A;
  transition: all 0.2s;
  text-transform: uppercase;
}
.page-header ul a[href]:hover {
  color: #0066FF;
}
.page-header ul a:not([href]) {
  cursor: default;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-header .left {
    display: none;
  }
}
.page-header .right {
  flex-shrink: 0;
  margin-left: auto;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-header .right {
    display: none;
  }
}
.page-header .right li:last-child {
  margin-right: 0;
  margin-left: auto;
}
.breadcrumbs {
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
.breadcrumbs .breadcrumbs-item {
  display: inline-block;
}
.breadcrumbs .breadcrumbs-link {
  color: #666;
}
.breadcrumbs .breadcrumbs-link.active {
  color: #e67c4a;
  cursor: default;
}
main.content {
  padding-top: 151px;
  padding-bottom: 50px;
  font-family: "PT Serif", "Times New Roman", serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #666;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  main.content {
    padding-top: 50px;
  }
}
main.content .content-part:nth-of-type(n+2) {
  margin-top: 100px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  main.content .content-part:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
main.content .content-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  main.content .content-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
}
main.content .content-list {
  padding-left: 18px;
}
main.content .content-list.ordered-list .content-item p {
  margin-left: -18px;
}
main.content .content-list:not(.ordered-list) .content-item {
  margin-left: -18px;
}
main.content .content-sublist {
  margin-top: 10px;
  margin-left: -2px;
  padding-left: 0;
}
main.content .content-item {
  margin-bottom: 30px;
  font-weight: 700;
}
main.content .content-item > *:not(.number):not(.item-name) {
  font-weight: 400;
  color: #7c7c7c;
}
main.content .content-item p {
  margin: 0;
  margin-top: 10px;
}
main.content .content-subitem {
  margin-bottom: 10px;
}
main.content a {
  color: #00f;
  text-decoration: none;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  main.content .table-wrapper {
    overflow-x: auto;
  }
}
main.content table {
  margin: 50px 0;
  border-collapse: collapse;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  main.content table {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 479px) {
  main.content table {
    margin: 15px 0;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  main.content table {
    font-size: 12px;
    line-height: 18px;
  }
}
main.content table thead tr {
  border-bottom: 1px solid #b8b8b8;
}
main.content table thead th {
  padding: 15px;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  main.content table thead th {
    padding: 7px;
  }
}
main.content table tbody tr {
  border-bottom: 1px solid #d9d9d9;
}
main.content table tbody tr:nth-child(2n) {
  background-color: #eee;
}
main.content table tbody td {
  padding: 15px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  main.content table tbody td {
    padding: 7px;
  }
}
.content.nextcloud {
  padding-top: 0;
}
.content.nextcloud .content-title {
  font-size: 23px;
  line-height: 34px;
  text-transform: uppercase;
}
.content.nextcloud .content-list .item-name {
  text-transform: uppercase;
}
.content.nextcloud .slider-nextcloud {
  margin: auto;
}
@media only screen and (max-width: 479px) {
  .content.nextcloud .slider-nextcloud {
    display: none;
  }
}
.content.nextcloud .slider-nextcloud .slider-item {
  margin-bottom: 50px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .content.nextcloud .slider-nextcloud .slider-item {
    margin-bottom: 20px;
  }
}
.content.nextcloud .slider-nextcloud .slider-descr {
  font-weight: 700;
  text-align: center;
}
.content.nextcloud .slider-nextcloud .slider-img {
  width: 960px;
  height: 550px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .content.nextcloud .slider-nextcloud .slider-img {
    width: 820px;
    height: 470px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .content.nextcloud .slider-nextcloud .slider-img {
    width: 384px;
    height: 220px;
  }
}
.content.nextcloud .slider-nextcloud .slider-img-1 {
  background-image: url(../img/nextcloud/login.png);
}
.content.nextcloud .slider-nextcloud .slider-img-2 {
  background-image: url(../img/nextcloud/dashboard.png);
}
.content.nextcloud .slider-nextcloud .slider-img-3 {
  background-image: url(../img/nextcloud/desktop.png);
}
.content.nextcloud .slider-nextcloud .slider-img-4 {
  background-image: url(../img/nextcloud/calendar.png);
}
.content.nextcloud .slider-nextcloud .slider-img-5 {
  background-image: url(../img/nextcloud/contact.png);
}
.content.nextcloud .slider-nextcloud .slider-img-6 {
  background-image: url(../img/nextcloud/mail.png);
}
.content.nextcloud .slider-nextcloud .slider-img-7 {
  background-image: url(../img/nextcloud/files-online.png);
}
.content.nextcloud .slider-nextcloud .slider-img-8 {
  background-image: url(../img/nextcloud/synch.png);
}
.content.nextcloud .slider-nextcloud .slider-img-9 {
  background-image: url(../img/nextcloud/files-offline.png);
}
.content.nextcloud .slider-nextcloud .slider-img-10 {
  background-image: url(../img/nextcloud/excel-online.png);
}
.intro-nextcloud {
  position: relative;
  min-height: 1070px;
  margin-bottom: 50px;
  padding-top: 120px;
  padding-bottom: 50px;
  background: #c5e1f7 url("../img/nextcloud/intro-bg.png") no-repeat 10% 120px;
  background-size: cover;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .intro-nextcloud {
    min-height: 872px;
    padding-top: 60px;
    background-position: 15% -170px;
  }
}
@media only screen and (max-width: 479px) {
  .intro-nextcloud {
    min-height: 600px;
    padding-top: 60px;
    background-position: 20% -290px;
  }
}
.intro-nextcloud .intro-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.intro-nextcloud .container {
  position: relative;
  z-index: 1;
  padding-top: 395px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .intro-nextcloud .container {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .intro-nextcloud .container {
    padding-top: 20px;
  }
}
.intro-nextcloud span {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
}
.intro-nextcloud p {
  margin: 0;
}
.intro-nextcloud h1,
.intro-nextcloud .white-block {
  width: 505px;
  height: auto;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .intro-nextcloud h1,
  .intro-nextcloud .white-block {
    width: 100%;
  }
}
.intro-nextcloud h1 {
  padding: 20px;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  background-color: #ffba04;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .intro-nextcloud h1 {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
}
.intro-nextcloud .white-block {
  margin-top: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 25px;
  color: #6f819d;
  font-weight: 400;
  letter-spacing: -1px;
  background-color: #fff;
}
@media only screen and (max-width: 479px) {
  .intro-nextcloud .white-block {
    font-size: 14px;
    line-height: 22px;
  }
}
.slider-welcome {
  padding-top: 110px;
  background-color: #fff;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .slider-welcome {
    padding-top: 0;
  }
}
.slider-welcome .slick-arrow {
  top: 55%;
  width: 50px;
  height: 50px;
  opacity: 0.75;
}
.slider-welcome .slick-arrow::before,
.slider-welcome .slick-arrow::after {
  top: 35%;
  width: 20px;
}
.slider-welcome .slick-arrow::after {
  top: 63%;
}
.slider-welcome .slick-arrow.slick-prev {
  left: calc(50% - 575px);
}
.slider-welcome .slick-arrow.slick-next {
  right: calc(50% - 575px);
}
@media only screen and (max-width : 1280px) and (min-width : 1024px), only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .slider-welcome .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slider-welcome .slick-arrow::before,
  .slider-welcome .slick-arrow::after {
    top: 37%;
    width: 15px;
  }
  .slider-welcome .slick-arrow::after {
    top: 62%;
  }
  .slider-welcome .slick-arrow.slick-prev {
    left: 0;
  }
  .slider-welcome .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .slider-welcome .slick-arrow {
    top: 65%;
  }
}
.slider-welcome .slick-dots {
  bottom: 20px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .slider-welcome .slick-dots {
    bottom: 15px;
  }
}
.slider-welcome .slick-dots li.slick-active button::before {
  color: #ffba04;
  opacity: 1;
}
.slider-welcome .slick-dots li button::before {
  color: #bfbfbf;
  opacity: 1;
}
.slider-welcome .slick-dots li button:hover,
.slider-welcome .slick-dots li button:focus {
  outline: none;
}
.slider-welcome .slick-dots li button:hover::before,
.slider-welcome .slick-dots li button:focus::before {
  color: #ffba04;
  opacity: 1;
}
.slider-welcome .slick-track .slick-slide > div {
  max-width: 1150px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .slider-welcome .slick-track .slick-slide > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width : 479px) and (min-width : 321px) {
  .slider-welcome .slick-track .slick-slide > div {
    max-width: 320px !important;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .slider-welcome .slick-track .slick-slide > div {
    max-width: 480px !important;
  }
}
.slider-welcome .slick-track .slick-slide:nth-child(1) .slider-item {
  background-image: url(../img/slider-welcome/smartfone.jpg);
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .slider-welcome .slick-track .slick-slide:nth-child(1) .slider-item {
    background-image: url(../img/slider-welcome/smartfone_tablet.jpg);
  }
}
@media only screen and (max-width: 479px) {
  .slider-welcome .slick-track .slick-slide:nth-child(1) .slider-item {
    background-image: url(../img/slider-welcome/smartfone_phone.jpg);
  }
}
.slider-welcome .slick-track .slick-slide:nth-child(2) .slider-item {
  background-image: url(../img/slider-welcome/help-desk.jpg);
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .slider-welcome .slick-track .slick-slide:nth-child(2) .slider-item {
    background-image: url(../img/slider-welcome/help-desk_tablet.jpg);
  }
  .slider-welcome .slick-track .slick-slide:nth-child(2) .slider-item .slider-list-item:last-child {
    width: 250px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-welcome .slick-track .slick-slide:nth-child(2) .slider-item {
    background-image: url(../img/slider-welcome/help-desk_phone.jpg);
  }
}
.slider-welcome .slick-track .slick-slide:nth-child(3) .slider-item {
  background-image: url(../img/slider-welcome/handshake.jpg);
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .slider-welcome .slick-track .slick-slide:nth-child(3) .slider-item {
    background-image: url(../img/slider-welcome/handshake_tablet.jpg);
  }
}
@media only screen and (max-width: 479px) {
  .slider-welcome .slick-track .slick-slide:nth-child(3) .slider-item {
    background-image: url(../img/slider-welcome/handshake_phone.jpg);
  }
}
.slider-welcome .slick-track .slick-slide:nth-child(4) .slider-item {
  background-image: url(../img/slider-welcome/office.jpg);
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .slider-welcome .slick-track .slick-slide:nth-child(4) .slider-item {
    background-image: url(../img/slider-welcome/office_tablet.jpg);
  }
}
@media only screen and (max-width: 479px) {
  .slider-welcome .slick-track .slick-slide:nth-child(4) .slider-item {
    background-image: url(../img/slider-welcome/office_phone.jpg);
  }
}
.slider-welcome .slick-track .slick-slide:nth-child(n) .slider-item {
  background-size: 1200px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .slider-welcome .slick-track .slick-slide:nth-child(n) .slider-item {
    background-size: 1000px;
    background-position: center bottom;
  }
}
@media only screen and (max-width: 479px) {
  .slider-welcome .slick-track .slick-slide:nth-child(n) .slider-item {
    background-position: center bottom -10px;
  }
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .slider-welcome .slick-track .slick-slide:nth-child(n+2) .slider-item {
    background-position: center bottom;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .slider-welcome .slick-track .slick-slide:nth-child(n+2) .slider-item {
    background-position: right -200px bottom;
  }
}
@media only screen and (max-width: 479px) {
  .slider-welcome .slick-track .slick-slide:nth-child(n+2) .slider-item {
    background-size: 1100px;
    background-position: right -400px bottom;
  }
}
.slider-welcome .slider-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 520px;
  min-height: 600px;
  font-family: 'PT Serif', serif;
  color: #7c7c7c;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .slider-welcome .slider-text-block {
    width: 100%;
  }
}
.slider-welcome .slider-header {
  display: block;
  margin-top: 23px;
  font-size: 35px;
  line-height: 45px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #6f819d;
  letter-spacing: 1.2px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .slider-welcome .slider-header {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-welcome .slider-header {
    font-size: 20px;
    line-height: 24px;
  }
}
.slider-welcome .slider-descr,
.slider-welcome .slider-list {
  display: block;
  margin: 0;
  margin-top: 30px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .slider-welcome .slider-descr,
  .slider-welcome .slider-list {
    width: 360px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-welcome .slider-descr,
  .slider-welcome .slider-list {
    width: 100%;
  }
}
.slider-welcome .slider-descr:nth-of-type(n+2) {
  margin-top: 0;
}
.slider-welcome .slider-list {
  padding-left: 20px;
  list-style: disc outside;
}
.slider-welcome .link-as-button {
  display: block;
  width: 210px;
  margin-top: 50px;
  padding-right: 21px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .slider-welcome .link-as-button {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-welcome .link-as-button {
    width: 150px;
  }
}
.details-welcome {
  padding-top: 112px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 479px) {
  .details-welcome {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.details-welcome.en {
  padding-top: 97px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .details-welcome.en {
    padding-top: 46px;
  }
}
@media only screen and (max-width: 479px) {
  .details-welcome.en {
    padding-top: 60px;
  }
}
.details-welcome .container {
  position: relative;
  padding-bottom: 70px;
  background: url(../img/logo-right.png) no-repeat;
  background-size: 820px;
  background-position: 349px 23px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .details-welcome .container {
    width: 100%;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-size: 114%;
    background-position: -29px -44px;
  }
}
.details-welcome .container.new-year {
  background-image: url(../img/newyear.png);
}
.details-welcome .container:not(.new-year) .dog-anim {
  opacity: 1;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .details-welcome .container:not(.new-year) .dog-anim {
    opacity: 0;
  }
}
.details-welcome .container .dog-anim {
  display: block;
  position: absolute;
  left: 435px;
  top: 396px;
  width: 118px;
  margin: 0;
  opacity: 0;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .details-welcome .container .dog-anim {
    left: 2px;
    top: 130px;
  }
}
.details-welcome .container .dog-anim span {
  display: block;
  position: relative;
}
.details-welcome .container .dog-anim span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 30px;
  background: #fbf8f6;
  z-index: 0;
}
.details-welcome .container .dog-anim span:before {
  content: "";
  position: absolute;
  left: 80px;
  top: -1px;
  width: 37px;
  height: 31px;
  background: #fbf9f6;
  z-index: 0;
  -moz-transform: rotate(-216deg);
  -ms-transform: rotate(-216deg);
  -webkit-transform: rotate(-216deg);
  -o-transform: rotate(-216deg);
  transform: rotate(-216deg);
}
.details-welcome .container .dog-anim span img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.details-welcome .container .text-block {
  width: 320px;
  padding-top: 43px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .details-welcome .container .text-block {
    width: 100%;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .details-welcome .container .text-block {
    padding-top: 257px;
  }
}
@media only screen and (max-width: 479px) {
  .details-welcome .container .text-block {
    padding-top: 208px;
  }
}
.details-welcome .container .text-block img {
  width: 310px;
  display: block;
  margin-left: -4px;
  margin-bottom: 23px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .details-welcome .container .text-block img {
    width: 100%;
    margin-left: 0px;
  }
}
.details-welcome .container .text-block .logo-info {
  display: block;
  margin-top: 23px;
  font-size: 22px;
  line-height: 30px;
  color: #6f819d;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .details-welcome .container .text-block .logo-info {
    width: 370px;
  }
}
@media only screen and (max-width: 479px) {
  .details-welcome .container .text-block .logo-info {
    font-size: 20px;
  }
}
.details-welcome .container .text-block .slogan {
  display: block;
  margin: 0;
  margin-top: 13px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #888d9b;
}
.details-welcome .container .text-block .contacts {
  margin-top: 57px;
  padding-right: 21px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .details-welcome .container .text-block .contacts {
    padding-right: 0px;
  }
}
.details-welcome .container .text-block .contacts .link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #0066ff;
  cursor: pointer;
}
.details-welcome .container .text-block .contacts .link + .link {
  float: right;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .details-welcome .container .text-block .contacts .link + .link {
    float: left;
    margin-right: 41px;
  }
}
.details-welcome .container .text-block .contacts .def-button {
  margin-top: 34px;
}
.detail .big-number {
  margin: 0 auto;
}
.about {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .about {
    padding-bottom: 43px;
  }
}
@media only screen and (max-width: 479px) {
  .about {
    padding-top: 80px;
    padding-bottom: 23px;
  }
}
.about .container {
  border-left: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
  max-width: 1140px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .about .container {
    border: none;
  }
}
.about .container a {
  text-decoration: none;
  color: #0066ff;
}
.about .container a:hover {
  text-decoration: underline;
}
.about .container > div:nth-child(1) {
  float: left;
  width: 36%;
  margin-left: -60px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .about .container > div:nth-child(1) {
    margin-left: 0px;
    width: 100%;
  }
}
.about .container > div:nth-child(1) .big-number {
  margin-bottom: 41px;
}
.about .container > div:nth-child(1) p {
  margin: 0;
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7C7C7C;
  line-height: 25px;
  padding-left: 40px;
  margin-bottom: 15px;
}
.about .container > div:nth-child(1) p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .about .container > div:nth-child(1) p {
    padding-left: 0px;
  }
}
.about .container > div:nth-child(1) a {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.about .container > div:nth-child(2) {
  float: right;
  width: 66%;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .about .container > div:nth-child(2) {
    width: 100%;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .about .container > div:nth-child(2) {
    padding-top: 80px;
  }
}
.about .container > div:nth-child(2) .big-number {
  margin-bottom: 38px;
}
.about .container > div:nth-child(2) > div label,
.about .container > div:nth-child(2) > div h3 {
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
}
.about .container > div:nth-child(2) > div p {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7C7C7C;
  line-height: 25px;
  margin: 20px 0 37px;
}
.about .container > div:nth-child(2) > div:nth-child(2) {
  width: 46%;
  padding-left: 30px;
  padding-right: 0px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .about .container > div:nth-child(2) > div:nth-child(2) {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.about .container > div:nth-child(2) > div:nth-child(3) {
  width: 49%;
  padding-left: 13%;
  padding-right: 0px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .about .container > div:nth-child(2) > div:nth-child(3) {
    width: 100%;
    padding-left: 0px;
    padding-top: 60px;
  }
}
.about .container:after {
  content: "";
  display: block;
  clear: both;
}
.advantages {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .advantages {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.advantages .container {
  position: relative;
}
.advantages .container::before {
  content: "";
  background: url(../img/dude.png?v=2) no-repeat;
  background-size: 400px;
  background-position: 54px 0;
  position: relative;
  width: 450px;
  height: 492px;
  display: block;
  right: 31px;
  top: -74px;
  position: absolute;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container::before {
    display: none;
  }
}
.advantages .container::after {
  content: "";
  background: url(../img/dog.png?v=2) no-repeat;
  background-size: 530px;
  background-position: 0px 0;
  position: relative;
  width: 630px;
  height: 304px;
  display: block;
  right: -51px;
  top: 239px;
  position: absolute;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .advantages .container::after {
    right: 49px;
    top: 225px;
    width: 510px;
    height: 374px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container::after {
    display: none;
  }
}
.advantages .container.clear:before,
.advantages .container.clear:after {
  display: none;
}
.advantages .container > div.big-number {
  margin-bottom: 50px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container > div.big-number {
    margin-bottom: 45px;
  }
}
.advantages .container > div.left-block {
  width: 460px;
  display: inline-block;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container > div.left-block {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .advantages .container > div.left-block .features {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
}
.advantages .container > div.left-block > div {
  width: 100%;
  margin-bottom: 30px;
  padding: 18px;
}
.advantages .container > div.left-block > div:nth-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container > div.left-block > div:nth-child(2) {
    width: 100%;
    margin-left: 0px;
    padding-bottom: 23px;
  }
}
.advantages .container > div.left-block > div:nth-child(2) img {
  width: 155px;
  display: block;
  margin-left: 18px;
  transform: translateX(-15px);
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container > div.left-block > div:nth-child(2) img {
    transform: initial;
  }
}
.advantages .container > div.left-block > div:nth-child(2) p {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7C7C7C;
  line-height: 28px;
  margin: 30px 0 21px;
}
.advantages .container > div.left-block > div:nth-child(2) button {
  display: none;
}
.advantages .container > div.left-block > div:nth-child(2) b {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7C7C7C;
  text-align: left;
  line-height: 25px;
  box-shadow: inset 0px -9px 1px -1px #ffeaaa;
  padding: 0 4px;
}
.advantages .container > div.left-block > div.mobile {
  border-width: 4px;
  border-style: solid;
  border-color: #00a8ff;
  border-radius: 12px;
}
.advantages .container > div.left-block > div.mobile .header {
  margin-bottom: 14px;
}
.advantages .container > div.left-block > div.mobile .header img {
  display: inline-block;
  margin-right: 40px;
  width: 48px;
  height: 70px;
}
.advantages .container > div.left-block > div.mobile .header span {
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: top;
}
.advantages .container > div.left-block > div.mobile .content {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7C7C7C;
  line-height: 25px;
}
.advantages .container > div.left-block > div.mobile .content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 18px;
}
.advantages .container > div.left-block > div.mobile .content ul li {
  margin-bottom: 5px;
}
.advantages .container > div.left-block > div.mobile .content b {
  box-shadow: inset 0px -9px 1px -1px #ffeaaa;
  padding: 0 4px;
  font-weight: 400;
  font-style: normal;
}
.advantages .container > div.left-block > div.mobile .content p {
  margin-bottom: 19px;
}
.advantages .container > div.left-block > div.mobile .content div a {
  display: inline-block;
}
.advantages .container > div.left-block > div.mobile .content div a:first-child img {
  width: 148px;
  height: 50px;
}
.advantages .container > div.left-block > div.mobile .content div a:last-child img {
  width: 166px;
  height: 50px;
}
.advantages .container > div.right-block {
  width: calc(100% - 540px);
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container > div.right-block {
    display: block;
    width: 100%;
    padding-bottom: 0px;
  }
  .advantages .container > div.right-block .images {
    display: none;
  }
  .advantages .container > div.right-block .features {
    padding: 18px;
  }
}
.advantages .container > div.right-block .images {
  height: 370px;
  width: 100%;
  background: transparent;
  position: relative;
}
.advantages .container > div.right-block .images .block {
  width: 154px;
  height: 145px;
  background: url(../img/block.png) no-repeat;
  background-size: 154px 145px;
  background-position: 0px 0;
  position: absolute;
  right: 0;
  top: 25px;
}
.advantages .container > div.right-block .images .comp {
  width: 110px;
  height: 128px;
  background: url(../img/comp.png) no-repeat;
  background-size: 110px 128px;
  background-position: 0px 0;
  position: absolute;
  left: 265px;
  top: -85px;
}
.advantages .container .features {
  padding: 0 64px 0 0;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .advantages .container .features {
    padding: 0 0;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container .features {
    padding: 0 0 0 0;
  }
}
.advantages .container .features ul {
  display: block;
}
.advantages .container .features ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 33px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container .features ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container .features ul li:nth-child(2) {
    display: none;
  }
}
.advantages .container .features ul li:nth-child(2n+1) {
  margin-right: 7%;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container .features ul li:nth-child(2n+1) {
    margin-right: 0px;
  }
}
.advantages .container .features ul li img {
  height: 65px;
  margin-right: 6%;
}
.advantages .container .features ul li label,
.advantages .container .features ul li h3 {
  display: inline-block;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  max-width: 57%;
  vertical-align: top;
  margin-top: -6px;
}
.advantages .container .features ul li label.big,
.advantages .container .features ul li h3.big {
  max-width: 80%;
}
.advantages .container .features ul li label.block,
.advantages .container .features ul li h3.block {
  display: block;
  margin-top: 6px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 100%;
}
.advantages .container .features ul li p {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7C7C7C;
  text-align: left;
  line-height: 25px;
  margin: 20px 0;
}
.advantages .container .features ul li p a {
  color: #0000ff;
  text-decoration: none;
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.advantages .container .features b {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7C7C7C;
  text-align: left;
  line-height: 25px;
  box-shadow: inset 0px -9px 1px -1px #ffeaaa;
  padding: 0 4px;
}
.advantages .container > .features ul li {
  width: 46%;
  padding: 0 18px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .advantages .container > .features ul li {
    width: 100%;
    padding: 18px;
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-in-up {
  animation: fade-in-up 1s;
}
.services {
  padding-top: 100px;
  background: #fff;
}
@media only screen and (max-width: 479px) {
  .services {
    padding-top: 80px;
  }
}
.services .top {
  padding-bottom: 50px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .top {
    padding-bottom: 30px;
  }
}
.services .top .container .big-number {
  margin-bottom: 5px;
}
.services .top .container p {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #838383;
  line-height: 25px;
  max-width: 610px;
  margin: 60px auto 24px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .top .container p {
    margin-top: 25px;
  }
}
.services .top .container ul {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .top .container ul {
    text-align: left;
  }
}
.services .top .container ul li {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .top .container ul li {
    vertical-align: top;
    width: 48%;
  }
}
.services .top .container ul li:nth-child(1) {
  margin-right: 60px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .top .container ul li:nth-child(1) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .top .container ul li:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .top .container ul li:nth-child(2) {
    margin-top: 0px;
    margin-left: 11px;
  }
}
.services .top .container ul li i {
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  color: #58E390;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.services .top .container ul li img {
  height: 40px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .top .container ul li img {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .top .container ul li img {
    margin-bottom: 7px;
  }
}
.services .top .container ul li span {
  display: inline-block;
  font-family: 'Ubuntu Medium', 'Ubuntu';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #838383;
  line-height: 25px;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .top .container ul li span {
    width: 50%;
    vertical-align: top;
  }
}
.services .bottom {
  background-color: #4a5c82;
  padding-top: 40px;
  padding-bottom: 190px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .services .bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .services .bottom {
    padding-bottom: 50px;
  }
}
.services .bottom .container i.y {
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #398AC6;
}
.services .bottom .container i.b {
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #40BF73;
}
.services .bottom .container .stats-preview {
  display: block;
  text-align: center;
  padding-bottom: 45px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .bottom .container .stats-preview {
    text-align: left;
  }
}
.services .bottom .container .stats-preview li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 59px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .bottom .container .stats-preview li {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .services .bottom .container .stats-preview li {
    margin-top: 10px;
  }
}
.services .bottom .container .stats-preview li:last-child {
  margin-right: 0;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .bottom .container .stats-preview li:last-child {
    margin-top: 13px;
  }
}
.services .bottom .container .stats-preview li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  box-sizing: border-box;
  padding: 8px 0;
}
.services .bottom .container .stats-preview li i.empty {
  background-color: #fff18c;
}
.services .bottom .container .stats-preview li span {
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #F2F2F2;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.services .bottom .container .stats {
  text-align: center;
}
.services .bottom .container .stats > li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 6px;
  max-width: 320px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .services .bottom .container .stats > li {
    width: 100%;
  }
}
.services .bottom .container .stats > li > div {
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 153, 0.09803922);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 153, 0.09803922);
  box-shadow: 0px 5px 10px rgba(0, 0, 153, 0.09803922);
  margin-bottom: 10px;
  padding-bottom: 19px;
}
.services .bottom .container .stats > li > div label,
.services .bottom .container .stats > li > div h3 {
  font-family: 'Ubuntu Medium', 'Ubuntu';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #665;
  line-height: 20px;
  display: block;
  padding: 24px 20px 0 31px;
  text-align: left;
  margin-bottom: 18px;
}
.services .bottom .container .stats > li > div ul li {
  text-align: right;
  display: block;
  padding-bottom: 7px;
  padding-top: 6px;
  margin-right: 20px;
  margin-left: 20px;
}
.services .bottom .container .stats > li > div ul li i {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  margin-top: -3px;
}
.services .bottom .container .stats > li > div ul li i + i:before {
  content: "/";
  font-style: normal;
  font-size: 14px;
  text-align: right;
  line-height: 20px;
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  color: #E4E4E4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 0px;
}
.services .bottom .container .stats > li > div ul li span {
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #665;
  line-height: 20px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 84%;
  padding-left: 7px;
  padding-right: 8px;
  margin-top: -3px;
}
.services .bottom .container .stats > li > div ul li span .attention {
  display: block;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  color: #BB0000;
}
.services .bottom .container .stats > li > div ul li.yellow {
  background-color: #fff18c;
}
.services .bottom .container .stats > li:last-child {
  margin-right: 0;
}
.working-schedule {
  background-color: #ffce4f;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width : 479px) and (min-width : 321px) {
  .working-schedule {
    background-color: #fff;
  }
}
.working-schedule .container {
  max-width: 1260px;
}
.working-schedule .top {
  position: relative;
  transform: translateY(-100px);
  padding-top: 100px;
  padding-bottom: 27px;
  border-bottom: solid 3px #82eaac;
  background-color: #fff;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .working-schedule .top {
    border-bottom: none;
    z-index: 1;
    transform: none;
  }
}
@media only screen and (max-width: 479px) {
  .working-schedule .top {
    padding-top: 80px;
  }
}
.working-schedule .top::before {
  content: "";
  background: url(../img/d-5-bottom.png) no-repeat;
  display: block;
  width: 477px;
  height: 87px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -241px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top::before {
    margin-left: -317px;
    top: 1182px;
    background-color: #fff;
    height: 300px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top::before {
    top: 1166px;
    margin-left: -246px;
    background-position-x: 11px;
  }
}
@media only screen and (max-width : 479px) and (min-width : 321px) {
  .working-schedule .top::before {
    margin-left: -290px;
  }
}
.working-schedule .top .d-5-1 span,
.working-schedule .top .d-5-2 span,
.working-schedule .top .d-5-3 span,
.working-schedule .top .d-5-4 span,
.working-schedule .top .d-5-5 span {
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #7C8694;
  text-align: right;
  line-height: 20px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 span,
  .working-schedule .top .d-5-2 span,
  .working-schedule .top .d-5-3 span,
  .working-schedule .top .d-5-4 span,
  .working-schedule .top .d-5-5 span {
    font-size: 13px;
  }
}
.working-schedule .top .d-5-1 b,
.working-schedule .top .d-5-2 b,
.working-schedule .top .d-5-3 b,
.working-schedule .top .d-5-4 b,
.working-schedule .top .d-5-5 b {
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  color: #333333;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 b,
  .working-schedule .top .d-5-2 b,
  .working-schedule .top .d-5-3 b,
  .working-schedule .top .d-5-4 b,
  .working-schedule .top .d-5-5 b {
    font-size: 18px;
    text-align: left;
  }
}
.working-schedule .top .d-5-1 {
  background: url(../img/lane2.png);
  background-repeat-y: no-repeat;
  background-repeat: repeat-x;
  width: 80%;
  margin: 0 auto;
  margin-top: 61px;
  text-align: center;
  display: block;
  height: 130px;
  background-position-y: 125px;
  border-radius: 40px;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .working-schedule .top .d-5-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 {
    display: inline-block;
    width: 100%;
    height: 238px;
    margin-bottom: 40px;
    background-position-y: 235px;
    text-align: left;
  }
}
.working-schedule .top .d-5-1 li {
  display: inline-block;
  vertical-align: top;
  margin-right: 64px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li {
    margin-right: 0px;
    width: 45%;
  }
}
.working-schedule .top .d-5-1 li span {
  display: block;
  text-align: left;
  margin-bottom: 11px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li span {
    margin-bottom: 0px;
  }
}
.working-schedule .top .d-5-1 li b {
  display: block;
}
.working-schedule .top .d-5-1 li:nth-child(1) {
  text-align: left;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li:nth-child(1) {
    margin-right: 21px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li:nth-child(1) {
    margin-right: 83px;
  }
}
.working-schedule .top .d-5-1 li:nth-child(1):after {
  content: "";
  background: url(../img/lane2_right.png);
  width: 40px;
  height: 40px;
  display: block;
  background-position: 0px 0px;
  position: absolute;
  left: -1px;
  bottom: -1px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li:nth-child(1):after {
    bottom: -3px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li:nth-child(2) {
    width: 35%;
  }
}
.working-schedule .top .d-5-1 li:nth-child(2):after {
  content: "";
  background: url(../img/lane2_left.png);
  width: 40px;
  height: 40px;
  display: block;
  background-position: -2px 0px;
  position: absolute;
  right: -2px;
  bottom: -1px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li:nth-child(2):after {
    bottom: -3px;
  }
}
@media only screen and (max-width: 479px) {
  .working-schedule .top .d-5-1 li:nth-child(3) {
    margin-right: 21px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li:nth-child(3) {
    margin-right: 83px;
  }
}
.working-schedule .top .d-5-1 li:nth-child(3):after {
  content: "";
  background: url(../img/lane1_3_left.png);
  width: 40px;
  height: 40px;
  display: block;
  background-position: -2px 0px;
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -39px;
  background-color: #fff;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li:nth-child(3):after {
    bottom: -37px;
  }
}
.working-schedule .top .d-5-1 li:nth-child(4) {
  margin-right: 0;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li:nth-child(4) {
    width: 35%;
  }
}
@media only screen and (max-width: 479px) {
  .working-schedule .top .d-5-1 li:nth-child(4) {
    width: 46%;
  }
}
.working-schedule .top .d-5-1 li:nth-child(4):after {
  content: "";
  background: url(../img/lane1_2_right.png);
  width: 40px;
  height: 40px;
  display: block;
  background-position: -2px 0px;
  position: absolute;
  right: 50%;
  bottom: -35px;
  background-color: #fff;
  margin-right: -39px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-1 li:nth-child(4):after {
    bottom: -37px;
  }
}
.working-schedule .top .d-5-2 {
  width: 180px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-2 {
    width: 100%;
  }
}
.working-schedule .top .d-5-2 span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-2 b {
    font-size: 30px;
  }
}
.working-schedule .top .d-5-2:after {
  content: "";
  background: url(../img/d-5-2.png) no-repeat;
  width: 210px;
  height: 44px;
  display: block;
  background-position: -1px 1px;
  position: absolute;
  bottom: -61px;
  left: 50%;
  margin-left: -105px;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .working-schedule .top .d-5-2:after {
    bottom: -49px;
    left: 60%;
    background-size: 84%;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-2:after {
    background: url(../img/arrows.png) no-repeat;
    width: 268px;
    height: 394px;
    bottom: -392px;
    left: 33%;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-2:after {
    left: 37%;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-3 {
    margin-top: 171px;
  }
}
.working-schedule .top .d-5-3 div:nth-child(1) {
  float: left;
  width: 30%;
  text-align: right;
  padding-top: 29px;
  padding-right: 8px;
  position: relative;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-3 div:nth-child(1) {
    width: 44%;
  }
}
.working-schedule .top .d-5-3 div:nth-child(1) span {
  display: inline-block;
  width: 200px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-3 div:nth-child(1) span {
    width: 100%;
    margin-bottom: 0px;
  }
}
.working-schedule .top .d-5-3 div:nth-child(1) b {
  display: block;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-3 div:nth-child(1) b {
    float: right;
    font-size: 30px;
  }
}
.working-schedule .top .d-5-3 div:nth-child(1):after {
  content: "";
  background: url(../img/car.png) no-repeat;
  display: block;
  width: 60px;
  height: 50px;
  position: absolute;
  right: -90px;
  top: 35px;
  background-size: 60px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-3 div:nth-child(1):after {
    right: 8px;
    top: 127px;
  }
}
.working-schedule .top .d-5-3 div:nth-child(2) {
  float: right;
  width: 30%;
  padding-left: 18px;
  padding-top: 29px;
  position: relative;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-3 div:nth-child(2) {
    width: 46%;
  }
}
.working-schedule .top .d-5-3 div:nth-child(2) span {
  display: block;
  max-width: 200px;
  text-align: left;
  margin-bottom: 11px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-3 div:nth-child(2) span {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-3 div:nth-child(2) b {
    font-size: 30px;
  }
}
.working-schedule .top .d-5-3 div:nth-child(2):after {
  content: "";
  background: url(../img/heli.png) no-repeat;
  display: block;
  width: 80px;
  height: 50px;
  position: absolute;
  left: -102px;
  top: 35px;
  background-size: 80px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-3 div:nth-child(2):after {
    left: 18px;
    top: 126px;
  }
}
.working-schedule .top .d-5-3:after {
  content: "";
  clear: both;
  display: block;
}
.working-schedule .top .d-5-4 {
  position: relative;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-4 {
    margin-top: 390px;
  }
}
.working-schedule .top .d-5-4:before,
.working-schedule .top .d-5-4:after {
  content: "";
  background: url(../img/d-5-4.png) no-repeat;
  width: 13px;
  height: 193px;
  display: block;
  background-position: 0 0;
  position: absolute;
  left: 50%;
  top: -1px;
  margin-left: -176px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-4:before,
  .working-schedule .top .d-5-4:after {
    display: none;
    width: 0px;
  }
}
.working-schedule .top .d-5-4:before {
  margin-left: auto;
  margin-right: -176px;
  left: auto;
  right: 50%;
}
.working-schedule .top .d-5-4 img {
  margin: 0 auto;
  display: block;
  width: 60px;
  margin-top: 5px;
}
.working-schedule .top .d-5-4 p {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #838383;
  line-height: 25px;
  width: 261px;
  margin: 23px auto;
  box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-4 p {
    width: 100%;
    padding-left: 0px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-4 p {
    padding-left: 20%;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 {
    margin-bottom: 290px;
    margin-top: -418px;
  }
}
.working-schedule .top .d-5-5 div:nth-child(1) {
  float: left;
  width: 30%;
  text-align: right;
  padding-top: 2px;
  padding-right: 19px;
  position: relative;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 div:nth-child(1) {
    width: 51%;
    padding-right: 21px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 div:nth-child(1):before {
    content: "";
    background: url(../img/d-5-4.png) no-repeat;
    display: block;
    width: 18px;
    height: 80px;
    background-position-y: -122px;
    position: absolute;
    left: 79px;
    top: -82px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 div:nth-child(1):before {
    left: 144px;
    top: -59px;
    background-position-y: -145px;
    height: 50px;
  }
}
.working-schedule .top .d-5-5 div:nth-child(1) span {
  display: inline-block;
  width: 210px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 div:nth-child(1) span {
    width: 100%;
    margin-bottom: 0px;
  }
}
.working-schedule .top .d-5-5 div:nth-child(1) b {
  display: block;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 div:nth-child(1) b {
    float: right;
    font-size: 30px;
  }
}
.working-schedule .top .d-5-5 div:nth-child(2) {
  float: right;
  width: 29%;
  padding-left: 3px;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .working-schedule .top .d-5-5 div:nth-child(2) {
    padding-left: 46px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 div:nth-child(2) {
    width: 45%;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 div:nth-child(2):before {
    content: "";
    background: url(../img/d-5-4.png) no-repeat;
    display: block;
    width: 18px;
    height: 80px;
    background-position-y: -122px;
    position: absolute;
    left: 209px;
    top: 983px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 div:nth-child(2):before {
    left: 318px;
    top: 989px;
    height: 50px;
    background-position-y: -145px;
  }
}
.working-schedule .top .d-5-5 div:nth-child(2) span {
  display: block;
  width: 210px;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 11px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 div:nth-child(2) span {
    width: 100%;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .top .d-5-5 div:nth-child(2) b {
    font-size: 30px;
  }
}
.working-schedule .top .d-5-5:after {
  content: "";
  clear: both;
  display: block;
}
.working-schedule .bottom {
  position: relative;
  margin-top: -100px;
  margin-bottom: -100px;
  padding-bottom: 100px;
  background-color: #fdfbf4;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .bottom {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
}
.working-schedule .bottom > div {
  clear: both;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .bottom > div {
    margin-top: 30px;
  }
}
.working-schedule .bottom ul {
  text-align: center;
  display: block;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .bottom ul {
    transform: none;
    text-align: left;
  }
}
.working-schedule .bottom ul li {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #838383;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  max-width: 280px;
  text-align: left;
  margin-right: 38px;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .working-schedule .bottom ul li {
    width: 28%;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .bottom ul li {
    width: 100%;
    margin-right: 0px;
    padding-top: 26px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .bottom ul li {
    max-width: 359px;
    padding-left: 88px;
  }
}
.working-schedule .bottom ul li b {
  font-family: 'PT Serif Bold', 'PT Serif Regular', 'PT Serif';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #838383;
  line-height: 25px;
}
.working-schedule .bottom .def-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 60px;
  margin: 0 auto;
  margin-top: 14px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .working-schedule .bottom .def-button {
    width: 100%;
  }
}
.workflow {
  padding-top: 200px;
  background: #fff;
  padding-bottom: 42px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .workflow {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.workflow .container > ul {
  padding: 38px 61px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul {
    padding-top: 38px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.workflow .container > ul > li {
  position: relative;
  text-align: right;
  padding-top: 72px;
  padding-bottom: 33px;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .workflow .container > ul > li {
    margin-right: -40px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li {
    text-align: left;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.workflow .container > ul > li:after {
  content: "";
  border-bottom: solid 3px #ffce4f;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  margin-left: -8px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:after {
    left: 0%;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:after {
    right: 15px;
  }
}
.workflow .container > ul > li:before {
  content: "";
  border-left: solid 3px #ffce4f;
  top: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:before {
    left: 0;
  }
}
.workflow .container > ul > li i {
  font-family: 'PT Serif Bold', 'PT Serif Regular', 'PT Serif';
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #FFCE4F;
  position: absolute;
  background: #fff;
  left: 50%;
  width: 50px;
  text-align: center;
  margin-left: -22px;
  bottom: 0px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li i {
    left: 5%;
    width: 30px;
    text-align: left;
    bottom: 0px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li i {
    left: 4%;
  }
}
.workflow .container > ul > li img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-top: 9px;
  margin-right: 17px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li img {
    margin-bottom: 7px;
  }
}
.workflow .container > ul > li p {
  display: inline-block;
  vertical-align: top;
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  text-align: left;
  width: 300px;
  margin: 0;
  margin-right: 11px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li p {
    font-size: 14px;
    width: 100%;
    line-height: 22px;
    padding-bottom: 20px;
  }
}
.workflow .container > ul > li:nth-child(n+2) {
  padding-top: 0;
}
.workflow .container > ul > li.l {
  text-align: left;
  padding-top: 0;
}
.workflow .container > ul > li.l p {
  text-align: right;
  margin-right: 0;
  margin-left: 17px;
  margin-top: -8px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li.l p {
    text-align: left;
    margin-top: 74px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
}
.workflow .container > ul > li.l img {
  margin-right: 0;
  margin-left: 16px;
  width: 49px;
  margin-top: 0;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li.l img {
    margin-top: -210px;
    margin-left: 0px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li.l img {
    margin-top: -165px;
  }
}
.workflow .container > ul > li.l:after {
  left: 0;
  right: 50%;
  margin-left: 0;
  margin-right: -12px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li.l:after {
    margin-left: -8px;
    right: 11px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li.l:after {
    right: 25px;
  }
}
.workflow .container > ul > li:nth-child(3) img {
  margin-top: 0;
  width: 70px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(3) img {
    margin-top: 18px;
  }
}
.workflow .container > ul > li:nth-child(3) p {
  margin-top: -8px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(3) p {
    margin-top: 5px;
  }
}
.workflow .container > ul > li:nth-child(4) {
  padding-bottom: 42px;
}
.workflow .container > ul > li:nth-child(4) p {
  margin-top: -5px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(4) p {
    margin-top: 95px;
    margin-bottom: -40px;
  }
}
.workflow .container > ul > li:nth-child(4) img {
  width: 60px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(4) img {
    margin-top: -113px;
  }
}
.workflow .container > ul > li:nth-child(5) {
  padding-bottom: 41px;
}
.workflow .container > ul > li:nth-child(5) p {
  margin-top: -5px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(5) p {
    margin-top: 10px;
    margin-bottom: -43px;
  }
}
.workflow .container > ul > li:nth-child(5) img {
  margin-top: 0;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(5) img {
    margin-top: 26px;
  }
}
.workflow .container > ul > li:nth-child(6) p {
  margin-top: -11px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) p {
    margin-top: 82px;
  }
}
.workflow .container > ul > li:nth-child(6) img {
  margin-top: -5px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) img {
    margin-top: -177px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) img {
    margin-top: -137px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) i {
    top: 100px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) i {
    top: 82px;
  }
}
.workflow .container > ul > li:nth-child(6) ul {
  position: absolute;
  left: 0;
  width: 42%;
  top: 90px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) ul {
    width: 110%;
    position: relative;
    top: 0px;
    margin-left: -35px;
  }
}
.workflow .container > ul > li:nth-child(6) ul li {
  display: block;
  position: relative;
  padding-bottom: 1px;
}
.workflow .container > ul > li:nth-child(6) ul li:after {
  content: "";
  border-bottom: solid 3px #ffce4f;
  position: absolute;
  bottom: 0;
  left: 14px;
  right: -7px;
  margin-left: -8px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) ul li:after {
    border-bottom: solid 3px #ffce4f;
    right: -7px;
    margin-left: -20px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) ul li:after {
    right: 18px;
  }
}
.workflow .container > ul > li:nth-child(6) ul li:before {
  content: "";
  border-left: solid 3px #ffce4f;
  top: -34px;
  position: absolute;
  bottom: 0;
  right: 0px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) ul li:before {
    left: 0px;
    bottom: 30px;
  }
}
.workflow .container > ul > li:nth-child(6) ul li i {
  right: -8px;
  left: auto;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) ul li i {
    left: 5%;
    top: 62px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) ul li i {
    left: 3%;
    top: 39px;
  }
}
.workflow .container > ul > li:nth-child(6) ul li p {
  margin: 32px 0px;
  display: block;
  width: 100%;
  text-align: right;
  padding: 0 74px 0 30px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) ul li p {
    text-align: left;
    padding-right: 0px;
    margin-bottom: 36px;
  }
}
.workflow .container > ul > li:nth-child(6) ul li:nth-child(2) p {
  margin-top: 38px;
  padding-left: 40px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) ul li:nth-child(2) i {
    top: 43px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6) ul li:nth-child(2) i {
    top: 17px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(6):after {
    content: "";
    border-bottom: solid 3px #ffce4f;
    position: absolute;
    bottom: 322px;
    left: 0%;
    right: 26px;
    margin-left: -8px;
  }
}
@media only screen and (max-width: 479px) {
  .workflow .container > ul > li:nth-child(6):after {
    bottom: 388px;
  }
}
.workflow .container > ul > li:nth-child(7) p {
  margin-top: 34px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(7) p {
    margin-top: 25px;
  }
}
.workflow .container > ul > li:nth-child(7) img {
  width: 71px;
  margin-top: 20px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(7) img {
    width: 71px;
    margin-top: 14px;
    margin-bottom: -10px;
  }
}
.workflow .container > ul > li:nth-child(8):before {
  bottom: -80px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(8):before {
    bottom: -30px;
  }
}
.workflow .container > ul > li:nth-child(8) p {
  margin-top: 126px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(8) p {
    margin-top: 25px;
  }
}
.workflow .container > ul > li:nth-child(8) img {
  margin-top: 132px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .workflow .container > ul > li:nth-child(8) img {
    margin-top: 25px;
    margin-bottom: -10px;
  }
}
.prices {
  padding-top: 100px;
  padding-bottom: 80px;
  background: url(../img/page-7_bg.png) no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .prices {
    background: url(none);
  }
}
@media only screen and (max-width: 479px) {
  .prices {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.prices .inner-page-popup {
  display: none;
  position: absolute;
  z-index: 5;
  width: 369px;
  height: 119px;
  margin-top: -137px;
  margin-left: 165px;
  background-color: #466575;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .prices .inner-page-popup {
    margin-left: calc(60% - 405px);
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .prices .inner-page-popup {
    width: 100%;
    left: 0;
    margin-left: 0px;
  }
}
.prices .inner-page-popup:after {
  content: '';
  position: absolute;
  left: 79%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #466575;
  clear: both;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .prices .inner-page-popup:after {
    left: 49%;
  }
}
@media only screen and (max-width: 479px) {
  .prices .inner-page-popup:after {
    left: 42%;
  }
}
.prices .inner-page-popup .inner-popup-content {
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 33px;
  margin-left: 25px;
  margin-right: 25px;
}
.prices .inner-page-popup .close {
  position: absolute;
  top: -3px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.prices .inner-page-popup .close:hover {
  color: #06D85F;
}
.prices .ui-slider {
  position: relative;
  width: calc(100% - 12px);
  height: 0;
  margin-left: 6px;
  border-bottom: 2px solid #7c9cba;
}
.prices .ui-slider::before,
.prices .ui-slider::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  left: -6px;
  background-color: #7c9cba;
}
.prices .ui-slider::after {
  left: auto;
  right: -6px;
}
.prices .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border: 2px solid #7c9cba;
  border-radius: 50%;
  background-color: #fff;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  transition: left 0.04s ease-in-out;
}
.prices .ui-slider .ui-slider-handle:focus,
.prices .ui-slider .ui-slider-handle:active {
  outline: none;
}
.prices .ui-slider .ui-slider-handle:hover,
.prices .ui-slider .ui-slider-handle.with-value {
  background-color: #7c9cba;
}
.prices .ui-slider .ui-slider-handle.ui-state-active .marker {
  display: block;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .prices .ui-slider .ui-slider-handle.ui-state-active .marker {
    display: none;
  }
}
.prices .ui-slider .marker {
  display: none;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  transform: rotate(45deg) translateX(-50%);
  background-color: #7c9cba;
  box-shadow: 3px 3px 15px 0 rgba(124, 156, 186, 0.8);
}
.prices .ui-slider .marker .marker-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-family: 'Ubuntu Medium', 'Ubuntu';
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.prices .container .big-number {
  margin-bottom: 56px;
}
.prices .container h3 {
  font-family: 'PT Serif Bold', 'PT Serif Regular', 'PT Serif';
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #7C7C7C;
  text-align: center;
  line-height: 30px;
  max-width: 390px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .prices .container h3 {
    margin-bottom: 18px;
  }
}
.prices .calculator {
  position: relative;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 51px 45px;
  margin-bottom: 0;
  padding: 55px 40px;
  padding-right: 20px;
  padding-bottom: 20px;
  border: 5px solid #ffce4f;
  background-color: #fff;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .prices .calculator {
    flex-direction: column;
    margin: 0;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .prices .calculator {
    border-width: 1px;
    border-color: #ffce4f;
  }
}
.prices .order-block {
  flex-grow: 1;
  width: 60%;
  margin-top: 10px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .prices .order-block {
    width: 100%;
    margin-top: 0;
  }
}
.prices .order-block .field {
  display: flex;
  margin-bottom: 36px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .prices .order-block .field {
    flex-direction: column;
  }
}
.prices .order-block .field:last-of-type {
  margin-bottom: 33px;
}
.prices .order-block .field .unit-prices-block {
  display: flex;
  align-items: flex-start;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field .unit-prices-block {
    margin-top: 14px;
  }
}
.prices .order-block .field .unit-price {
  position: relative;
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #999;
  text-align: center;
  letter-spacing: -0.4px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .prices .order-block .field .unit-price {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: -0.6px;
  }
}
.prices .order-block .field .unit-price:last-of-type::after {
  display: none;
}
.prices .order-block .field .unit-price::after {
  position: absolute;
  content: "";
  display: block;
  top: -11px;
  right: 0;
  width: 2px;
  height: 6px;
  background-color: #7c9cba;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field .unit-price::after {
    top: -18px;
  }
}
.prices .order-block .field .unit-price .currency {
  display: none;
}
.prices .order-block .field.computers .unit-price.range-1 {
  flex-shrink: 0;
  width: 5.5%;
}
.prices .order-block .field.computers .unit-price.range-2 {
  flex-shrink: 0;
  width: 6%;
  padding-left: 7px;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.computers .unit-price.range-2 {
    padding-left: 13px;
  }
}
.prices .order-block .field.computers .unit-price.range-3 {
  width: 16%;
  padding-left: 20px;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.computers .unit-price.range-3 {
    padding-left: 25px;
  }
}
.prices .order-block .field.computers .unit-price.range-4 {
  width: 39.5%;
}
.prices .order-block .field.computers .unit-price.range-5 {
  width: 33%;
}
.prices .order-block .field.servers .unit-price.range-1 {
  flex-shrink: 0;
  width: 5.6%;
}
.prices .order-block .field.servers .unit-price.range-2 {
  flex-shrink: 0;
  width: 5.9%;
  padding-left: 7px;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.servers .unit-price.range-2 {
    padding-left: 13px;
  }
}
.prices .order-block .field.servers .unit-price.range-3 {
  width: 19.33%;
  padding-left: 20px;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.servers .unit-price.range-3 {
    padding-left: 25px;
  }
}
.prices .order-block .field.servers .unit-price.range-4 {
  width: 31%;
}
.prices .order-block .field.servers .unit-price.range-5 {
  width: 38.17%;
}
.prices .order-block .field.virt-servers .unit-price.range-1 {
  flex-shrink: 0;
  width: 5.6%;
}
.prices .order-block .field.virt-servers .unit-price.range-2 {
  flex-shrink: 0;
  width: 7.7%;
  padding-left: 7px;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.virt-servers .unit-price.range-2 {
    padding-left: 13px;
  }
}
.prices .order-block .field.virt-servers .unit-price.range-3 {
  width: 17.53%;
  padding-left: 20px;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.virt-servers .unit-price.range-3 {
    padding-left: 25px;
  }
}
.prices .order-block .field.virt-servers .unit-price.range-4 {
  width: 31%;
}
.prices .order-block .field.virt-servers .unit-price.range-5 {
  width: 38.17%;
}
.prices .order-block .field.phones .unit-price.range-1 {
  flex-shrink: 0;
  width: 9.5%;
}
.prices .order-block .field.phones .unit-price.range-2 {
  flex-shrink: 0;
  width: 7.8%;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.phones .unit-price.range-2 {
    padding-left: 5px;
  }
}
.prices .order-block .field.phones .unit-price.range-3 {
  width: 13.6%;
  padding-left: 5px;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.phones .unit-price.range-3 {
    padding-left: 15px;
  }
}
.prices .order-block .field.phones .unit-price.range-4 {
  width: 11.6%;
  padding-left: 5px;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.phones .unit-price.range-4 {
    padding-left: 12px;
  }
}
.prices .order-block .field.phones .unit-price.range-5 {
  width: 57.5%;
}
.prices .order-block .field.orgtec .unit-price.range-1 {
  flex-shrink: 0;
  width: 11.2%;
}
.prices .order-block .field.orgtec .unit-price.range-2 {
  flex-shrink: 0;
  width: 6.65%;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.orgtec .unit-price.range-2 {
    padding-left: 3px;
  }
}
.prices .order-block .field.orgtec .unit-price.range-3 {
  width: 24.25%;
}
@media only screen and (max-width: 479px) {
  .prices .order-block .field.orgtec .unit-price.range-3 {
    padding-left: 12px;
  }
}
.prices .order-block .field.orgtec .unit-price.range-4 {
  width: 26%;
}
.prices .order-block .field.orgtec .unit-price.range-5 {
  width: 31.9%;
}
.prices .order-block .slider-wrapper {
  flex-grow: 1;
  width: 80%;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .prices .order-block .slider-wrapper {
    width: 100%;
  }
}
.prices .order-block .label-and-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
.prices .order-block .label-and-price .quantity-wrapper {
  display: none;
}
.prices .order-block label {
  margin-right: 5px;
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #666;
}
.prices .order-block .price {
  flex-shrink: 0;
  font-family: 'PT Serif Bold', 'PT Serif Regular', 'PT Serif';
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  color: #666;
}
.prices .order-block .price::after {
  content: " ₽";
  margin-left: 5px;
}
.prices .order-block input {
  flex-shrink: 0;
  width: 80px;
  height: 40px;
  margin-left: 30px;
  padding: 6px;
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  background-color: #fff;
  border: 1px solid #69f;
  border-radius: 2px;
}
.prices .order-block input:active,
.prices .order-block input:focus,
.prices .order-block input:hover {
  outline: none;
  border-color: #00f;
}
.prices .order-block input::placeholder {
  padding-right: 10px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .prices .order-block input {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .prices .order-block input {
    margin-top: 10px;
  }
}
.prices .price-info-block {
  width: calc(38.75% - 50px);
  margin-left: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #6f819d;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .prices .price-info-block {
    width: 100%;
    margin-left: 0;
  }
}
.prices .price-info-block .title,
.prices .price-info-block .tariff-name {
  font-size: 18px;
  font-weight: 500;
}
.prices .price-info-block .tariff-name {
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.prices .price-info-block .total-price,
.prices .price-info-block .undiscounted {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
.prices .price-info-block .total-price .price-label,
.prices .price-info-block .undiscounted .price-label {
  flex-basis: 170px;
  margin-right: auto;
}
.prices .price-info-block .total-price .price,
.prices .price-info-block .undiscounted .price {
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 28px;
  line-height: 28px;
  color: #666;
}
.prices .price-info-block .total-price .price:after,
.prices .price-info-block .undiscounted .price:after {
  content: " ₽";
}
.prices .price-info-block .total-price .discount-info,
.prices .price-info-block .undiscounted .discount-info {
  color: #08c708;
}
.prices .price-info-block .nds-block-checkbox {
  margin-bottom: 20px;
}
.prices .price-info-block .nds-block-checkbox input {
  display: none;
}
.prices .price-info-block .nds-block-checkbox input:checked + label::before {
  background-color: #7c9cba;
}
.prices .price-info-block .nds-block-checkbox label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  cursor: pointer;
}
.prices .price-info-block .nds-block-checkbox label::before,
.prices .price-info-block .nds-block-checkbox label::after {
  position: absolute;
  content: "";
  display: block;
}
.prices .price-info-block .nds-block-checkbox label::before {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #7c9cba;
  border-radius: 2px;
}
.prices .price-info-block .nds-block-checkbox label::after {
  top: 4px;
  left: 3px;
  width: 11px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.prices .price-info-block .individual-tariff-text {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.2px;
}
.prices .price-info-block .inputs input {
  max-width: 280px;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  padding: 5px 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .prices .price-info-block .inputs input {
    max-width: initial;
  }
}
.prices .price-info-block .inputs input::placeholder {
  color: #7c7c7c;
}
.prices .price-info-block button {
  max-width: 280px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.prices .price-info-block .price-info-text {
  margin-top: 20px;
}
.prices .price-info-block .price-info-text .info-title {
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #666;
}
.prices .price-info-block .price-info-text ul {
  padding-left: 15px;
  list-style-type: disc;
}
.prices .price-info-block .price-info-text ul li {
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.prices .price-info-block .price-info-text ul li a {
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #06f;
  text-decoration: none;
}
.prices .price-info-block .price-info-text p {
  width: 95%;
  margin: 0;
  margin-top: 14px;
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #666;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .prices .price-info-block .price-info-text p {
    width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  .prices .price-info-block .price-info-text p {
    width: 100%;
  }
}
.team {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #fff;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .team {
    padding-bottom: 96px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .team {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .team {
    padding-bottom: 50px;
  }
}
.team .description {
  padding-top: 44px;
  margin-bottom: 10px;
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #838383;
  line-height: 25px;
  margin: 0 auto;
  width: 50%;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .team .description {
    width: 60%;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .team .description {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .team .description {
    width: 90%;
  }
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .team .team-members {
    margin-left: -68px;
  }
}
.team .team-members div:nth-child(4) img {
  margin-top: 0;
  margin-left: -12px;
  margin-bottom: 0;
}
.team .team-members div:nth-child(5) img {
  margin-left: -4px;
}
.team .team-members div:nth-child(6) img {
  margin-left: -11px;
}
.team .team-members div:nth-child(7) img {
  margin-left: -16px;
}
.team .team-member {
  position: relative;
  margin-top: 48px;
  margin-bottom: 10px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 5px;
  margin-left: 64px;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .team .team-member {
    margin-bottom: -16px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .team .team-member {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    margin-top: 8px;
  }
}
.team .team-member img {
  transition: all 0.4s;
  max-width: 200px;
}
.team .team-member img + img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .team .team-member img + img {
    left: 117px;
  }
}
@media only screen and (max-width : 479px) and (min-width : 321px) {
  .team .team-member img + img {
    left: 40px;
  }
}
.team .team-member:hover img {
  opacity: 0;
}
.team .team-member:hover img + img {
  opacity: 1;
}
.team .team-member .team-member-name {
  margin-top: 25px;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: left;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .team .team-member .team-member-name {
    text-align: center;
  }
}
.team .team-member .about-team-member {
  margin-top: 20px;
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #838383;
  line-height: 25px;
}
.testimonials {
  padding-top: 100px;
  background-size: 100%;
  background-color: #fbf9f6;
}
@media only screen and (max-width: 479px) {
  .testimonials {
    padding-top: 80px;
  }
}
.testimonials .inner-page-popup {
  margin-top: -137px;
  position: absolute;
  display: none;
  margin-left: 352px;
  z-index: 5;
  width: 369px;
  height: 119px;
  background-color: #466575;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .testimonials .inner-page-popup {
    margin-left: 238px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .testimonials .inner-page-popup {
    width: 100%;
    left: 0;
    margin-left: 0px;
  }
}
.testimonials .inner-page-popup:after {
  content: '';
  position: absolute;
  left: 79%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #466575;
  clear: both;
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .testimonials .inner-page-popup:after {
    left: 49%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonials .inner-page-popup:after {
    left: 42%;
  }
}
.testimonials .inner-page-popup .inner-popup-content {
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 33px;
  margin-left: 25px;
  margin-right: 25px;
}
.testimonials .inner-page-popup .close {
  position: absolute;
  top: -3px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.testimonials .inner-page-popup .close:hover {
  color: #06D85F;
}
.testimonials .container .big-number {
  margin-bottom: 4px;
}
.testimonials .container .testimonial-wrapper {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  box-sizing: border-box;
  max-width: 1020px;
  margin: 40px 11px;
  margin-bottom: 0px;
  padding: 51px 77px 31px 50px;
  background-color: #fff;
  box-shadow: 0px 14px 43px -21px rgba(255, 186, 4, 0.5);
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .testimonials .container .testimonial-wrapper {
    margin: 0 0;
    padding: 27px 17px 17px 17px;
  }
}
.testimonials .container .testimonial-wrapper div:nth-child(1) {
  margin-right: 10%;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .testimonials .container .testimonial-wrapper div:nth-child(1) {
    margin-right: 0px;
  }
}
.testimonials .container .testimonial-wrapper .info-block {
  width: 45%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .testimonials .container .testimonial-wrapper .info-block {
    width: 95%;
  }
}
.testimonials .container .testimonial-wrapper .info-block .label,
.testimonials .container .testimonial-wrapper .info-block h3 {
  margin-bottom: 29px;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: left;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .testimonials .container .testimonial-wrapper .info-block .label,
  .testimonials .container .testimonial-wrapper .info-block h3 {
    text-align: center;
  }
}
.testimonials .container .testimonial-wrapper .info-block .company {
  margin-bottom: -15px;
}
.testimonials .container .testimonial-wrapper .info-block p {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #838383;
  line-height: 25px;
  margin-bottom: 20px;
}
.testimonials .container .testimonial-wrapper .info-block p > b {
  font-family: 'PT Serif Bold', 'PT Serif Regular', 'PT Serif';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #665;
}
.testimonials .container .testimonial-wrapper .info-block p a {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.testimonials .container .testimonial-wrapper .info-block .quote p {
  font-family: 'PT Serif Italic', 'PT Serif Regular', 'PT Serif';
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  margin-top: 0px;
  color: #BB9B77;
  margin-bottom: 10px;
  line-height: 25px;
}
.testimonials .container .testimonial-wrapper .info-block .quote p.whom {
  font-weight: 700;
}
.testimonials .container .testimonial-wrapper .info-block .quote::before {
  display: inherit;
  margin-bottom: -24px;
  content: '“';
  font-family: 'PT Serif Bold', 'PT Serif Regular', 'PT Serif';
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  color: #666666;
}
.testimonials .container .testimonial-wrapper .info-block .line {
  display: block;
  border-bottom: solid 1px #ccc;
  padding: 0;
  margin-top: -7px;
}
.testimonials .container .testimonial-wrapper .info-block .gramota {
  margin-top: 20px;
}
.testimonials .container .testimonial-wrapper .info-block .gramota .letter-container {
  display: block;
  width: 112px;
  margin-left: 160px;
  margin-top: 38px;
  box-shadow: 0px 20px 40px rgba(125, 99, 43, 0.2);
  border: 1px solid #dbdbd5;
  cursor: pointer;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .testimonials .container .testimonial-wrapper .info-block .gramota .letter-container {
    margin: 0 auto;
  }
}
.testimonials .container .testimonial-wrapper .info-block .gramota .letter-container img {
  width: 100%;
  height: auto;
}
.testimonials .container .testimonial-wrapper .info-block .gramota .letter-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 25px -6px rgba(36, 33, 24, 0.92);
}
.testimonials .container .testimonial-wrapper .info-block .gramota .icon {
  display: inline-block;
  position: relative;
  color: #3C5FA6;
  left: 245px;
  bottom: 51px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .testimonials .container .testimonial-wrapper .info-block .gramota .icon {
    left: 140px;
  }
}
.testimonials .container .testimonial-wrapper .info-block .gramota .icon i {
  font-size: 48px;
  width: 100%;
}
section.contacts {
  padding-bottom: 0;
}
.partner-program,
section.contacts {
  padding-top: 100px;
  font-family: "PT Serif";
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #7c7c7c;
  background-color: #fbf9f6;
}
@media only screen and (max-width: 479px) {
  .partner-program,
  section.contacts {
    padding-top: 80px;
    font-size: 14px;
  }
}
.partner-program .big-number,
section.contacts .big-number {
  margin-bottom: 50px;
}
.partner-program .intro,
section.contacts .intro {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 55px;
  color: #838383;
  text-align: center;
}
.partner-program .intro span,
section.contacts .intro span {
  display: block;
}
.partner-program .intro span a,
section.contacts .intro span a {
  font-weight: 700;
  text-decoration: none;
  color: #0000FF;
}
.partner-program .program-details-list,
section.contacts .program-details-list {
  display: flex;
  padding-left: 65px;
  padding-right: 5px;
  color: #7c7c7c;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .partner-program .program-details-list,
  section.contacts .program-details-list {
    flex-direction: column;
    max-height: none;
    height: auto;
    padding: 0;
  }
}
.partner-program .program-details-list.item-pr-50 .program-details-item,
section.contacts .program-details-list.item-pr-50 .program-details-item {
  padding-right: 50px;
}
.partner-program .program-details-list::after,
section.contacts .program-details-list::after {
  content: "";
  display: table;
  clear: both;
}
.partner-program .program-details-list > li,
section.contacts .program-details-list > li {
  width: 50%;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .partner-program .program-details-list > li,
  section.contacts .program-details-list > li {
    width: 100%;
  }
}
.partner-program .program-details-list .program-details-item,
section.contacts .program-details-list .program-details-item {
  margin-bottom: 45px;
  padding-right: 60px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .partner-program .program-details-list .program-details-item,
  section.contacts .program-details-list .program-details-item {
    margin-bottom: 35px;
    padding: 0;
  }
}
.partner-program .program-details-list .program-details-item p,
section.contacts .program-details-list .program-details-item p {
  margin-top: 15px;
  margin-bottom: 0;
}
.partner-program .program-details-list .program-details-item a,
section.contacts .program-details-list .program-details-item a {
  color: #00f;
  text-decoration: none;
}
.partner-program .program-details-sublist,
section.contacts .program-details-sublist {
  padding-left: 17px;
  list-style: decimal;
}
.partner-program .program-details-sublist .item:nth-of-type(n+2),
section.contacts .program-details-sublist .item:nth-of-type(n+2) {
  margin-top: 10px;
}
.partner-program .def-button,
section.contacts .def-button {
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.partner-program .button-descr,
section.contacts .button-descr {
  color: #838383;
  text-align: center;
}
.partner-program .map,
section.contacts .map {
  width: 100%;
  height: 560px;
}
.page-footer {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 65px;
  background-color: #f4f3f0;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .page-footer {
    padding-top: 99px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer {
    padding-bottom: 46px;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer {
    padding-left: 20px;
  }
}
.page-footer .container {
  display: flex;
  align-content: flex-start;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .page-footer .container {
    flex-direction: column;
  }
}
.page-footer .footer-logo-mobile {
  width: 20%;
  margin-top: 7px;
  margin-left: 63px;
}
@media only screen and (max-width : 1023px) and (min-width : 480px), only screen and (max-width: 479px) {
  .page-footer .footer-logo-mobile {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .footer-logo {
    width: 100%;
    margin-top: 7px;
  }
}
.page-footer .footer-logo > img {
  max-height: 100%;
  max-width: 100%;
  height: 30px;
}
.page-footer .logo-copyright {
  margin-top: 3px;
  margin-left: 2px;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 20px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .logo-copyright {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 20px;
  }
}
.page-footer .mobile {
  margin-top: 13px;
}
.page-footer .mobile .content {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7C7C7C;
  line-height: 25px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .mobile .content {
    width: 185px;
  }
}
.page-footer .mobile .content p {
  width: 210px;
  margin: 0;
  margin-bottom: 11px;
  margin-left: 2px;
  font-family: 'Ubuntu Bold', 'Ubuntu Regular', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  color: #222;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.8px;
}
.page-footer .mobile .content div a {
  display: block;
}
.page-footer .mobile .content div a:first-child img {
  width: 148px;
  height: 50px;
}
.page-footer .mobile .content div a:last-child {
  margin-top: 2px;
}
.page-footer .mobile .content div a:last-child img {
  width: 166px;
  height: 50px;
}
.page-footer .links {
  margin-top: -21px;
  margin-bottom: 25px;
  margin-left: 40px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .links {
    margin-top: 0px;
    margin-left: 0;
  }
}
@media only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .links {
    padding-right: 10px;
  }
}
.page-footer .links > ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 43px;
  -moz-column-gap: 43px;
  column-gap: 43px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .links > ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.page-footer .links li {
  padding-top: 25px;
}
.page-footer .links a {
  text-decoration: none;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  color: #e67c4a;
  transition: all 0.2s;
  text-transform: uppercase;
}
.page-footer .links a[href]:hover {
  color: #06f;
}
.page-footer .links a:not([href]) {
  cursor: default;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .links a {
    font-size: 16px;
  }
}
.page-footer .contacts {
  position: relative;
  margin-left: 49px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .contacts {
    margin-left: 0;
  }
}
.page-footer .contacts a {
  text-decoration: none;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #666666;
}
.page-footer .contacts .email {
  display: inline-block;
  margin-right: 44px;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .page-footer .contacts .email {
    margin-right: 42px;
  }
}
.page-footer .contacts .phone {
  display: inline-block;
}
.page-footer .contacts .lang-choice-block {
  position: absolute;
  bottom: 25px;
  right: 32px;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .page-footer .contacts .lang-choice-block {
    right: 20px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .contacts .lang-choice-block {
    position: static;
    margin-top: 20px;
  }
}
.page-footer .contacts .lang-choice-block.en {
  position: static;
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .contacts .lang-choice-block.en {
    text-align: left;
  }
}
.page-footer .contacts .lang-choice {
  font-size: 13px;
  transition: all 0.2s;
  text-transform: uppercase;
}
.page-footer .contacts .lang-choice[href]:hover {
  color: #06f;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .contacts .lang-choice {
    font-size: 16px;
  }
}
.page-footer .version-select {
  display: none;
  margin-top: 40px;
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .page-footer .version-select {
    display: inline-block;
  }
}
.page-footer .version-select a {
  text-decoration: none;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  color: #0066FF;
  transition: all 0.4s;
  text-transform: uppercase;
}
.blue {
  background: rgba(77, 107, 129, 0.7);
}
.black {
  background: rgba(0, 0, 0, 0.7);
}
.lightbox {
  z-index: 7;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 479px), only screen and (max-width: 568px) and (orientation: landscape) {
  .lightbox.high-popup .popup {
    top: 0;
    transform: translate(-50%, 0);
  }
}
.lightbox .popup {
  padding: 20px;
  background: #fff;
  border: solid 10px #ffce4f;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 5s ease-in-out;
}
@media only screen and (max-width : 1280px) and (min-width : 1024px) {
  .lightbox .popup {
    width: 40%;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width : 1023px) and (min-width : 480px) {
  .lightbox .popup {
    width: 95%;
    max-width: 480px;
  }
}
.lightbox .popup .close {
  position: absolute;
  top: -13px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.lightbox .popup .close:hover {
  color: #06D85F;
}
.lightbox .popup .popup-content > h1 {
  font-family: "PT Serif Bold", "PT Serif Regular", "PT Serif";
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #7c9cba;
  text-align: center;
  line-height: 25px;
}
.lightbox .popup .popup-content > p {
  font-family: "PT Serif";
  font-style: normal;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  font-weight: 400;
}
.lightbox .popup input,
.lightbox .popup textarea {
  resize: none;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin-left: 13px;
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #665;
  text-align: left;
  line-height: 25px;
  background: none;
  border: none;
  border-bottom: solid 1px #06f;
  padding: 2px 0;
}
.lightbox .popup input:active,
.lightbox .popup textarea:active,
.lightbox .popup input:focus,
.lightbox .popup textarea:focus {
  outline: none;
}
.lightbox .popup textarea {
  border: solid 1px #06f;
  height: 100px;
  padding-left: 10px;
}
.lightbox .popup .attention-label {
  display: block;
  padding: 10px 12px 0;
  font-weight: lighter;
  margin-top: 10px;
  text-align: left;
  font-size: 11px;
}
.lightbox .popup .attention-label a {
  color: #365ff5;
  text-decoration: underline;
}
.lightbox .popup .attention-label a:hover {
  text-decoration: none;
}
.lightbox .popup a {
  margin-top: 15px;
  text-decoration: none;
  background: none;
  cursor: pointer;
  border: none;
}
.lightbox .popup a:active,
.lightbox .popup a:focus {
  outline: none;
}
.lightbox .popup a.def-button {
  margin-top: 20px;
  width: 100%;
  font-family: 'Ubuntu Medium', 'Ubuntu';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  display: block;
  padding: 0;
  height: 40px;
  text-transform: uppercase;
  color: #37a0ff;
  background: #fff;
  box-shadow: 0 5px 25px -8px rgba(70, 169, 255, 0.75);
  transition: all 0.4s;
}
.lightbox .popup a.def-button.yellow {
  color: #FFFFFF;
  background: #ffba04;
  box-shadow: 0 12px 25px -8px rgba(255, 186, 4, 0.75);
}
.lightbox .popup a.def-button.blue {
  color: #ffffff;
  background: #64a4d2;
  box-shadow: 0 12px 25px -8px rgba(100, 164, 210, 0.75);
}
.lightbox .popup a.def-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 25px -6px #46a9ff;
}
.lightbox .popup a.def-button:hover.yellow {
  box-shadow: 0 12px 25px -6px #ffba04;
}
.lightbox .popup a.def-button:hover.blue {
  box-shadow: 0 12px 25px -8px #64a4d2;
}
.error-output {
  margin-left: 13px;
  height: 1em;
  font-family: 'Ubuntu Light', 'Ubuntu';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: red;
  text-align: left;
}
#server-error-output {
  margin-top: 10px;
  margin-bottom: 10px;
}
#send-application-success-popup .popup {
  width: 480px;
  padding-bottom: 40px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
#mobile-navigation-popup .popup {
  border: none;
}
#mobile-navigation-popup .popup-content img {
  margin-top: 20px;
  max-width: 37%;
}
#mobile-navigation-popup .popup-content .contacts {
  margin-top: 25px;
}
#mobile-navigation-popup .popup-content .contacts a {
  text-decoration: none;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #666666;
}
#mobile-navigation-popup .popup-content .email {
  display: inline-block;
  margin-right: 14px;
}
#mobile-navigation-popup .popup-content .phone {
  display: inline-block;
}
#mobile-navigation-popup .popup-content ul {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  display: inline-block;
}
#mobile-navigation-popup .popup-content ul:after {
  content: "";
  display: block;
  clear: both;
}
#mobile-navigation-popup .popup-content ul li {
  margin-right: 38px;
  padding-top: 16px;
}
#mobile-navigation-popup .popup-content ul a {
  text-decoration: none;
  font-family: 'Ubuntu Bold', 'Ubuntu';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #E67C4A;
  transition: all 0.4s;
  text-transform: uppercase;
}
#mobile-navigation-popup .popup-content ul a:hover {
  color: #0066FF;
}
#letter-popup img {
  width: 100%;
}
.page-header ul a.lang-choice,
.page-footer ul a.lang-choice,
#mobile-navigation-popup ul a.lang-choice {
  color: #b3beca;
}
.page-header ul a.lang-choice.solid,
.page-footer ul a.lang-choice.solid,
#mobile-navigation-popup ul a.lang-choice.solid,
.page-header ul a.lang-choice.solid:hover,
.page-footer ul a.lang-choice.solid:hover,
#mobile-navigation-popup ul a.lang-choice.solid:hover {
  color: #72879c;
}
.page-header ul a.lang-choice:not([href]),
.page-footer ul a.lang-choice:not([href]),
#mobile-navigation-popup ul a.lang-choice:not([href]) {
  cursor: default;
}
.page-header ul a.color-blue,
.page-footer ul a.color-blue,
#mobile-navigation-popup ul a.color-blue {
  color: #06f;
}
.page-header ul a.color-blue:hover,
.page-footer ul a.color-blue:hover,
#mobile-navigation-popup ul a.color-blue:hover {
  color: #e67c4a;
}
.page-header .social-list,
.page-footer .social-list,
#mobile-navigation-popup .social-list {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.page-header .social-list *:not(a),
.page-footer .social-list *:not(a),
#mobile-navigation-popup .social-list *:not(a) {
  font-family: 'Roboto';
  font-weight: 200;
}
.page-header .social-list a,
.page-footer .social-list a,
#mobile-navigation-popup .social-list a {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: underline;
  transition: all 0.2s;
}
.page-header .social-list a:hover,
.page-footer .social-list a:hover,
#mobile-navigation-popup .social-list a:hover {
  color: #06f;
}
.page-header .social-list a:nth-child(2),
.page-footer .social-list a:nth-child(2),
#mobile-navigation-popup .social-list a:nth-child(2) {
  margin: 0 13px;
}
.page-header .social-list a.facebook,
.page-footer .social-list a.facebook,
#mobile-navigation-popup .social-list a.facebook {
  background-image: url('../img/icon_facebook.svg');
}
.page-header .social-list a.instagram,
.page-footer .social-list a.instagram,
#mobile-navigation-popup .social-list a.instagram {
  background-image: url('../img/icon_instagram.svg');
}
.page-header .social-list a.yandex-zen,
.page-footer .social-list a.yandex-zen,
#mobile-navigation-popup .social-list a.yandex-zen {
  display: flex;
  align-items: center;
  width: auto;
  padding-left: 34px;
  background-image: url('../img/icon_yandex-zen.png');
  background-position: -2px center;
  background-size: 32px;
}
.page-header .social-list {
  padding-bottom: 16px;
}
.page-footer .social-list > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-footer .social-list > div a:nth-child(2) {
  margin-left: 0;
  margin-right: 23px;
}
.page-footer .social-list .inviting-text {
  flex-basis: 165px;
  margin-right: 23px;
}
.page-footer .social-list a.yandex-zen {
  margin-left: 0;
}