* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  background: #edeefa;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #494855;
  overflow-x: hidden;
}
/* Helper classes */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.justify-right {
  display: flex;
  justify-content: flex-end;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-stretch {
  align-items: stretch;
}
img {
  max-width: 100%;
  height: auto;
}
.bg-white {
  background: #fff;
}
.bg-blue {
  background: #3e4ab4;
  color: #fff;
}
.bg-grey {
  background: #f7f9fc;
}
.align-stretch {
  align-items: stretch;
}
.display-flex {
  display: flex !important;
  flex-direction: column;
}
.display-block {
  display: block !important;
}
.margin-top-auto {
  margin-top: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr th {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #7d7a94;
  padding: 12px 20px;
  border: 1px solid #7d7a94;
  text-align: left;
}
table tr td {
  text-align: left;
  color: #080709;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 20px;
  border: 1px solid #7d7a94;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  color: #080709;
  font-weight: 700;
  line-height: 135%;
  margin: 0 0 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
h1 {
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h1 {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 46px;
    font-weight: 800;
  }
}
h2 {
  font-size: 30px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 41px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 38px;
  }
}
h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 20px;
  line-height: 24px;
  /*@media (max-width: @mobile) {
    font-size: 18px;
    line-height: 20px;
  }*/
}
h5 {
  font-size: 17px;
  line-height: 23px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 15px;
    line-height: 23px;
  }
}
h6 {
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 13px;
    line-height: 21px;
  }
}
p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 20px 0;
  color: #494855;
}
p strong,
p b {
  font-weight: 700;
  color: inherit;
}
p a {
  color: #494855;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
p.small {
  font-size: 14px;
}
strong,
em {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
}
a:hover {
  color: #3e4ab4;
}
a:focus {
  outline: none;
}
a::-moz-focus-inner {
  border: 0;
}
ul li,
ol li {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 20px 0;
  color: #494855;
}
.container {
  padding-right: 38px;
  padding-left: 38px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1368px;
  width: 100%;
}
.container-small {
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  padding-right: 38px;
  padding-left: 38px;
}
@media (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-small {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -8px;
  margin-left: -8px;
}
.row > * {
  flex: 0 0 auto;
}
.row.align-stretch {
  align-items: stretch;
}
[class*='col-xs'],
[class*='col-sm'],
[class*='col-md'],
[class*='col-lg'] {
  display: block;
  padding: 8px;
}
[class*='col-xs'].justify-right,
[class*='col-sm'].justify-right,
[class*='col-md'].justify-right,
[class*='col-lg'].justify-right {
  display: flex;
  justify-content: flex-end;
}
[class*='col-xs'].justify-center,
[class*='col-sm'].justify-center,
[class*='col-md'].justify-center,
[class*='col-lg'].justify-center {
  display: flex;
  justify-content: center;
}
[class*='col-xs'].align-center,
[class*='col-sm'].align-center,
[class*='col-md'].align-center,
[class*='col-lg'].align-center {
  display: flex;
  align-items: center;
}
.col-xs-1 {
  width: 8.33%;
}
.col-xs-2 {
  width: 16.66%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33%;
}
.col-xs-5 {
  width: 41.66%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33%;
}
.col-xs-8 {
  width: 66.66%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33%;
}
.col-xs-11 {
  width: 91.66%;
}
.col-xs-12 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
.clearfix {
  display: block;
  clear: both;
}
.hidden {
  display: none;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.btn {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  background-color: #ffc14f;
  border: 1px solid #ffc14f;
  border-radius: 55px;
  padding: 15px 25px;
  display: inline-block;
  color: #080709;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  box-shadow: 0px 2px 8px 0px #fc810740;
}
.btn:hover {
  color: inherit;
  box-shadow: 0px -2px 8px 0px #fc810740;
}
.btn.arrow {
  display: flex;
  align-items: center;
}
.btn.arrow:after {
  content: '';
  background: url('../images/icons/arrow-black.svg') no-repeat center;
  width: 8px;
  height: 14px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  left: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.arrow:hover:after {
  left: 5px;
}
.btn.btn-light {
  border-color: #3e4ab4;
  background-color: transparent;
  color: #3e4ab4;
  box-shadow: none;
}
.btn.btn-light:hover {
  box-shadow: none;
}
.btn.btn-light.arrow {
  display: flex;
  align-items: center;
}
.btn.btn-light.arrow:after {
  content: '';
  background: url('../images/icons/arrow-blue-2.svg') no-repeat center;
  width: 8px;
  height: 14px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  left: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-light.arrow:hover:after {
  left: 5px;
}
.btn.btn-blue {
  border-color: #3e4ab4;
  background-color: #3e4ab4;
  color: #fff;
  box-shadow: none;
}
.btn.btn-blue:hover {
  box-shadow: none;
}
.btn-request {
  display: flex;
  align-items: center;
  padding-left: 21px;
  white-space: nowrap;
}
.btn-request:before {
  content: '';
  background: url('../images/icons/pencil.svg') no-repeat center;
  width: 15px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
}
.ic-phone {
  display: flex;
  align-items: center;
  padding-left: 21px;
  white-space: nowrap;
}
.ic-phone:before {
  content: '';
  background: url('../images/icons/phone.svg') no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  display: inline-block;
}
.ic-mail {
  display: flex;
  align-items: center;
  padding-left: 21px;
  white-space: nowrap;
}
.ic-mail:before {
  content: '';
  background: url('../images/icons/mail.svg') no-repeat center;
  width: 27px;
  height: 20px;
  margin-right: 9px;
  display: inline-block;
}
form label,
form .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 21px;
  color: #494855;
  transition: all 0.3s;
  margin-bottom: 8px;
  display: block;
}
form input[type='text'],
form input[type='tel'],
form input[type='password'],
form input[type='email'],
form textarea {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #aeabc2;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #494855;
  padding: 0 16px;
  margin-bottom: 8px;
}
form input[type='text']::placeholder,
form input[type='tel']::placeholder,
form input[type='password']::placeholder,
form input[type='email']::placeholder,
form textarea::placeholder {
  color: #aeabc2;
}
form input[type='text']:focus,
form input[type='tel']:focus,
form input[type='password']:focus,
form input[type='email']:focus,
form textarea:focus {
  outline: none;
}
form textarea {
  height: 140px;
  border-radius: 12px;
  line-height: 20px;
  padding: 10px 16px;
}
form input[type='submit'],
form button {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  background-color: #ffc14f;
  border: 1px solid #ffc14f;
  border-radius: 55px;
  padding: 15px 25px;
  display: inline-block;
  color: #080709;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  box-shadow: 0px 2px 8px 0px #fc810740;
  cursor: pointer;
}
@media (max-width: 767px) {
  form input[type='submit'],
  form button {
    width: 100%;
  }
}
.group,
.radio-group,
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
}
input[type='radio'] {
  opacity: 0;
  display: none;
}
input[type='radio'] + .wpcf7-list-item-label,
input[type='radio'] + label {
  padding: 10px 15px 10px 45px;
  position: relative;
  font-size: 15px;
  line-height: 21px;
  color: #080709;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #f7f9fc;
  border-radius: 38px;
  border: 1px solid #e2e3eb;
  margin-right: 10px;
  width: 162px;
}
@media (max-width: 767px) {
  input[type='radio'] + .wpcf7-list-item-label,
  input[type='radio'] + label {
    width: 100%;
    margin-bottom: 16px;
  }
}
input[type='radio'] + .wpcf7-list-item-label:before,
input[type='radio'] + label:before {
  position: absolute;
  top: 50%;
  left: 11px;
  border: 1px solid #7d7a94;
  background: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  overflow: hidden;
  content: '';
  margin-top: -12px;
}
input[type='radio'] + .wpcf7-list-item-label:hover,
input[type='radio'] + label:hover {
  background: #edeefa;
  border: 1px solid #3e4ab4;
}
input[type='radio'] + .wpcf7-list-item-label a,
input[type='radio'] + label a {
  color: inherit;
}
input[type='radio']:checked + .wpcf7-list-item-label,
input[type='radio']:checked + label {
  background: #edeefa;
  border: 1px solid #3e4ab4;
}
input[type='radio']:checked + .wpcf7-list-item-label:before,
input[type='radio']:checked + label:before {
  background: #3e4ab4;
  box-shadow: 0 0 0 3px #fff inset;
}
input[type='checkbox'] {
  opacity: 0;
  display: none;
}
input[type='checkbox'] + .wpcf7-list-item-label,
input[type='checkbox'] + label {
  padding: 9px 14px 9px 47px;
  position: relative;
  font-size: 15px;
  line-height: 21px;
  color: #080709;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #f7f9fc;
  border-radius: 38px;
  border: 1px solid #e2e3eb;
  margin-right: 10px;
  width: 202px;
  height: 60px;
}
@media (max-width: 767px) {
  input[type='checkbox'] + .wpcf7-list-item-label,
  input[type='checkbox'] + label {
    width: 100%;
    margin-bottom: 16px;
  }
}
input[type='checkbox'] + .wpcf7-list-item-label:before,
input[type='checkbox'] + label:before {
  position: absolute;
  top: 50%;
  left: 15px;
  border: 1px solid #7d7a94;
  background: #fff;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  content: '';
  margin-top: -11px;
}
input[type='checkbox'] + .wpcf7-list-item-label:hover,
input[type='checkbox'] + label:hover {
  background: #edeefa;
  border: 1px solid #3e4ab4;
}
input[type='checkbox'] + .wpcf7-list-item-label a,
input[type='checkbox'] + label a {
  color: inherit;
}
input[type='checkbox']:checked + .wpcf7-list-item-label,
input[type='checkbox']:checked + label {
  background: #edeefa;
  border: 1px solid #3e4ab4;
}
input[type='checkbox']:checked + .wpcf7-list-item-label:before,
input[type='checkbox']:checked + label:before {
  background-image: url('../images/icons/checkmark.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff5151;
  background: #fff7f7;
  color: #c0392b;
  font-weight: 500;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.8em 1.5em;
  border: 2px solid #00a0d2;
  border-radius: 8px;
  font-size: 1.1em;
  background: #f8fafb;
  color: #2c3e50;
  transition: all 0.3s;
}
.file-wrapper {
  position: relative;
  display: block;
  margin-top: -40px;
  margin-left: 16px;
  margin-bottom: 12px;
  cursor: pointer;
}
.file-wrapper .file-name {
  display: block;
  background: url('../images/icons/upload.svg') no-repeat left center;
  text-transform: initial;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: none;
  padding: 0;
  padding-left: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  color: #7d7a94;
}
.file-wrapper input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.textarea-group {
  width: 100%;
}
select {
  font-family: 'Inter', sans-serif;
  margin-bottom: 4px;
  width: 100%;
  background-color: #fff;
  color: #080709;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #e2e3eb;
  cursor: pointer;
  border-radius: 50px;
  position: relative;
}
select:focus,
select:hover {
  outline: none;
}
select::picker-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  background: url('../images/icons/arrow-blue.svg') no-repeat center;
  width: 28px;
  height: 20px;
  margin-top: -10px;
  transform: rotate(0deg);
  color: #fff;
}
select:open::picker-icon {
  rotate: 180deg;
}
select,
::picker(select) {
  appearance: base-select;
}
::picker(select) {
  border: 1px solid #e2e3eb;
}
option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border: none;
  background: #fff;
  padding: 10px 20px;
  transition: 0.4s;
}
option:hover,
option:focus {
  background-color: #edeefa;
}
option::checkmark {
  display: none;
}
.select-style {
  position: relative;
  font-family: 'Inter', sans-serif;
  margin-bottom: 4px;
  width: 100%;
  max-width: 310px;
}
@media (max-width: 767px) {
  .select-style {
    max-width: 100%;
  }
}
.select-style select {
  display: none;
}
.select-style .select-selected {
  background-color: #fff;
  color: #080709;
  padding: 10px 55px 10px 20px;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #e2e3eb;
  cursor: pointer;
  user-select: none;
  border-radius: 50px;
  width: 100%;
}
.select-style .select-selected:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  background: url('../images/icons/arrow-blue.svg') no-repeat center;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.select-style .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}
.select-style .select-items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #e2e3eb;
  top: 100%;
  right: 0;
  z-index: 99;
  min-width: 100%;
}
.select-style .select-items div {
  color: #494855;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 21px;
  border: none;
  cursor: pointer;
  user-select: none;
}
.select-style .select-items div:hover {
  background-color: #edeefa;
}
.select-style .select-hide {
  display: none;
}
.select-style .same-as-selected {
  background-color: #fff;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
header {
  position: relative;
  z-index: 100000;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 4px 26.1px 0px #53586412;
}
header .justify-right {
  display: flex;
  justify-content: flex-end;
}
header .align-center {
  display: flex;
  align-items: center;
}
header ul {
  list-style-type: none;
}
header ul li a:hover {
  text-decoration: none;
}
header .row {
  flex-wrap: nowrap;
  align-items: center;
}
header .logotype {
  display: flex;
}
@media (max-width: 767px) {
  header .logotype img {
    max-width: 85px;
  }
}
header .main-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 21px;
}
header .main-menu ul li {
  margin: 0 16px;
  white-space: nowrap;
  cursor: pointer;
}
header .main-menu ul li a {
  display: block;
  padding: 10px 0;
}
header .main-menu ul li.active > a,
header .main-menu ul li:hover > a {
  color: #3e4ab4;
}
header .main-menu ul li.has-children {
  position: relative;
  display: flex;
  align-items: center;
}
header .main-menu ul li.has-children:after {
  content: '';
  background: url('../images/icons/arrow-grey.svg') no-repeat center;
  width: 10px;
  height: 10px;
  margin-left: 12px;
}
header .main-menu ul li ul {
  height: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  min-width: 200px;
  text-transform: none;
  font-size: 15px;
  display: block;
  padding: 10px 0;
  overflow: hidden;
  background: #edeefa;
  transition: all 0.3s;
  opacity: 0;
  color: #494855;
  border-bottom: 1px solid #e2e3eb;
  box-shadow: 0px 4px 26.1px 0px #53586412;
  border-radius: 4px;
}
header .main-menu ul li ul li {
  margin: 0;
}
header .main-menu ul li ul li a {
  padding: 10px 20px;
}
header .main-menu ul li ul li a:hover {
  background: #3e4ab4;
  color: #fff;
}
header .main-menu ul li:hover ul {
  height: auto;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1200px) {
  header .main-menu ul li {
    margin: 0 12px;
  }
}
@media (max-width: 991px) {
  header .main-menu {
    display: none;
  }
}
header .btn {
  margin-left: 50px;
}
@media (max-width: 1200px) {
  header .btn {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  header .btn {
    margin-left: 15px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
header .switcher-languages {
  /* display: inline-block; */
  display: none;
  margin-left: 35px;
  position: relative;
  background: #f7f9fc;
  border-radius: 40px;
  border: 1px solid #edeefa;
  height: 40px;
}
header .switcher-languages .current-languages {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 10px 15px 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #3e4ab4;
}
@media (max-width: 767px) {
  header .switcher-languages .current-languages {
    padding: 10px 13px;
  }
}
header .switcher-languages .current-languages:after {
  content: '';
  background: url('../images/icons/arrow-blue.svg') no-repeat center;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
header .switcher-languages ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  height: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  left: 0;
  background: #f7f9fc;
  z-index: 2;
  transition: all 0.3s;
  color: #494855;
  border-bottom: 1px solid #e2e3eb;
  box-shadow: 0px 4px 26.1px 0px #53586412;
  border-radius: 4px;
}
header .switcher-languages ul li a {
  padding: 5px 10px 5px 20px;
  display: block;
}
header .switcher-languages ul li a:hover {
  background: #3e4ab4;
  color: #fff;
}
header .switcher-languages:hover ul {
  height: auto;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1200px) {
  header .switcher-languages {
    margin-left: 16px;
  }
}
header .navbar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin-right: 28px;
}
header .navbar-toggle > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
header .navbar-toggle .navbar-toggle-icons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 32px;
  height: 24px;
}
@media (max-width: 767px) {
  header .navbar-toggle .navbar-toggle-icons {
    width: 28px;
  }
}
header .navbar-toggle .navbar-toggle-icons .icon-bar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #3e4ab4;
  border-radius: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .navbar-toggle .navbar-toggle-icons .icon-bar:not(:last-child) {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  header .navbar-toggle .navbar-toggle-icons .icon-bar {
    width: 28px;
  }
}
@media (max-width: 767px) {
  header .navbar-toggle {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 14px 0 13px;
  }
}
#mobile-menu {
  width: 534px;
}
#mobile-menu .fancybox-close-small {
  background: url('../images/icons/close-light.svg') no-repeat center;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #mobile-menu {
    width: 360px;
  }
}
.mobile-menu {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.mobile-menu h3 {
  background: #3e4ab4;
  color: #fff;
  padding: 20px;
  margin: 0;
}
.mobile-menu ul {
  list-style: none;
  padding: 4px 20px;
}
.mobile-menu ul li {
  margin: 0;
  border-top: 1px solid rgba(62, 74, 180, 0.3);
}
.mobile-menu ul li:first-child {
  border: none;
}
.mobile-menu ul li a {
  display: block;
  padding: 16px 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  color: #080709;
}
.mobile-menu ul li.has-children {
  position: relative;
  display: block;
  padding-right: 20px;
}
.mobile-menu ul li.has-children:before {
  content: '';
  background: url('../images/icons/arrow-grey.svg') no-repeat center;
  width: 10px;
  height: 10px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 22px;
}
.mobile-menu ul li.has-children.open:before {
  transform: rotate(180deg);
}
.mobile-menu ul li.has-children.open ul {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.mobile-menu ul li ul {
  height: 0;
  visibility: hidden;
  display: block;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  color: #494855;
  margin: -6px 0 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu ul li ul li {
  margin: 0;
  border: none;
}
.mobile-menu ul li ul li a {
  padding: 6px 0;
  font-weight: 400;
  color: #494855;
  line-height: 21px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 0;
  font-size: 14px;
  line-height: 20px;
  color: #494855;
  padding: 20px 0 30px;
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(44, 62, 80, 0.08);
  padding: 14px 32px;
  margin-bottom: 11px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .breadcrumbs {
    padding: 12px 20px 26px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 12px 16px 28px;
    font-size: 13px;
    gap: 3px 0;
  }
}
.breadcrumbs a {
  margin: 0 7px 0 0;
  color: #337ecc;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  border-radius: 6px;
  padding: 2px 8px;
  transition: background 0.15s, color 0.15s;
  min-width: 0;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.breadcrumbs a:first-child {
  flex-shrink: 0;
  margin-right: 4px;
  max-width: none;
}
.breadcrumbs a:first-child img {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .breadcrumbs a:first-child img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs a {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs a {
    max-width: 120px;
  }
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  background: #e3f0fb;
  color: #245fa7;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
  text-decoration: none;
}
.breadcrumbs a:after {
  content: '';
  background: url('../images/icons/arrow-grey-light.svg') no-repeat center;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  display: inline-block;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .breadcrumbs a:after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
}
.breadcrumbs span.current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .breadcrumbs span.current {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs span.current {
    max-width: 200px;
  }
}
.breadcrumbs span.current a {
  max-width: none;
}

.section {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}
#website-development {
  background: url('../images/main-scream.png') no-repeat right center / 60% 100%;
  position: relative;
  padding: 80px 0;
}
#website-development .container {
  position: relative;
}
#website-development h1 {
  margin-bottom: 11px;
}
#website-development p {
  color: #3e4ab4;
  font-size: 18px;
}
#website-development:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 133px;
  background: linear-gradient(180deg, rgba(18, 28, 113, 0) 0%, #121c71 100%);
  opacity: 0.1;
}
@media (max-width: 991px) {
  #website-development:before {
    display: none;
  }
}
@media (max-width: 991px) {
  #website-development {
    background: url('../images/main-scream-tablet.png') no-repeat bottom center /
      100% auto;
    padding: 55px 0 40px;
  }
}
@media (max-width: 767px) {
  #website-development {
    padding: 40px 0 30px;
    background-size: 100% 375px;
  }
}

