:root {
  --primary: #0071BA;
  --gradient-blue:  linear-gradient(180deg, #0071BA 0%, #0D8DDF 100%) ;
  --gradient-blue-hover: linear-gradient(180deg, #0D8DDF 0%, #0071BA 100%) ;
  --gap-inner-mobile: 12px;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Roboto-Regular.ttf") format("truetype"); 
}
@font-face {
  font-family: "Roboto-Medium";
  font-style: medium;
  font-weight: 500;
  src: url("/fonts/Roboto-Medium.ttf") format("truetype"); 
}
@font-face {
  font-family: "Roboto-Bold";
  font-style: bold;
  font-weight: 700;
  src: url("/fonts/Roboto-Bold.ttf") format("truetype"); 
}

* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}
body {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #FDFDFD;
}
.header {
  position: fixed;
  width: 100%;
  background: transparent;
  height: 80px;
  z-index: 99;
  padding-top: 10px;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0rem;
  margin-block-start: 0;
  padding-inline-start: 0;
}
a {
  font-size: 14px;
  text-decoration: none;
}
p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  color: #000;
}
li {
  list-style: none;}
.service li {
  list-style: none;
  /*background: url(src/check.png) no-repeat;*/
  padding: 5px 0px 5px 0px;
  margin-bottom: 10px;
  text-align: center;
}
li a {
  padding: 20px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.header .row {
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
}
#main {
  background: url(./src/bg.png);
  background-size: cover;
  background-position: center;
}
#main .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
padding: 0;
  gap: 20px;
  border-radius: 20px;
  max-width: 50%;
}
#main .column .adv span {
  font-size: 20px;
  margin-left: 20px;
}
#main .column span,
button span,
a span {
  font-size: 14px;
}

#main a,
a {
  display: flex;
  align-items: center;
}
.subtitle {
  font-size: 18px;
  font-weight: 600;
}
label {
  font-size: 14px;
}

button {
  border: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.advantages {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  gap: 20px;
  align-items: stretch;
}
.advantage {
  flex: 1;
    padding: 16px;
    border: 2px solid #0071BA;
    border-radius: 20px;
    height: inherit;
}
.advantage p {
  margin-bottom: 0;
}
section#programs .primary {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    background: var(--gradient-blue);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.primary {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  background: var(--gradient-blue);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.primary:hover {
  background: var(--gradient-blue-hover);
}
.secondary {
  background: transparent;
  display: flex;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  padding: 12px 20px;
  justify-content: center;
  color: var(--primary);
  align-items: center;
  border-radius: 14px;
  border: 1px solid var(--primary);
  
}
section#programs .secondary {
    background: transparent;
    display: flex;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    padding: 12px 20px;
    justify-content: center;
    color: var(--primary);
    align-items: center;
    border-radius: 14px;
    border: 1px solid var(--primary);
}
section#programs .buttons .btn {
    flex: 1;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.wp {
  background-color: #27ae60;
  color: white;
  border-radius: 44px;
  padding: 20px;
  text-decoration: none;
  margin-right: 10px;
}
.tel {
  background-color: #2d9cdb;
  color: white;
  border-radius: 44px;
  padding: 20px;
  text-decoration: none;
}
.main .slick-prev:before,
.main .slick-next:before {
  font-family: "slick";
  font-size: 44px;
  line-height: 1;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px 15px #00000029;
}
section#adva {
  margin-top: -87px;
}

.slick-prev,
.slick-next {
  z-index: 12;
  width: 44px !important;
  height: 44px !important;
}
.main .slick-prev {
  left: 100px;
}
.main .slick-next {
  right: 100px;
}

