

/* Start:/local/templates/likeumekolab/components/bitrix/menu/horizontal_multilevel_top/style.css?17290858544151*/
.general-menu {
    height: 100%;
}

.general-menu__list {
    display: flex;
    height: 100%;
}

.general-menu__item {
    margin-right: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.general-menu__item-row {
    display: flex;
    align-items: center;
    cursor: pointer
}

.general-menu__link {
    font-size: 14px;
    color: #344d57;
    transition: all .2s;
}

.general-menu__icon {
    transition: all .2s;
    display: block;
    padding-right: 8px;
    padding-left: 8px;
    width: 28px;
    height: 10px;
}

.general-menu__submenu.menu-list {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f6f6f6;
    overflow: hidden;
    border-top: 2px solid #ecf4f0;
    opacity: 0;
    display: block;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
    transition-delay: 0.15s;
}

.general-menu__item:hover .general-menu__item-row .general-menu__link {
    color: #37b678;
}

.general-menu__item:hover .general-menu__item-row .general-menu__icon {
    fill: #37b678;
}

.general-menu .menu-list__main > li > a::after {
    top: 16px;
}
.general-menu__item--is-parent:hover .general-menu__submenu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.general-menu__submenu .menu-list__inner {
    width: 40%
}

.general-menu-submenu .menu-list__main > li:not(.level-3) {
    padding: 0;
    margin: 0;
}

.general-menu-submenu .menu-list__main {
    padding: 42px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.general-menu__item--service  .general-menu-submenu {
    min-height: 320px;
}
.general-menu-submenu .menu-list__main > li > a {
    padding: 15px 80px 15px 16px;
}

.general-menu-submenu .menu-list__sub-wrap {
    overflow: auto;
    width: 150%;
    max-width: 150%;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    display: none;
    padding: 42px 20px 20px 42px;

}
.general-menu-submenu .menu-list__sub {
    padding: 0;
    position: static;
    height: auto;
    max-width: 100%;
    display: flex!important;
    flex-wrap: wrap;
    gap: 15px;
}
.general-menu-submenu .menu-list__sub > li {
    margin-right: 0;
    width: 45%;
    margin-bottom: 0;
    flex-grow: 1;
    line-height: 1.3;
}

ul li.general-menu-submenu__item a {
    color: #344d57;
    line-height: 1.2;
}
ul li.general-menu-submenu__item .level-4  a {
    font-size: 16px;
}

.general-menu-submenu .menu-list__main > li:hover .menu-list__sub-wrap {
    display: block;
}

ul li.level-3 > a {
    display: block;
    font-size: 15px;
    margin-bottom: 0;
}
.general-menu ul li.text-upper>a {
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 14px;
    margin-bottom: 9px;
}
.general-menu-submenu li a {
    display: block;
}

.general-menu-submenu li a[href]:hover, .general-menu__link[href]:hover  {
    color: #37b678;
}
.menu-list__main > li:hover > a {
    color: #000!important;
}

.menu-list__main > li:hover > a[href] {
    color: #37b678!important;
}
.menu-list__sub-wrap::-webkit-scrollbar {
    width: 8px;
}

.menu-list__sub-wrap::-webkit-scrollbar-track {
    background: #ecf4f0;
}

.menu-list__sub-wrap::-webkit-scrollbar-thumb {
    background-color: #37b678;
    border-radius: 20px;
    border: 1px solid #ecf4f0;
}

.menu-list__sub-wrap {
    scrollbar-width: thin;          /* "auto" или "thin" */
    scrollbar-color: #37b678 #ecf4f0;   /* цвет бегунка и зоны отслеживания */
}

@media (max-width: 991px) {
    .general-menu {
        display: none
    }

    .header-menu {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1280px){
    .general-menu__item {
        margin-right: 10px;
    }
    .general-menu__link {
        font-size: 15px;
    }

    .header__right{
        flex-wrap: wrap;
        margin-left: auto;
        justify-content: flex-end;
    }
    .header__left {
        flex-shrink: 0;
    }
    .header__right .phone {
        margin-right: 15px!important;
        font-size: 18px;
    }

}
/* End */


/* Start:/local/templates/likeumekolab/components/bitrix/catalog.section.list/menu/style.css?17290858541727*/
.header-menu {
    background-color: #37b678;
}
.header-menu__list, .main .header-menu__list{
    display: flex;
    margin: 0;
    list-style: none;
    gap: 10px;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}
.header-menu__item {
    position: relative;
    flex-grow: 1;
}
.header-menu__item>a {
    color: #fff;
}
.header-submenu, .main .header-submenu {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .2s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 450px;
    margin: 0;
    list-style: none;
    background-color: #f6f6f6;
    padding: 20px 10px;
}

.header-menu__item:last-child .header-submenu{
	left: auto;right:0;
}

.header-menu__link  {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .2s ;
    line-height: 1;
    font-size: 15px;
}
.header-menu__icon {
    width: 24px;
    padding-left: 10px;
}
.header-menu__item:hover .header-menu__link {
    background-color: #a5ce08;
}
.header-menu__item:hover .header-submenu{
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
ul li .header-submenu__link, .header-submenu__link  {
    display: block;
    font-size: 15px;
    color: #344d57;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.2;
    transition: all .2s;
}
ul li .header-submenu__link:hover, .header-submenu__link:hover {
    color:#37b678;
}
@media (min-width: 992px) and (max-width: 1150px){
    .header-menu__link {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-menu__icon {
        width: 10px;
        padding-left: 0;
        margin-left: 4px;
    }
}
/* End */


/* Start:/local/templates/likeumekolab/components/bitrix/menu/horizontal_footer/style.min.css?1729085854490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/likeumekolab/components/bitrix/menu/horizontal_footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/likeumekolab/components/bitrix/form.result.new/feedback_new/style.css?1729085854666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/likeumekolab/components/bitrix/form.result.new/feedback_new/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/likeumekolab/components/bitrix/form.result.new/feedback_new/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/likeumekolab/template_styles.css?179016989559857*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #37b678;
  color: #222222;
}

::selection {
  background-color: #37b678;
  color: #222222;
}

p {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border: none;
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
}
input::placeholder,
textarea::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
}
body.hidden {
  overflow: hidden;
}
body.hidden main {
  padding-top: 80px;
}

#modal-form,
#modal-form__service{
  padding: 0;
  background-color: transparent;
}
#modal-form .fancybox-close-small,
#modal-form__service .fancybox-close-small{
  color: #ffffff;
  width: 48px;
  height: 48px;
}

.header {
  position: relative;
  background-color: #fff;
  border-bottom: 2px solid #ecf4f0;
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
}
.header.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header__left,
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .header .header-feedback {
    display: none;
  }
}
.header .phone {
  display: inline-block;
  margin-right: 20px;
  color: #002c3f;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 101;
}
@media (max-width: 1199px) {
  .header .phone {
    font-size: 18px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .header .phone {
    font-size: 15px;
  }
}
.header .phone:hover {
  color: #a5ce08;
}

.header .header__email{margin-left:18px;}
@media (max-width: 1199px) {
	.header .header__email{margin-right: 2px;margin-left: 8px;}
}

@media (max-width: 1240px) {
	.header .header__email{display:none;}
}

.burger {
  width: 24px;
  height: 22px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 101;
  cursor: pointer;
}
@media (max-width: 991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.burger:after,
.burger:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #37b678;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.burger:before {
  bottom: 0;
  left: 0;
}
.burger:after {
  top: 0;
  left: 0;
}
.burger.active span {
  opacity: 0;
}
.burger.active:before {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  -ms-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}
.burger.active:after {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  -ms-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8.5px) rotate(-45deg);
}
.burger span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #37b678;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.grid {
  display: grid;
  grid-template-rows: auto;
  gap: 30px;
}
.grid_col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid_col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid_col-4 .card .btn {
  width: 100%;
  text-align: center;
}

.logo_header {
  margin-right: 20px;
  z-index: 101;
}

.main {
  min-height: calc(100vh - 80px - 361px);
}
.main ul {
  margin-bottom: 26px;
  list-style-type: disc;
  margin-left: 20px;
}

.main ol {
  margin-bottom: 26px;
  margin-left: 20px;
}

.main ul li,
.main ol li {
  font-size: 15px;
  line-height: 1.6;
  color: #344d57;
}
@media (max-width: 767px) {
  .main ul li,
  .main ol li {
    font-size: 16px;
  }
}
.main .sidebar-menu {
  padding: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 16px;
}
.main .sidebar-menu .nav-sidebar li {
  margin-top: 6px;
}
.main .sidebar-menu .nav-sidebar li:first-child {
  margin-top: 0;
}
.main .sidebar-menu .nav-sidebar li.current > span {
  color: #37b678;
}
.main .sidebar-menu .nav-sidebar li.current > span a {
  color: #37b678;
}
.main .sidebar-menu .nav-sidebar ul {
  margin: 0;
  list-style: none;
}
.main .sidebar-menu .nav-sidebar ul li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main .sidebar-menu .nav-sidebar ul li a {
  display: inline;
  font-size: 13px;
  font-weight: 500;
  color: #344d57;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main .sidebar-menu .nav-sidebar ul li a:hover {
  color: #35ae73;
}
.main .sidebar-menu .nav-sidebar ul li ul {
  display: none;
  margin-left: 14px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.main .sidebar-menu .nav-sidebar__icon {
  display: block;
  -ms-flex-item-align: start;
  align-self: start;
  line-height: 1;
  padding: 0 6px;
  cursor: pointer;
}
.main-page {
  display: grid;
  grid-template-columns: 350px 1fr;
  padding: 40px 0;
  gap: 40px;
}
.main-page.main-page_service p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.main-page.main-page_service ul li,
.main-page.main-page_service ol li {
  font-size: 15px;
  line-height: 1.8;
}
.main-page_simple {
  grid-template-columns: 1fr;
}
@media (max-width: 991px) {
  .main-page {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .main-page .main__content {
    grid-row: 1;
  }
  .main-page .main__sidebar {
    grid-row: 2;
  }
}
.main-page_post {
  grid-template-columns: 1fr 350px;
}
@media (max-width: 991px) {
  .main-page_post {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.main-page_post .sidebar.sticky {
  position: sticky;
  top: 30px;
}
@media (max-width: 991px) {
  .main-page_post .sidebar {
    padding-left: 0;
    padding-top: 40px;
    border-top: 1px solid #dddddd;
  }
}

.mmenu {
  position: fixed;
  width: 100%;
  height: 100vh;
  padding-top: 78px;
  background-color: #fff;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}
.mmenu__inner {
  margin: 0 auto;
  padding: 80px 15px 100px;
  max-width: 1240px;
  height: 100%;
  overflow-y: auto;
}
.mmenu__feedback {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
}
.mmenu__feedback .btn {
  width: 100%;
  text-align: center;
}
.mmenu nav > ul ul {
  padding-top: 14px;
  padding-left: 20px;
}
.mmenu nav > ul > li {
  margin-bottom: 16px;
}
.mmenu nav > ul > li:last-child {
  margin-bottom: 0;
}
.mmenu nav > ul > li > a,
.mmenu nav > ul > li > span a {
  color: #1f9066;
}
.mmenu nav > ul > li ul {
  display: none;
}
.mmenu nav > ul > li ul a {
  color: #002c3f;
}
.mmenu nav > ul > li ul.active {
  display: block;
}
.mmenu nav a {
  display: inline-block;
  padding: 8px 0;
  font-size: 18px;
}
.mmenu nav .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.mmenu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1240px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}

.suptitle {
  margin-bottom: 10px;
  color: #37b678;
  font-weight: 400;
}

h1.title {
  font-size: 36px;
  color: #002c3f;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  h1.title {
    font-size: 32px;
  }
  .sbanner .undertitle {
    font-size: 26px!important;
  }
}
@media (max-width: 767px) {
  h1.title {
    font-size: 28px;
  }
  .sbanner .undertitle {
    font-size: 22px!important;
  }
}
@media (max-width: 576px) {
  h1.title {
    font-size: 24px;
  }
  .sbanner .undertitle {
    font-size: 18px!important;
  }
}

h2 {
  font-size: 32px;
  color: #002c3f;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 22px;
  }
}
h2.title {
  margin-bottom: 40px;
}

h3 {
  font-size: 29px;
  color: #002c3f;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  color: #002c3f;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 18px;
  }
}

blockquote {
  border-left: 5px solid #dddddd;
  padding: 20px;
  margin: 0 0 26px;
  position: relative;
}
blockquote:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  border: none;
  background: transparent;
  padding: 15px 35px;
  border-radius: 30px;
  border-width: 1px;
  font-size: 15px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn_outline {
  background-color: transparent;
  color: #37b678;
  border: 1px solid #37b678;
}
.btn_outline:hover {
  background-color: #37b678;
  color: #ffffff;
}
.btn_fill-grey {
  background-color: #313636;
  color: #ffffff;
}
.btn_fill-grey:hover {
  background-color: #a5ce08;
}
.btn_fill-green {
  background-color: #37b678;
  border-color: #37b678;
  color: #ffffff;
}
.btn_fill-green:hover {
  background-color: #a5ce08;
}

.navbar {
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .navbar {
    display: none;
  }
}

.navbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  color: #344d57;
}
.navbar a:not(.active):hover {
  color: #37b678;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.menu-icon {
  margin-left: 6px;
}
.menu > li {
  display: block;
  height: 100%;
  padding: 0 16px;
}
.menu > li a {
  cursor: pointer;
}
@media (max-width: 1110px) {
  .menu > li {
    padding: 0 8px;
  }
}
.menu-list {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.menu-list.active {
  opacity: 1;
  z-index: 2;
  -webkit-box-shadow: 0px 23px 42px rgba(12, 59, 98, 0.22);
  box-shadow: 0px 23px 42px rgba(12, 59, 98, 0.22);
}
.menu-list__sub {
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 52px 0 0 52px;
  display: none;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1199px) {
  .menu-list__sub {
    max-width: 350px;
  }
}
.menu-list__sub li {
  margin-bottom: 10px;
}
.menu-list__sub li a {
  display: inline;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-list__main {
  position: relative;
  padding: 52px 0;
}
.menu-list__main-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
  background-color: #1f9066;
}
.menu-list__main > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0 16px;
}
.menu-list__main > li > a {
  position: relative;
  width: 100%;
  padding-right: 80px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-list__main > li > a:after {
  position: absolute;
  content: '';
  right: 0;
  top: 6px;
  width: 60px;
  height: 1px;
  background-color: #ecf4f0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-list__main > li:hover .menu-list__sub {
  display: block;
}
.menu-list__main > li:hover > a {
  color: #37b678;
}
.menu-list__main > li:hover > a:after {
  opacity: 1;
}
.menu-list__inner {
  width: 535px;
  border-right: 1px solid #ecf4f0;
}

.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs__items {
  list-style: none;
  margin: 0 !important;
}
.breadcrumbs__items li {
  display: inline-block;
}
.breadcrumbs__items li:after {
  font-size: 14px;
  content: '>';
  padding: 0 0.3em;
}
.breadcrumbs__items li:last-child:after {
  content: none;
}
.breadcrumbs__items li a,
.breadcrumbs__items li span {
  font-size: 15px;
  font-weight: 600;
}
.breadcrumbs__items li a span {
  color: #37b678;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.breadcrumbs__items li a span:hover {
  color: #a5ce08;
}
.breadcrumbs__items li span {
  color: #344d57;
}

.title-with-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .title-with-link {
    -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;
  }
}
.title-with-link h2 {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .title-with-link h2 {
    margin-bottom: 10px;
  }
}
.title-with-link a {
  color: #002c3f;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 576px) {
  .title-with-link a {
    font-size: 16px;
    color: #37b678;
  }
}
.title-with-link a:hover {
  color: #37b678;
}

p {
  margin-bottom: 26px;
  font-size: 15px;
  color: #344d57;
  line-height: 1.6;
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
  }
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  color: #37b678;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
p a:hover {
  color: #a5ce08;
}

.hero {
  padding: 100px 0 !important;
}
.hero__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hero__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  font-size: 18px;
  color: #002c3f;
}
@media (max-width: 991px) {
  .hero__content {
    margin-bottom: 40px;
  }
}
.hero__descr {
  margin-bottom: 40px;
}
.hero__descr p {
  margin-bottom: 20px;
}
.hero__links a {
  margin-right: 10px;
}
.hero__links a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .hero__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero__links a {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .hero__links a:last-child {
    margin-bottom: 0;
  }
}
.hero__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.hero__img img {
  width: 100%;
  height: auto;
}

.advantages {
  padding: 40px 0;
  background-color: #fafafa;
}
.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .advantages__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.advantages__item {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
}
@media (max-width: 991px) {
  .advantages__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .advantages__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.advantages__img {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .advantages__img {
    width: 90px;
    height: 90px;
  }
}
.advantages__img img {
  width: 100%;
  height: auto;
}
.advantages__title {
  max-width: 300px;
  text-align: center;
  font-size: 18px;
  color: #002c3f;
  font-weight: 600;
}
@media (max-width: 767px) {
  .advantages__title {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .services__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1199px) {
  .services__items_main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services__items_main {
    grid-template-columns: repeat(1, 1fr);
  }
}

.reviews .swiper-wrapper {
  margin-bottom: 36px;
  cursor: -webkit-grab;
  cursor: grab;
}
.swiper-pagination-bullet {
  background-color: #37b678;
}

section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
section:first-of-type {
  padding-top: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002c3f;
  opacity: 0.61;
  z-index: 1;
}

.review__text {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.5;
  color: #344d57;
}
@media (max-width: 767px) {
  .review__text {
    font-size: 15px;
  }
}
.review__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.caption__img {
  margin-right: 20px;
}
.caption__img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .caption__img img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .caption__img {
    margin-right: 10px;
  }
}
.caption__info {
  color: #344d57;
}
.caption__company {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .caption__company {
    font-size: 14px;
  }
}
.caption__person {
  font-size: 15px;
}
@media (max-width: 767px) {
  .caption__person {
    font-size: 15px;
  }
}

.tags ul {
  list-style: none;
  margin: 0;
}
.tags ul li {
  display: inline-block;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tags ul li a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid rgba(55, 182, 120, 0.368627451);
  border-radius: 10px;
  background-color: rgba(55, 182, 120, 0.1411764706);
  font-size: 15px;
  color: #1f9066;
  line-height: 2;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tags ul li a:hover {
  background-color: #37b678;
  color: #ffffff;
}

.search-form {
  margin-bottom: 20px;
}
.search-form .form__items {
  margin-bottom: 0;
  margin-right: 20px;
  width: 100%;
}
.search-form .form-item {
  margin-bottom: 0;
}
.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-tags {
  margin-bottom: 20px;
}

.search-links ul {
  list-style: none;
  margin: 0;
}
.search-links ul li {
  margin-bottom: 14px;
}
.search-links ul li:last-child {
  margin-bottom: 0;
}
.search-links ul li a {
  font-size: 18px;
  line-height: 1.4;
  color: #1f9066;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-links ul li a:hover {
  color: #a5ce08;
}
@media (max-width: 767px) {
  .search-links ul li a {
    font-size: 16px;
  }
}

.form .form__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .form .form__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .form .form__title {
    font-size: 24px;
  }
}
.form .form__descr {
  font-size: 15px;
}
@media (max-width: 767px) {
  .form .form__descr {
    font-size: 15px;
  }
}
.form_main {
  max-width: 500px;
  min-width: 400px;
  background-color: #37b678;
  border-radius: 15px;
}
.form_main.post .form__descr {
  margin-bottom: 26px;
}
.form_main.post .form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form_main.post .form__items .form-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.form_main.post .form__items .form-item:nth-child(-n + 2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 10px);
  flex: 0 1 calc(50% - 10px);
}
@media (max-width: 767px) {
  .form_main.post .form__items .form-item:nth-child(-n + 2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.form_main.w-100 {
  max-width: none;
  width: 100%;
}
@media (max-width: 767px) {
  .form_main {
    min-width: auto;
  }
  .form_main .btn {
    width: 100%;
  }
}
.form_main .form__inner {
  padding: 40px;
}
@media (max-width: 576px) {
  .form_main .form__inner {
    padding: 30px;
  }
}
.form_main .form__title {
  color: #ffffff;
}
.form_main .form__descr {
  margin-bottom: 14px;
  color: #ffffff;
}
.form_comment {
  max-width: 800px;
}
@media (max-width: 576px) {
  .form_comment .btn {
    width: 100%;
  }
}
.form_comment .form__title {
  color: #002c3f;
}
.form_comment .form__descr {
  margin-bottom: 24px;
  color: #344d57;
}
.form_comment .form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form_comment .form-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 10px);
  flex: 0 1 calc(50% - 10px);
}
.form_comment .form-item:first-child,
.form_comment .form-item:nth-last-child(-n + 2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 576px) {
  .form_comment .form-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.form_comment .form-item__error {
  color: red;
}

.form-item {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-item {
    margin-bottom: 14px;
  }
}
.form-item.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .form-item.check {
    font-size: 14px;
  }
}
.form-item.check input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-item:has(.form-item__error) .input,
.form-item:has(.form-item__error) .textarea {
  margin-bottom: 10px;
}
.form-item__error {
  font-size: 15px;
  color: yellow;
}
.form-item__title {
  margin-bottom: 10px;
  font-size: 15px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .form-item__title {
    font-size: 13px;
  }
}

.checkbox {
  cursor: pointer;
}

.input {
  height: 50px;
}

.textarea {
  height: 100px;
  resize: none;
}
.textarea_high {
  height: 220px;
}

.input,
.textarea {
  width: 100%;
  padding: 10px 0.75rem;
  color: #666666;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.input:focus,
.textarea:focus {
  color: #002c3f;
}
.input_rounded,
.textarea_rounded {
  border-radius: 5px;
}
.input_outline-dark,
.textarea_outline-dark {
  border: 1px solid transparent;
}
.input_outline-dark:focus,
.textarea_outline-dark:focus {
  border-color: #313636;
}
.input_outline-light,
.textarea_outline-light {
  border: 1px solid #dddddd;
  background-color: #fafafa;
}
.input_outline-light:focus,
.textarea_outline-light:focus {
  background-color: #ffffff;
  border-color: #37b678;
}

.footer-top {
  padding: 10px 0;
  background-color: #37b678;
}
.footer-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-top__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer-top a {
  font-size: 15px;
  color: #002c3f;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .footer-top a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .footer-top a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 576px) {
  .footer-top a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.footer-top a:hover {
  color: #e0d106;
}
.footer-middle {
  padding: 80px 35px;
  background-color: #002c3f;
}
@media (max-width: 576px) {
  .footer-middle {
    padding: 40px 0;
  }
}
.footer-middle__inner {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 30px;
}
@media (max-width: 991px) {
  .footer-middle__inner {
    grid-template-columns: 100%;
  }
}
.footer-bottom {
  padding: 10px 0;
  background-color: #002c3f;
  border-top: 1px solid rgba(195, 193, 193, 0.27);
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-menu ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 576px) {
  .footer-menu ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
  .footer-menu ul:last-child {
    margin-bottom: 0;
  }
}
.footer-menu ul li {
  margin-bottom: 4px;
}
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-menu ul li a {
  font-size: 15px;
  line-height: 1.4;
  color: #37b678;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 576px) {
  .footer-menu ul li a {
    font-size: 16px;
  }
}
.footer-menu ul li a:hover {
  color: #a5ce08;
}

.footer-contacts .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .footer-contacts .contacts {
    margin-bottom: 0;
  }
}
.footer-contacts .contacts__icon {
  display: block;
  margin-right: 10px;
}
.footer-contacts .contacts ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 576px) {
  .footer-contacts .contacts ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
  .footer-contacts .contacts ul:last-child {
    margin-bottom: 0;
  }
}
.footer-contacts .contacts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  color: #ffffff;
}
.footer-contacts .contacts ul li:last-child {
  margin-bottom: 0;
}
.footer-contacts .contacts ul li span {
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .footer-contacts .contacts ul li span {
    font-size: 16px;
  }
}
.footer-contacts .contacts ul li a {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-contacts .contacts ul li a:hover {
  color: #a5ce08;
}
@media (max-width: 576px) {
  .footer-contacts .contacts ul li a {
    font-size: 16px;
  }
}
.footer-contacts .socials__link {
  color: #ffffff;
  font-size: 15px;
}
.footer-contacts .socials__link a {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-contacts .socials__link a:hover {
  color: #a5ce08;
}
@media (max-width: 576px) {
  .footer-contacts .socials__link a {
    font-size: 15px;
  }
}
.copyright__item {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}

.feedback {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .feedback__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .news__cards {
    grid-template-columns: 1fr;
  }
}

.card {
  border-radius: 15px;
  overflow: hidden;
  height: auto;
}
.card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #f6f6f6;
  align-items: center;
}
.card__img {
  height: auto;
}
.card__img a {
  display: block;
}
.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.card__content {
  padding: 26px 26px 0 26px;
  font-size: 15px;
}
@media (max-width: 576px) {
  .card__content {
    padding: 20px 20px 0 20px;
  }
}
.card__title {
  margin-bottom: 16px;
}
.card__title h3 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .card__title h3 {
    font-size: 18px;
  }
}
.card__title h3 a {
  color: #002c3f;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.card__title h3 a:hover {
  color: #003e59;
}
.card__tags {
  margin-bottom: 16px;
}
.card__tag {
  font-size: 14px;
}
.card__tag a {
  color: #344d57;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.card__tag a:hover {
  color: #37b678;
}
.card__descr {
  margin-bottom: 26px;
  line-height: 1.4;
  color: #344d57;
}
.card__footer {
  margin-top: auto;
  padding: 0 26px 26px 26px;
}
@media (max-width: 576px) {
  .card__footer {
    padding: 0 20px 20px 20px;
  }
}

.pagination a,
.pagination span {
  display: inline-block;
  margin-right: 6px;
  padding: 10px 16px;
  border: 1px solid #37b678;
  border-radius: 15px;
  color: #37b678;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .pagination a,
  .pagination span {
    padding: 8px 14px;
    margin-right: 0;
    font-size: 12px;
  }
}
.pagination a.current,
.pagination span.current {
  color: #ffffff;
  background-color: #37b678;
}
.pagination a:hover,
.pagination span:hover {
  color: #ffffff;
  background-color: #37b678;
}

.grid + .pagination {
  margin-top: 50px;
}

.recomended__items {
  gap: 40px;
}
@media (max-width: 1199px) {
  .recomended__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 998px) {
  .recomended__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .recomended__items {
    grid-template-columns: 1fr;
  }
}

.photo-box {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}
.photo-box__img {
  margin-bottom: 10px;
}
.photo-box__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.photo-box__caption {
  font-size: 18px;
  color: #344d57;
}
@media (max-width: 576px) {
  .photo-box__caption {
    font-size: 16px;
  }
}

.post__img {
  margin-bottom: 50px;
}
.post__img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.post__links {
  margin-bottom: 30px;
  font-size: 18px;
  color: #37b678;
}
@media (max-width: 767px) {
  .post__links {
    font-size: 16px;
  }
}
.post__links a {
  color: #37b678;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post__links a:hover {
  color: #a5ce08;
}
.post__content p:last-child {
  margin-bottom: 0;
}
.post__content a {
  font-size: 18px;
  line-height: 1.6;
  color: #37b678;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post__content a:hover {
  color: #a5ce08;
}
.post__content ul,
.post__content ol {
  margin-bottom: 26px;
  list-style-type: disc;
  margin-left: 20px;
}
.post__content ul li,
.post__content ol li {
  font-size: 18px;
  line-height: 1.6;
  color: #344d57;
}
@media (max-width: 767px) {
  .post__content ul li,
  .post__content ol li {
    font-size: 16px;
  }
}
.post__content table {
  margin-bottom: 20px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.navigation__item_left {
  margin-right: auto;
}
.navigation__item_right {
  margin-left: auto;
}
.navigation a {
  font-size: 18px;
  color: #37b678;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .navigation a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .navigation a {
    font-size: 14px;
  }
}
.navigation a:hover {
  color: #a5ce08;
}

.scroll-top {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  background-color: #37b678;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .table {
    overflow-x: auto;
  }
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
}

table,
td,
th {
  border: 1px solid #dddddd;
}

td,
th {
  padding: 10px;
  border-width: 0 1px 1px 0;
}

tr td {
  font-size: 15px;
  color: #344d57;
}
@media (max-width: 767px) {
  tr td {
    font-size: 16px;
  }
  tr td p {
    font-size: 16px;
  }
}
tr td a {
  color: #37b678;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
tr td a:hover {
  color: #a5ce08;
}
tr td:last-child {
  border-width: 0 0 1px 0;
}
tr:last-child td {
  border-width: 0 1px 0px 0;
}
tr:last-child td:last-child {
  border-width: 0 0 0px 0;
}

.company-title {
  max-width: 500px;
}
@media (max-width: 991px) {
  .company-title {
    max-width: none;
  }
}
.company-info {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .company-info {
    grid-template-columns: 1fr;
    grid-template-columns: auto;
  }
}
.company-info__text p:last-of-type {
  margin-bottom: 20px;
}
.company-info__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}
.company-info__img-caption {
  font-size: 30px;
  font-weight: 600;
  color: #54595f;
}
@media (max-width: 1199px) {
  .company-info__img-caption {
    font-size: 24px;
  }
}
.company__details {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .company__details {
    max-width: none;
  }
}

.company-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.company-advantages .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-bottom: 30px;
}
.company-advantages .item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .company-advantages .item:nth-last-child(-n + 2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .company-advantages .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .company-advantages .item:last-child {
    margin-bottom: 0;
  }
}
.company-advantages .item-icon {
  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;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #37b678;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .company-advantages .item-icon {
    width: 40px;
    height: 40px;
  }
}
.company-advantages .item-text {
  max-width: 400px;
  font-size: 18px;
  line-height: 1.5;
  color: #002c3f;
}
@media (max-width: 991px) {
  .company-advantages .item-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .company-advantages .item-text {
    max-width: none;
  }
}

.client {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.client__img {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.client__img img {
  height: auto;
  width: 100%;
}
.client__text {
  text-align: center;
  font-size: 18px;
  color: #002c3f;
}

.project {
  margin-bottom: 40px;
}
.project__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .project__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.project__title {
  margin-bottom: 20px;
}
.project__img {
  margin-right: 40px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .project__img {
    margin-right: 0;
  }
}
.project__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.project__img .swiper-pagination {
  padding: 6px 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.2666666667);
}
.project__img .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #37b678;
}
.project.reverse .project__img {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 991px) {
  .project.reverse .project__img {
    grid-column: 1;
  }
}
.project.reverse .project__descr {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 991px) {
  .project.reverse .project__descr {
    grid-row: 2;
  }
}

@media (max-width: 991px) {
  .contacts-page__items {
    grid-template-columns: 1fr;
  }
}

.contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .contacts-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contacts-form .form {
  width: 80%;
}
@media (max-width: 991px) {
  .contacts-form .form {
    width: 100%;
  }
}

.contacts-variant {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts-variant__item {
  margin-bottom: 20px;
}
.contacts-variant__item p {
  margin-bottom: 10px;
}
.contacts-variant__item p:last-of-type {
  margin-bottom: 0;
}
.contacts-variant__title {
  margin-bottom: 10px;
  color: #54595f;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .contacts-variant__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .contacts-variant__title {
    font-size: 24px;
  }
}

.geoposition__variants {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  grid-template-rows: 400px;
  gap: 20px;
}
@media (max-width: 991px) {
  .geoposition__variants {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 991px) {
  .geoposition__map {
    height: 400px;
  }
}
.geoposition__schema {
  text-align: end;
}
@media (max-width: 991px) {
  .geoposition__schema {
    text-align: start;
    max-width: 400px;
    width: 100%;
  }
}
.geoposition__schema img {
  width: 100%;
  height: 400px;
}

.about {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
  padding: 0;
}
@media (max-width: 1099px) {
  .about {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.about-direction {
  margin: 0 !important;
}
.about-direction__icon {
  margin-right: 10px;
}
.about__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.about__col.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about__content {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding: 60px 20px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .about__content {
    max-width: 550px;
  }
}
@media (max-width: 1099px) {
  .about__content {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .about__content {
    padding: 40px 15px;
  }
}
.about__content_left h2 {
  color: #ffffff;
}
.about__content_left p {
  margin-bottom: 40px;
  color: #ffffff;
  font-weight: 300;
}
.about__content_right h3 {
  margin-bottom: 20px;
}
.about__content_right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 18px;
  color: #002c3f;
}
.about__content_right ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about__content_right ul li {
    font-size: 16px;
  }
}

.map {
  width: 100%;
  height: 100%;
  background-color: #ccc;
}

@media (max-width: 998px) {
  .licenses__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .licenses__items {
    grid-template-columns: 1fr;
  }
}

.policy_doc h2 {
  font-size: 26px;
}
.policy_doc h3 {
  font-size: 20px;
}
.policy_doc p {
  font-size: 15px;
}
.policy_doc ul {
  margin-left: 0;
}
.policy_doc ul li {
  font-size: 15px;
  list-style: none;
} /*# sourceMappingURL=style.css.map */

.grid-img img {
  height: 100%;
  object-fit: cover;
}

.grid-img {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .grid-img {
    grid-template-columns: 1fr;
  }
}

.none-list {
  list-style: none !important;
  margin-left: 0 !important;
}
ol li a,
ul li a {
  color: #37b678;
}

.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}






.service_first_screen{background-color:#002c3f;padding: 72px 0;margin-bottom:18px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.service_first_screen h1{color:#fff;}

.textblock img{margin:12px 0;}
.half-width{width:49%;display:inline-block;margin:0 1%; vertical-align: top}
.third-width{width:31%;display:inline-block;margin:0 1%;}

.textblock h2{margin-top:42px;}


.discount_block.form_main{max-width:100%;background-color: #80808029;margin:26px 0;}
.discount_block *{font-size:18px;}
.discount_header{color:#37b678;font-weight:bold;font-size:22px;margin-bottom:18px;}

.textblock .form_main{margin:26px 0;}


figcaption{font-style:italic;}


.youtube_click_wrap{margin: 28px 0;position:relative;justify-content: center;display: flex;width: auto;}
.youtube_preview_pic{display:block;position:relative; margin:0;}
.youtube_preview_pic:after,
.yt_btn{content:'';position:absolute;display:block;width:68px;height:48px;background-position:center;background-repeat:no-repeat;background-image:url('/images/btn_youtube.svg');top: calc(50% - 24px);left: calc(50% - 34px);background-size:100%;}



.service_banner{display: flex; background-color: #37b678;padding: 20px;justify-content: space-around;align-items: center;margin:24px 0;border-radius: 18px;}
.ban_left{color: #fff;max-width: 50%;}
.ban_big_text{font-size: 36px;font-weight: 700;margin-bottom: 16px;}
.ban_more_text{font-size: 15px;margin-bottom: 14px;}
.ban_btn{background-color: #fff;font-weight:bold;text-transform:uppercase;}
.ban_btn:hover{background-color: #a5ce08;}
.form-item .btn {
  text-transform: uppercase;
  font-weight: bold;
}

.ban_right{max-width:40%;}
.ban_right img{}

@media (max-width: 576px) {
	.service_banner{flex-direction:column;}
	.ban_left{max-width: 100%;}
	.ban_right{max-width:100%;}
	.ban_big_text{font-size: 24px;}
	.ban_more_text{font-size: 16px;}
	.author_block{flex-direction:column;}
	.author_img{max-width: 120px;margin-right: 0;margin-bottom: 24px;width: 120px;height: 120px;}
}

.swiper-pagination{position:relative;margin-top:14px;}
 .swiper-wrapper {
  margin-bottom: 50px;
  cursor: -webkit-grab;
  cursor: grab;
}
.swiper-button-next, .swiper-button-prev{color:#37b678;}
.swiper-button-next:after, .swiper-button-prev:after{font-weight: bold;}


.subj_auth_block{display:flex;    width: 100%; justify-content: space-between;margin:28px 0}


.author_block{display:flex;margin: 42px 0;}
.author_img{max-width: 168px;margin-right: 42px;width: 168px;height: 168px;background-size: cover;background-repeat: no-repeat;border-radius: 50%;background-position: center;}
.author_img img{max-width:100%;border-radius:50%;}


.bold{font-weight:bold;}

.service_new table{
    width: 100%;
    border: 1px solid #a7c9b8;
    border-radius: 18px;
}
.service_new table td{border-color:#a7c9b8;}


.sbanner{display:flex;justify-content:space-between;align-items:center;}
.sbanner .undertitle{color:#fff;font-size: 26px;margin-bottom: 32px;}
.sbanner .short_form{max-width:420px;margin-left:40px;text-align:center;}
.sbanner .short_form .form__items{justify-content: center;}
.sbanner .form_main{background-color:#000000ab;margin:0;}
.sbanner .form .form__title{    font-size: 20px;}
.sbanner .short_form .form-item{margin:0; width:100%; margin-bottom:14px;}

.sbanner_icons{display:flex;justify-content:space-around;}
.sbanner_icon{width: 33%;}
.sbanner_title{color:#fff; font-size: 15px;}
.sbanner_img{max-width: 72px;}
@media (max-width: 838px) {
	.sbanner{flex-direction:column;}
	.sbanner .short_form{max-width:100%;margin-left:0;}
	.author_block{margin: 24px 0;}
    .sbanner_icon{display: flex; flex-direction: column; width: 100%; align-items: center; text-align: center;}
    .sbanner_icons{margin-bottom: 20px; display: grid; grid-template-columns: repeat(2, 1fr);}
    .sbanner_title{font-size: 12px;}
    .short_form.innerpage_form .form__items{grid-template-columns: 1fr;}
    .short_form.innerpage_form .form__items .acceptance {
      grid-column: 1!important;
    }
}

.service_new img, .service_new figure{border-radius:18px;}

.new_footer_feedback .form-item__title{font-weight:bold;}

.fit_checkbox{line-height:30px;color:#fff;}
.fit_checkbox input{border-radius:50%;margin-right:12px;}
.fit_checkbox label{font-size: 15px;}





input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label{
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 50%;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after{
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #37b678;
    border-bottom: 4px solid #37b678;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="radio"]:checked + label:after{
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #37b678;
}

.fi_confirm{font-size:12px;}

.openform .fi_confirm{grid-column: span 3;}

@media (max-width: 576px) {
	.openform .form__items{grid-template-columns: 1fr;}
	.openform .fi_confirm{grid-column: 1;}
}

.sbanner .form_main .fi_confirm{color:#fff; font-size: 12px;}

.swiper-button-next{background-image:url('https://img.icons8.com/material-outlined/24/37b678/long-arrow-down.png');transform: rotate(-90deg);
    z-index: 20;
    background-size: 100%;
    background-repeat: no-repeat;}
.swiper-button-prev{background-image:url('https://img.icons8.com/material-outlined/24/37b678/long-arrow-down.png');transform: rotate(90deg);
    right: 100%;
    z-index: 20;
    background-size: 100%;
    background-repeat: no-repeat;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after {
content: '';
}
.swiper_img_licenses {
  padding: 0 50px;
}
.swiper_uslugi {
  padding: 0 60px;
}
.reviews-slider {
  padding: 0 80px;
}
.fi_confirm {
  color: #666;
  font-size: 15px;
}
.cta_banner {
  justify-content: normal;
  padding: 30px 50px;
  color: #fff;
}
.cta_banner div {
  padding-bottom: 10px;
}
.cta_banner a:last-child {
  margin-left: 20px;
}
.cta_banner a:last-child span::before {
  content: url("/local/templates/likeumekolab/imgs/tel_check.svg");
}
.cta_banner a span::before {
  content: url("/local/templates/likeumekolab/imgs/tel.svg");
  margin-right: 5px;
}
.cta_banner a span {
  display: flex;
  align-items: center;
}

.disabled-btn {
  pointer-events: none;
}

.short_form.innerpage_form .form__items .acceptance {
  grid-column: 3 span;
}

.acceptance a {
  color: #fff;
  font-weight: 600;
}
.watsapp {
display:flex; 
align-items:center; 
height:65px; 
width:65px; 
border-radius:50%; 
background:#25D366; 
position:fixed; 
z-index:999; 
left: auto; 
right: 20px; 
top: auto; 
bottom: 70px; 
box-shadow: 1px 2px 3px 0 rgba(15, 65, 33, .08), 5px 10px 20px 0 rgba(18, 43, 26, .12);
}

@media (max-width: 767px) {
  .cta_banner a:last-child {
    margin-left: 0;
  }
  .cta_banner div {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cta_banner a {
    margin: 5px 0;
  }
  .reviews-slider {
    padding: 0;
  }
  .reviews-slider .swiper-button-prev {
    display: none;
  }
  .reviews-slider .swiper-button-next {
    display: none;
  }
}




@media (min-width: 1121px) {
    .header__right .btn {
        padding: 15px 23px;
    }
	.header .phone{font-size:18px;}
}
/**** info-panel ****/
.info-panel{
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 18px 0;
  color: var(--text);
  font-size: 12px;
line-height: 16px;
  transition: 1s;
  z-index: 1000;
}
.info-panel .container .f-row{align-items: center;}

.info-panel .container .f-row .f-col-2{text-align: right;}
.info-panel-v{  bottom: 0;}
button.close-panel:active, button.close-panel:focus {  outline: none;}
button.close-panel::-moz-focus-inner {  border: 0;}
.close-panel{
border: none;
cursor: pointer;
color: #fff;
}
.close-panel:hover {color: #fff;}
.close-panel:active {color: #fff;}
.info-panel p{display: inline-block;vertical-align: middle;text-align: left;margin: 0 60px 0 0;  }
.info-panel p a {text-decoration: underline;}
.info-panel .maxwidth-theme .f-row {
  align-items: center;
}

.f-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/***выпадашка из месседжеров **/
.dropdown-soc {
position: fixed;
    display: inline-block;
    right: 54px;
    bottom: 54px;

}

.dropdown-toggle-soc {
 cursor: pointer;
transition: transform 0.5s ease;
 background: #37b678 url('data:image/svg+xml,<svg width="28" height="29" xmlns="http://www.w3.org/2000/svg"><path class="b24-crm-button-chat-icon" d="M25.99 7.744a2 2 0 012 2v11.49a2 2 0 01-2 2h-1.044v5.162l-4.752-5.163h-7.503a2 2 0 01-2-2v-1.872h10.073a3 3 0 003-3V7.744zM19.381 0a2 2 0 012 2v12.78a2 2 0 01-2 2h-8.69l-5.94 6.453V16.78H2a2 2 0 01-2-2V2a2 2 0 012-2h17.382z" fill=" %23FFFFFF" fill-rule="evenodd"></path></svg>') center center no-repeat;
width: 56px;
    height: 56px;
    border-radius: 50%;
display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu-soc {
 display: none;
 position: absolute;
 bottom: 100%;
 left: 5.6px;
 z-index: 999;
 opacity: 0;
 transform: translateY(-10px);
 transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-menu-soc.show {
 display: block;
 opacity: 1;
 transform: translateY(0);
}

.dropdown-menu-soc a {
 display: block;
 padding: 10px;
 text-decoration: none;
margin-top:8px;
}

.dropdown-menu-soc a:hover {
 box-shadow: 1px 2px 3px 0 rgba(15, 65, 33, .08), 5px 10px 20px 0 rgba(18, 43, 26, .12);
}

/* Новый стиль для активного состояния */
.dropdown-toggle-soc.active {
 background: #e0e0e0 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29"><path fill="%23FFF" fill-rule="evenodd" d="M18.866 14.45l9.58-9.582L24.03.448l-9.587 9.58L4.873.447.455 4.866l9.575 9.587-9.583 9.57 4.418 4.42 9.58-9.577 9.58 9.58 4.42-4.42"></path></svg>') center center no-repeat;
transform: rotate(180deg) scale(-0.8, -0.8);
}
.dropdown-item-soc.watsapp-soc {

width: 44.8px;
    height: 44.8px;
   padding:0;
 border-radius: 50%;
}
.dropdown-item-soc.watsapp-soc i {
width: 44.8px;
    height: 44.8px;
display: flex;
    align-items: center;
    justify-content: center;
 border-radius: 50%;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" height="512" width="512"><rect width="512" height="512" fill="%2345d354" rx="15%"/><path d="M308 273c-3-2-6-3-9 1l-12 16c-3 2-5 3-9 1-15-8-36-17-54-47-1-4 1-6 3-8l9-14c2-2 1-4 0-6l-12-29c-3-8-6-7-9-7h-8c-2 0-6 1-10 5-22 22-13 53 3 73 3 4 23 40 66 59 32 14 39 12 48 10 11-1 22-10 27-19 1-3 6-16 2-18m-79 94c-41 0-72-22-72-22l-49 13 12-48s-20-31-20-70c0-72 59-132 132-132 68 0 126 53 126 127 0 72-58 131-129 132m-159 29l83-23a158 158 0 0 0 230-140c0-86-68-155-154-155a158 158 0 0 0-137 236"/></svg>');
    background-size: 100%;
    background-position: CENTER;
}
.dropdown-item-soc.telegram-soc {
background-color: #2fc6f6;
width: 46px;
    height: 46px;
   padding:0;
 border-radius: 50%;
}
.dropdown-item-soc.telegram-soc i {
width: 46px;
    height: 46px;
display: flex;
    align-items: center;
    justify-content: center;
 border-radius: 50%;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 42"><path fill="%23FFF" d="M25.616 16.036L17.8 23.269a1.61 1.61 0 0 0-.502.965l-.266 1.964c-.035.263-.405.289-.478.035l-1.024-3.582a.948.948 0 0 1 .417-1.068l9.471-5.807c.17-.104.346.125.2.26m3.793-3.997L9.52 19.677a.568.568 0 0 0 .005 1.064l4.847 1.8 1.876 6.005c.12.385.592.527.906.272l2.701-2.192a.809.809 0 0 1 .983-.028l4.872 3.522c.336.242.811.06.895-.344l3.57-17.09a.57.57 0 0 0-.765-.647"/></svg>');
background-size: 100%;
    background-position: CENTER;
}


@media (max-width: 1340px) {
  .f-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1198px){
  .info-panel p{display: inline-block;vertical-align: middle;text-align: left;}
}
@media only screen and (max-width: 1024px){
 .info-panel p{font-size: 12px;  }
}
@media only screen and (max-width: 760px){
 .info-panel p{ margin: 0 0 14px 0;}
}


 .f-col-sm-12, .f-col-md-9  {
position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
text-align: center;
}

@media (min-width: 576px) {
  .f-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .f-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .f-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .f-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* End */
/* /local/templates/likeumekolab/components/bitrix/menu/horizontal_multilevel_top/style.css?17290858544151 */
/* /local/templates/likeumekolab/components/bitrix/catalog.section.list/menu/style.css?17290858541727 */
/* /local/templates/likeumekolab/components/bitrix/menu/horizontal_footer/style.min.css?1729085854490 */
/* /local/templates/likeumekolab/components/bitrix/form.result.new/feedback_new/style.css?1729085854666 */
/* /local/templates/likeumekolab/template_styles.css?179016989559857 */