.list-styles {
  list-style: none;
  margin: 44px 0;
}
.list-styles li {
  padding-left: 34px;
  background: url('../images/icons/star-yellow.svg') no-repeat left top;
  margin-top: 12px;
  color: #080709;
}
.list-styles li:nth-child(even) {
  background-image: url('../images/icons/star-blue.svg');
}
.buttons {
  display: flex;
}
.buttons a {
  margin-right: 13px;
}
@media (max-width: 767px) {
  .buttons {
    display: block;
  }
  .buttons a {
    margin: 0 0 13px 0;
    justify-content: center;
  }
}
.banner-buttons {
  width: 530px;
  height: 414px;
  position: relative;
  margin-right: 37px;
  margin-left: auto;
}
.banner-buttons a {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #3e4ab4;
  padding: 9px 18px 8px 17px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 60px;
  display: inline-block;
  box-shadow: 0px 4px 17px 0px #4000ae24;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .banner-buttons a {
    font-size: 13px;
    line-height: 21px;
    padding: 7px 11px 6px 12px;
  }
}
.banner-buttons a.small {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  padding: 7px 14px 7px 15px;
}
@media (max-width: 767px) {
  .banner-buttons a.small {
    font-size: 11px;
    padding: 5px 12px 5px 13px;
  }
}
.banner-buttons a.large {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .banner-buttons a.large {
    font-size: 17px;
    line-height: 18px;
    padding: 4px 15px;
  }
}
.banner-buttons a:hover {
  transform: scale(1.1);
}
.banner-buttons [class*='pos'] {
  position: absolute;
}
.banner-buttons .pos-1 {
  top: 14px;
  right: 51%;
}
.banner-buttons .pos-2 {
  top: 0;
  right: 0;
}
.banner-buttons .pos-3 {
  top: 95px;
  right: 22%;
}
.banner-buttons .pos-4 {
  top: 185px;
  right: 60%;
}
.banner-buttons .pos-5 {
  top: 185px;
  right: 5%;
}
.banner-buttons .pos-6 {
  top: 280px;
  right: 45%;
}
.banner-buttons .pos-7 {
  top: 280px;
  right: 12%;
}
.banner-buttons .pos-8 {
  top: 370px;
  right: 70%;
}
.banner-buttons .pos-9 {
  top: 370px;
  right: 27%;
}
@media (max-width: 1200px) {
  .banner-buttons {
    width: 480px;
  }
}
@media (max-width: 991px) {
  .banner-buttons {
    width: 100%;
    margin: 80px 0 0px;
    height: 259px;
  }
  .banner-buttons .pos-1 {
    top: 14px;
    right: 54%;
  }
  .banner-buttons .pos-2 {
    top: 0;
    right: 0;
  }
  .banner-buttons .pos-3 {
    top: 71px;
    right: 33%;
  }
  .banner-buttons .pos-4 {
    top: 68px;
    right: 73%;
  }
  .banner-buttons .pos-5 {
    top: 143px;
    right: 14%;
  }
  .banner-buttons .pos-6 {
    top: 145px;
    right: 64%;
  }
  .banner-buttons .pos-7 {
    top: 220px;
    right: 7%;
  }
  .banner-buttons .pos-8 {
    top: 218px;
    right: 76%;
  }
  .banner-buttons .pos-9 {
    top: 215px;
    right: 40%;
  }
}
@media (max-width: 767px) {
  .banner-buttons {
    width: 100%;
    margin: 40px 0 0px;
    height: 278px;
  }
  .banner-buttons .pos-1 {
    top: 66px;
    right: 48%;
  }
  .banner-buttons .pos-2 {
    top: 0;
    right: 0;
  }
  .banner-buttons .pos-3 {
    top: 180px;
    right: 41%;
  }
  .banner-buttons .pos-4 {
    top: 117px;
    right: 71%;
  }
  .banner-buttons .pos-5 {
    top: 122px;
    right: 8%;
  }
  .banner-buttons .pos-6 {
    top: 182px;
    right: 2%;
  }
  .banner-buttons .pos-7 {
    top: 66px;
    right: 10%;
  }
  .banner-buttons .pos-8 {
    top: 241px;
    right: 61%;
  }
  .banner-buttons .pos-9 {
    top: 238px;
    right: 15%;
  }
}
.box-number {
  border: 1px solid #3e4ab4;
  border-radius: 6px;
  padding: 16px;
  position: relative;
  padding-right: 90px;
  min-height: 142px;
}
@media (max-width: 767px) {
  .box-number {
    min-height: 90px;
    display: flex;
    align-items: center;
  }
}
.box-number h5 {
  text-transform: none;
  font-weight: 600;
  margin: 0;
}
.box-number p {
  margin: 8px 0 0 0;
}
.box-number .number {
  position: absolute;
  bottom: 0;
  right: 16px;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  text-shadow: -1px 0 #3e4ab4, 0 1px #3e4ab4, 1px 0 #3e4ab4, 0 -1px #3e4ab4;
}
@media (max-width: 767px) {
  .box-number .number {
    bottom: 50%;
    margin-bottom: -36px;
  }
}
.box-number:hover .number {
  color: #3e4ab4;
}
#steps-create-site {
  padding-bottom: 80px;
}
#steps-create-site .row {
  align-items: flex-start;
}
#steps-create-site .col-xs-12:nth-child(even) {
  margin-top: 37px;
}
@media (max-width: 991px) {
  #steps-create-site .col-xs-12:nth-child(even) {
    margin-top: 0px;
  }
}
#steps-create-site h2 {
  text-align: center;
  margin-bottom: 28px;
}
#steps-create-site .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #steps-create-site {
    padding: 60px 0 50px;
  }
  #steps-create-site h2 {
    margin-bottom: 4px;
  }
  #steps-create-site .btn {
    margin-top: 4px;
  }
}
@media (max-width: 991px) {
  #steps-create-site {
    padding: 50px 0 50px;
  }
  #steps-create-site h2 {
    margin-bottom: 0px;
  }
  #steps-create-site .btn {
    margin-top: 0px;
  }
}
#steps-box-icons {
  padding: 90px 0;
}
#steps-box-icons h2 {
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  #steps-box-icons {
    padding: 60px 0 54px;
  }
  #steps-box-icons h2 {
    text-align: center;
    margin-bottom: 16px;
  }
}