.container {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  gap: 20px;
  align-items: center;
}
#services .row {
  align-items: normal;
	    flex-wrap: wrap;
}
.column {
  flex: 1;
}
.menu {
  display: flex;
  align-items: center;
}
.menu ul {
  display: flex;
}
h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  font-family: 'Roboto-Bold';
  margin-bottom: 0;
}
h2 {
  color: var(--primary);
  font-family: 'Roboto-Bold';
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 50px;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.white {
  color: white;
}
h3 {
  font-size: 18px;
  color: black;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin: 0;
}
.adv {
  display: flex;
  flex-direction: column;
  padding: 14px 0px 14px 10px;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: var(--gradient-blue);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
  flex: 1;
  width: 33%;
  color: white;
}
.adv p {
  color: white;
}
.adv .number {
  font-size: 90px;
  font-weight: 800;
  padding: 0;
  margin: 0 0 -11px 0;
}
.buttons {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.buttons a {
  padding: 22px 26px;
  border-radius: 8px;

  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 20px;
}

a.phone {
  gap: 12px;
}
#advantages .column img {
  width: 100%;
}
.address {
  padding: 40px 35px;
  /* margin-bottom: -135px; */
  border-radius: 20px;
  background: #FFF;
  /*position: absolute;
  left: 0;
  right: 0;
  top: 0;*/
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08)
}
section#services, section#clients, #video, #articles, #sposoby {
  padding: 100px 0;
}
.service {
  display: flex;
  flex-direction: column;
  align-items: center;
	min-width: 32%;
	max-width: 32%;
  flex: 1;    margin-bottom: 55px;
  border-radius: 20px;
background: #FFF;
box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.10);
padding: 20px 20px 40px 20px;
    gap: 12px;
    position: relative;
}
.service button {

  padding: 26px 20px;
  width: 80%;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: -30px;
}
.column {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.space-evenly {
  justify-content: space-evenly;
}

.icon {
  background: #f1fafb;
  padding: 18px;
  border-radius: 15px;
}

#trademarks {
  background: url(src/trademarks.png) no-repeat;
  background-size: cover;
padding: 100px 0;
} 
.client {
  border-radius: 20px;
background: #FFF;
box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.10);
padding: 20px;
}
.bluebg{
  background: var(--gradient-blue);
  border-radius: 20px;
  color: white;
  padding: 0 80px;
}
span.whitebg {
  background: white;
  color: var(--primary);
  width: fit-content;
  font-size: 22px;
  padding: 10px;
  border-radius: 5px;
	margin-right: 10px;
}
.bluebg .h4 {
  font-size: 24px;
  font-weight: 700;
} 
.bluebg p {
  font-size: 20px;
}
p {
  font-size: 16px;
}
span {
  font-size: 12px;
}
.article img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.article {
  border-radius: 20px;
  overflow: auto;
  position: relative;
  flex: 1;
}
.article p {
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(180deg, rgba(1, 133, 219, 0.00) 0%, #057DCA 100%);
  position: absolute;
  bottom: 0;
  height: 150px;
  margin-bottom: 0;
  color: white;
  padding: 20px;
  display: flex;
  align-items: end;
  font-size: 20px;
}
.column.transparent {
  background: transparent;
}
.footer {
  background-color: #83daf6;
}
/** accordion**/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 20px;
  justify-content: space-between;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active {
  background-color: #fff;
  border-radius: 20px 20px 0 0px;
}
.accordion:hover {
  background-color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 10px;
  transition: max-height 0.2s ease-out;
  border-radius: 0 0px 20px 20px;
}
.accordion:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
#guarantee p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

#menu__toggle {
  display: none;
}
input {
 border: 1px solid #d3d3d3;
  border-radius: 12px;
  background: var(--White, #fff);
  display: flex;
  height: 48px;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
input[type="submit"] {
  border-radius: 14px;
  background: var(--gradient-blue);
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: white;
}
#form {
  background: url(./src/form.png);
  background-size: cover;
  overflow: hidden;
}
#form form {
    background: #fff;
    /*padding: 20px;*/
}
div.form {
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 75%;
  margin: 0 auto;
}  
.whatsapp {
    border-radius: 20px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.77);
    backdrop-filter: blur(9.5px);
    padding: 9px 20px;
    width: 70%;
    margin: -98px auto 15px;
    display: flex;
    align-items: center;
}
.container.company_link a {
    display: inline-block;
    margin: 10px 5px;
    color: black;
}
.container.company_link {
    text-align: center;
	    margin-top: 15px
}
.whatsapp p {
  font-size: 24px;
font-style: normal;
font-weight: 500;
text-align: center;
color: black;
line-height: 1.3;
margin: 0;
}
footer .column {
  gap: 20px;
}
footer p {
  color: #fff;
  font-size: 15px;
}
footer .menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
footer .menu ul {
  display: flex;
  flex-direction: column;
  padding-inline-start: 0;
}
footer li a {
  padding: 8px 0;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
}
footer li {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center;
}
footer li span {
  color: #323232;

font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
footer .phone {
  display: flex;
  gap: 20px;
}
footer .phone a {
  color: white;
}
footer .services {
  padding: 50px 0;
}
.contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact {
  display: flex;
  align-items: center;
  padding: 20px;
  background: white;
  border-radius: 50px;
  gap: 10px;
}
.menu__btn {
  display: none;
}
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#modal_bg {
  background: #0000004f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal_inner {
  background: white;
  width: 90%;
  max-width: 500px;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  right: 0;
  text-align: center;
}
.modal_inner h3 {
  color: black;
  text-transform: uppercase;
	    margin-bottom: 20px;
}
#modal.show {
  display: block;
}
#modal input {
  display: flex;
  height: 48px;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--gray-200, #d5dae1);
  background: var(--White, #fff);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
#modal input[type="submit"] {
  background: var(--gradient-blue);
}
.social {
  display: flex;
  gap: 10px;
}
.social a {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 41px;
}

