@font-face {
  font-family: "Museo Sans Cyrl 500";
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: local("MuseoSansCyrl-500"), url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 300";
  src: url("../fonts/MuseoSansCyrl-300Italic.eot");
  src: local("MuseoSansCyrl-300Italic"), url("../fonts/MuseoSansCyrl-300Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-300Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 500";
  src: url("../fonts/MuseoSansCyrl-500Italic.eot");
  src: local("MuseoSansCyrl-500Italic"), url("../fonts/MuseoSansCyrl-500Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-500Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 900";
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: local("MuseoSansCyrl-900"), url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 700";
  src: url("../fonts/MuseoSansCyrl-700.eot");
  src: local("MuseoSansCyrl-700"), url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 700";
  src: url("../fonts/MuseoSansCyrl-700Italic.eot");
  src: local("MuseoSansCyrl-700Italic"), url("../fonts/MuseoSansCyrl-700Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-700Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 300";
  src: url("../fonts/MuseoSansCyrl-300.eot");
  src: local("MuseoSansCyrl-300"), url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 100";
  src: url("../fonts/MuseoSansCyrl-100.eot");
  src: local("MuseoSansCyrl-100"), url("../fonts/MuseoSansCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100.woff") format("woff"), url("../fonts/MuseoSansCyrl-100.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 100";
  src: url("../fonts/MuseoSansCyrl-100Italic.eot");
  src: local("MuseoSansCyrl-100Italic"), url("../fonts/MuseoSansCyrl-100Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-100Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 900";
  src: url("../fonts/MuseoSansCyrl-900Italic.eot");
  src: local("Museo Sans Cyrl 900 Italic"), local("MuseoSansCyrl-900Italic"), url("../fonts/MuseoSansCyrl-900Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-900Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

iframe,
img {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-size: 16px;
  font-family: "Museo Sans Cyrl 300", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1f292b;
}
body.fixed {
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex .flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex .flex-1-base-0 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.wrapper {
  max-width: 1235px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

a {
  color: #2c2c2c;
}

p {
  color: #5d6364;
}

.h1-title {
  font-size: 34px;
  text-transform: uppercase;
  padding-bottom: 60px;
  color: #1f292b;
}
@media (max-width: 768px) {
  .h1-title {
    font-size: 30px;
    padding-bottom: 30px;
  }
}

.h2-title {
  font-size: 30px;
  color: #1f292b;
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 28px;
  }
}

.h3-title {
  font-size: 26px;
  color: #1f292b;
}
@media (max-width: 768px) {
  .h3-title {
    font-size: 24px;
  }
}

.h4-title {
  font-size: 24px;
  color: #1f292b;
  text-transform: none;
}
.h4-title a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .h4-title {
    font-size: 22px;
  }
}

.h5-title {
  font-size: 20px;
  color: #1f292b;
}

.h6-title {
  font-size: 18px;
  color: #1f292b;
}

.weight-100 {
  font-family: "Museo Sans Cyrl 100", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.weight-300 {
  font-family: "Museo Sans Cyrl 300", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.weight-500 {
  font-family: "Museo Sans Cyrl 500", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.weight-700 {
  font-family: "Museo Sans Cyrl 700", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.weight-900 {
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.colored {
  color: #4cc0cb;
}

.colored-light {
  color: #8c9799;
}

.title-link {
  float: right;
  font-size: 18px;
  font-family: "Museo Sans Cyrl 700", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1b8bf3;
  text-decoration: none;
  text-transform: none;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .title-link {
    float: none;
    display: block;
  }
}

section article {
  padding: 45px 0;
}
section article:nth-child(1) {
  padding-top: 90px;
}
@media (max-width: 1400px) {
  section article:nth-child(1) {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  section article {
    padding: 25px 0;
  }
}

.box {
  border-bottom: 5px solid #4cc0cb;
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  padding: 40px;
  font-size: 20px;
}
.box p {
  margin: 12px 0;
}
@media (max-width: 768px) {
  .box {
    padding: 15px;
  }
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.content {
  color: #707070;
}
.content p {
  margin-bottom: 25px;
}
.content-list {
  padding-bottom: 15px !important;
}
.content-list li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.content-list li:before {
  content: "";
  width: 15px;
  height: 3px;
  background: #6de2cd;
  background: -webkit-gradient(linear, right top, left top, from(#6de2cd), to(#38acc9));
  background: linear-gradient(270deg, #6de2cd 0%, #38acc9 100%);
  position: absolute;
  left: 0;
  top: 12px;
}

.social-link {
  display: inline-block;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 10px 20px rgba(53, 192, 217, 0.3);
  box-shadow: 0 10px 20px rgba(53, 192, 217, 0.3);
  border-radius: 100%;
  margin-right: 20px;
  background-image: url("../img/icons__sprite-social.png");
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-link__phone {
  background-position: 0 0;
}
.social-link__phone2 {
  background-position: -64px 0px;
}
.social-link__vk {
  background-position: -127px 0px;
}
.social-link__fb {
  background-position: -190px 0px;
}
.social-link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pages {
  margin-top: 30px;
}
.pages article:first-of-type {
  padding-top: 25px;
}
.pages .h1-title {
  text-transform: none;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .pages .h1-title {
    margin-bottom: 0;
  }
}
.pages strong {
  font-family: "Museo Sans Cyrl 700", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: normal;
}
@media (max-width: 992px) {
  .pages {
    margin-top: 200px;
  }
}
@media (max-width: 768px) {
  .pages {
    margin-top: 120px;
  }
}

.table {
  margin: 15px 0 25px;
}
.table .programm-table td {
  width: 20%;
}
.table .programm-table td:last-child div {
  height: 120px;
  overflow: auto;
}
@media (max-width: 768px) {
  .table {
    width: 100%;
    overflow-x: auto;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  padding: 20px;
  border: 0;
}
table th {
  background: #3cb1c9;
  text-align: left;
  color: #fff;
  font-family: "Museo Sans Cyrl 700", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
table tbody tr {
  border-bottom: 1px solid #f9f9f9;
}

.offset-top__20 {
  margin-top: 20px;
}

.offset-top__40 {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .offset-top__55 {
    margin-top: 55px;
  }

  .offset-top__-20 {
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  form .offset-top__55 {
    margin-top: 50px;
  }
}
.content-cols {
  padding: 25px 0;
  margin-left: -15px;
  margin-right: -15px;
}
.content-cols-img {
  width: 44%;
  text-align: center;
  padding: 0 15px;
}
.content-cols-txt {
  width: 56%;
  padding: 0 15px;
}
.content-cols-txt p:last-child {
  margin-bottom: 0;
}

.img-label {
  background: #6de2cd;
  background: -webkit-gradient(linear, right top, left top, from(#6de2cd), to(#38acc9));
  background: linear-gradient(270deg, #6de2cd 0%, #38acc9 100%);
  padding: 15px 30px;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px rgba(53, 192, 217, 0.3);
  box-shadow: 0 10px 20px rgba(53, 192, 217, 0.3);
  color: #fff;
  display: inline-block;
  position: relative;
}
.img-label--bottom {
  top: -30px;
}
.img-label--top {
  top: 30px;
}

/* paggination
-----------------------------*/
.paggination {
  margin: 15px 0;
}
.paggination ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.paggination ul li {
  display: inline-block;
  vertical-align: middle;
}
.paggination ul li .paggination__link {
  font-size: 18px;
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #d5d5d5;
  margin: 3px 0 0;
  padding: 0 8px;
  text-decoration: none;
}
.paggination ul li .paggination__link.active {
  color: #1f292b;
}
.paggination ul li .paggination__next {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: #6de2cd;
  background: -webkit-gradient(linear, right top, left top, from(#6de2cd), to(#38acc9));
  background: linear-gradient(270deg, #6de2cd 0%, #38acc9 100%);
  padding: 10px 0;
  cursor: pointer;
}
.paggination ul li .paggination__next img {
  width: 12px;
  margin: auto;
}
.paggination ul li .paggination__next.disabled {
  background: url("../img/testimonials__arrow--disabled.svg") #f7f7f7 no-repeat center;
  background-size: 12px;
}
.paggination ul li .paggination__next.disabled img {
  display: none;
}
.paggination ul li .paggination__prev {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: #6de2cd;
  background: -webkit-gradient(linear, right top, left top, from(#6de2cd), to(#38acc9));
  background: linear-gradient(270deg, #6de2cd 0%, #38acc9 100%);
  padding: 10px 0;
  cursor: pointer;
}
.paggination ul li .paggination__prev img {
  width: 12px;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.paggination ul li .paggination__prev.disabled {
  background: url("../img/testimonials__arrow--disabled.svg") #f7f7f7 no-repeat center;
  background-size: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.paggination ul li .paggination__prev.disabled img {
  display: none;
}

/* UL LIST
-----------------------------*/
ul.ul-list {
  margin: 5px 0;
}
ul.ul-list li {
  padding: 5px 0 5px 20px;
  position: relative;
  color: #8c9799;
}
ul.ul-list li:last-child {
  padding-bottom: 0;
}
ul.ul-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #3cb1c9;
  position: absolute;
  left: 5px;
  top: 12px;
}
ul.ul-list.sitemap a {
  color: #707070;
  text-decoration: none;
}
ul.ul-list.sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 993px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 992px) {
  .desktop-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-768 {
    display: none;
  }

  .content-cols-txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-cols-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .content-cols-img img {
    margin: 0 auto;
  }

  .content-cols {
    padding: 15px 0;
  }
  .content-cols.-custom-order__about .content-cols-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .content-cols.-custom-order__about .content-cols-txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .img-label {
    display: none;
  }
}
img.right, img.f-r {
  display: block;
  float: right;
  margin: 0 5px 1em 3ex;
}

img.left, img.f-l {
  display: block;
  float: left;
  margin: 0 3ex 1em 0;
}

img.left, img.right {
  -webkit-box-shadow: 2px 2px 5px 0px #9d9b9b;
  box-shadow: 2px 2px 5px 0px #9d9b9b;
  border: 1px solid silver;
}

/* buttons
-----------------------------*/
.btn {
  border: none;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  font-size: 16px;
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 13px 40px;
  -webkit-box-shadow: 0 10px 20px rgba(53, 192, 217, 0.3);
  box-shadow: 0 10px 20px rgba(53, 192, 217, 0.3);
  cursor: pointer;
  outline: none;
}
.btn.-gradient {
  background: #6de2cd;
  background: -webkit-gradient(linear, right top, left top, from(#6de2cd), to(#38acc9));
  background: linear-gradient(270deg, #6de2cd 0%, #38acc9 100%);
}
.btn.-blue {
  background: #1b8bf3;
}
.btn.-bigger-x2 {
  padding: 13px 100px;
}
@media (max-width: 480px) {
  .btn.-bigger-x2 {
    padding: 13px 20px;
    width: 100%;
  }
}
.btn.-bigger-x3 {
  padding: 13px 150px;
}
@media (max-width: 480px) {
  .btn.-bigger-x3 {
    padding: 13px 20px;
    width: 100%;
  }
}
.btn.-full {
  width: 100%;
}
.btn.-half {
  width: 50%;
}
@media (max-width: 768px) {
  .btn.-half {
    width: 100%;
  }
}
.btn.-upper {
  text-transform: uppercase;
}

/* columns
-----------------------------*/
.columns .col-1 {
  width: 100%;
}
.columns-2 {
  -webkit-column-count: 2;
  column-count: 2;
}
@media (max-width: 768px) {
  .columns-2 {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.columns .col-2 {
  width: 49%;
}
@media (max-width: 768px) {
  .columns .col-2 {
    width: 100%;
  }
  .columns .col-2:not(:last-child) {
    margin-bottom: 20px;
  }
}
.columns .col-6 {
  width: 16.6%;
}

/* forms
-----------------------------*/
.fields-row {
  margin-bottom: 20px;
}

.fields-input {
  width: 100%;
  border: 1px solid #ababab;
  padding: 11px 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
.fields-input.half {
  width: 50%;
}
@media (max-width: 768px) {
  .fields-input.half {
    width: 100%;
  }
}
.fields-input:focus {
  border-color: #52d8f6;
}
.fields-input::-webkit-input-placeholder {
  color: #ababab;
}
.fields-input:-ms-input-placeholder {
  color: #ababab;
}
.fields-input::-ms-input-placeholder {
  color: #ababab;
}
.fields-input::placeholder {
  color: #ababab;
}

.fields-captcha {
  display: inline-block;
  vertical-align: middle;
}
.fields-captcha img {
  height: 100%;
}

.fields-select {
  background: url("../img/icon__select-arrow.svg") #fff no-repeat 98% 50%;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #ababab;
  padding: 11px 18px;
  border-radius: 0;
}
.fields-select:focus {
  background: #e1fafd;
}

.fields-text {
  width: 100%;
  border: 1px solid #ababab;
  padding: 11px 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  height: 83px;
}

.fields-checkbox {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #ababab;
  outline: none;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.fields-checkbox:after {
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #40bcd8;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid #40bcd8;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fields-checkbox:checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fields-radio {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #d8d8d8;
  outline: none;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.fields-radio:after {
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #40bcd8;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid #40bcd8;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fields-radio:checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

label {
  display: block;
  margin-bottom: 15px;
}
label a {
  color: #40bcd8;
  text-decoration: none;
}

.fields-input-label {
  font-family: "Museo Sans Cyrl 500", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #000;
}

/* breadcrumbs
-----------------------------*/
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-right: 8px;
  color: #8f8f8f;
  font-family: "Museo Sans Cyrl 100", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  position: relative;
}
.breadcrumbs ul li:not(:first-child):before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #3cb1c9;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.breadcrumbs__link {
  text-decoration: none;
  color: #3cb1c9;
  font-family: "Museo Sans Cyrl 100", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}

/* popup
-----------------------------*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.popup {
  display: none;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
  z-index: 11;
  padding: 30px;
  height: calc(100vh - 50px);
  overflow: auto;
}
@media (max-width: 1200px) {
  .popup {
    left: 15px;
    right: 15px;
  }
}

.popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.popup-close:after {
  content: "";
  display: block;
  background: #ccc;
  position: absolute;
  width: 25px;
  height: 2px;
  top: 15px;
  right: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close:before {
  content: "";
  display: block;
  background: #ccc;
  position: absolute;
  width: 25px;
  height: 2px;
  top: 15px;
  right: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-content p {
  margin-bottom: 10px;
}
.popup-content .table {
  width: 1140px;
  overflow: auto;
}
.popup-content table {
  color: #707070;
}
.popup-content table thead th:first-child {
  width: 320px;
  padding: 0;
}
.popup-content table th .table-condition {
  background: #36a9c1;
  padding: 20px 0 20px 20px;
  display: inline-block;
  position: relative;
  margin-right: 55px;
}
.popup-content table th .table-condition:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 0 0 64px;
  border-color: transparent transparent transparent #36aac1;
  position: absolute;
  right: -64px;
  top: 0;
}
.popup-content table tbody tr:nth-child(even) td:first-child {
  background: #f2f2f2;
}
.popup-content table tbody tr:nth-child(odd) td:first-child {
  background: #f9f9f9;
}

/* header
-----------------------------*/
header {
  padding: 0 0 0;
}

.header-logo {
  padding-top: 30px;
}

.header-count {
  padding-top: 10px;
  text-align: right;
}

.select-language {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}
.select-language__label {
  margin-bottom: 0;
  display: inline-block;
}
.select-language__label a {
  text-decoration: none;
}
.header-count .select-language__label + .select-language__label {
  margin-left: 115px;
}
.select-language__icon, .select-language__select {
  vertical-align: middle;
}
.select-language__select, .select-language__select:active, .select-language__select:focus {
  border: none;
  background: transparent;
  appearance: none;
  outline: none;
}

nav + .select-language.mobile-only {
  display: none;
}

nav.opened + .select-language.mobile-only {
  display: block;
}

.select-language.mobile-only {
  position: fixed;
  top: 16px;
  z-index: 9;
  width: auto;
  right: 12vw;
  left: 80px;
}
.select-language.mobile-only .select-language__label {
  background: #FFF;
  padding: 10px;
}

.count-paid {
  margin-left: 40px;
  text-align: right;
  display: inline-block;
  clear: both;
}
.count-paid__title {
  font-size: 16px;
  color: #1f292b;
}
.count-paid__num {
  font-size: 0;
}
.count-paid__numeral {
  background: #6de2cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#6de2cd), to(#38acc9));
  background: linear-gradient(180deg, #6de2cd 0%, #38acc9 100%);
  color: #fff;
  font-size: 30px;
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  width: 30px;
  height: 34px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 2px;
  line-height: 36px;
  text-align: center;
}
.count-paid__comma {
  font-size: 30px;
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #3aaec9;
  margin: 0 0 0 3px;
}

nav {
  padding-top: 24px;
}

.nav-link__i--blue {
  background: #1b8bf3;
  color: #fff;
  padding: 12px 40px;
}
@media (max-width: 992px) {
  .nav-link__i--mobile-sticky {
    -webkit-order: -1;
    order: -1;
  }
}

.nav-link__i-link {
  text-decoration: none;
  font-family: "Museo Sans Cyrl 100", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
}
.nav-link__i-link:hover {
  text-decoration: underline;
}
.nav-link__i-link--blue {
  display: inline-block;
  color: #fff;
  font-family: "Museo Sans Cyrl 700", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.mobile-menu {
  width: 44px;
  height: 40px;
  background: #6de2cd;
  background: -webkit-gradient(linear, right top, left top, from(#6de2cd), to(#38acc9));
  background: linear-gradient(270deg, #6de2cd 0%, #38acc9 100%);
  position: fixed;
  top: 22px;
  left: 15px;
  z-index: 4;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mobile-menu div {
  width: 24px;
  height: 4px;
  background: #fff;
  margin: 7px auto;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.mobile-menu.opened div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
}
.mobile-menu.opened div:nth-child(2) {
  opacity: 0;
}
.mobile-menu.opened div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -11px;
}

@media (max-width: 992px) {
  header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 3;
    -webkit-box-shadow: 0 10px 20px rgba(53, 192, 217, 0.3);
    box-shadow: 0 10px 20px rgba(53, 192, 217, 0.3);
  }

  .header-logo {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 55px;
  }
  .header-logo img {
    margin: 0 auto;
  }

  .header-count {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  nav {
    position: fixed;
    top: 0;
    left: -100vw;
    bottom: 0;
    background: #fff;
    z-index: 4;
    width: 90vw;
    padding-top: 85px;
    overflow: auto;
    -webkit-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 0 30px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  nav ul li {
    padding: 15px;
    width: 100%;
  }
  nav ul li a {
    display: block;
  }
  nav ul li a.nav-link__i-link--blue {
    padding: 15px;
  }
  nav.opened {
    left: 0;
  }
}
.header-dropdown-links {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 2;
  white-space: nowrap;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.header-dropdown-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-dropdown-links ul li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-dropdown-links ul li a:hover {
  background: #1b8bf3;
  color: #fff;
}

.header-dropdown {
  position: relative;
}
.header-dropdown:hover .header-dropdown-links {
  display: block;
}

@media (max-width: 768px) {
  .header-logo {
    margin-top: 7px;
    margin-bottom: 0;
    padding-top: 0;
  }
}
/* footer
-----------------------------*/
footer {
  padding: 60px 0 30px;
}

.footer-links {
  margin-top: 20px;
}
.footer-links a {
  text-decoration: none;
}

/* slider
-----------------------------*/
.slider {
  height: 600px;
  overflow: hidden;
}
.slider__i {
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px !important;
  position: relative;
}
.slider__i-txt {
  font-size: 60px;
  font-family: "Museo Sans Cyrl 100", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
  max-width: 1235px;
}
.slider .slick-arrow {
  width: 21px;
  height: 15px;
  position: absolute;
  top: calc(50% - 8px);
  border: none;
  font-size: 0;
  outline: none;
  z-index: 2;
}
.slider .slick-prev {
  background: url("../img/icon__arrow-white.svg") transparent no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 30px;
}
.slider .slick-next {
  background: url("../img/icon__arrow-white.svg") transparent no-repeat;
  background-size: contain;
  right: 30px;
}
.slider .slick-dots {
  text-align: center;
  top: -40px;
  z-index: 1;
  position: relative;
}
.slider .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 3px;
}
.slider .slick-dots li button {
  outline: none;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
}
.slider .slick-dots li.slick-active button {
  position: relative;
}
.slider .slick-dots li.slick-active button:after {
  content: "";
  background: #36a7c3;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
}

@media (max-width: 992px) {
  .slider {
    margin-top: 172px;
  }
}
@media (max-width: 1400px) {
  .slider__i-txt {
    font-size: 44px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .slider__i, .slider {
    height: 400px !important;
  }
}
@media (max-width: 768px) {
  .slider {
    margin-top: 85px;
  }

  .slider__i-txt {
    font-size: 25px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slick-prev {
    left: 0 !important;
  }

  .slick-next {
    right: 0 !important;
  }

  .slider__i, .slider {
    height: 300px !important;
  }
}
@media (max-width: 480px) {
  .slider__i-txt {
    font-size: 18px;
  }

  .slider__i, .slider {
    height: 160px !important;
  }

  .slider .slick-dots {
    text-align: center;
    bottom: 10px;
    top: auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* compare
-----------------------------*/
.compare-blocks__title {
  font-size: 24px;
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-align: center;
  background: #6de2cd;
  background: -webkit-gradient(linear, right top, left top, from(#6de2cd), to(#38acc9));
  background: linear-gradient(270deg, #6de2cd 0%, #38acc9 100%);
  padding: 30px 10px;
  color: #fff;
  border-bottom: 2px solid transparent;
}
.compare-blocks__txt {
  text-align: center;
  padding: 40px 10px 20px;
  font-size: 20px;
}
.compare-blocks__txt span {
  font-size: 34px;
}
.compare-blocks__txt span strong {
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: normal;
}
.compare-blocks__link {
  padding: 0 40px;
}
.compare-blocks__link .btn {
  width: 100%;
}
.compare-blocks__bottom {
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  font-family: "Museo Sans Cyrl 300", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.compare-blocks__bottom a {
  color: #6de2cd;
  text-decoration: none;
}
.compare-blocks__i {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05);
  width: 31%;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  opacity: 1;
}
.compare-blocks__i--inactive {
  opacity: 0.3;
}
.compare-blocks__i--marked, .compare-blocks__i:hover {
  background: #6de2cd;
  background: -webkit-gradient(linear, right top, left top, from(#6de2cd), to(#38acc9));
  background: linear-gradient(270deg, #6de2cd 0%, #38acc9 100%);
  color: #fff;
}
.compare-blocks__i--marked .compare-blocks__title, .compare-blocks__i:hover .compare-blocks__title {
  border-bottom: 2px solid #76cedd;
}
.compare-blocks__i--marked a, .compare-blocks__i:hover a {
  color: #fff;
}
.compare-blocks__i--marked .compare-blocks__link .btn, .compare-blocks__i:hover .compare-blocks__link .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #1b8bf3;
  position: relative;
  z-index: 2;
}
.compare-blocks__i:hover {
  -webkit-box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
}
.compare-blocks__i-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .compare-blocks__i {
    width: 100%;
    margin-bottom: 50px;
  }
}
/* why
-----------------------------*/
.why__i {
  margin-bottom: 20px;
}
.why__i-icon {
  background: url("../img/icons__why-sprite.png") no-repeat;
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
}
.why__i-icon--1 {
  background-position: 2px 0;
}
.why__i-icon--2 {
  background-position: -168px 0;
}
.why__i-icon--3 {
  background-position: -345px 0;
}
.why__i-icon--4 {
  background-position: -540px 0;
}
.why__i-icon--5 {
  background-position: -736px 0;
}
.why__i-icon--6 {
  background-position: -921px 0;
}
.why__i-icon--7 {
  background-position: -1088px 0;
}
.why__i-txt {
  font-size: 18px;
  line-height: 21px;
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.why-merketing__i {
  margin-bottom: 20px;
}
.why-merketing__i-icon {
  background: url("../img/icons__marketing-sprite.png") no-repeat;
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
}
.why-merketing__i-icon--1 {
  background-position: 2px 0;
}
.why-merketing__i-icon--2 {
  background-position: -168px 0;
}
.why-merketing__i-icon--3 {
  background-position: -345px 0;
}
.why-merketing__i-icon--4 {
  background-position: -540px 0;
}
.why-merketing__i-icon--5 {
  background-position: -736px 0;
}
.why-merketing__i-icon--6 {
  background-position: -921px 0;
}
.why-merketing__i-icon--7 {
  background-position: -1088px 0;
}
.why-merketing__i-txt {
  font-size: 18px;
  line-height: 21px;
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

@media (max-width: 992px) {
  .why-merketing__i {
    width: 49%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .why__i {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .why__i {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .why-merketing__i {
    width: 100%;
    padding: 0;
  }

  .why__i {
    width: 100%;
    padding: 0;
  }
}
/* popular sites
-----------------------------*/
.popular-sites__i {
  margin-bottom: 80px;
}
.popular-sites__i-img {
  width: 380px;
}
.popular-sites__i-img img {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.popular-sites__i-txt {
  width: calc(100% - 380px);
  padding-left: 60px;
  color: #8c9799;
}

@media (max-width: 992px) {
  .popular-sites__i-txt {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .popular-sites__i {
    margin-bottom: 40px;
  }

  .popular-sites__i-txt {
    width: 100%;
    padding: 0;
  }

  .popular-sites__i-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* testimonials
-----------------------------*/
.testimonials__i {
  border: 1px solid #52d8f6;
  padding: 30px;
  margin: 0 15px;
}
.testimonials__i.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonials__i-author {
  height: 80px;
  line-height: 80px;
}
.testimonials__i-author img {
  margin-right: 25px;
}
.testimonials__i-txt {
  margin-top: 20px;
}
.testimonials .slick-track {
  height: 335px;
}
.testimonials .slick-track .testimonials__i-txt {
  overflow: hidden;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .testimonials .slick-track .testimonials__i-txt {
    overflow: auto;
  }
}

.testimonials-list .testimonials__i {
  margin-bottom: 40px;
  display: inline-block;
}

.testimonials-nav {
  margin-top: 45px;
}
.testimonials-nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonials-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
.testimonials-nav ul li .slick-dots {
  text-align: center;
}
.testimonials-nav ul li .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.testimonials-nav ul li .slick-dots li button {
  outline: none;
  background: transparent;
  border: none;
  font-size: 18px;
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #d5d5d5;
  margin: 3px 0 0;
  padding: 0 8px;
  cursor: pointer;
}
.testimonials-nav ul li .slick-dots li.slick-active button {
  color: #1f292b;
}
.testimonials-nav ul li .slick-arrow {
  width: 33px;
  height: 33px;
  line-height: 16px;
  border-radius: 100%;
  background: #6de2cd;
  background: -webkit-gradient(linear, right top, left top, from(#6de2cd), to(#38acc9));
  background: linear-gradient(270deg, #6de2cd 0%, #38acc9 100%);
  padding: 10px 0;
  cursor: pointer;
}
.testimonials-nav ul li .slick-arrow img {
  width: 13px;
  margin: auto;
}
.testimonials-nav ul li .slick-arrow:hover {
  background: #1b8bf3;
}
.testimonials-nav ul li .testimonials-nav__prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .testimonials__i {
    margin: 0;
  }
}
/* news
-----------------------------*/
.news-item {
  width: 31%;
  margin-bottom: 50px;
}
.news-item__title {
  height: 90px;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-item__link {
  font-size: 20px;
  color: #1f292b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item__link:hover {
  color: #3aaec9;
}
.news-item__date {
  font-size: 16px;
  color: #8c9799;
  margin-bottom: 25px;
}
.news-item__txt {
  color: #8c9799;
  font-size: 16px;
  line-height: 24px;
}

.news-on-page {
  overflow: hidden;
  height: 230px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-on-page.active {
  height: auto;
}
.news-on-page img {
  height: auto;
}
.news-on-page:not(.active):after {
  content: "";
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .news-item {
    width: 100%;
  }

  .news-item__title {
    height: auto;
  }
}
/* blog
-----------------------------*/
.blog-item {
  width: 31%;
  margin-bottom: 50px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-item__img {
  height: 180px;
  background-size: cover;
}
.blog-item__title {
  padding: 30px 30px 0 30px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-item__link {
  font-size: 20px;
  color: #1f292b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-item__link:hover {
  color: #3aaec9;
}
.blog-item__date {
  font-size: 16px;
  color: #8c9799;
  margin-bottom: 20px;
  padding: 0 30px;
}
.blog-item__txt {
  color: #8c9799;
  font-size: 16px;
  line-height: 24px;
  padding: 0 30px 30px 30px;
}
.blog-item:hover {
  -webkit-box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .blog-item {
    width: 100%;
  }

  .blog-item__title {
    height: auto;
    padding: 15px 15px 0 15px;
  }

  .blog-item__date {
    padding: 0 15px;
  }

  .blog-item__txt {
    padding: 0 15px 15px 15px;
  }
}
/* as seen
-----------------------------*/
@media (max-width: 992px) {
  .as-seen__col {
    width: 33%;
    margin-bottom: 20px;
  }
  .as-seen__col img {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .as-seen__col {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .as-seen__col {
    width: 100%;
  }
}
/* about us
-----------------------------*/
.about-us {
  padding: 45px 0;
}
.about-us__i {
  margin-bottom: 20px;
}
.about-us__i-icon {
  background: url("../img/icons__about-us-sprite.png") no-repeat;
  width: 60px;
  height: 60px;
}
.about-us__i-icon--1 {
  background-position: 2px 0;
}
.about-us__i-icon--2 {
  background-position: -168px 0;
}
.about-us__i-icon--3 {
  background-position: -345px 0;
}
.about-us__i-icon--4 {
  background-position: -540px 0;
}
.about-us__i-icon--5 {
  background-position: -736px 0;
}
.about-us__i-icon--6 {
  background-position: -921px 0;
}
.about-us__i-icon--7 {
  background-position: -1088px 0;
}
.about-us__i-txt {
  font-size: 18px;
  line-height: 21px;
  font-family: "Museo Sans Cyrl 900", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #000;
  padding-left: 40px;
}

/* faq
-----------------------------*/
.faq p:last-child {
  margin-bottom: 0;
}

.faq.ui-widget {
  margin: 10px 0 50px;
}
.faq.ui-widget .ui-accordion-header {
  background: #fff;
  font-size: 24px;
  font-family: "Museo Sans Cyrl 300", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  border: 1px solid #f9f9f9;
  padding: 13px 20px;
  margin: 0 0 20px;
  outline: none;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq.ui-widget .ui-accordion-header .ui-icon {
  background: none;
  float: right;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.faq.ui-widget .ui-accordion-header .ui-icon:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 27px;
  right: 28px;
}
.faq.ui-widget .ui-accordion-header .ui-icon:before {
  content: "";
  width: 2px;
  height: 14px;
  background: #000;
  position: absolute;
  top: 21px;
  right: 34px;
}
.faq.ui-widget .ui-accordion-header.ui-state-active {
  border: 1px solid #3cb1c9;
  background: #3cb1c9;
  margin: 0;
  -webkit-box-shadow: 0 10px 20px rgba(53, 192, 217, 0.3);
  box-shadow: 0 10px 20px rgba(53, 192, 217, 0.3);
}
.faq.ui-widget .ui-accordion-header.ui-state-active .ui-icon:after, .faq.ui-widget .ui-accordion-header.ui-state-active .ui-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.faq.ui-widget .ui-accordion-header.ui-state-active .jobs-title-price {
  color: #fff;
}
.faq.ui-widget .ui-accordion-content {
  border-color: #3cb1c9;
  border-radius: 0;
  padding: 20px;
  margin: 0 0 20px;
  font-family: "Museo Sans Cyrl 100", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
}

/* testimonials
-----------------------------*/
.testimonials.columns {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonials.columns .testimonials__i {
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.testimonials.columns .testimonials__i:hover {
  border: 1px solid #52d8f6;
}

/* news list
-----------------------------*/
.page-news-list {
  max-width: 938px;
  margin: 0 auto;
}
.page-news-list__i {
  border: 1px solid #f5f5f5;
  padding: 50px;
  margin-bottom: 30px;
  text-align: justify;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.page-news-list__i-txt {
  width: calc(100% - 100px);
  padding-right: 40px;
}
.page-news-list__i-img {
  width: 100px;
}
.page-news-list__i-img span {
  font-family: "Museo Sans Cyrl 300", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  color: #3aaec9;
  padding-bottom: 10px;
}
.page-news-list__i-link {
  color: #3aaec9;
  text-decoration: none;
  font-size: 20px;
  font-family: "Museo Sans Cyrl 700", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-news-list__i-link-more {
  color: #3aaec9;
  text-decoration: none;
  font-size: 16px;
  font-family: "Museo Sans Cyrl 300", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-news-list__i p:not(:last-child) {
  margin-bottom: 15px;
}

/* blog
-----------------------------*/
.page-blog__l {
  width: calc(100% - 320px);
  padding-right: 40px;
}
.page-blog__r {
  width: 320px;
}
.page-blog__r-link {
  font-size: 16px;
  text-decoration: none;
}
.page-blog__r p {
  margin-bottom: 20px;
  line-height: 20px;
}
.page-blog-links {
  margin-bottom: 50px;
}
.page-blog-links .h4-title {
  margin-bottom: 30px;
}
.page-blog__i {
  margin-bottom: 60px;
}
.page-blog__i-img {
  width: 380px;
}
.page-blog__i-txt {
  width: calc(100% - 380px);
  padding-left: 30px;
}
.page-blog__i-link {
  font-size: 20px;
  color: #3aaec9;
  text-decoration: none;
}
.page-blog__i p:not(:last-child) {
  margin-bottom: 15px;
}

/* Login
-----------------------------*/
.forgot-link {
  text-decoration: none;
  color: #8c9799;
  font-size: 16px;
}
.forgot-link:hover {
  color: #1b8bf3;
}

/* media
-----------------------------*/
.page-media__i {
  margin-bottom: 60px;
}
.page-media__i-img {
  width: 35%;
  padding-right: 30px;
}
.page-media__i-txt {
  width: 65%;
}
.page-media__i-info {
  color: #000;
}
.page-media__i-info a {
  color: #41b3ca;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .page-blog__i-img {
    width: 300px;
  }

  .page-blog__i-txt {
    width: calc(100% - 300px);
  }

  .page-blog__l {
    width: calc(100% - 300px);
  }

  .page-blog__r {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .about-us__i {
    width: 49%;
  }

  .page-blog__l {
    width: 100%;
    padding-right: 0;
  }

  .page-blog__r {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .faq.ui-widget .ui-accordion-header {
    font-size: 18px;
    padding-right: 60px;
  }
  .faq.ui-widget .ui-accordion-header .ui-icon {
    width: 50px;
    height: 50px;
  }
  .faq.ui-widget .ui-accordion-header .ui-icon:after {
    top: 22px;
    right: 18px;
  }
  .faq.ui-widget .ui-accordion-header .ui-icon:before {
    top: 16px;
    right: 24px;
  }

  .about-us__i {
    width: 100%;
  }

  .about-us__i-txt {
    padding-left: 20px;
  }

  .page-news-list__i {
    padding: 15px;
  }

  .page-blog__i-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-blog__i-txt {
    width: 100%;
    padding-left: 0;
  }

  .page-media__i-img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .page-media__i-txt {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .page-news-list__i-txt {
    width: 100%;
    padding-right: 0;
  }

  .page-news-list__i-img {
    width: 100%;
  }
  .page-news-list__i-img img {
    display: none;
  }
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert, .alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert p {
  margin: 0.5em;
}

.alert .close {
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success p {
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger p, .alert-error p {
  color: #b94a48;
}

.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}

.alert-info, .alert-info h4 {
  color: #3a87ad;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.roll-counter {
  direction: rtl;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 0;
}