.content-box .box-icon .features p {
  text-align: justify;
}

.content-box .box-icon,
.box-icon {
  background: #fff;
  border: 1px solid #3e4ab4;
  border-radius: 4px;
  padding: 10px;
  position: relative;
  text-align: center;
  margin-top: 45px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.content-box .box-icon h4,
.box-icon h4 {
  text-transform: none;
  font-weight: 600;
  margin: 0 24px 6px;
}
.content-box .box-icon .icon,
.box-icon .icon {
  width: 85px;
  height: 85px;
  background: #3e4ab4;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 4px #3e4ab4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: -43px auto 12px;
}
.content-box .box-icon .price,
.box-icon .price {
  font-size: 15px;
  line-height: 21px;
  color: #3e4ab4;
  font-weight: 700;
}
.content-box .box-icon ul,
.box-icon ul {
  font-size: 13px;
  line-height: 20px;
  color: #494855;
  padding: 12px 24px 16px;
  margin: 0 0 0 20px;
  text-align: left;
}
.content-box .box-icon ul li,
.box-icon ul li {
  margin: 0;
}
.content-box .box-icon ul li::marker,
.box-icon ul li::marker {
  color: #3e4ab4;
}
.content-box .box-icon .link,
.box-icon .link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #3e4ab4;
  font-weight: 600;
  border-top: 1px solid #3e4ab4;
  padding: 15px;
}
.content-box .box-icon .link:after,
.box-icon .link:after {
  content: '';
  background: url('../images/icons/link-blue.svg') no-repeat center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  display: inline-block;
}
.content-box .box-icon .link:hover,
.box-icon .link:hover {
  background: #3e4ab4;
  color: #fff;
}
.content-box .box-icon .link:hover:after,
.box-icon .link:hover:after {
  background-image: url('../images/icons/link-white.svg');
}
.tell-me {
  background: #ffc14f;
  padding: 14px 0;
}
@media (max-width: 991px) {
  .tell-me {
    padding: 8px 0;
  }
}
.tell-me .container {
  position: relative;
}
.tell-me .cansel {
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tell-me .cansel {
    right: 15px;
    top: 7px;
    transform: none;
  }
}
.tell-me h5 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .tell-me h5 {
    font-size: 17px;
  }
}
.tell-me p {
  margin: 0;
  color: #080709;
}
@media (max-width: 767px) {
  .tell-me p {
    font-size: 13px;
  }
}
.tell-me form {
  display: flex;
  position: relative;
}
.tell-me input[type='text'] {
  background: #fff;
  border-color: #3e4ab4;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  padding-right: 200px;
  margin: 0;
}
@media (max-width: 767px) {
  .tell-me input[type='text'] {
    padding-right: 70px;
  }
}
.tell-me input[type='submit'],
.tell-me button {
  background: #3e4ab4 url('../images/icons/phone-white.svg') no-repeat 25px
    center / 17px;
  border-color: #3e4ab4;
  font-size: 15px;
  height: 48px;
  border-radius: 50px;
  color: #fff;
  padding-left: 50px;
  box-shadow: 0px 2px 8px 0px #000cb440;
  width: 185px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .tell-me input[type='submit'],
  .tell-me button {
    text-indent: -999px;
    padding-left: 0;
    width: 66px;
  }
}
.projects {
  display: flex;
  flex-wrap: wrap;
}
.projects .project-item {
  width: 33.333%;
  height: 302px;
  position: relative;
  overflow: hidden;
}
.projects .project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects .project-item .info {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 7, 9, 0.8);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  padding: 22px;
}
.projects .project-item .info .inner {
  background: url('../images/frame.png') no-repeat center / 100% 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
.projects .project-item .info h4 {
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
}
.projects .project-item .info .price {
  font-size: 13px;
  line-height: 20px;
  color: #aeabc2;
}
.projects .project-item .info .link {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  margin-top: 44px;
  color: #ffc14f;
  display: flex;
  align-items: center;
}
.projects .project-item .info .link:after {
  content: '';
  background: url('../images/icons/link-yellow.svg') no-repeat center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  display: inline-block;
}
@media (max-width: 991px) {
  .projects .project-item .info .link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .projects .project-item .info {
    padding: 15px;
  }
}
.projects .project-item > a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects .project-item:hover .info {
  opacity: 1;
}
@media (max-width: 991px) {
  .projects .project-item {
    height: 162px;
  }
}
@media (max-width: 767px) {
  .projects .project-item {
    height: 230px;
    width: 50%;
  }
}
@media (max-width: 600px) {
  .projects .project-item {
    height: 230px;
    width: 100%;
  }
}
#our-projects {
  background-image: url('../images/line.png');
  background-position: center -116px;
  background-repeat: repeat;
  padding-top: 122px;
  padding-bottom: 155px;
  position: relative;
}
#our-projects:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/line-2.png');
  background-position: center;
  background-repeat: repeat;
}
@media (max-width: 1368px) {
  #our-projects:before {
    background-position: 38px center;
    background-size: 31.2% auto;
  }
}
@media (max-width: 991px) {
  #our-projects:before {
    background-size: 30.1% auto;
  }
}
@media (max-width: 767px) {
  #our-projects:before {
    background-position: 15px center;
    background-size: 47.5% auto;
  }
}
@media (max-width: 600px) {
  #our-projects:before {
    background-size: 92% auto;
  }
}
@media (max-width: 991px) {
  #our-projects {
    padding-top: 50px;
    padding-bottom: 60px;
    background-position: center -44px;
    background-size: auto 162px;
  }
  #our-projects h2 {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  #our-projects {
    background-position: center -44px;
    background-size: auto 230px;
  }
}
@media (max-width: 600px) {
  #our-projects {
    background-position: center -106px;
  }
}
#advantages {
  padding: 42px 0;
}
#advantages h2 {
  color: #fff;
}
@media (max-width: 991px) {
  #advantages h2 {
    text-align: center;
  }
  #advantages h2 br {
    display: none;
  }
}
#advantages p {
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  margin: 20px auto 0;
  max-width: 185px;
}
@media (max-width: 767px) {
  #advantages p {
    max-width: 100%;
  }
}
#advantages .row {
  align-items: stretch;
}
#advantages .row .row > div {
  text-align: center;
}
@media (max-width: 991px) {
  #advantages .row .row {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #advantages {
    padding: 33px 0 20px;
  }
}
.request-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.request-box .inner-form {
  padding: 40px;
  border: 1px solid #e2e3eb;
  border-right: none;
}
@media (max-width: 767px) {
  .request-box .inner-form {
    padding: 25px 20px;
  }
}
.request-box hr {
  height: 1px;
  background: #3e4ab4;
  opacity: 0.2;
  margin: 24px -40px;
}
@media (max-width: 767px) {
  .request-box hr {
    margin: 24px -20px;
  }
}
.request-box p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 16px;
}
.request-box h2 {
  margin: 0 0 16px;
}
.request-box h5 {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
}
.request-box textarea {
  padding-bottom: 35px;
}
.request-box > img {
  width: 355px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .request-box > img {
    width: 163px;
  }
}
@media (max-width: 767px) {
  .request-box > img {
    width: 100%;
    height: 120px;
  }
}
.request-box [class*='col-xs'],
.request-box [class*='col-sm'],
.request-box [class*='col-md'],
.request-box [class*='col-lg'] {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .request-box {
    flex-direction: column;
  }
  .request-box .text-right {
    text-align: left;
  }
}
#seo-content {
  padding: 70px 0;
}
#seo-content h4 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(62, 74, 180, 0.3);
}
@media (max-width: 991px) {
  #seo-content {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .arrow-svg {
    margin: 35px 0;
  }
  .arrow-svg svg {
    transform: rotate(90deg);
  }
}
.fancybox-slide > * {
  display: inline-block;
  max-width: 1214px;
  padding: 0;
  background: transparent;
  margin-top: 85px;
  width: 95%;
}
@media (max-width: 767px) {
  .fancybox-slide > * {
    padding: 15px;
  }
}
.fancybox-close-small {
  background: url('../images/icons/close.svg') no-repeat center;
  width: 22px;
  height: 22px;
  top: 59px;
  right: 59px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .fancybox-close-small {
    top: 23px;
    right: 23px;
  }
}
.fancybox-close-small:after {
  display: none;
}
.show-more-height {
  height: 190px;
  overflow: hidden;
  margin-bottom: 20px;
}
.show-more {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #3e4ab4;
  text-decoration: underline;
}
.show-more:hover {
  text-decoration: none;
}
.accordion {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .accordion {
    padding-bottom: 70px;
  }
}
.accordion__item {
  border-bottom: 1px solid rgba(62, 74, 180, 0.3);
}
.accordion__item:first-child {
  border-top: 1px solid rgba(62, 74, 180, 0.3);
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 16px 0;
  color: #080709;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
  background: url('../images/icons/plus.svg') no-repeat right center;
}
.accordion__item .accordion__title.accordion-active {
  background: url('../images/icons/minus.svg') no-repeat right center;
}
@media (max-width: 767px) {
  .accordion__item .accordion__title {
    font-size: 15px;
  }
}
.accordion__item .accordion__content {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 21px;
  display: none;
}
.headline {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(62, 74, 180, 0.3);
  margin-bottom: 16px;
  min-height: 60px;
}
.headline h1,
.headline h2,
.headline h3,
.headline h4 {
  margin: 0;
}
#services {
  margin-top: -70px;
}
#services .link {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #3e4ab4;
  font-weight: 600;
  margin-left: auto;
}
@media (max-width: 767px) {
  #services .link {
    margin-bottom: 20px;
  }
}
#services .link:after {
  content: '';
  background: url('../images/icons/link-blue.svg') no-repeat center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  display: inline-block;
}
#services .row {
  align-items: stretch;
}
#services .service-item {
  position: relative;
  z-index: 1;
}
#services .service-item:before {
  background: #f7f9fc;
  content: '';
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #services .service-item:before {
    display: none;
  }
}
#services .service-item > .container > .row > div {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  #services .service-item > .container > .row > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#services .service-item > .container > .row > div:first-child {
  background: transparent;
}
#services .service-item > .container > .row > div:last-child {
  background: #f7f9fc;
}
@media (max-width: 767px) {
  #services .service-item > .container > .row > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #services .service-item > .container > .row > div:first-child {
    background: transparent;
  }
  #services .service-item > .container > .row > div:last-child {
    background: #f7f9fc;
  }
}
@media (min-width: 768px) {
  #services .service-item > .container > .row > div:first-child {
    padding-right: 36px;
  }
  #services .service-item > .container > .row > div:last-child {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  #services .service-item > .container > .row > div:first-child {
    padding-right: 85px;
    width: 73%;
  }
  #services .service-item > .container > .row > div:last-child {
    padding-left: 63px;
    width: 27%;
  }
}
#services .service-item.bg-revert:before {
  width: 50%;
  right: auto;
  left: 0;
}
#services .service-item.bg-revert > .container > .row > div:first-child {
  background: #f7f9fc;
}
#services .service-item.bg-revert > .container > .row > div:last-child {
  background: transparent;
}
@media (max-width: 767px) {
  #services .service-item.bg-revert > .container > .row > div:first-child {
    background: transparent;
  }
  #services .service-item.bg-revert > .container > .row > div:last-child {
    background: #f7f9fc;
  }
}
@media (max-width: 991px) {
  #services .service-item:first-child > .container > .row > div:first-child {
    padding-top: 70px;
  }
  #services .service-item:first-child > .container > .row > div:last-child {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  #services .service-item:first-child > .container > .row > div:first-child {
    padding-top: 70px;
  }
  #services .service-item:first-child > .container > .row > div:last-child {
    padding-top: 40px;
  }
}
.service-box {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #3e4ab4;
  padding: 0 16px;
  height: 100%;
  display: block;
}
.service-box h3 {
  font-size: 17px;
  background: #3e4ab4;
  color: #fff;
  padding: 13px 16px;
  margin: 0 -16px 8px;
}
@media (max-width: 767px) {
  .service-box h3 {
    padding: 13px 10px;
    margin: 0 -10px 8px;
  }
}
.service-box p {
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .service-box {
    padding: 0 10px;
  }
}
.technologies > div {
  text-align: center;
}
.technologies img {
  margin-bottom: 16px;
  height: 50px;
}
@media (max-width: 767px) {
  .technologies img {
    height: 30px;
  }
}
.contact-box {
  background: #3e4ab4;
  border: 1px solid #3e4ab4;
  margin: 30px 0 100px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 991px) {
  .contact-box {
    margin: 10px 0 70px;
  }
}
@media (max-width: 767px) {
  .contact-box {
    margin: 0px 0 50px;
  }
}
.contact-box * {
  color: #fff;
}
.contact-box a {
  color: #fff;
  text-decoration: none;
}
.contact-box a:hover {
  color: inherit;
  text-decoration: underline;
}
.contact-box .inner-form {
  padding: 43px 35px;
}
@media (max-width: 991px) {
  .contact-box .inner-form {
    padding: 25px 27px;
  }
}
@media (max-width: 767px) {
  .contact-box .inner-form {
    padding: 25px 15px;
  }
}
.contact-box hr {
  height: 1px;
  background: #edeefa;
  opacity: 0.5;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .contact-box hr {
    margin: 20px 0;
  }
}
.contact-box p {
  color: #9aa0d5;
}
.contact-box h4 {
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact-box textarea {
    padding-bottom: 35px;
  }
}
.contact-box form input[type='text'],
.contact-box form input[type='password'],
.contact-box form input[type='email'],
.contact-box form textarea {
  border-color: #edeefa;
  color: #edeefa;
}
.contact-box form input[type='text']::placeholder,
.contact-box form input[type='password']::placeholder,
.contact-box form input[type='email']::placeholder,
.contact-box form textarea::placeholder {
  color: #edeefa;
}
.contact-box form input[type='submit'],
.contact-box form button {
  width: 100%;
}
.contact-box > img {
  width: 40%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .contact-box > img {
    width: 100%;
    height: 213px;
  }
}
@media (max-width: 767px) {
  .contact-box > img {
    width: 100%;
    height: 132px;
  }
}
.contact-box [class*='col-xs'],
.contact-box [class*='col-sm'],
.contact-box [class*='col-md'],
.contact-box [class*='col-lg'] {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .contact-box {
    flex-direction: column;
  }
  .contact-box .text-right {
    text-align: left;
  }
}
.contact-box #contact-social {
  display: flex;
}
.contact-box #contact-social a {
  margin-right: 12px;
}
.contact-box .phone {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .contact-box .phone {
    margin-bottom: 20px;
  }
}
.contact-box .phone:before {
  content: '';
  background: url('../images/icons/phone-white.svg') no-repeat center / 18px;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  display: inline-block;
}
.contact-box .mail {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .contact-box .mail {
    margin-bottom: 20px;
  }
}
.contact-box .mail:before {
  content: '';
  background: url('../images/icons/mail-white.svg') no-repeat center / 18px;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  display: inline-block;
}
@media (max-width: 991px) and (min-width: 768px) {
  .contact-box .info {
    display: flex;
    align-items: flex-start;
    margin-bottom: -12px;
  }
  .contact-box .info > * {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.post-item {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e3eb;
  border-radius: 6px;
  overflow: hidden;
}
.post-item .picture {
  height: 170px;
  width: 100%;
  display: block;
  position: relative;
}
.post-item .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-item .inner {
  padding: 15px 18px 25px;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.post-item .date {
  font-size: 13px;
  line-height: 20px;
  color: #aeabc2;
  margin-bottom: 12px;
}
.post-item h6 {
  margin-bottom: 6px;
}
.post-item p {
  font-size: 13px;
  line-height: 20px;
}
.post-item .link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #3e4ab4;
  border-bottom: 1px solid #3e4ab4;
  display: inline-block;
}
.post-item .link:hover {
  border: none;
}
.tags {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.tags a {
  font-size: 12px;
  line-height: 20px;
  padding: 3px 12px;
  border-radius: 40px;
  border: 1px solid #edeefa;
  margin-right: 6px;
  color: #3e4ab4;
}
.tags a:hover {
  background: #f7f9fc;
}
.tags ul {
  list-style: none;
}
.tags ul li {
  margin-bottom: 0;
}
.categories {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  overflow: auto;
}
.categories a {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 12px;
  border-radius: 40px;
  border: 1px solid #e2e3eb;
  margin-right: 8px;
  color: #494855;
  background: #fff;
  white-space: nowrap;
}
.categories a:hover,
.categories a.active {
  border-color: #3e4ab4;
  color: #3e4ab4;
}
.categories a.more {
  color: #7d7a94;
}
#blog-box {
  padding-bottom: 100px;
}
.pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.pagination ul li {
  margin: 0 3px;
}
.pagination ul li a,
.pagination ul li > span {
  width: 40px;
  height: 40px;
  border: 1px solid #e2e3eb;
  font-size: 14px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #080709;
  padding: 0 10px;
  background: #fff;
  border-radius: 56px;
}
@media (max-width: 767px) {
  .pagination ul li a,
  .pagination ul li > span {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.pagination ul li a.current,
.pagination ul li > span.current {
  border-color: #3e4ab4;
  color: #3e4ab4;
}
.pagination ul li a:hover,
.pagination ul li > span:hover {
  background: #3e4ab4;
  border-color: #3e4ab4;
  color: #fff;
}
.pagination ul li a.next,
.pagination ul li > span.next {
  width: auto;
  padding: 0 12px;
}
.pagination ul li a.next:after,
.pagination ul li > span.next:after {
  content: '';
  background: url('../images/icons/next.svg') no-repeat center;
  width: 21px;
  height: 6px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .pagination ul li a.next:after,
  .pagination ul li > span.next:after {
    margin-left: 0;
  }
}
.pagination ul li a.next:hover:after,
.pagination ul li > span.next:hover:after {
  content: '';
  background: url('../images/icons/next-white.svg') no-repeat center;
}
.pagination ul li a.prev,
.pagination ul li > span.prev {
  width: auto;
  padding: 0 12px;
}
.pagination ul li a.prev:before,
.pagination ul li > span.prev:before {
  content: '';
  background: url('../images/icons/prev.svg') no-repeat center;
  width: 21px;
  height: 6px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .pagination ul li a.prev:before,
  .pagination ul li > span.prev:before {
    margin-right: 0;
  }
}
.pagination ul li a.prev:hover:before,
.pagination ul li > span.prev:hover:before {
  content: '';
  background: url('../images/icons/prev-white.svg') no-repeat center;
}
.search-box {
  max-width: 410px;
  position: relative;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .search-box {
    max-width: 100%;
  }
}
.search-box input[type='text'] {
  background: #fff;
  padding-right: 40px;
  margin: 0;
}
.search-box input[type='submit'] {
  background: url('../images/icons/search.svg') no-repeat left center;
  width: 34px;
  height: 100%;
  box-shadow: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.content-page {
  padding: 50px 0 70px;
}
@media (max-width: 991px) {
  .content-page {
    padding: 50px 0 50px;
  }
}
.content-page p {
  margin-bottom: 30px;
}
.content-page img {
  margin-bottom: 30px;
  border-radius: 4px;
}
.content-page img.alignright,
.content-page img.img-align-right {
  float: right;
  margin-left: 37px;
}
@media (max-width: 850px) {
  .content-page img.alignright,
  .content-page img.img-align-right {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
.content-page img.alignleft,
.content-page img.img-align-left {
  float: left;
  margin-right: 37px;
}
@media (max-width: 850px) {
  .content-page img.alignleft,
  .content-page img.img-align-left {
    margin-right: 0;
    float: none;
    width: 100%;
  }
}
.content-page img.aligncenter {
  margin: auto;
  display: flex;
}
.content-page h2,
.content-page h3,
.content-page h4 {
  margin-bottom: 16px;
}
.share {
  display: flex;
}
.share a {
  margin-left: 12px;
}
.share a img {
  margin: 0;
}
.bottom-info {
  padding: 20px 0;
  border-top: 1px solid rgba(62, 74, 180, 0.15);
  border-bottom: 1px solid rgba(62, 74, 180, 0.15);
  margin-bottom: 12px;
}
.bottom-info h6 {
  margin: 5px 16px 5px 0;
}
.bottom-info p {
  margin: 0;
}
.bottom-info .row > div {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .bottom-info .row > div:nth-child(2) {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .bottom-info .row > div:nth-child(2) {
    justify-content: flex-start;
  }
}
.prev-post,
.next-post {
  border: 1px solid #3e4ab4;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  padding: 8px 25px 8px 73px;
  height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .prev-post,
  .next-post {
    padding: 6px 5px;
    padding-bottom: 39px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.prev-post img,
.next-post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
@media (max-width: 767px) {
  .prev-post img,
  .next-post img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: static;
    margin-right: 7px;
    display: inline-block;
  }
}
.prev-post .title,
.next-post .title {
  font-size: 11px;
  line-height: 15px;
  display: block;
}
@media (min-width: 768px) {
  .prev-post .title,
  .next-post .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 20px;
  }
}
.prev-post .prev-arrow,
.next-post .prev-arrow {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #3e4ab4;
}
.prev-post .prev-arrow:before,
.next-post .prev-arrow:before {
  content: '';
  background: url('../images/icons/arrow-blue-3.svg') no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .prev-post .prev-arrow,
  .next-post .prev-arrow {
    font-size: 11px;
    line-height: 18px;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
.prev-post .next-arrow,
.next-post .next-arrow {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #3e4ab4;
}
.prev-post .next-arrow:after,
.next-post .next-arrow:after {
  content: '';
  background: url('../images/icons/arrow-blue-3.svg') no-repeat center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .prev-post .next-arrow,
  .next-post .next-arrow {
    font-size: 11px;
    line-height: 18px;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .static-width {
    width: 280px;
  }
}
.top-content {
  position: relative;
  z-index: 1;
  padding: 110px 0 40px;
  margin-top: -70px;
}
.top-content:before {
  background: #f7f9fc;
  content: '';
  width: 74%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .top-content:before {
    width: 100%;
    height: 70%;
  }
}
@media (max-width: 767px) {
  .top-content:before {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .top-content {
    padding: 60px 0 0px;
    margin-top: -60px;
  }
}
.top-content .row {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .top-content .row > div:first-child {
    padding-right: 52px;
  }
}
.top-content img {
  width: 100%;
}
@media (max-width: 767px) {
  .top-content img {
    transform: scale(1.1);
  }
}
.top-content h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 16px;
}
.top-content .date {
  font-size: 13px;
  line-height: 20px;
  color: #7d7a94;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.top-content .date .time-read {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.top-content .date .time-read:before {
  background: url('../images/icons/time-icon.svg') no-repeat center;
  content: '';
  width: 16px;
  height: 16px;
  display: block;
}
.top-content .tags {
  border-top: 1px solid rgba(62, 74, 180, 0.15);
  border-bottom: 1px solid rgba(62, 74, 180, 0.15);
  padding: 16px 0;
  margin-bottom: 16px;
}
.comments {
  position: relative;
  z-index: 1;
}
.comments:before {
  background: #f7f9fc;
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .comments:before {
    display: none;
  }
}
.comments > .container > .row {
  align-items: stretch;
}
.comments > .container > .row > div {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .comments > .container > .row > div:first-child {
    padding-right: 63px;
    width: 71%;
  }
  .comments > .container > .row > div:last-child {
    padding-left: 62px;
    width: 29%;
  }
}
@media (max-width: 991px) {
  .comments > .container > .row > div {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .comments > .container > .row > div.bg-grey {
    position: relative;
  }
  .comments > .container > .row > div.bg-grey:before {
    background: #f7f9fc;
    content: '';
    width: 120%;
    height: 100%;
    position: absolute;
    left: -10%;
    top: 0;
    z-index: -1;
  }
}
.comments .row {
  align-items: stretch;
}
.comments .pagination ul {
  justify-content: flex-start;
}
.comments .comment-list {
  border-top: 1px solid rgba(62, 74, 180, 0.3);
  margin-top: 4px;
}
.comments .comment-item {
  border-bottom: 1px solid rgba(62, 74, 180, 0.3);
  padding: 24px 0 4px;
}
.comments .comment-item h6 {
  margin-bottom: 16px;
}
.comments .comment-item h6 .date {
  font-size: 13px;
  line-height: 20px;
  color: #aeabc2;
  font-weight: 400;
  float: right;
}
.comments .btn {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .comments .btn {
    padding: 11px 25px;
  }
}
.comments .btn:hover {
  background: #3e4ab4;
  color: #fff;
}
.comments form input,
.comments form textarea {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .comments form textarea {
    margin-bottom: -4px;
  }
}
.new-blogs .post {
  background: #fff;
  padding: 6px 12px 10px 92px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.new-blogs .post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  object-fit: cover;
}
.new-blogs p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 4px;
  height: 40px;
}
.new-blogs .link {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #3e4ab4;
  border-bottom: 1px solid #3e4ab4;
  display: inline-block;
}
.new-blogs .link:hover {
  border-color: #fff;
}
.new-blogs .btn {
  border-radius: 0;
  display: block;
}
#tariffs h2 {
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  #tariffs h2 {
    text-align: center;
    margin-bottom: 16px;
  }
}
#tariffs .row {
  align-items: stretch;
}
#tariffs .row > div:nth-child(2) h4 {
  background: #abd2ff;
}
#tariffs .row > div:nth-child(3) h4 {
  background: #f8d17f;
}
#tariffs .row > div:nth-child(4) h4 {
  background: #e3bcf7;
}
.tariff-item {
  background: #fff;
  border: 1px solid #3e4ab4;
  border-radius: 6px;
  padding: 0px;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tariff-item h3 {
  text-transform: none;
  font-weight: 600;
  margin: 0 0 17px 0;
  padding: 20px 19px 19px;
  background: #aceac7;
}
.tariff-item .price {
  font-size: 15px;
  line-height: 21px;
  color: #3e4ab4;
  font-weight: 700;
  margin-bottom: 8px;
}
.tariff-item .price span {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}
.tariff-item p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.tariff-item .tariff-action {
  margin-top: auto;
}
.tariff-item .link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #3e4ab4;
  font-weight: 600;
  border-top: 1px solid #3e4ab4;
  padding: 15px;
  margin-top: auto;
  overflow: hidden;
}
.tariff-item .link:after {
  content: '';
  background: url('../images/icons/link-blue.svg') no-repeat center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  display: inline-block;
}
.tariff-item .link:hover {
  background: #3e4ab4;
  color: #fff;
}
.tariff-item .link:hover:after {
  background-image: url('../images/icons/link-white.svg');
}
.tariff-item .link-phone {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #3e4ab4;
  font-weight: 600;
  border: none;
  border-top: 1px solid #3e4ab4;
  padding: 15px;
  margin-top: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.tariff-item .link-phone:before {
  content: '';
  background: url('../images/icons/phone-2.svg') no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  display: inline-block;
}
.tariff-item .link-phone:hover {
  background: #3e4ab4;
  color: #fff;
}
.tariff-item .link-phone:hover:before {
  background-image: url('../images/icons/phone-white-2.svg');
}
.tariff-item form {
  margin-top: auto;
}
.tariff-item .wrap-phone {
  margin: 0 20px;
  position: relative;
  margin-bottom: 33px;
  background: url('../images/icons/flag.svg') no-repeat 14px center;
}
.tariff-item .wrap-phone input {
  padding-left: 85px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #080709;
  margin: 0;
}
.tariff-item .wrap-phone:before {
  content: '+380';
  color: #080709;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
}
#trends {
  text-align: center;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  #trends {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
#trends h2 {
  margin-bottom: 16px;
}
#trends h2 + p {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
#trends a {
  padding-bottom: 7px;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#trends a img {
  height: 211px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  #trends a img {
    height: 110px;
  }
}
#trends a:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  #trends a {
    padding-bottom: 2px;
  }
}
.content-box {
  position: relative;
  z-index: 1;
  margin-top: -70px;
}
@media (max-width: 991px) {
  .content-box {
    margin-top: -58px;
  }
}
.content-box:before {
  background: #f7f9fc;
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .content-box:before {
    display: none;
  }
}
.content-box > .container > .row {
  align-items: flex-start;
}
.content-box > .container > .row > div {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .content-box > .container > .row > div:first-child {
    padding-right: 60px;
    width: 40.2%;
  }
  .content-box > .container > .row > div:last-child {
    padding-left: 69px;
    width: 59.8%;
  }
}
@media (max-width: 991px) {
  .content-box > .container > .row > div {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-box > .container > .row > div.bg-grey {
    position: relative;
  }
  .content-box > .container > .row > div.bg-grey:before {
    background: #f7f9fc;
    content: '';
    width: 120%;
    height: 100%;
    position: absolute;
    left: -10%;
    top: 0;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .content-box > .container > .row > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.content-box hr,
#steps-box-icons .box-icon hr {
  background: rgba(62, 74, 180, 0.3);
  margin: 40px 0;
  height: 1px;
  border: none;
}
@media (max-width: 767px) {
  .content-box hr {
    margin: 37px 0;
  }
}
.content-box h2 {
  margin-bottom: 6px;
}
.content-box h2 + p {
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  color: #7d7a94;
}
@media (max-width: 767px) {
  .content-box h2 + p {
    font-size: 15px;
    margin-bottom: 28px;
  }
}
.content-box h3 {
  margin-bottom: 12px;
}
.content-box ul {
  color: #494855;
  padding: 8px 0px 6px;
  margin: 0 0 0 20px;
  text-align: left;
}
.content-box ul li {
  margin: 0 0 10px;
}
.content-box ul li::marker {
  font-size: 19px;
  color: #3e4ab4;
}
.content-box .box-number {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .content-box .box-number {
    padding: 20px 15px;
    display: block;
  }
  .content-box .box-number .number {
    bottom: auto;
    top: 8px;
    right: 9px;
  }
  .content-box .box-number h5 {
    min-height: 47px;
    padding-right: 80px;
  }
}
.content-box .content-box .technologies {
  max-width: 290px;
}
@media (max-width: 991px) {
  .content-box .content-box .technologies {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .content-box .headline,
  .content-box .technologies {
    max-width: 100%;
  }
  .content-box .headline img,
  .content-box .technologies img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .content-box .headline {
    margin-top: 30px;
  }
}
.content-box .order-service {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .content-box .order-service {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .content-box .order-service {
    margin-bottom: 0px;
  }
}
.content-box .order-service .btn {
  margin-right: 20px;
}
.content-box .order-service .price {
  color: #3e4ab4;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
}
.content-box .text-right {
  border-left: 1px solid #3e4ab4;
  padding-left: 15px;
  float: right;
  max-width: 40%;
  text-align: left;
  margin-left: 60px;
}
.content-box .text-right p {
  color: #080709;
}
.content-box .text-right p:last-child {
  margin-bottom: 0;
}
.content-box h5 img {
  margin-right: 6px;
  vertical-align: middle;
}
.content-box .col-xs-12.bg-grey img {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .content-box .col-xs-12.bg-grey img {
    transform: scale(1.1);
    margin-top: 10px;
  }
}
.content-box p a {
  color: #3e4ab4;
}
.content-box .list-styles {
  margin: 0;
  padding: 0 0 20px 0;
}
.content-box .list-styles li {
  margin-bottom: 16px;
}
#why-choose-us .row {
  align-items: flex-start;
}
#why-choose-us .col-xs-12:nth-child(even) {
  margin-top: 30px;
}
@media (max-width: 991px) {
  #why-choose-us .col-xs-12:nth-child(even) {
    margin-top: 0px;
  }
}
#why-choose-us h2 {
  text-align: center;
  margin-bottom: 28px;
  color: #fff;
}
@media (max-width: 991px) {
  #why-choose-us {
    padding: 60px 0 50px;
  }
  #why-choose-us h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  #why-choose-us {
    padding: 50px 0 40px;
  }
  #why-choose-us h2 {
    margin-bottom: 12px;
  }
}
.box-default {
  border: 1px solid #3e4ab4;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.box-default img {
  max-height: 60px;
  margin-bottom: 16px;
  display: inline-block;
}
.box-default h5 {
  text-transform: none;
  font-weight: 600;
  margin: 0;
}
.box-default p {
  margin: 8px 0 0 0;
}
#plan-works {
  overflow: hidden;
}
@media (max-width: 991px) {
  #plan-works {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  #plan-works {
    padding: 40px 0 20px;
  }
}
#plan-works .row {
  margin-right: -24px;
  margin-left: -24px;
  align-items: stretch;
}
@media (max-width: 767px) {
  #plan-works .row {
    margin: 0;
  }
}
#plan-works .row:first-child .col-xs-12 {
  border-bottom: 1px solid rgba(62, 74, 180, 0.3);
  position: relative;
}
@media (min-width: 992px) {
  #plan-works .row:first-child .col-xs-12:before {
    position: absolute;
    height: 0px;
    width: 200%;
    border-bottom: 1px solid rgba(62, 74, 180, 0.3);
    bottom: -1px;
    right: 100%;
    content: '';
  }
  #plan-works .row:first-child .col-xs-12:after {
    position: absolute;
    height: 0px;
    width: 200%;
    border-bottom: 1px solid rgba(62, 74, 180, 0.3);
    bottom: -1px;
    left: 100%;
    content: '';
  }
}
#plan-works .col-md-4 {
  padding: 30px 24px;
  position: relative;
  border-bottom: 1px solid rgba(62, 74, 180, 0.3);
}
@media (min-width: 992px) {
  #plan-works .col-md-4 {
    border-right: 1px solid rgba(62, 74, 180, 0.3);
    border-bottom: 1px solid rgba(62, 74, 180, 0.3);
  }
  #plan-works .col-md-4:nth-of-type(1):before {
    position: absolute;
    height: 100%;
    width: 0px;
    border-left: 1px solid rgba(62, 74, 180, 0.3);
    bottom: 100%;
    left: -1px;
    content: '';
  }
  #plan-works .col-md-4:nth-of-type(3):before {
    position: absolute;
    height: 100%;
    width: 0px;
    border-left: 1px solid rgba(62, 74, 180, 0.3);
    bottom: 100%;
    left: 100%;
    content: '';
  }
  #plan-works .col-md-4:nth-of-type(1),
  #plan-works .col-md-4:nth-of-type(4n) {
    border-left: 1px solid rgba(62, 74, 180, 0.3);
  }
  #plan-works .col-md-4:nth-of-type(1):after,
  #plan-works .col-md-4:nth-of-type(4n):after {
    position: absolute;
    height: 0px;
    width: 200%;
    border-bottom: 1px solid rgba(62, 74, 180, 0.3);
    bottom: -1px;
    right: 100%;
    content: '';
  }
  #plan-works .col-md-4:nth-of-type(3n):after {
    position: absolute;
    height: 0px;
    width: 200%;
    border-bottom: 1px solid rgba(62, 74, 180, 0.3);
    bottom: -1px;
    left: 100%;
    content: '';
  }
  #plan-works .col-md-4:nth-last-child(-n + 3):before {
    position: absolute;
    height: 100%;
    width: 0px;
    border-left: 1px solid rgba(62, 74, 180, 0.3);
    top: 100%;
    left: -1px;
    content: '';
  }
  #plan-works .col-md-4:last-child:before {
    left: 100%;
  }
  #plan-works .col-md-4:nth-last-child(2):after {
    position: absolute;
    height: 100%;
    width: 0px;
    border-left: 1px solid rgba(62, 74, 180, 0.3);
    top: 100%;
    left: 100%;
    content: '';
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #plan-works .col-md-4 {
    border-bottom: 1px solid rgba(62, 74, 180, 0.3);
  }
  #plan-works .col-md-4:nth-of-type(2n) {
    border-left: 1px solid rgba(62, 74, 180, 0.3);
  }
}
@media (max-width: 767px) {
  #plan-works .col-md-4 {
    padding: 24px 0;
  }
  #plan-works .col-md-4:last-child {
    border-bottom: 0;
  }
}
#plan-works ul {
  font-size: 15px;
  line-height: 21px;
  color: #494855;
  padding: 0;
  margin: 0 0 0 20px;
  text-align: left;
}
#plan-works ul li {
  margin: 12px 0 0;
}
#plan-works ul li::marker {
  font-size: 19px;
  color: #3e4ab4;
}
.filter .col-sm-5 form {
  width: 100%;
  max-width: 310px;
}
@media (max-width: 767px) {
  .filter .col-sm-5 form {
    max-width: 100%;
  }
}
.like-btn {
  border: 1px solid #edeefa;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-right: 6px;
  min-width: 57px;
  padding: 6px 7px;
  cursor: pointer;
}
.like-btn .likes-count {
  font-size: 13px;
  line-height: 13px;
  color: #aeabc2;
  margin-left: 4px;
}
.like-btn svg path {
  fill: #aeabc2;
}
.like-btn.voted {
  border-color: #3e4ab4;
}
.like-btn.voted .likes-count {
  color: #3e4ab4;
}
.like-btn.voted svg path {
  fill: #3e4ab4;
}
.dislike-btn {
  border: 1px solid #edeefa;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-right: 6px;
  min-width: 57px;
  padding: 7px;
  cursor: pointer;
}
.dislike-btn .dislikes-count {
  font-size: 13px;
  line-height: 13px;
  color: #aeabc2;
  margin-left: 4px;
}
.dislike-btn svg path {
  fill: #aeabc2;
}
.dislike-btn.voted {
  border-color: #3e4ab4;
}
.dislike-btn.voted .dislikes-count {
  color: #3e4ab4;
}
.dislike-btn.voted svg path {
  fill: #3e4ab4;
}
.top-content-article {
  position: relative;
  z-index: 1;
  padding: 70px 0 70px;
  margin-top: -70px;
  background: #fff;
}
.top-content-article .container-small {
  max-width: 932px;
}
@media (max-width: 991px) {
  .top-content-article .container-small {
    max-width: 650px;
  }
}
.top-content-article:before {
  background: #edeefa;
  content: '';
  width: 100%;
  height: 435px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .top-content-article:before {
    height: 393px;
  }
}
@media (max-width: 767px) {
  .top-content-article {
    padding: 50px 0 50px;
    margin-top: -50px;
  }
}
.top-content-article h1,
.top-content-article h2 {
  margin-bottom: 10px;
}
.top-content-article .websites {
  margin-top: 70px;
}
.top-content-article .websites img {
  width: 100%;
}
@media (max-width: 991px) {
  .top-content-article .websites {
    margin-top: 50px;
  }
}
.top-content-article ul {
  font-size: 13px;
  line-height: 20px;
  color: #494855;
  padding: 0;
  margin: 0 0 0 20px;
  text-align: left;
}
.top-content-article ul li {
  margin: 10px 0 0;
}
.top-content-article ul li:first-child {
  margin: 0;
}
.top-content-article ul li::marker {
  color: #3e4ab4;
}
.top-content-article .task-box ul li::marker {
  color: #fff;
}
.task {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .task {
    margin-top: 50px;
  }
}
.task .task-box {
  background: #3e4ab4;
  color: #fff;
  border-radius: 6px;
  padding: 30px 25px;
}
.task .task-box h4 {
  margin-bottom: 15px;
}
.task .task-box * {
  color: #fff;
}
.task .result-box {
  border-radius: 6px;
  border: 1px solid #3e4ab4;
  padding: 30px;
}
.row.slick-slider .slick-list {
  flex: none;
  width: 100%;
}
.slick-track {
  display: flex;
}
.slick-slider .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.slick-slider .slick-dots li {
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
}
.slick-slider .slick-dots li:first-child {
  margin: 0 5px;
}
.slick-slider .slick-dots li::marker {
  display: none;
  color: transparent;
}
.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e3eb;
  border: none;
  overflow: hidden;
  text-indent: -999px;
}
.slick-slider .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  background: #3e4ab4;
}
footer {
  padding: 30px 0;
  background: #080709;
}
footer ul {
  list-style: none;
}
footer ul li {
  font-size: 15px;
  line-height: 21px;
  color: #aeabc2;
}
footer .copyright {
  font-size: 13px;
  line-height: 20px;
  color: #7d7a94;
  padding-top: 27px;
  border-top: 1px solid rgba(237, 238, 250, 0.3);
  display: flex;
  align-items: center;
}
footer .copyright ul {
  display: flex;
  margin-left: auto;
}
footer .copyright ul li {
  font-size: 13px;
  line-height: 20px;
  color: #aeabc2;
  margin: 0 0 0 60px;
}
footer .copyright ul li a {
  text-decoration: underline;
}
footer .copyright ul li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .copyright ul {
    display: block;
    text-align: right;
  }
  footer .copyright ul li:not(:first-child) {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    align-items: flex-start;
  }
}
footer .top-footer {
  border-bottom: 1px solid rgba(237, 238, 250, 0.3);
  padding-bottom: 27px;
  display: flex;
}
footer .top-footer .contact-info {
  margin-left: auto;
  display: flex;
  align-items: center;
}
footer .top-footer .contact-info a {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  margin: 5px 0 5px 45px;
}
footer .top-footer .contact-info a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .top-footer {
    display: block;
  }
  footer .top-footer .logotype {
    display: inline-block;
    margin-bottom: 20px;
  }
  footer .top-footer .contact-info {
    display: block;
    border-top: 1px solid rgba(237, 238, 250, 0.3);
    padding-top: 12px;
  }
  footer .top-footer .contact-info a {
    margin: 16px 0 0 0;
    padding: 0;
  }
}
footer .footer-menu {
  align-items: flex-start;
  padding: 17px 0 0;
}
footer .footer-menu ul {
  margin-bottom: 17px;
}
footer .footer-menu ul li {
  padding: 5px 0;
  margin: 0;
  display: block;
}
footer .footer-menu ul li:first-child {
  padding-bottom: 15px;
}
footer .footer-menu ul li:first-child a {
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 992px) {
  footer .footer-menu > div:nth-of-type(1) {
    width: 18.5%;
  }
  footer .footer-menu > div:nth-of-type(2) {
    width: 19.3%;
  }
  footer .footer-menu > div:nth-of-type(3) {
    width: 27%;
  }
  footer .footer-menu > div:nth-of-type(4) {
    width: 24.5%;
  }
  footer .footer-menu > div:nth-of-type(5) {
    width: 10.7%;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 40px 0;
  }
}
#scrollTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background: url('../images/icons/up.svg') no-repeat center;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
#social {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(calc(-50% + 20px));
}
#social.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%);
}
#social a {
  margin-top: 10px;
}
#social a:first-child {
  margin-top: 0;
}
#social .phone {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffc14f;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 15px;
}
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 193, 79, 0.4);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(255, 193, 79, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(255, 193, 79, 0.4);
  }
}