.XXXXX__slide img {
  margin: 0 auto;
  max-width: 100%;
}

.slick-slider:not(.hero__slider) .slick-prev + .slick-list .slick-slide {
  padding: 0 5px;
}

.slick-slider:not(.hero__slider) .slick-prev:before,
.slick-slider:not(.hero__slider) .slick-next:before {
}

.slick-lightbox .slick-slider:not(.hero__slider) .slick-prev:before,
.slick-lightbox .slick-slider:not(.hero__slider) .slick-next:before {
  color: var(--arrow-color-lightbox);
}

.slick-slider:not(.hero__slider) .slick-prev,
.slick-slider:not(.hero__slider) .slick-next {
  height: initial;
  width: initial;
  z-index: 4;
}

.slick-slider:not(.hero__slider) .slick-prev {
  left: 0;
}

.slick-slider:not(.hero__slider) .slick-next {
  right: 0;
}

.slick-lightbox .slick-slider:not(.hero__slider) .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-slider:not(.hero__slider) .slick-next {
  right: 15px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 44px;
  line-height: 1;
  opacity: 1;
  color: #83dbf6;
}

.sposob img {
  width: 100%;
}

footer#footer {
  position: relative;
  /*padding-top: 200px;*/
}
@media only screen and (min-width: 1600px) {
  .slick-slider:not(.hero__slider) .slick-prev + .slick-list .slick-slide {
    padding: 0;
  }

  .slick-slider:not(.hero__slider) .slick-prev {
    left: unset;
    right: calc(100% + 30px);
  }

  .slick-slider:not(.hero__slider) .slick-next {
    left: calc(100% + 30px);
    right: unset;
  }
}

.slick-lightbox .slick-slider:not(.hero__slider) .slick-prev {
  left: 30px;
  right: unset;
}

.slick-lightbox .slick-slider:not(.hero__slider) .slick-next {
  right: 30px;
  left: unset;
}
footer h3 {
  color: black;
  font-weight: 700;
  text-align: left;
  font-size: 32px;
}

.adv {
    width: 100%;
}
.adv p {
    color: white;
    text-align: center;
}
/* The container <div> - needed to position the dropdown content */
.dropbtn {
padding: 20px;
  border: none;
  cursor: pointer;
	background: none;
	    font-size: 14px;
}

.dropbtn:hover, .dropbtn:focus {

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 300px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.header.fixed {
  background: white;
}
.whatsapp-btn , .call-me-mobile {
  display: none;
}
.otzyvy .slick-slide div {
    margin: 0 auto;
    text-align: center;
}
img.percent {
    width: 75%;
    margin: 0 auto;
}
.kymbat2 {
    width: 62%;
    margin: 0 auto;
}

#loyalty_system {
  margin: 100px 0;
}

