/*!
Theme Name: solovei
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solovei
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

solovei is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #f4f7f9;
  color: #000;
}
body.fixed {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1156px;
  padding: 0 20px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.content {
  flex: 1 0 auto;
  min-width: 0;
}

.ooter {
  flex-shrink: 0;
}

html,
body {
  height: 100%;
  position: relative;
}

.fancybox__backdrop {
  background-color: rgba(31, 32, 61, 0.85);
}

a {
  color: #000;
  text-decoration: none;
}

h2 {
  line-height: 1.2;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
h2 span {
  color: #66cc99;
}

.btn-border {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #66cc99;
  border-radius: 50px;
  width: 258px;
  height: 64px;
  transition: background 0.3s, color 0.3s;
}

button {
  cursor: pointer;
}

header {
  padding-top: 40px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__box {
  display: flex;
  align-items: center;
}

.header__menu {
  margin-right: 35px;
}

.header__menu ul {
  display: flex;
  list-style: none;
  gap: 35px;
}
.header__menu ul ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  padding-top: 16px;
}
.header__menu ul ul li:not(:last-child) {
  margin-bottom: 8px;
}
.header__menu ul ul a {
  white-space: nowrap;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.header__menu ul a {
  display: flex;
  align-items: center;
}
.header__menu ul a svg {
  margin-left: 4px;
  transition: transform 0.3s;
}
.header__menu ul a svg path {
  transition: stroke 0.3s;
}
.header__menu ul li {
  position: relative;
}
.header__menu ul li:hover > a {
  color: #66cc99;
}
.header__menu ul li:hover ul {
  display: block;
}
.header__menu ul li:hover svg {
  transform: rotate(-180deg);
}
.header__menu ul li:hover svg path {
  stroke: #66cc99;
}

header .tel {
  margin-right: 35px;
}

.header .btn-border {
  font-size: 13px;
  width: 170px;
  height: 40px;
}

footer .col__title {
  font-weight: 700;
  margin-bottom: 16px;
}

footer {
  padding-bottom: 50px;
}

.footer__box:not(:last-child) {
  margin-bottom: 25px;
}
.footer__box ul {
  list-style: none;
}
.footer__box ul li {
  padding-left: 15px;
  position: relative;
}
.footer__box ul li:not(:last-child) {
  margin-bottom: 8px;
}
.footer__box ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #66cc99;
  left: 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.footer__social {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: space-around;
}
.footer__social li {
  padding-left: 0 !important;
}
.footer__social li::before {
  display: none;
}

footer .container {
  display: flex;
  justify-content: space-between;
}
.footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_content.text-block-wrapper p {
  margin-bottom: 15px;
}
.footer__contacts {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer__contacts ul {
  margin-right: 15px;
  gap: 8px;
  display: flex;
}
.footer__contacts ul li {
  padding-left: 0;
}
.footer__contacts ul li:not(:last-child) {
  margin-bottom: 0;
}
.footer__contacts ul li::before {
  display: none;
}
.footer__contacts ul li a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #66cc99;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.service {
  padding: 50px 0;
}

a {
  transition: color 0.3s;
}

.service__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service__item {
  background: #ffffff;
  border-radius: 18px;
  filter: drop-shadow(1px 1px 10px rgba(0, 75, 38, 0.1));
  padding: 20px;
  text-align: center;
}
.service__item-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.service__item__descr {
  line-height: 150%;
}

.rezults {
  padding: 50px 0;
}
.rezults .swiper-slide {
  background: #ffffff;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 25px 0;
}
.rezults .swiper-button-next {
  right: 15px;
}
.rezults .swiper-button-prev {
  left: 15px;
}

.rezults-slide {
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rezults-slide .col {
  width: calc(50% - 15px);
}
.rezults-slide .col img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.rezults-slide ul {
  margin-bottom: 45px;
  list-style: none;
}
.rezults-slide ul li {
  display: flex;
  align-items: center;
}
.rezults-slide ul li span {
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
}
.rezults-slide ul li:not(:last-child) {
  margin-bottom: 12px;
}

.rezults-slide__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(102, 204, 153, 0.71);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}

.swiper-button-next::after {
  margin-left: 2px;
}

.swiper-button-prev::after {
  margin-left: -2px;
}

.swiper-pagination {
  gap: 15px;
  display: flex;
  justify-content: center;
  bottom: 0;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: rgba(62, 79, 234, 0.2);
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
.swiper-pagination-bullet-active {
  background: #66cc99;
}

.rezults-slider {
  margin-bottom: 15px;
  padding-bottom: 40px;
}

.rezults__link {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
}
.rezults__link svg {
  margin-left: 10px;
}

.certs {
  padding: 50px 0;
}

.certs-slide {
  max-width: 930px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
}
.certs-slide img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.features {
  padding: 50px 0;
}

.features__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.features__item {
  background: #ffffff;
  border-radius: 18px;
  filter: drop-shadow(1px 1px 10px rgba(0, 75, 38, 0.1));
  padding: 25px;
  text-align: center;
}
.features__item-number {
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #66cc99;
  margin: 0 auto 24px;
}
.features__item-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.features__item-descr {
  line-height: 150%;
}

.contacts {
  padding: 50px 0 100px;
}

.contacts-form {
  filter: drop-shadow(1px 1px 10px rgba(0, 75, 38, 0.1));
  background-color: #ffffff;
  border-radius: 18px;
  padding: 30px 30px 60px;
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
}

.contacts-form__user {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contacts-form form {
  max-width: 355px;
  width: 100%;
  margin: 0 auto;
}
.contacts-form form .btn {
  margin: 0 auto;
  border: none;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff7b3a;
  color: #fff;
  border-radius: 50px;
  width: 258px;
  height: 64px;
  transition: background 0.3s, color 0.3s;
}

.contacts-form__text {
  max-width: 320px;
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 1.352;
}
.contacts-form__text span {
  color: #66cc99;
}

.input {
  width: 100%;
}

.input:not(:last-child) {
  margin-bottom: 10px;
}

textarea {
  resize: none;
  width: 100%;
  border: none;
  outline: none;
  background: #e8e8e8;
  border-radius: 15px;
  height: 120px;
  padding: 15px 20px;
  color: #000;
  margin-bottom: 20px;
}
textarea::-moz-placeholder {
  line-height: normal;
  color: rgba(0, 0, 0, 0.15);
}
textarea::placeholder {
  line-height: normal;
  color: rgba(0, 0, 0, 0.15);
}

input {
  width: 100%;
  border: none;
  outline: none;
  background: #e8e8e8;
  border-radius: 50px;
  height: 50px;
  padding: 0 20px;
  color: #000;
}
input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
input::placeholder {
  color: rgba(0, 0, 0, 0.15);
}

img {
  display: block;
}

.info {
  padding: 50px 0;
}
.info h2 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.info__row {
  display: flex;
  justify-content: space-between;
}

.form-row {
  display: flex;
}
.form-row .input:not(:last-child) {
  margin-bottom: 0;
}
.form-row input {
  height: 64px;
}
.form-row button {
  margin-left: 15px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff7b3a;
  color: #fff;
  border-radius: 50px;
  width: 230px;
  min-width: 230px;
  height: 64px;
  transition: background 0.3s, color 0.3s;
}

.info__box {
  background: #ffffff;
  box-shadow: 1px 1px 10px rgba(0, 75, 38, 0.1);
  border-radius: 25px;
  padding: 36px;
}
.info__box:last-child ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 12px;
}
.info__box:last-child ul li {
  display: flex;
  align-items: center;
}
.info__box:last-child ul li:not(:last-child)::after {
  content: "";
  display: block;
  background: rgba(62, 79, 234, 0.2);
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-left: 12px;
}
.info__box:first-child {
  width: calc(65% - 10px);
}
.info__box:last-child {
  width: calc(35% - 10px);
}
.info__box:last-child .info__box-title {
  text-align: center;
}
.info__box-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.iti {
  width: 100%;
}

.iti__flag-container,
.iti__selected-flag {
  border-radius: 50px 0 0 50px;
}

.form-box p {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 5px;
  font-size: 10px;
}

.section-title {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}

.not-main {
  padding-top: 100px;
}

.text-slider-wrapper {
  position: relative;
}
.text-slider-wrapper .swiper-button-next {
  right: 0;
}
.text-slider-wrapper .swiper-button-prev {
  left: 0;
}

.text-slider {
  max-width: calc(100% - 120px);
}
.text-slider img {
  border-radius: 20px;
  width: 100%;
}

.reviews__video {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.reviews__video-link {
  background: #ffffff;
  border-radius: 18px;
}

.reviews__video-name {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding: 32px 0;
}

.reviews__video-icon {
  position: absolute;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.reviews__video-img {
  position: relative;
}
.reviews__video-img > img {
  width: 100%;
  border-radius: 0 0 18px 18px;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews__video {
  margin-bottom: 50px;
}

.view {
  padding: 50px 0;
}

.view__img {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.nice-select {
  float: none;
  border: none;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgba(0, 75, 38, 0.1);
}

.nice-select .list {
  border: none;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgba(0, 75, 38, 0.1);
}

.header__btn {
  display: none;
}

.modal-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.modal-menu__list {
  list-style: none;
}
.modal-menu__list > li > a {
  line-height: 1.625;
  color: #000;
  font-weight: 600;
}
.modal-menu__list > li:not(:last-child) {
  margin-bottom: 24px;
}
.modal-menu__list ul {
  margin-top: 8px;
  list-style: none;
}
.modal-menu__list ul a {
  font-weight: 40;
}
.modal-menu__list ul li:not(:last-child) {
  margin-bottom: 8px;
}

.modal-menu {
  padding-right: 55px;
  overflow: auto;
  height: calc(100% - 200px);
}
.modal-menu .footer__contacts {
  margin-bottom: 16px;
}
.modal-menu .footer__contacts ul li a {
  width: 30px;
  height: 30px;
}
.modal-menu .footer__contacts ul li a img {
  width: 16px;
  height: 16px;
}

.modal-menu__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  border-top: 1px solid #66cc99;
}
.modal-menu__bottom .btn {
  border: none;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff7b3a;
  color: #fff;
  border-radius: 50px;
  width: 230px;
  min-width: 230px;
  height: 48px;
  transition: background 0.3s, color 0.3s;
}

.modal-menu {
  padding: 50px;
  overflow: auto;
  transition-property: transform, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  height: 100%;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  background: #f4f7f9;
  max-width: 600px;
  transform-origin: right;
  z-index: 25;
}

.modal-menu:not(.open) {
  transform: scaleX(0);
  opacity: 0;
}

.modal-menu .icon-close {
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  cursor: pointer;
}

.modal-menu .icon-close:before,
.modal-menu .icon-close:after {
  content: "";
  transition: all 0.3s;
  height: 2px;
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  margin: -1px -10px;
  transition: all 0.3s;
}

.modal-menu .icon-close:before {
  transform: rotate(45deg);
}

.modal-menu .icon-close:after {
  transform: rotate(-45deg);
}

.contacts-page {
  padding-bottom: 100px;
}

.cases {
  padding-bottom: 70px;
}
.cases h1 {
  margin-bottom: 30px;
}

.cases__items .rezults-slide {
  max-width: 100%;
  background: #ffffff;
  border-radius: 25px;
  padding: 32px 72px;
}
.cases__items .rezults-slide:not(:last-child) {
  margin-bottom: 30px;
}

.cases__types {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.cases__types label {
  width: calc(50% - 20px);
}
.cases__types input[type=radio]:checked + .radio-name {
  background: #66cc99;
}
.cases__types .radio-name {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 3px solid #66cc99;
  border-radius: 59px;
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}
.cases__types input[type=radio] {
  display: none;
}

.case {
  padding-bottom: 50px;
}
.case h1 {
  margin-bottom: 30px;
}
.case .rezults-slide {
  margin-bottom: 80px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 25px;
  padding: 32px 72px;
}

.case__info {
  max-width: 100%;
  background: #ffffff;
  border-radius: 25px;
  padding: 32px 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case__info-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 24px;
}
.case__info-text p:not(:last-child) {
  margin-bottom: 12px;
}
.case__info-text p {
  line-height: 140%;
}
.case__info img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.case__info .col {
  width: calc(50% - 15px);
}

.case__head {
  margin-bottom: 35px;
  background-color: #fff;
  padding: 16px 0;
}
.case__head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case__head ul {
  list-style: none;
  display: flex;
}
.case__head ul li:not(:last-child) {
  margin-right: 80px;
}
.case__head ul li p:first-child {
  margin-bottom: 5px;
}
.case__head ul li p:last-child {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.case__head ul li p:last-child svg {
  margin-right: 8px;
}

.case__author {
  display: flex;
  align-items: center;
}
.case__author-info p:first-child {
  margin-bottom: 5px;
}
.case__author-info p:last-child {
  font-weight: 600;
}
.case__author img {
  border-radius: 50px;
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 16px;
}

.about-page {
  padding-bottom: 50px;
}
.about-page h1 {
  margin-bottom: 32px;
}

.team__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.team__item {
  padding-bottom: 16px;
  text-align: center;
  border-radius: 18px;
  background: #ffffff;
}
.team__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 18px 18px 0 0;
}
.team__item-name {
  font-weight: 600;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.team__item-position {
  font-size: 16px;
  opacity: 0.8;
  padding: 0 8px;
}

.contact-page {
  padding-bottom: 50px;
}
.contact-page h1 {
  margin-bottom: 32px;
}

.contacts__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 100px;
}

.contacts__item {
  background: #ffffff;
  border-radius: 18px;
  text-align: center;
  filter: drop-shadow(1px 1px 10px rgba(0, 75, 38, 0.1));
  padding: 24px;
  min-height: 86px;
}
.contacts__item-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.contacts__item a,
.contacts__item address {
  line-height: 140%;
  font-style: normal;
}

.contacts-social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contacts-social a {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  padding: 24px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.contacts-social a:first-child {
  background: #3a5898;
}
.contacts-social a:nth-child(2) {
  background: linear-gradient(269.87deg, #9438bf -6.25%, #c24682 76.24%, #e8514e 112.83%);
}
.contacts-social a:last-child {
  background: #039be5;
}

.development {
  padding-bottom: 48px;
}
.development h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 20px;
}
.development p {
  line-height: 140%;
  font-size: 16px;
  margin-bottom: 40px;
}
.development .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.development .buttons {
  display: flex;
}
.development img {
  max-width: 480px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.development a {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 48px;
}
.development a.btn--border {
  margin-left: 16px;
  border: 1px solid #ff7b3a;
}
.development a.btn {
  color: #fff;
  background: #ff7b3a;
}
.development .col:first-child {
  max-width: 580px;
  padding-right: 24px;
}

.services__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.services__box {
  background-color: #fff;
  background: #ffffff;
  border-radius: 18px;
  text-align: center;
  padding: 24px 16px;
}
.services__box p:first-child {
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.services__box p:last-child {
  line-height: 140%;
}

.rezults-slide__descr {
  line-height: 140%;
}
.rezults-slide__descr:not(:last-child) {
  margin-bottom: 16px;
}

.services {
  padding-bottom: 50px;
}

.steps {
  padding-bottom: 50px;
  padding-top: 100px;
}

.section__head {
  margin-bottom: 40px;
}
.section__head h2 {
  margin-bottom: 16px;
}
.section__head p {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  line-height: 140%;
}

.steps__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.steps__item {
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 18px;
  padding: 25px 20px;
  position: relative;
}
.steps__item p {
  line-height: 140%;
  font-weight: 600;
}
.steps__item:first-child::before {
  content: "";
  position: absolute;
  width: 157px;
  height: 157px;
  right: 0;
  bottom: 0;
  background: #66cc99;
  border-radius: 18px;
}
.steps__item:nth-child(2) .squares {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.steps__item:nth-child(2) .squares div {
  background: #66cc99;
  border-radius: 18px;
  width: 70px;
  height: 70px;
}
.steps__item:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 157px;
  height: 157px;
  left: 0;
  bottom: 0;
  background: #66cc99;
  border-radius: 18px;
  z-index: 1;
}
.steps__item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 18px;
  width: 64px;
  height: 64px;
  z-index: 2;
}
.steps__item:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #66cc99;
  border-radius: 18px;
  height: 157px;
  width: 80px;
}
.steps__item:last-child .squares {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
}
.steps__item:last-child .squares div {
  background: #66cc99;
  border-radius: 10px;
  width: 48px;
  height: 48px;
}

.advantages {
  padding: 50px 0;
}

.advantages__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.advantages__item {
  background: #ffffff;
  border-radius: 18px;
  text-align: center;
  padding: 24px 16px;
}
.advantages__item p {
  font-weight: 600;
  line-height: 140%;
}

.breadcrumbs {
  padding-top: 32px;
}
.breadcrumbs ul {
  list-style: none;
  display: flex;
  font-size: 14px;
}
.breadcrumbs ul a {
  transition: opacity 0.3s, color 0.3s;
  opacity: 0.5;
}
.breadcrumbs ul li {
  display: flex;
}
.breadcrumbs ul li:not(:last-child) {
  margin-right: 8px;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: ">";
  display: block;
  margin-left: 8px;
}

.tel-mobile {
  display: none;
}

.advertising {
  padding: 50px 0;
}

.advertising__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}

.advertising__item {
  display: flex;
  line-height: 140%;
}
.advertising__item-icon {
  margin-right: 16px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: #66cc99;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advertising__item-icon svg {
  width: 16px;
  height: 16px;
}
.advertising__item-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.stages {
  padding: 50px 0;
}
.stages h2 {
  margin-bottom: 40px;
}

.stages__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.stages__item-name {
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 21px;
  border-bottom: 1px solid #e8e8e8;
}
.stages__item-info {
  display: flex;
}
.stages__item-number {
  color: #66cc99;
  font-weight: 600;
  font-size: 18px;
  margin-right: 16px;
}
.stages__item-text {
  line-height: 150%;
}

.faq {
  padding: 50px 0;
}

.accordion {
  overflow: hidden;
  position: relative;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 18px;
  filter: drop-shadow(1px 1px 10px rgba(0, 75, 38, 0.1));
}

.accordion:not(:last-child) {
  margin-bottom: 16px;
}

.accordion__intro {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease-in-out;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
}

.accordion__active .accordion__content {
  opacity: 1;
}

.accordion__active .accordion__intro-btn svg {
  transform: rotate(45deg);
}

.accordion__content {
  max-height: 0;
  will-change: max-height;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: relative;
  line-height: 150%;
  padding: 0;
}
.accordion__content ul {
  list-style: initial;
  margin-top: 0;
  padding-left: 20px;
}
.accordion__content li:not(:last-child) {
  margin-bottom: 8px;
}
.accordion__content p {
  margin: 0;
}
.accordion__content a {
  text-decoration: underline;
  color: #66cc99;
}

.accordion__content-text {
  padding-top: 30px;
}

.accordion__intro-btn {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion__intro-btn svg {
  transition: transform 0.3s;
}

.section-head h1 {
  margin-bottom: 16px;
}
.section-head p {
  text-align: center;
  line-height: 150%;
}

.text-block {
  padding: 50px 0;
}

.text-block-wrapper {
  max-height: 450px;
  overflow: auto;
  padding: 54px 40px;
  background: #ffffff;
  border-radius: 18px;
  filter: drop-shadow(1px 1px 10px rgba(0, 75, 38, 0.1));
  line-height: 150%;
}
.text-block-wrapper strong {
  font-weight: 600;
}
.text-block-wrapper h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 8px;
}
.text-block-wrapper ul {
  list-style: none;
}
.text-block-wrapper li:not(:last-child) {
  margin-bottom: 8px;
}
.text-block-wrapper p {
  margin: 0;
}

.partners {
  padding: 50px 0;
}
.partners .swiper-button-next {
  right: 0;
}
.partners .swiper-button-prev {
  left: 0;
}
.partners .swiper-pagination {
  display: none;
}

.partners-inner {
  position: relative;
}

.partners-slider {
  max-width: calc(100% - 120px);
  border-radius: 18px;
}

.partners-slide {
  border-radius: 18px;
  background-color: #fff;
  padding: 40px 0;
}
.partners-slide img {
  height: 90px;
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.image-block {
  padding: 50px 0;
}
.image-block img {
  margin: 0 auto;
  height: 460px;
  max-width: 100%;
}

@media (hover), (min-width: 0\0 ), (min--moz-device-pixel-ratio: 0) {
  .breadcrumbs ul a:hover {
    color: #66cc99;
    opacity: 1;
  }
  header .tel:hover {
    color: #66cc99;
  }
  .contacts__item a:hover {
    color: #66cc99;
  }
  footer a:hover {
    color: #66cc99;
  }
  .header__menu a:hover {
    color: #66cc99;
  }
  .form-row button:hover {
    background-color: #66cc99;
  }
  .contacts-form form .btn:hover {
    background-color: #66cc99;
  }
  .btn-border:hover {
    color: #fff;
    background-color: #66cc99;
  }
}
@media screen and (max-width: 1199px) {
  .cases__types .radio-name {
    font-size: 18px;
    height: 64px;
  }
  .steps__item {
    min-height: 250px;
    aspect-ratio: auto;
  }
  .info__box-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .advertising__items {
    grid-template-columns: 1fr 1fr;
  }
  .section-head p {
    font-size: 14px;
  }
  .section-head {
    padding-top: 24px;
  }
  .steps__items {
    grid-template-columns: 1fr 1fr;
  }
  .development .col:last-child {
    display: none;
  }
  .development .col:first-child {
    max-width: 100%;
    padding-right: 0;
  }
  .services__boxes {
    grid-template-columns: 1fr 1fr;
  }
  .advantages__items {
    grid-template-columns: 1fr 1fr;
  }
  .case .rezults-slide {
    padding: 32px 24px;
    margin-bottom: 60px;
  }
  .case__info {
    padding: 32px 24px;
  }
  .cases__items .rezults-slide {
    padding: 32px 24px;
  }
  .case__head ul li:not(:last-child) {
    margin-right: 40px;
  }
  .contacts-page {
    padding-bottom: 60px;
  }
  .info__box-title {
    text-align: center;
  }
  .header__menu {
    display: none;
  }
  .header__box {
    margin-left: auto;
  }
  header .tel {
    margin-right: 20px;
  }
  .header {
    padding-top: 48px;
    position: relative;
  }
  .tel-mobile {
    display: block;
    position: absolute;
    left: 20px;
    top: 17px;
    color: #fff;
    font-weight: 500;
  }
  .header::before {
    position: fixed;
    z-index: 1000;
    content: "";
    width: 100%;
    height: 48px;
    background-color: #66cc99;
    top: 0;
    left: 0;
    right: 0;
  }
.header .btn-border {
  position: absolute;
  background-color: #fff;
  font-size: 12px;
  border: none;
  top: 8px;
  right: 20px;
  height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  }
  .header__btn {
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
    display: block;
  }
  .header__btn svg {
    width: 27px;
    height: 27px;
  }
  header {
    padding-top: 56px;
  }
  header .custom-select {
    display: none;
  }
  .view__img {
    gap: 30px;
  }
  .contacts-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contacts-form__user img {
    width: 120px;
  }
  .contacts-form form .btn {
    height: 55px;
  }
  .btn-border {
    height: 55px;
  }
  .service__items {
    grid-template-columns: 1fr 1fr;
  }
  .features__items {
    grid-template-columns: 1fr 1fr;
  }
  header {
    padding-top: 30px;
  }
  .info__row {
    flex-direction: column;
    gap: 20px;
  }
  .info__box:first-child {
    width: 100%;
  }
  .info__box:last-child {
    width: 100%;
  }
  .info__box ul {
    justify-content: flex-start;
  }
  .text-slide {
    max-width: 90%;
  }
  .reviews__video-icon img {
    width: 60px;
    height: 60px;
  }
  .not-main {
    padding-top: 50px;
  }
  .reviews__video-name {
    padding: 24px 0;
  }
}
.cat_link {
  width: calc(50% - 20px);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 3px solid #66cc99;
  border-radius: 59px;
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.cat_link:hover{
  color: #fff;
  background-color: #66cc99;
}
@media screen and (max-width: 1199px) {
  .cat_link{
  font-size: 18px;
  height: 64px;
}
}
@media screen and (max-width: 767px) {
  .cat_link {
    width: calc(50% - 5px);
    border-width: 1px;
    font-size: 16px;
  }
  .partners .swiper-pagination {
    display: flex;
    bottom: 0;
  }
  .image-block img {
    height: auto;
  }
  .image-block {
    padding: 35px 0;
  }
  .partners-slider {
    padding-bottom: 30px;
    max-width: 100%;
  }
  .partners .swiper-button-prev,
  .partners .swiper-button-next {
    display: none;
  }
  .accordion__content-text {
    padding-top: 16px;
  }
  .partners-slide {
    padding: 16px 0;
  }
  .advertising__items {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .stages__items {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stages__item-name {
    font-size: 18px;
  }
  .text-block-wrapper {
    padding: 32px 24px;
    max-height: 300px;
  }
  .stages__item-number {
    font-size: 18px;
    margin-right: 10px;
  }
  .accordion__intro {
    font-size: 16px;
  }
  .advertising,
  .stages,
  .partners,
  .faq,
  .text-block {
    padding: 35px 0;
  }
  .steps__item {
    min-height: auto;
  }
  .breadcrumbs {
    padding-top: 24px;
    margin-bottom: 16px;
  }
  .development h1 {
    font-size: 24px;
    text-align: center;
  }
  .development p {
    margin-bottom: 24px;
    font-size: 15px;
    text-align: center;
  }
  .development .buttons {
    justify-content: center;
  }
  .development .buttons a {
    font-size: 15px;
    height: 56px;
  }
  .advantages__item br {
    display: none;
  }
  .advantages__items {
    grid-template-columns: 1fr;
  }
  .advantages {
    padding: 35px 0;
  }
  .steps__item:first-child::before,
  .steps__item:nth-child(2) .squares,
  .steps__item:nth-child(3)::before,
  .steps__item:nth-child(3)::after,
  .steps__item:last-child .squares,
  .steps__item:last-child::before {
    display: none;
  }
  .steps__item {
    text-align: center;
    aspect-ratio: auto;
  }
  .steps__item br {
    display: none;
  }
  .steps__items {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .steps {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .services {
    padding-bottom: 35px;
  }
  .services__boxes {
    grid-template-columns: 1fr;
  }
  .contact-page {
    padding-bottom: 35px;
  }
  .contacts__items {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .contacts-social {
    grid-template-columns: 1fr;
  }
  .team__items {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
  .team__item-position {
    padding: 0 16px;
    line-height: 140%;
  }
  .about-page {
    padding-bottom: 35px;
  }
  .case {
    padding-bottom: 25px;
  }
  .case__info {
    flex-direction: column-reverse;
  }
  .case__info .col {
    width: 100%;
  }
  .case__info .col:last-child {
    margin-bottom: 24px;
  }
  .case .rezults-slide {
    margin-bottom: 30px;
  }
  .case__head ul li:not(:last-child) {
    margin-right: 20px;
  }
  .case__head ul {
    margin-top: 16px;
    width: 100%;
    justify-content: space-between;
    font-size: 13px;
    flex-wrap: wrap;
  }
  .case__head ul li p:last-child svg {
    display: none;
  }
  .case__head .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .cases__types {
    margin-bottom: 30px;
  }
  .cases__types label {
    width: calc(50% - 5px);
  }
  .cases__types .radio-name {
    border-width: 1px;
    font-size: 16px;
  }
  .text-slider {
    max-width: 100%;
  }
  .text-slider-wrapper .swiper-button-next,
  .text-slider-wrapper .swiper-button-prev {
    display: none;
  }
  .modal-menu {
    padding: 50px 20px;
  }
  .modal-menu__bottom {
    padding-left: 20px;
  }
  .view__img {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .view__img img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .not-main {
    padding-top: 30px;
  }
  .text-slider .swiper-button-next {
    right: 14px;
  }
  .text-slider .swiper-button-prev {
    left: 14px;
  }
  .text-slider .swiper-button-next,
  .text-slider .swiper-button-prev {
    transform: none;
    top: 55px;
  }
  .text-slide__img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .text-slide img {
    width: 80px;
    height: 80px;
  }
  .text-slide {
    border-radius: 20px;
    flex-direction: column;
  }
  .text-slide__box {
    text-align: center;
  }
  .reviews__video-name {
    font-size: 16px;
    padding: 16px 0;
  }
  .reviews__video {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 30px;
  }
  .form-row button {
    height: 55px;
    margin: 15px auto 0;
  }
  .form-row input {
    height: 55px;
  }
  .form-row {
    flex-direction: column;
  }
  .info__box ul li img {
    width: 50px;
    height: 50px;
  }
  .info__box ul {
    justify-content: center;
  }
  .info__box {
    text-align: center;
    padding: 25px;
  }
  .info__box-title {
    font-size: 16px;
  }
  .rezults-slide {
    max-width: calc(100% - 90px);
    flex-direction: column;
  }
  .rezults-slide .btn-border {
    margin: 0 auto;
  }
  .rezults-slide ul li span {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px;
  }
  .rezults-slide .col {
    width: 100%;
    text-align: center;
  }
  .rezults-slide .col:first-child {
    margin-bottom: 20px;
  }
  .btn-border {
    width: 235px;
  }
  .rezults-slide ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }
  .rezults-slide ul li {
    flex-direction: column;
    justify-content: center;
  }
  .certs-slide {
    width: calc(100% - 90px);
  }
  .swiper-button-next,
  .rezults .swiper-button-next {
    right: 6px;
  }
  .swiper-button-prev,
  .rezults .swiper-button-prev {
    left: 6px;
  }
  .service__items {
    grid-template-columns: 1fr;
  }
  .service__item {
    padding: 30px;
  }
  footer .container {
    flex-direction: column;
    gap: 30px;
  }
  .service,
  .rezults,
  .certs,
  .features,
  .contacts,
  .info,
  .view {
    padding: 35px 0;
  }
  .contacts {
    padding-bottom: 60px;
  }
  .footer__box:not(:last-child) {
    margin-bottom: 30px;
  }
  h2 {
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 22px;
  }
  .features__items {
    grid-template-columns: 1fr;
  }
}
.goog_link img{
  max-width: 70px;
}
.goog_link{
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
}
.post-ratings{
  display: flex;
}
.rate_show{
  display: flex;
}
.text_rate{
  margin-left: 5px;
}
.text_rate2{
  margin-left: 50px;
}
.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
  width: 16px;
  height: 16px;
}
.postrate {
  margin: 0 0 35px;
}
.postrate p {
  margin: 0 0 19px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
.postrate .post-rating {
  padding: 20px 35px 20px 20px;
  border: 2px solid #EFF3F3;
  border-radius: 20px;
  width: fit-content;
  display: flex;
  align-items: center;
}

.postrate .post-rating__left {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 10px 0 0;
}
.text-blog ul {
  list-style-type: disc;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
}
.text-blog ul li {
  line-height: 1.5;
}
.features__item-image img{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.date_post {
  text-align: end;
  font-size: 14px;
  margin-top: 5px;
}
a.features__item{
  transition: all 0.3s ease-in-out;
}
a.features__item:hover{
  background-color: rgba(102, 204, 153, 0.71);
  color: #fff;
}
.bann_img img{
  width: 100%;
  height: auto;
}
.bann_img{
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .postrate p {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 13px;
  }
  .postrate .post-rating {
    border-radius: 10px;
    padding: 14px 30px 14px 12px;
  }
}
.pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagination__item {
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 100%;
  color: #8f97a5; }
.pagination__item:hover {
  color: #fff;
  background-color: rgba(102, 204, 153, 1);
}
.pagination__item:not(:last-child) {
  margin-right: 10px; }
.pagination__item.current {
  cursor: default;
  color: #fff;
  background-color: rgba(102, 204, 153, 1); }

.next-page,
.prev-page {
  position: relative;
  background-color: #fff; }
.next-page::before,
.prev-page::before {
  content: "";
  position: absolute;
  border: solid #8f97a5;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  left: 52%; }

.next-page::before {
  left: 48%; }

.prev-page::before {
  -webkit-transform: translateX(-25%) rotate(135deg);
  -ms-transform: translateX(-25%) rotate(135deg);
  transform: translateX(-25%) rotate(135deg); }
.next-page:hover::before,
.prev-page:hover::before {
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
}
.post-socials-btns{
  display: flex;
}
.post-socials-btns img {
  height: 20px;
  width: 20px;
}
.post-socials-btns .st-btn {
  min-width: 135px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  padding: 0 10px;
  position: relative;
}
.post-socials-btns .st-btn:hover{
  top: -4px;
  opacity: 0.8;
}
.st-btn.telegram{
  background-color: #0088cc;
}
.st-btn.viber{
  background-color: #59267c;
}
.st-btn.facebook{
  background-color: #3b5998;
}
.st-btn.linkedin{
  background-color: #007bb5;
}
.st-btn.pinterest{
  background-color: #cb2027;
}
.text-blog ol{
  list-style: decimal;
  margin-left: 20px;
}
.text-blog ol li{
  margin-bottom: 10px;
  line-height: 140%;
}
#btn-telegram a {
  display: block;
  text-decoration: none;
  outline: none;
  position: fixed;
  right: 25px;
  bottom: 30px;
  z-index: 199;
  border-radius: 50%;
  font-size: 30px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #fff;
  background: #03A9F4;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
#btn-telegram a span{
  position: absolute;
  left: 20%;
  top: 25%;
  width: 50%;
  height: 50%;
  display: block;
  background: url('img/icon.svg') center no-repeat;
  background-size: contain;
}
.text-blog h3 {
  line-height: 1.2;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.text-blog h4 {
  line-height: 1.2;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}
.nivo-lightbox-image {
  display: flex;
}

@media (max-width: 767px) {
  .list_article li{
    width: 50%;
    margin-right: 0!important;
  }
  .mtmob{
    margin-top: 10px;
  }
  .text-blog h3 {
    margin-bottom: 15px;
    line-height: 1.1;
    font-size: 20px;
  }
  .text-blog h4 {
    line-height: 1.1;
    font-size: 18px;
  }
.post-socials-btns .st-btn {
  min-width: 50px;
}
  #btn-telegram a {
    font-size: 25px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,169,225,.8)
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(54,169,225,0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,169,225,0)
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,169,225,.8)
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(54,169,225,0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,169,225,0)
  }
}

@-ms-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,169,225,.8)
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(54,169,225,0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,169,225,0)
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,169,225,.8)
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(54,169,225,0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,169,225,0)
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,169,225,.8)
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(54,169,225,0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,169,225,0)
  }
}