/* Static pages */

.policy-page {
  background: #fff;
  padding: 2.5em 2em;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(26, 44, 85, 0.07);
  border: 1px solid #f1f1fb;
}

.policy-page h1 {
  font-weight: 800;
  font-size: 2.7rem;
  margin-bottom: 1.4em;
  color: #22223a;
  letter-spacing: -0.02em;
}

.policy-description {
  font-size: 1.13em;
  color: #36364e;
  line-height: 1.7;
}

.policy-description h2,
.policy-description h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 1.3em 0 0.7em;
  color: #24243b;
}

.policy-description ul {
  margin: 0.5em 0 1.5em 1.8em;
  padding: 0;
  list-style: disc;
}

.policy-description li {
  margin-bottom: 0.4em;
}

.policy-description li p {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .policy-page {
    padding: 1.2em 0.5em;
  }
  .policy-page h1 {
    font-size: 2rem;
  }
}

/* FAQ page */
#faq-page h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  padding: 16px 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}

/* Service item page */
.site-types-block .box-icon hr,
#steps-box-icons .box-icon hr {
  margin: 20px 0;
}

/* Blog page */
.single-post .content-page ul,
.single-post .content-page ol {
  list-style: disc;
  margin: 0.7em 0 1.5em 1.8em;
  padding: 0;
}

.single-post .content-page ul li,
.single-post .content-page ol li {
  margin-bottom: 0.4em;
}

.single-post .content-page p:has(+ ol),
.single-post .content-page p:has(+ ul) {
  margin-bottom: 0.7em;
}