/*Товарный знак */
.tovarnyi-znak   .advantage {
  min-width: calc(50% - 20px);
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 5px 10px;
}
 .tovarnyi-znak .advantages {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  gap: 20px;
  align-items: stretch;
  flex-wrap: wrap;
}
section#why {
  padding: 100px 0;
}
#why .reason {
  flex: 1;
  min-width: 32%;
  gap: 24px;
  background: var(--gradient-blue);
  padding: 28px 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
#why .reason h3 {
  color: white;
  width: inherit;
  text-align: left;
  text-transform: uppercase;
}
#why .row {
  flex-wrap: wrap;
  align-items: normal;
}
section#why_reg {
  background: var(--gradient-blue);
  padding: 100px 0;
}
#why_reg h2{
  color: white;
  margin-top: 0;
}
#why_reg .reason {
  flex: 1;
  min-width: 32%;
  background: white;
  padding: 28px 24px; gap: 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
#why_reg .reason h3 {
  width: inherit;
  text-align: left;
  font-size: 24px;
}
#why_reg .row {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  gap: 20px;
  align-items: normal;
}
#why_reg p {
  margin: 0;
}
#steps {
  padding: 100px 0;
}
#steps h3 {
  width: inherit;
  text-align: left;
  font-size: 24px;
}
#steps .row {
  align-items: normal;
}
.step {
  flex: 1;
  padding: 28px 24px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 20px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.10);
}
.hours24 {
  background: var(--gradient-blue);
  margin-top: 20px;
  width: 100%;
  text-align: center;
  padding: 24px;
  border-radius: 20px;
}
.hours24 p {
  color: white;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
    margin: 0;
}
#after_reg {
  background: var(--gradient-blue);
  padding: 100px 0;
}
#after_reg .law{
  width: 80%;
    margin: 0 auto;
}
#after_reg h2 {
  color: white;
}
#after_reg h3 {
  color: #FFF;
  margin-bottom: 20px;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: left;
}
.problem {
  display: flex;
padding: 12px;
align-items: center;
gap: 10px;
align-self: stretch;
border-radius: 10px;
background: #FFF;
margin-bottom: 12px;
}
.problem p {
  margin: 0;
}
.patent .service h3 {
  margin-bottom: 20px;
}
section#programs {
  padding: 100px 0;
}
#programs .row {
    flex-wrap: wrap;
    align-items: normal;
}
.program {
  min-width: 49%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  padding: 28px 24px;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 0;
}
.contentContainer {
  display: flex;
  gap: 20px;
}
.textContainer {
  flex: 2;
}
.program h3 {
  text-align: left;
  margin-bottom: 20px;
}
.prices {
  display: flex;
  gap: 12px;
  justify-content: stretch;
}
.prices span {
  border-radius: 5px;
  background: #E7FBFF;
  padding: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.program .buttons {
  margin: 0;
}
.program .buttons .btn {
    flex: 1;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
#master-class {
    background: var(--gradient-blue);
    position: relative;
}
#master-class h2, #master-class h3 {
  text-align: left;
  margin-bottom: 20px;
}
.komu p {
  background: white;
  padding: 20px;
  text-align: center;
  width: 49%;
  border-radius: 10px;
  margin-bottom: 5px;
}
.komu {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.advantages-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.advantages-5 .advantage {
  display: flex;
  flex-direction: row;
  min-width: 49%;
  gap: 12px;
  align-items: center;
}
#form .kymbat_mobile {
    display: none;

}
/*Товарный знак */
@media screen and (max-width: 769px) {
#form img.kymbat_mobile {
    display: block !important;
    width: 80%;
    margin: 0 auto;
}
#form .kymbat2 {
    display: none;
}
section#programs, #loyalty_system, #steps {
    padding: 50px 0;
}
.footer-form-block h3 {
    display: none;
}
.footer-form-block {
    padding: 20px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    margin: 20px 10px;
}
#loyalty_system {
    margin:0;
}
.blockquote-3 cite {
	bottom: -42px !important;
}
#why .reason h3 {
    text-transform: none;
}
#why .reason {
    padding: 15px 24px;
}
.map {
    display: none;
}
p {
    font-size: 13px;
}
	.dropdown-content {
    display: none;
    position: relative;
    background-color: #fff;
    min-width: 300px;
    overflow: auto;
    box-shadow: none;
    z-index: 1;
    text-align: left;
    padding-left: 20px;
}
.prices {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: stretch;
}

#master-class img.kymbat2 {
    position: absolute;
    bottom: 0;
    right: -15px;
}
div.form {
    width: 100%;
}
	.show {display: block;}
	.otzyvy iframe {
    width: 100%;
    height: 50vh;
}
  .logo img {
    max-width: 80%;
  }
  .logo {
    text-align: center;
    padding: 7px;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  #main .column {
    max-width: 100%;
}
#main {
  padding: 100px 0px 0 0px;
}
.header .contacts a {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-direction: row;
  position: absolute;
  right: 20px;
  top: 20px;
}
section#adv .row {
  display: flex;
    flex-direction: column;
}
.adv .number {
    font-size: 36px;
    font-weight: 800;
}
.advantage p {
    font-size: 10px;
    margin: 0;
}
  .main .column img {
    width: 100%;
  }
  .grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .row {
    flex-direction: column;
    gap: 10px;
    align-items: inherit;
  }

.adv {
    display: flex;
    flex-direction: column;
    padding: 7px 0px 0px 0px;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    border-radius: 12px;
    background: var(--gradient-blue);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
    flex: 1;
    width: 100%;
    color: white;
}
  .main .column {
    max-width: 100%;
  }
  h1 {
    font-size: 25px;
	      margin: 0;
  }
  h2 {
    font-size: 24px;
  }
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    margin: 0;
    padding: 80px 20px;
    list-style: none;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  }
  .hamgurger {
    z-index: 9999999;
  }
  /* скрываем чекбокс */
  #menu__toggle {
    opacity: 0;
  }
  .menu ul {
    display: flex;
    flex-direction: column;
  }
  /* стилизуем кнопку */
  .menu__btn {
    display: flex; /* используем flex для центрирования содержимого */
    align-items: center; /* центрируем содержимое кнопки */
    position: fixed;
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  /* добавляем "гамбургер" */
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }
  .main .slick-prev {
    left: 10px;
  }
  .main .slick-next {
    right: 10px;
  }
  form {
    width: 100%;
  }
  .call-me {
display: none;
}
.bluebg {
    padding: 20px;
}
.bluebg h2 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}
#sposoby .row {
  flex-wrap: wrap;
  flex-direction: row;
}
.sposob {
  flex: 1;
  min-width: 45%;
}
.whatsapp {
    border-radius: 20px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.77);
    backdrop-filter: blur(9.5px);
    padding: 5px 20px;
      margin: 0px auto 0px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}
footer#footer h3 {
    text-align: center;
}
.address.container {
	    padding: 10px 0px 0px;
    width: auto;
  /*padding: 36px 10px;
  width: calc(100% - 40px);*/
} 
footer#footer {
  position: relative;
  /*padding-top: 457px;*/
}
	.kymbat {
	width:100%;}
	.advantages {
    gap: 8px;
}
	.advantage {
    padding: 8px;
}
button.primary.call-me-mobile a{
    color: white;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	
	}
	.call-me-mobile {
background: var(--gradient-blue);
    color: white;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    padding: 12px 10px;
    text-transform: uppercase;
	width: 45%;
	}
.whatsapp-btn {
  display: block;
  background: green;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 999;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  padding: 12px 10px;
  text-transform: uppercase;
  width:45%;
}
	span.whitebg {
    background: white;
    color: var(--primary);
    width: fit-content;
    display: block;
    font-size: 22px;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 5px;
}
	a.phone img {
    display: none;
}
	a.phone span {
    color: black;
    padding: 10px 0;
}
	.subtitle {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
	.advantage img {
    width: 36px;
}
	section#services, section#clients, #video, #articles, #sposoby, #trademarks, #form {
    padding: 50px 0;
}
	h2 {
    margin-bottom: 35px;
}
	h3 {
    margin: 0;
}
	.service {
    margin-bottom: 25px;
	max-width: 100%;
}
	.service button {
    padding: 15px 14px;
    bottom: -18px;
}
	.white {
    color: white;
    margin: 12px 0px;
}
	.article img {
    width: 100%;
    object-fit: cover;
    height: 170px;
}
	img.percent {
    width: 50%;
}
	.whatsapp p {
    font-size: 16px;
}
	.bluebg p {
    font-size: 14px;
}
	.bluebg {
    position: relative;
}
	img.percent {
    position: absolute;
    top: 88px;
    right: 24px;
    width: 31%;
}
	footer li {
    margin-bottom: 12px;
}
	footer img {
    margin-bottom: 0px;
}
	.slick-slider:not(.hero__slider) .slick-prev + .slick-list .slick-slide {
    /*padding: 0 20px;*/
}

/*Товарный знак */
.tovarnyi-znak .advantages {
  gap: 10px;
}
#why_reg .reason h3, #steps h3, #after_reg h3 {
  width: inherit;
  text-align: left;
  font-size: 18px;
}
.hours24 p {
  font-size: 18px;
  line-height: 1.5;
}
#why_reg .reason, .step, #why .reason {
  /*gap: var(--gap-inner-mobile);*/
	gap: 15px;

}
/*Товарный знак */
.franshiza button {
    position: absolute;
    bottom: 9px;
    left: 9px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    padding: 5px 11px;
}

.case h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
}
}
.service a {
    font-size: 18px;
    color: black;
}
#franshizy {
	padding: 100px 0;
}
.franshiza {
	border-radius: 10px;
	overflow: hidden;
	position: relative;

}
.franshiza button {
	position: absolute;
	bottom: 9px;
	left: 9px;
}
#cases {
	padding: 100px 0;
}
.case {
	border-radius: 10px;
	overflow: hidden;
	position: relative;

}
.case img{
	border-radius: 15px;
}
.case h3 {
	text-align: left;
	margin-bottom: 10px;
}
.trademarks.slick-slider img {
    display: block;
    width: auto;
    border-radius: 50%;
    background: white;
    margin: 0 auto;
}
.content-block {
    padding: 40px 35px;
} 
img.img-article {
    float: left;
    margin: 0 35px 25px 0px;
	max-width: 100%;
}
/*.content blockquote {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    margin: 16px 16px 30px 16px;
    padding: 16px 24px;
    position: relative;
    font-size: 16px;
    background: #efefef;
    color: #000;
    font-style: italic;
}
.content blockquote:before {
    border: 14px solid transparent;
    border-top: 14px solid #efefef;
    border-bottom: 0;
    height: 0;
    width: 0;
    border-top-width: 25px;
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: -25px;
    transform-origin: center;
    transform: rotate(90deg) skew(-25deg) translateY(17px);
}*/

.content blockquote {
    font-size: 20px;
    color: #000;
    font-style: italic;
}
.content h3 {
    text-align: initial;
    margin-bottom: 15px;
}
.content ol li {
    list-style-type: decimal;
}
.content ol, .content ul {
    padding-left: 25px;
}
.content ul li {
    list-style-type: disclosure-closed;
}
.content a {
    display: contents;
}
.blockquote-3 {
    position: relative;
    /*text-align: center;*/
    margin: 16px 16px 34px 16px;
    border: 4px solid #337AB7;
    border-radius: 20px;
    padding: 16px 24px;
    font-size: 18px;
	min-height: 155px;
}
.blockquote-3:before,
.blockquote-3:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
.blockquote-3:before {
    left: 30px;
    bottom: -32px;
    border: 16px solid;
    border-color: #337AB7 transparent transparent #337AB7;
}
.blockquote-3:after {
    left: 35px;
    bottom: -21px;
    border: 12px solid;
    border-color: #fff transparent transparent #fff;
}
.blockquote-3 cite {
    position: absolute;
    bottom: -28px;
    left: 62px;
    font-size: 15px;
    font-weight: bold;
    color: #337AB7;
}
.address .row {
    align-items: start;
}
footer#footer .b24-form-padding-side {
    padding-left: 0;
    padding-right: 0;
}
footer#footer .b24-form-header-padding {
    padding: 0;
}
footer#footer .b24-form-content.b24-form-padding-side {
    padding-top: 0;
}