@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,700,500");

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
    width: 100vw;
}

a {
  text-decoration: none;
}

.grow {
  transition: all .2s ease-in-out;
}

.grow:hover {
  transform: scale(1.1);
}

/* Variables */

:root {
  --black: rgba(0, 0, 0, 1);
  --log-cabin: rgba(35, 35, 35, 1);
  --mine-shaft: rgba(51, 51, 51, 1);
  --neptune: rgba(109, 182, 188, 1);
  --gray: rgba(129, 129, 129, 1);
  --venus: rgba(146, 136, 136, 1);
  --shadow-green: rgba(148, 192, 194, 1);
  --shady-lady: rgba(169, 169, 169, 1);
  --silver: rgba(190, 190, 190, 1);
  --quill-gray: rgba(212, 212, 212, 1);
  --alto: rgba(222, 222, 222, 1);
  --desert-sand: rgba(225, 200, 173, 1);
  --gallery: rgba(238, 238, 238, 1);
  --hint-of-red-2: rgba(249, 249, 249, 0.698);
  --hint-of-red: rgba(249, 249, 249, 1);
  --alabaster: rgba(251, 251, 251, 1);
  --white: rgba(255, 255, 255, 1);
  --font-size-s: 13px;
  --font-size-m: 14px;
  --font-size-l: 16px;
  --font-size-xl: 18px;
  --font-size-xxl: 20px;
  --font-size-xxxl: 24px;
  --font-size-xxxl: 39px;
  --font-size-xxxxl: 44px;
  --font-size-s2: 12px;
  --font-size-xxl3: 28px;
  --font-size-xxl2: 34px;
  --font-family-blacksignature_personal_use_only-regular: "BlackSignature PERSONAL USE ONLY-Regular";
  --font-family-itcavant_garde_gothic-demi: "ITCAvant Garde Gothic-Demi";
  --font-family-rubik: "Rubik";
  --font-family-rubik-bold: "Rubik";
}

/* Classes */

.rubik-bold-log-cabin-18px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik-bold);
  font-size: var(--font-size-xl);
  font-weight: 700;
  font-style: normal;
}

.rubik-bold-log-cabin-18px.long {
  font-size: 16px;
}

.rubik-medium-white-13px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-s);
  font-weight: 500;
  font-style: normal;
}

.rubik-bold-white-28px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
}

.rubik-medium-neptune-16px-22 {
  color: var(--neptune);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 500;
  font-style: normal;
}

.rubik-medium-black-14px {
  color: var(--black);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.rubik-light-white-14px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 300;
  font-style: normal;
}

.rubik-medium-neptune-32px {
  color: var(--neptune);
  font-family: var(--font-family-rubik);
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
}

.border-1px-white {
  border-width: 1px;
  border-style: solid;
  border-color: var(--white);
}

.rubik-medium-shadow-green-14px {
  color: var(--shadow-green);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.rubik-normal-log-cabin-12px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-s2);
  font-weight: 400;
  font-style: normal;
}

.border-0-5px-gallery {
  border-width: 0.5px;
  border-style: solid;
  border-color: var(--gallery);
}

.rubik-normal-silver-14px {
  color: var(--silver);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-mine-shaft-14px {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.rubik-normal-black-16px {
  color: var(--black);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-white-28px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
}

.rubik-normal-white-20px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  font-style: normal;
}

.rubik-normal-gray-16px {
  color: var(--gray);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
}

.rubik-normal-log-cabin-14px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-log-cabin-14px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.rubik-normal-silver-12px {
  color: var(--silver);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-s2);
  font-weight: 400;
  font-style: normal;
}

.rubik-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-mine-shaft-12px {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-s2);
  font-weight: 500;
  font-style: normal;
}

.rubik-normal-white-12px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-s2);
  font-weight: 400;
  font-style: normal;
}

.rubik-normal-mine-shaft-16px {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-neptune-12px {
  color: var(--neptune);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-s2);
  font-weight: 500;
  font-style: normal;
}

.rubik-normal-shady-lady-14px {
  color: var(--shady-lady);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-desert-sand-14px-2 {
  color: var(--desert-sand);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.border-1px-neptune {
  border-width: 1px;
  border-style: solid;
  border-color: var(--neptune);
}

.rubik-medium-mine-shaft-24px {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  font-style: normal;
}

.border-1px-mine-shaft {
  border-width: 1px;
  border-style: solid;
  border-color: var(--mine-shaft);
}

.rubik-normal-alto-12px {
  color: var(--alto);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-s2);
  font-weight: 400;
  font-style: normal;
}

.rubik-normal-neptune-18px {
  color: var(--neptune);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xl);
  font-weight: 400;
  font-style: normal;
}

.border-1px-gallery {
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery);
}

.rubik-normal-mine-shaft-24px {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxxl);
  font-weight: 400;
  font-style: normal;
}

.rubik-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 700;
  font-style: normal;
}

.rubik-bold-shadow-green-34px {
  color: var(--shadow-green);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxl2);
  font-weight: 700;
  font-style: normal;
}

.rubik-medium-mine-shaft-16px {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 500;
  font-style: normal;
}

.rubik-medium-white-14px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.rubik-normal-alto-14px {
  color: var(--alto);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.rubik-normal-mine-shaft-18px {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xl);
  font-weight: 400;
  font-style: normal;
}

.itcavantgardegothic-demi-normal-quill-gray-101px {
  color: var(--quill-gray);
  font-family: var(--font-family-itcavant_garde_gothic-demi);
  font-size: 101px;
  font-weight: 400;
  font-style: normal;
}

.rubik-normal-alto-16px {
  color: var(--alto);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.blacksignaturepersonaluseonly-regular-normal-desert-sand-39px {
  color: var(--desert-sand);
  font-family: var(--font-family-blacksignature_personal_use_only-regular);
  font-size: 39px;
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-black-16px {
  color: var(--black);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 500;
  font-style: normal;
}

.rubik-normal-black-14px {
  color: var(--black);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.rubik-normal-mine-shaft-20px {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-log-cabin-34px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxl2);
  font-weight: 500;
  font-style: normal;
}

.rubik-normal-gray-14px {
  color: var(--gray);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.rubik-bold-white-18px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xl);
  font-weight: 700;
  font-style: normal;
}

.rubik-normal-silver-10px {
  color: var(--silver);
  font-family: var(--font-family-rubik);
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}

.rubik-bold-shadow-green-34px {
  color: var(--shadow-green);
  font-family: var(--font-family-rubik-bold);
  font-size: var(--font-size-xxl2);
  font-weight: 700;
  font-style: normal;
}

.rubik-bold-log-cabin-18px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xl);
  font-weight: 700;
  font-style: normal;
}

.rubik-normal-log-cabin-16px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-desert-sand-14px {
  color: var(--desert-sand);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
}

.rubik-medium-shadow-green-12px {
  color: var(--shadow-green);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-s2);
  font-weight: 500;
  font-style: normal;
}

.blacksignaturepersonaluseonly-regular-normal-white-19px {
  color: var(--white);
  font-family: var(--font-family-blacksignature_personal_use_only-regular);
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-log-cabin-20px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  font-style: normal;
}

.rubik-bold-white-44px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: 44px;
  font-weight: 700;
  font-style: normal;
}

.rubik-normal-white-24px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxxl);
  font-weight: 400;
  font-style: normal;
}

.rubik-normal-silver-16px {
  color: var(--silver);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.rubik-normal-mine-shaft-14px {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-white-34px {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxl2);
  font-weight: 500;
  font-style: normal;
}

.rubik-normal-neptune-12px {
  color: var(--neptune);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-s2);
  font-weight: 400;
  font-style: normal;
}

.rubik-medium-neptune-16px2 {
  color: var(--neptune);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
}

.rubik-medium-log-cabin-18px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xl);
  font-weight: 500;
  font-style: normal;
}

.rubik-medium-neptune-14px {
  color: var(--neptune);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.rubik-medium-log-cabin-28px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
}

.rubik-medium-log-cabin-24px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  font-style: normal;
}

.rubik-medium-log-cabin-16px {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 500;
  font-style: normal;
}

.rubik-medium-mine-shaft-18px {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xl);
  font-weight: 500;
  font-style: normal;
}



.header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 0.24px;
  min-height: 188px;
  /* width: 1280px; */
  /* margin: auto; */
  z-index: 9;
  position: relative;
}

.header .menu {
  background-color: var(--hint-of-red);
  display: flex;
  height: 70px;
  width: 100%;
}

.header .menu-1 {
  align-items: flex-start;
  display: flex;
  margin-bottom: 26px;
  /* margin-left: 139.5px; */
  margin-top: 27px;
  min-width: 1002px;
  justify-content: center;
  margin: 27px auto 0 auto;
}

.header .text-80 {
  letter-spacing: 0.84px;
  line-height: 18px;
  margin-left: 54px;
  margin-top: -0.5px;
  min-height: 19px;
  white-space: nowrap;
}

.header .text-78 {
  letter-spacing: 0.84px;
  line-height: 18px;
  margin-left: 54px;
  margin-top: -0.5px;
  min-height: 19px;
  min-width: 42px;
  white-space: nowrap;
}

.header .text-82 {
  letter-spacing: 0.84px;
  line-height: 18px;
  margin-left: 56px;
  margin-top: -0.5px;
  min-height: 19px;
  min-width: 51px;
  white-space: nowrap;
}

.header .text-81 {
  letter-spacing: 0.84px;
  line-height: 18px;
  margin-top: -0.5px;
  min-height: 19px;
  /* min-width: 72px; */
  padding: 0 8px;
  white-space: nowrap;
  text-transform: uppercase;
}
.header .arrow-1 {
  
width: 10px;
  
/* display: inline-flex; */
  
vertical-align: middle;
  
margin-left: 6px;
	margin-bottom: 2px;
}

.header .open .dropdown-icon {
  transform: rotateX(180deg);
}

.header .text-79 {
  letter-spacing: 0.84px;
  line-height: 18px;
  margin-left: 54px;
  margin-top: -0.5px;
  min-height: 19px;
  min-width: 40px;
  white-space: nowrap;
}

.header .text-75 {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0.84px;
  line-height: 18px;
  margin-left: 54px;
  margin-top: -0.5px;
  min-height: 19px;
  min-width: 68px;
  white-space: nowrap;
}

.header .text-76 {
  letter-spacing: 0.84px;
  line-height: 18px;
  margin-left: 54px;
  margin-top: -0.5px;
  min-height: 19px;
  min-width: 39px;
  white-space: nowrap;
}

.header .preview_menu_dropdown {
  display: flex;
  height: 17px;
  justify-content: space-between;
  margin-left: 54px;
  width: 85px;
}

.header .text-83 {
  letter-spacing: 0.84px;
  line-height: 18px;
  margin-bottom: -1.5px;
  margin-top: -0.5px;
  white-space: nowrap;
  width: 72px;
}

.header .arrow {
  height: 4.91px;
  margin-right: -0.7px;
  margin-top: 4.6px;
  width: 8.82px;
}

.header .text-77 {
  letter-spacing: 0.84px;
  line-height: 18px;
  margin-left: 54px;
  margin-top: -0.5px;
  min-height: 19px;
  min-width: 90px;
  white-space: nowrap;
}

.header .overlap-group7 {
  align-items: center;
  background-color: var(--white);
  display: flex;
  height: 118px;
  min-width: unset;
  padding: 0 60px;
  margin: auto;
}

.header .line_header {
  height: 26px;
  margin-left: 26px;
  margin-top: 2px;
  width: 1px;
}

.header .language {
  display: flex;
  height: 17px;
  justify-content: space-between;
  margin-bottom: 1px;
  margin-left: 25px;
  width: 35px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.header .language a {
  display: none;
}
.header .language:hover a {
  display: flex;
}
.header .language .active {
  display: flex;
}


.header .telephone {
  align-items: flex-start;
  display: flex;
  height: 44px;
  margin-left: 25px;
  margin-top: 2px;
  min-width: 186px;
}

.header .flex-col-1 {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  margin-bottom: -0.5px;
  margin-left: 10px;
  min-height: 42px;
  width: 152px;
}

.header .phone-2 {
  letter-spacing: 0;
  line-height: 16px;
  min-height: 21px;
  white-space: nowrap;
}

.header .underline-1 {
  height: 1px;
  margin-left: 0.38px;
  margin-top: 3px;
  width: 106px;
}

.header .text-84 {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -4px;
  margin-top: 1px;
  min-height: 16px;
  white-space: nowrap;
}

.header .arrow-2 {
  height: 5px;
  margin-left: 5px;
  margin-top: 6.94px;
  width: 9px;
}

.header .phone-1 {
  height: 16px;
  margin-top: 2.75px;
  width: 10px;
}

.header .line_header-1 {
  height: 26px;
  margin-left: 25px;
  margin-top: 2px;
  width: 1px;
}

.header .button-1 {
  background-color: var(--neptune);
  display: flex;
  height: 50px;
  margin-left: 47px;
  width: 147px;
}

.header .text {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  width: 89px;
}

.header .group-5 {
  height: 72px;
  width: 249px;
}

.header .address-1 {
  display: flex;
  height: 40px;
  margin-bottom: 1px;
  margin-left: 95px;
  width: 218px;
}

.header .adress {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 9.5px;
}

.header .text-86 {
  flex: 1;
  height: 21px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0.5px;
  margin-right: -2px;
  max-height: 21px;
  white-space: nowrap;
}

.header .text-85 {
  height: 21px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: -2.5px;
  white-space: nowrap;
  width: 36px;
}

.header .pin {
  height: 17.11px;
  margin-left: -0.5px;
  margin-top: 0.9px;
  width: 13px;
}

.header_mobile {
  display: none;
}

.mobile_menu {
  display: none;
}

.service-dropdown-menu {
  display: none;
  text-transform: none;
  white-space: normal;
  padding: unset;
  min-height: unset;
  letter-spacing: unset;
}
.service-dropdown-menu.open {
  background-color: var(--mine-shaft);
  display: flex;
  height: 620px;
  /* left: 100px; */
  position: absolute;
  width: 1059px;
  /* left: 50%; */
  left: 50%;
  /* top: 50%; */
  transform: translate(-50%, 0%);
}

.service-dropdown-menu .menu-2 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  min-width: calc(100% - 168px);
}

.service-dropdown-menu .category-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  /* min-height: 435px; */
  width: 100%;
  flex-wrap: wrap;
  height: 100%;
}

.service-dropdown-menu .category-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  min-height: 304px;
  width: 203px;
}


.service-dropdown-menu .dropdown-text,
.service-dropdown-menu .menu-item {
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: -3px;
  margin-top: -4px;
  min-height: 19px;
  white-space: normal;

}
.service-dropdown-menu .menu-item a {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.service-dropdown-menu .category-container > .menu-item{
    padding-top: 40px;
    width: 318px;
    padding-right: 20px;
    border-right: 1px solid #3e3e3e;
    padding-left: 50px;
}
.service-dropdown-menu .category-container > .menu-item:nth-of-type(4),
.service-dropdown-menu .category-container > .menu-item:nth-of-type(5),
.service-dropdown-menu .category-container > .menu-item:nth-of-type(6),
.service-dropdown-menu .category-container > .menu-item:nth-of-type(7) {
	border-right: unset;
}

.service-dropdown-menu .dropdown-text-1,
.service-dropdown-menu .menu-item-has-children .menu-item {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -1px;
  margin-top: 10px;
  min-height: 19px;
  white-space: normal;
}
.service-dropdown-menu .menu-item-has-children .menu-item a {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 300;
  font-style: normal;
}


.service-dropdown-menu .dropdown-damon {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -1px;
  margin-top: 12px;
  min-height: 19px;
  white-space: nowrap;
}



.service-dropdown-menu .dropdown-text-18 {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -1px;
  margin-top: 18px;
  min-height: 19px;
  white-space: nowrap;
}

.service-dropdown-menu .dropdown-text-23 {
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 8px;
  min-height: 39px;
  width: 203px;
}

.service-dropdown-menu .dropdown-category {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 81px;
  width: 196px;
}

.service-dropdown-menu .dropdown-text-15 {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -1px;
  margin-top: 18px;
  min-height: 19px;
  white-space: nowrap;
  /* text-transform: unset; */
}

.service-dropdown-menu .category-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 74px;
  min-height: 429px;
  width: 210px;
}

.service-dropdown-menu .dropdown-text-27 {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -1px;
  margin-top: 18px;
  min-height: 19px;
  white-space: nowrap;
}

.service-dropdown-menu .category-container-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 74px;
  min-height: 250px;
  width: 209px;
}

.service-dropdown-menu .dropdown-air-flow {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -1px;
  margin-top: 18px;
  min-height: 19px;
  white-space: nowrap;
}

.service-dropdown-menu .category-3 {
  align-items: flex-end;
  display: flex;
  height: 17px;
  margin-top: 50px;
  width: 196px;
}

.service-dropdown-menu .dropdown-text-43 {
  height: 19px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
  width: 196px;
}

.service-dropdown-menu .category-4 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  min-height: 52px;
  width: 209px;
}

.service-dropdown-menu .dropdown-text-45 {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -1px;
  margin-top: 18px;
  min-height: 19px;
  white-space: nowrap;
}

.service-dropdown-menu .line {
  height: 437px;
  margin-left: 72px;
  width: 1px;
}


.services {
  background-color: var(--hint-of-red-2);
  display: flex;
  min-height: 250px;
  margin-left: 0.24px;
  width: 100%;
  margin: auto;
  height: fit-content;
}

.services .services-1 {
  margin-bottom: 91px;
  margin-left: 100px;
  margin-top: 45px;
  position: relative;
  width: 1080px;
  margin: 45px auto 0 auto;
}

.services .overlap-group1 {
  /* height: 634px; */
  left: 0;
  position: relative;
  top: 0;
  width: 1080px;
}

.services .cards_service {
  align-items: flex-start;
  display: flex;
  /* height: 430px; */
  left: 0;
  min-width: 1080px;
  position: relative;
  /* top: 204px; */
  height: fit-content;
  margin-bottom: 100px;
}

.services .card-service-container-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  min-height: 430px;
  width: 520px;
}

.services .card-service-1 {
  align-items: center;
  background-color: var(--white);
  border-radius: 2px;
  display: flex;
  height: 70px;
  /* margin-top: 20px; */
  min-width: 520px;
  padding: 0 34px;
}

.services .overlap-group {
  border-radius: 15px;
  height: 30px;
  position: relative;
  width: 30px;
}

.services .ellipse {
  border-radius: 15px;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.services .check {
  align-items: flex-end;
  background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e4cebcb474ab9cfac8b1cd/img/path-7-10@1x.png);
  background-size: 100% 100%;
  display: flex;
  height: 18px;
  justify-content: flex-end;
  left: 6px;
  min-width: 18px;
  padding: 4px 2.5px;
  position: absolute;
  top: 5px;
}

.services .path {
  height: 9px;
  width: 12px;
}

.services .flex-col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  margin-top: 2.38px;
  min-height: 22px;
  width: 316px;
}

.services .underline {
  height: 1px;
  width: 90px;
}

.services .text-1 {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 21px;
}

.services .arrow-1 {
  height: 4px;
  margin-bottom: 1px;
  margin-left: 32px;
  width: 28px;
}

.services .card-service {
  align-items: center;
  background-color: var(--white);
  border-radius: 2px;
  display: flex;
  height: 70px;
  min-width: 520px;
  padding: 0 34px;
}

.services .card-service-container {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  /* min-height: 430px; */
  width: 1080px;
  flex-wrap: wrap;
  gap: 22px 38px;
}

.services .tooth {
  height: 248px;
  left: 832px;
  position: absolute;
  top: 0;
  width: 248px;
}

.services .text-10 {
  display: flex;
  flex-direction: column;
  height: 102px;
  justify-content: space-between;
  left: 0;
  position: relative;
  /* top: 46px; */
  width: 542px;
  margin-top: 90px;
  margin-bottom: 55px;
}

.services .text-10.specialization {
  display: flex;
  flex-direction: column;
  height: 40px;
  justify-content: space-between;
  left: 0;
  position: relative;
  /* top: 46px; */
  width: 542px;
  /* margin-top: 90px; */
  /* margin-bottom: 55px; */
  margin: 16px auto 32px 0;
}

.services .text-60 {
  flex: 1;
  height: 43px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 3px;
  margin-right: -2px;
  max-height: 43px;
}

.services .text-61 {
  height: 43px;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 0.5px;
  white-space: nowrap;
  width: 143px;
}



.why_us-container {
  height: fit-content;
  position: relative;
  width: 100%;
  margin: auto;
  /* flex-wrap: wrap; */
}

.why_us-container .background_why_us {
  background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e4cebcb474ab9cfac8b1cd/img/preview-750415-sw1zydvh3v-high-0004-2@1x.png);
  background-size: cover;
  display: flex;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.why_us-container .background-1 {
  background-color: var(--mine-shaft);
  flex: 1;
  opacity: 0.64;
  width: 1280px;
}

.why_us-container .why_us {
  align-items: flex-end;
  display: flex;
  height: fit-content;
  /* left: 119px; */
  min-width: 1043px;
  position: relative;
  top: 0;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0;
}
.why_us-container .card-text-with-icon-index {

display: flex;

width: 100%;

margin: auto;

justify-content: center;

gap: 20px;

flex-wrap: wrap;

padding: 24px;
}
.why_us-container .card-text-with-icon-1 {
  display: flex;
  flex-direction: column;
  height: 192px;
  justify-content: space-between;
  /* margin-left: 76px; */
  width: 200px;
  align-items: center;
}

.why_us-container .text-5 {
  flex: 1;
  height: 63px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 2px;
  margin-right: -2px;
  max-height: 63px;
  text-align: center;
}

.why_us-container .icon-1 {
  border-radius: 54.5px;
  display: flex;
  flex: 1;
  height: 109px;
  margin-left: 20px;
  margin-right: 23px;
  max-height: 109px;
  /* min-width: calc(100% - 43px); */
  padding: 0 11px;
  width: 111px;
  /* justify-content: center; */
  align-items: center;
}

.why_us-container .overlap-group-1 {
  background-color: var(--neptune);
  border-radius: 43.5px;
  height: 87px;
  position: relative;
  width: 87px;
}

.why_us-container .tooth-drill {
  height: 32px;
  left: 28px;
  position: absolute;
  top: 27px;
  width: 32px;
}

.why_us-container .shine {
  height: 26px;
  left: 44px;
  position: absolute;
  top: 19px;
  width: 26px;
}

.why_us-container .card-text-with-icon-4 {
  display: flex;
  flex-direction: column;
  height: 192px;
  justify-content: space-between;
  /* margin-left: 90px; */
  width: 200px;
  /* align-content: center; */
  align-items: center;
}

.why_us-container .icon-4 {
  align-items: center;
  border-radius: 54.5px;
  display: flex;
  flex: 1;
  height: 109px;
  margin-left: 5px;
  margin-right: 8px;
  max-height: 109px;
  /* min-width: calc(100% - 13px); */
  padding: 0 11px;
  width: 111px;
}

.why_us-container .certificate {
  background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e4cebcb474ab9cfac8b1cd/img/path-1184-1@1x.png);
  background-size: 100% 100%;
  display: flex;
  height: 32px;
  left: 27px;
  position: absolute;
  top: 27px;
  width: 33px;
}

.why_us-container .path-1185 {
  height: 17.64px;
  margin-left: 4.1px;
  margin-top: 4.1px;
  width: 21.04px;
}

.why_us-container .card-text-with-icon-3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  /* margin-left: 12px; */
  min-height: 192px;
  width: 200px;
}

.why_us-container .text-58 {
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 18px;
  min-height: 63px;
  text-align: center;
  width: 167px;
}

.why_us-container .icon-3 {
  align-items: center;
  border-radius: 54.5px;
  display: flex;
  height: 109px;
  margin-right: 2px;
  min-width: 109px;
  padding: 0 11px;
}

.why_us-container .tooth-1 {
  height: 31px;
  left: 28px;
  position: absolute;
  top: 28px;
  width: 31px;
}

.why_us-container .text-container {
  align-items: center;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 27px;
  margin-top: 0.5px;
  min-height: unset;
  width: 100%;
  margin: auto;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.why_us-container .card-text-with-icon-2 {
  display: flex;
  flex-direction: column;
  height: 170px;
  justify-content: space-between;
  margin-left: 1px;
  /* margin-top: 76px; */
  width: 200px;
  align-items: center;
}

.why_us-container .icon-2 {
  align-items: center;
  border-radius: 54.5px;
  display: flex;
  flex: 1;
  height: 109px;
  margin-left: 2px;
  margin-right: 4px;
  max-height: 109px;
  /* min-width: calc(100% - 6px); */
  padding: 0 11px;
  width: 111px;
}

.why_us-container .dentist {
  display: flex;
  height: 31px;
  left: 28px;
  position: absolute;
  top: 28px;
  width: 31px;
}

.why_us-container .path-1181 {
  flex: 1;
  margin-bottom: -0.5px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-top: -0.5px;
  width: 32.12px;
}

.why_us-container .text-57 {
  flex: 1;
  height: 41px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 2px;
  margin-right: -2px;
  max-height: 41px;
  text-align: center;
}

.why_us-container .text-54 {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxl2);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  min-height: 43px;
  min-width: 258px;
  white-space: nowrap;
}

.why_us-container .card-text-with-icon {
  display: flex;
  flex-direction: column;
  height: 192px;
  justify-content: space-between;
  width: 200px;
  align-items: center;
}

.why_us-container .icon {
  align-items: center;
  border-radius: 54.5px;
  display: flex;
  flex: 1;
  height: 109px;
  margin-left: 15px;
  margin-right: 17px;
  max-height: 109px;
  /* min-width: calc(100% - 32px); */
  padding: 0 11px;
  width: 111px;
}

.why_us-container .overlap-group-container {
  height: 29px;
  left: 25px;
  position: absolute;
  top: 29px;
  width: 36px;
}

.why_us-container .overlap-group-2 {
  align-items: flex-start;
  background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e4cebcb474ab9cfac8b1cd/img/path-1176-2@1x.png);
  background-size: 100% 100%;
  display: flex;
  height: 29px;
  left: 0;
  min-width: 36px;
  position: absolute;
  top: 0;
}

.why_us-container .path-117 {
  height: 29px;
  width: 36px;
}


.about_us {
  display: flex;
  height: 490px;
  justify-content: space-between;
  margin-left: 0.24px;
  margin-top: 113px;
  width: 1080px;
  margin: 110px auto 100px auto;
}

.about_us.mirrored {

  /* display: flex; */

  flex-direction: row-reverse;
}

.about_us.no-margin-top {

  margin-top: 0;
}

.about_us .text-11 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  /* margin-top: -90.8px; */
  min-height: 237.25px;
  width: 365px;
  justify-content: center;
}

.about_us .text-50 {
  letter-spacing: 0;
  line-height: 40px;
  min-height: 43px;
  white-space: normal;
}

.about_us .button-container {
  align-items: flex-start;
  display: flex;
  margin-top: 34px;
  min-width: 281px;
}

.about_us .button_white {
  align-self: flex-end;
  background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e4cebcb474ab9cfac8b1cd/img/path-1159-2@1x.png);
  background-size: 100% 100%;
  display: flex;
  height: 50px;
  margin-left: 20px;
  /* width: 114px; */
}

.about_us .text-53 {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  /* width: 56px; */
}

.about_us .button-2 {
  background-color: var(--neptune);
  display: flex;
  height: 50px;
  width: 147px;
}

.about_us .text {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  width: 89px;
}

.about_us .text-51 {
  height: fit-content;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 12px;
  width: 365px;
}

.about_us .image {
  width: 604px;
	object-fit: cover;
}




.quote {
  display: flex;
  height: 527px;
  justify-content: space-between;
  /* left: 130px; */
  position: relative;
  top: 46px;
  width: 1020px;
  margin: auto;
}

.quote .image-1 {
  background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e4cf8c965d00485aa0d78a/img/file-------1@1x.png);
  background-size: 100% 100%;
  width: 526px;
}

.quote .text-12 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  margin-top: 35.1px;
  min-height: calc(100% - 105px);
  width: 440.15px;
}

.quote .quote-1 {
  align-items: flex-start;
  display: flex;
  height: 211px;
  min-width: 442px;
}

.quote .overlap-group-5 {
  height: 209px;
  position: relative;
  width: 442px;
}

.quote .icon-quote {
  height: 74px;
  left: 0;
  position: absolute;
  top: 0;
  width: 106px;
}

.quote .text-48 {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: 28px;
  font-weight: 400;
  left: 18px;
  letter-spacing: 0;
  line-height: 32px;
  opacity: 0.75;
  position: absolute;
  top: 51px;
  width: 510px;
}

.quote .koklyan_ruslan {
  height: 51px;
  margin-left: 18.93px;
  margin-top: 27px;
  width: 245px;
}

.quote .text-47 {
  letter-spacing: 0.84px;
  line-height: 20px;
  margin-bottom: -1px;
  margin-left: 18.15px;
  margin-top: 23px;
  min-height: 19px;
  white-space: nowrap;
}

.quote .button-3 {
  background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e4cebcb474ab9cfac8b1cd/img/path-1159-1@1x.png);
  background-size: 100% 100%;
  display: flex;
  height: 50px;
  margin-left: 18.15px;
  margin-top: 40px;
  width: 187px;
}

.quote .text-49 {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  width: 129px;
}

.quote-container .background-2 {
  height: 569px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 1280px;
}

.quote-container .background-3 {
  background: linear-gradient(180deg,
      rgba(109, 182, 188, 0.92) 0%,
      rgba(35, 35, 35, 0.92) 100%);
  height: 573px;
  left: 0;
  opacity: 0.92;
  position: absolute;
  top: 0;
  width: 100%;
}

.quote-container {
  position: relative;
  width: 100%;
  /* display: flex; */
  margin: auto;
  height: 572px;
}




.block-stats {
  align-items: flex-end;
  background-color: var(--log-cabin);
  display: flex;
  height: 200px;
  justify-content: center;
  left: 0;
  min-width: 1280px;
  padding: 46px 218px;
  position: relative;
  /* top: 572px; */
}

.block-stats .stats {
  align-items: center;
  display: flex;
  min-width: 843px;
}

.block-stats .line {
  height: 107px;
  margin-left: 65px;
  width: 1px;
}

.block-stats .line-1 {
  height: 107px;
  margin-left: 94px;
  width: 1px;
}

.block-stats .stats_1 {
  align-items: flex-end;
  display: flex;
  height: 68px;
  margin-top: 1px;
  min-width: 173px;
}

.block-stats .text-container-1 {
  height: 61px;
  margin-bottom: -1.5px;
  position: relative;
  width: 173px;
}

.block-stats .text-42 {
  left: 23px;
  letter-spacing: 0;
  line-height: 24px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.block-stats .text-4 {
  left: 0;
  letter-spacing: 0;
  line-height: 20px;
  position: absolute;
  top: 40px;
  white-space: nowrap;
}

.block-stats .stats_3 {
  align-items: flex-end;
  display: flex;
  height: 68px;
  margin-left: 83px;
  margin-top: 1px;
  min-width: 116px;
}

.block-stats .text-container-2 {
  height: 61px;
  margin-bottom: -1.5px;
  position: relative;
  width: 116px;
}

.block-stats .text-45 {
  left: 0;
  letter-spacing: 0;
  line-height: 24px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.block-stats .stats_2 {
  align-items: flex-end;
  display: flex;
  height: 68px;
  margin-left: 123px;
  margin-top: 1px;
  min-width: 189px;
}

.block-stats .overlap-group1-1 {
  height: 61px;
  margin-bottom: -1.5px;
  position: relative;
  width: 189px;
}

.block-stats .number {
  left: 62px;
  letter-spacing: 0;
  line-height: 24px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}


.doctors {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: 0.24px;
  margin-top: 97px;
  min-height: 770px;
  width: 1080px;
  margin: 100px auto;
}

.doctors .doctors-1 {
  align-items: flex-start;
  display: flex;
  height: 526px;
  margin-top: 50px;
  min-width: 1080px;
  /* justify-content: center; */
}

.doctors .card-doctor {
  align-items: center;
  background-color: var(--white);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  min-height: 526px;
  width: 255px;
}

.doctors .text-2 {
  /* letter-spacing: 0; */
  /* line-height: 24px; */
  /* margin-right: 7px; */
  /* margin-top: 33px; */
  /* min-height: 48px; */
  /* width: 178px; */
}

.doctors .button {
  align-items: flex-end;
  background-color: var(--neptune);
  display: flex;
  height: 50px;
  justify-content: flex-end;
  margin-right: 38px;
  margin-top: 16px;
  min-width: 147px;
  padding: 15px 28px;
}

.doctors .text-6 {
  letter-spacing: 0.72px;
  line-height: 12px;
  min-height: 16px;
  min-width: 89px;
  white-space: nowrap;
}

.doctors .text-3 {
  letter-spacing: 0;
  line-height: 20px;
  margin-right: 12px;
  margin-top: 14px;
  min-height: 39px;
  width: 173px;
}

.doctors .address {
  align-self: flex-start;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 35px;
  margin-top: 18px;
  min-height: 21px;
  white-space: nowrap;
}

.doctors .line-253 {
  height: 1px;
  margin-right: 13px;
  margin-top: 6px;
  width: 171px;
}

.doctors .photostudio-2-designify {
  height: 243px;
  margin-right: 2px;
  margin-top: -1px;
  width: 255px;
}

.doctors .card-doctor-1 {
  align-items: center;
  background-color: var(--white);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  min-height: 526px;
  width: 255px;
}

.doctors .text-13 {
  display: flex;
  flex-direction: column;
  height: 132px;
  justify-content: space-between;
  margin-left: 3px;
  width: 365px;
}

.doctors .text-27 {
  flex: 1;
  height: 67px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 3px;
  margin-right: -2px;
  max-height: 67px;
  text-align: center;
}

.doctors .text-28 {
  height: 43px;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 0.5px;
  white-space: nowrap;
  width: 189px;
  margin: 1px auto;
}

.doctors .flex-row {
  align-items: center;
  display: flex;
  height: 16px;
  margin-left: 0;
  margin-top: 46px;
  min-width: 149px;
}

.doctors .text-29 {
  letter-spacing: 0.72px;
  line-height: 20px;
  min-height: 16px;
  min-width: 109px;
  white-space: nowrap;
}

.doctors .arrow-3 {
  height: 4px;
  margin-left: 12px;
  margin-top: 4px;
  width: 28px;
}



.block_reviews {
  background-color: var(--hint-of-red);
  display: flex;
  height: 942px;
  margin-left: 0.24px;
  margin-top: 100px;
  width: 100%;
  margin: auto;
}

.block_user_reviews .block_reviews {
  background-color: var(--hint-of-red);
  display: flex;
  margin-left: 0.24px;
  margin-top: 100px;
  width: 100%;
  margin: auto;
  height: fit-content;
}

.block_reviews .block_reviews-1 {
  /* align-items: center; */
  display: flex;
  flex-direction: column;
  margin-bottom: 145px;
  margin-left: 100px;
  margin-top: 100px;
  min-height: calc(100% - 245px);
  position: relative;
  width: 1080px;
  margin: auto;
}

.block_reviews .reviews {
  align-items: flex-start;
  display: flex;
  margin-top: 86px;
  min-width: 1080px;
  width: 1080px;
  /* max-width: 1080px; */
  /* overflow: hidden; */
  /* width: 100px; */
}

.block_reviews .card-review {
  align-items: flex-start;
  display: flex;
  margin-left: 45px;
  min-width: 330px;
}

.block_reviews .overlap-group-3 {
  height: 512px;
  position: relative;
  width: 330px;
  /* display: flex; */
}

.block_reviews .stars {
  align-items: flex-start;
  display: flex;
  height: 14px;
  left: 57px;
  min-width: 86px;
  padding: 0px 0px;
  position: absolute;
  top: 424px;
}

.block_reviews .star-1 {
  height: 14px;
  margin-left: 4px;
  width: 14px;
}

.block_reviews .star {
  height: 14px;
  width: 14px;
}

.block_reviews .path-1189 {
  height: 28px;
  left: 56px;
  position: absolute;
  top: 0;
  width: 40px;
}

.block_reviews .text_label {
  left: 60px;
  letter-spacing: 0;
  line-height: 24px;
  opacity: 0.57;
  position: absolute;
  top: 71px;
  width: 232px;
    max-height: 332px;
    overflow-y: auto;
	padding-right: 20px;	
}
.block_reviews .text_label::-webkit-scrollbar {
  width: 4px;
}
.block_reviews .text_label::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.block_reviews .text_label::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.block_reviews .badlo-anna {
  left: 60px;
  letter-spacing: 0;
  line-height: 20px;
  position: absolute;
  top: 449px;
  white-space: nowrap;
}

.block_reviews .rectangle-619 {
  background-color: var(--white);
  height: 497px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 330px;
}

.block_reviews .card-review-1 {
  align-items: flex-start;
  display: flex;
  min-width: 330px;
  width: 330px;
  max-width: 330px;
}

.block_reviews .overlap-group3 {
  height: 43px;
  margin-left: 0.58px;
  position: relative;
  width: 1079px;
}

.block_reviews .more_reviews {
  align-items: flex-start;
  display: flex;
  height: 14px;
  justify-content: flex-end;
  left: 0;
  min-width: 1079px;
  position: absolute;
  top: 28px;
}

.block_reviews .arrow-4 {
  align-self: center;
  height: 4px;
  margin-top: 0;
  width: 28px;
}

.block_reviews .arrow-5 {
  align-self: center;
  height: 4px;
  margin-left: 18px;
  margin-top: 0;
  width: 28px;
}

.block_reviews .facebook {
  letter-spacing: 0.72px;
  line-height: 20px;
  margin-left: 697px;
  margin-top: -3px;
  min-height: 16px;
  min-width: 152px;
  white-space: nowrap;
}

.block_reviews .google {
  color: var(--desert-sand);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-s2);
  font-weight: 500;
  letter-spacing: 0.72px;
  line-height: 20px;
  margin-left: 21px;
  margin-top: -3px;
  min-height: 16px;
  min-width: 136px;
  white-space: nowrap;
}

.block_reviews .text-26 {
  left: 475px;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: nowrap;
}

.block_reviews .element-slide {
  align-items: center;
  display: flex;
  margin-top: 45px;
  min-width: 58px;
}

.block_reviews .little_ellipse {
  background-color: var(--white);
  border-radius: 5px;
  height: 10px;
  width: 10px;
}

.block_reviews ._ellipse {
  background-color: var(--mine-shaft);
  border-radius: 3px;
  height: 6px;
  margin-left: 18px;
  width: 6px;
}



.grou-container.home_slider {
  height: 574px;
  position: relative;
  width: 100%;
}

.home_slider .background {
  background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e4cebcb474ab9cfac8b1cd/img/preview-750415-sw1zydvh3v-high-0004-1@1x.png);
  background-size: cover;
  display: flex;
  height: 574px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.home_slider .background_gradient {
  background: linear-gradient(180deg,
      rgba(225, 200, 173, 0.57) 0%,
      rgba(35, 35, 35, 0.57) 100%);
  flex: 1;
  opacity: 0.57;
  width: 1280px;
}

.home_slider .overlap-group-4 {
  height: 574px;
  /* left: 100px; */
  position: relative;
  top: 0;
  width: 1080px;
  margin: auto;
}

.home_slider .image_woman {
  height: 574px;
  left: 60px;
  position: absolute;
  top: 0;
  width: 1020px;
}

.home_slider .block_text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 24px;
  min-height: 312px;
  position: absolute;
  top: 131px;
  width: 450px;
}

.home_slider .button_beige {
  background-color: var(--desert-sand);
  display: flex;
  height: 50px;
  margin-top: 29px;
  width: 161px;
}

.home_slider .text-74 {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  width: 103px;
}

.home_slider .dr-koklyan_drawn {
  height: 51px;
  margin-left: 0.34px;
  width: 205px;
}

.home_slider .text-73 {
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 23px;
  min-height: 39px;
  width: 450px;
}

.home_slider .text-72 {
  color: var(--white);
  font-family: var(--font-family-rubik);
  font-size: 44px;
  font-weight: 700;
  height: 106px;
  letter-spacing: 0;
  line-height: 44px;
  margin-top: 14px;
  width: 447px;
}



.breadcrumbs {
  align-items: flex-end;
  background-color: var(--white);
  display: flex;
  height: 70px;
  width: 100%;
  padding: 0 0px;
  margin: auto;
  max-width: 1080px;
}

.breadcrumbs .breadcrumbs-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 42px;
  width: 153px;
}

.breadcrumbs .flex-row {
  align-items: flex-start;
  display: flex;
  height: 18px;
  margin-left: 0;
  margin-top: -6px;
  min-width: 153px;
}

.breadcrumbs .text-64 {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 12px;
  min-height: 16px;
  white-space: nowrap;
  width: 11px;
}

.breadcrumbs .home {
  align-self: flex-end;
  height: 9px;
  width: 9px;
	margin-bottom: 2px
}

.breadcrumbs .text-63 {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 10px;
  min-height: 16px;
  white-space: nowrap;
  width: 49px;
}

.breadcrumbs .text-65 {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 9px;
  min-height: 16px;
  white-space: nowrap;
}

.breadcrumbs .line {
  height: 1px;
  margin-top: 30px;
  width: 151px;
}


.text-8.page-header {
  display: flex;
  flex-direction: column;
  height: fit-content;
  justify-content: space-between;
  width: 1080px;
  margin: 50px auto 80px auto;
}

.page-header .text-27 {
  flex: 1;
  height: 43px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 3px;
  margin-right: -2px;
  /* max-height: 43px; */
  width: 542px;
  height: fit-content;
	margin-top: 20px;
}

.page-header .text-26 {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxl2);
  font-weight: 500;
  height: 43px;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 0.5px;
  white-space: nowrap;
  width: 80px;
}


.page-with-sidebar {

  width: 1080px;

  margin: auto auto 100px auto;

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  gap: 46px;
}

.page-with-sidebar.with-margin-top {
  margin-top: 50px;
}

.page-with-sidebar .sidebar {

  width: 310px;

  display: flex;

  /* flex: 1; */

  flex-direction: column;

  gap: 32px;
	
	height: fit-content;
}

.page-with-sidebar .sidebar.with-margin-top {
  margin-top: 130px;
}

.article-index {
  display: flex;
  flex-direction: row;
  gap: 90px 26px;
  flex-wrap: wrap;
  max-width: 722px;
}

.article-card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 429px;
  width: 348px;
  height: fit-content;
}

.article-card .text-2 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -5px;
  margin-top: 17px;
  min-height: 19px;
  white-space: nowrap;
}

.article-card .text-1 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 32px;
  min-height: 54px;
  width: 348px;
}

.article-card .overlap-group {
  align-items: flex-end;
  /* background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e6b558ccbb09b10afb2b39/img/image-10@1x.png); */
  background-size: 100% 100%;
  display: flex;
  height: 304px;
  min-width: 346px;
  padding: 20px;
  position: relative;
}

.article-card .tag {
  align-items: flex-start;
  background-color: var(--neptune);
  display: flex;
  height: 34px;
  justify-content: flex-end;
  min-width: 96px;
  padding: 7px 18px;
}

.article-card .text {
  letter-spacing: 0.72px;
  line-height: 20px;
  min-height: 16px;
  white-space: nowrap;
}

.article-card .article-thumbnail {
	width: 100%;
	position: absolute;
	z-index: -99;
	height: 304px;
	min-width: 346px;
	margin: -20px;
	object-fit: cover;
}


.sidebar-1 {
  align-items: flex-start;
  background-color: #fbfbfb;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: fit-content;
  padding: 28.5px 46.8px;
}

.sidebar-1 .text-50 {
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 0.5px;
  margin-top: 8px;
  /* min-height: 21px; */
  white-space: normal;
}

.sidebar-1 .line-117 {
  height: 1px;
  margin-left: 0.5px;
  margin-top: 1px;
  width: 62px;
}

.sidebar-1 .text-4 {
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 0.5px;
  margin-top: 25px;
  min-height: 21px;
  white-space: nowrap;
}

.sidebar-1 .text-48 {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 25px;
  min-height: 21px;
  min-width: 216px;
  white-space: nowrap;
}

.sidebar-1 .line-118 {
  height: 1px;
  margin-left: 0.5px;
  margin-top: 1px;
  width: 92px;
}

.sidebar-1 .text-3 {
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 0.5px;
  margin-top: 22px;
  min-height: 21px;
  white-space: nowrap;
}

.sidebar-1 .line-119 {
  height: 1px;
  margin-left: 0.5px;
  margin-top: 1px;
  width: 214px;
}

.sidebar-1 .line-122 {
  height: 1px;
  margin-left: 0.5px;
  margin-top: 1px;
  width: 146px;
}

.sidebar-1 .line-116 {
  height: 1px;
  margin-left: 0.5px;
  margin-top: 1px;
  width: 88px;
  display: block;
}

.sidebar-1 .path-1161 {
  height: 1px;
  margin-left: 0.5px;
  margin-top: 1px;
  width: 114px;
}

.sidebar-1 .line-121 {
  height: 1px;
  margin-left: 0.5px;
  margin-top: 1px;
  width: 198px;
}

.sidebar-1 .line-125 {
  height: 1px;
  margin-left: 0.5px;
  margin-top: 1px;
  width: 162px;
}

.sidebar-1 .line-123 {
  height: 1px;
  margin-left: 0.5px;
  margin-top: 1px;
  width: 106px;
}

.sidebar-1 .line-124 {
  height: 1px;
  margin-left: 0.5px;
  margin-top: 1px;
  width: 94px;
}

.sidebar-1 .text-51 {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 8px;
  margin-left: 0.5px;
  min-height: 30px;
  white-space: nowrap;
}

.article-2 {
  display: flex;
  flex-direction: column;
  /* height: 2210px; */
  width: 715px;
}

.article-2 .name_article {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 84px;
  justify-content: space-between;
  margin-right: 100px;
  max-height: 84px;
}

.article-2 .text-33 {
  height: 19px;
  letter-spacing: 0;
  line-height: 24px;
  /* margin-bottom: 3px; */
  white-space: nowrap;
  width: 76px;
  margin-top: 23px;
}

.article-2 .text-32 {
  color: var(--log-cabin);
  flex: 1;
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxl2);
  font-weight: 500;
  height: 43px;
  letter-spacing: 0;
  line-height: 40px;
  margin-right: -2px;
  margin-top: 0.5px;
  max-height: 43px;
  white-space: nowrap;
}

.article-2 .article-3 {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 50px;
}

.article-2 .article-3.no-margin-top {
  margin-top: 0;
}

.article-2 .text-7 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 50px;
  /* min-height: calc(100% - 445px); */
  height: fit-content;
}

.article-2 .text-7.no-margin-top {
  margin-top: 0;
}

.article-2 .text-7 p {
  color: var(--gray);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  margin: 8px 0;
}
.article-2 .text-7 strong {
  color: var(--gray);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  margin: 8px 0;
}

.article-2 .text-7 h2 {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  font-style: normal;
  margin: 32px auto 16px 0;
}

.article-2 .text-7 h3 {
  color: var(--mine-shaft);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  font-style: normal;
  margin: 16px auto 8px 0;
}

.article-2 .text-7 ul {
  color: var(--gray);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  margin: 8px 0;
  list-style: disc;
  padding: 0 18px;
}

.article-2 .text-7 ol {
  color: var(--gray);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  margin: 8px 0;
  list-style: auto;
  padding: 0 18px;
}

.article-2 .flex-row-4 {
  align-items: flex-start;
  display: flex;
  height: 67px;
  margin-top: 30px;
  min-width: 717px;
}

.article-2 .ellipse {
  background-color: var(--neptune);
  border-radius: 3px;
  height: 6px;
  margin-top: 11px;
  width: 6px;
}

.article-2 .text-1 {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 33px;
  min-height: 67px;
  width: 678px;
}

.article-2 .text-35 {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 2px;
  margin-top: 34px;
  min-height: 43px;
  width: 714px;
}

.article-2 .text-item {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 2.5px;
  margin-top: 34px;
  min-height: 163px;
  width: 714px;
}

.article-2 .text_label {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 2.5px;
  margin-top: 34px;
  min-height: 115px;
  width: 714px;
}

.article-2 .text-36 {
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: -4px;
  margin-top: 34px;
  min-height: 30px;
  white-space: nowrap;
}

.article-2 .flex-row-3 {
  align-items: flex-start;
  display: flex;
  height: 67px;
  margin-top: 48px;
  min-width: 717px;
}

.article-2 .flex-row {
  align-items: center;
  display: flex;
  height: 43px;
  margin-top: 30px;
  min-width: 717px;
}

.article-2 .text-2 {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 33px;
  min-height: 43px;
  width: 678px;
}

.article-2 .ellipse-2 {
  background-color: var(--neptune);
  border-radius: 3px;
  height: 6px;
  margin-bottom: 15px;
  width: 6px;
}

.article-2 .flex-row-1 {
  align-items: flex-end;
  display: flex;
  height: 19px;
  margin-top: 30px;
  min-width: 717px;
}

.article-2 .text-4 {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 33px;
  min-height: 19px;
  white-space: nowrap;
  width: 678px;
}

.article-2 .ellipse-2-1 {
  background-color: var(--neptune);
  border-radius: 3px;
  height: 6px;
  margin-bottom: 2px;
  width: 6px;
}

.article-2 .text {
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: -4px;
  margin-top: 54px;
  min-height: 30px;
  white-space: nowrap;
}

.article-2 .text_label-1 {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 2.5px;
  margin-top: 34px;
  min-height: 211px;
  width: 714px;
}

.article-2 .text-34 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: -5px;
  min-height: 80px;
  width: 716px;
}

.article-2 .image {
  flex: 1;
  height: 395px;
  margin-right: 3px;
  max-height: 395px;
  object-fit: contain;
}



.price {
  background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e6b558ccbb09b10afb2b39/img/price-background-1@1x.png);
  background-size: cover;
  display: flex;
  height: fit-content;
  margin-top: 56px;
  width: 100%;
  margin: auto;
}

.price .price-1 {
  align-items: flex-start;
  display: flex;
  margin-bottom: 100px;
  /* margin-left: 100px; */
  margin-top: 50px;
  min-width: 1080px;
  margin: 50px auto;
}

.banners {
  /* align-items: flex-start; */
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-top: 0;
  min-height: 488px;
  width: 310px;
}

.banners .element-slide {
  align-items: center;
  display: flex;
  margin-top: 38px;
  min-width: 58px;
}

.banners .little_ellipse {
  background-color: var(--white);
  border-radius: 5px;
  height: 10px;
  width: 10px;
}

.banners ._ellipse {
  background-color: var(--mine-shaft);
  border-radius: 3px;
  height: 6px;
  margin-left: 18px;
  width: 6px;
}

.banners .overlap-group-1 {
  height: 440px;
  position: relative;
  width: 310px;
}

.banners .button-3 {
  background-color: var(--neptune);
  display: flex;
  height: 50px;
  left: 40px;
  position: absolute;
  top: 350px;
  width: 144px;
}

.banners .text-67 {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  width: 86px;
}

.banners .banner {
  display: flex;
  flex-direction: column;
  height: 440px;
  /* justify-content: flex-end; */
  left: 0;
  position: relative;
  top: 0;
  width: 310px;
}

.banners .banner-1 {
  flex: 1;
}

.banners .background {
  background-color: var(--mine-shaft);
  flex: 1;
  height: 130px;
  max-height: 130px;
}

.price .banners {
  /* align-items: flex-start; */
  display: flex;
  flex-direction: column;
  margin-left: 63px;
  margin-top: 91px;
  min-height: 488px;
  width: 310px;
}

.price .element-slide {
  align-items: center;
  display: flex;
  margin-top: 38px;
  min-width: 58px;
}

.price .little_ellipse {
  background-color: var(--white);
  border-radius: 5px;
  height: 10px;
  width: 10px;
}

.price ._ellipse {
  background-color: var(--mine-shaft);
  border-radius: 3px;
  height: 6px;
  margin-left: 18px;
  width: 6px;
}

.price .overlap-group-1 {
  height: 440px;
  position: relative;
  width: 310px;
}

.price .button-3 {
  background-color: var(--neptune);
  display: flex;
  height: 50px;
  left: 40px;
  position: absolute;
  top: 350px;
  width: 144px;
}

.price .text-67 {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  width: 86px;
}

.price .banner {
  display: flex;
  flex-direction: column;
  height: 440px;
  /* justify-content: flex-end; */
  left: 0;
  position: relative;
  top: 0;
  width: 310px;
}

.price .banner-1 {
  flex: 1;
}

.price .background {
  background-color: var(--mine-shaft);
  flex: 1;
  height: 130px;
  max-height: 130px;
}

.price .flex-col-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  /* min-height: 1054px; */
  width: 707px;
}

.price .pricelist {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  /* min-height: 963px; */
  padding: 28px 51px;
  width: 707px;
}

.price .flex-row {
  align-items: flex-end;
  align-self: flex-end;
  display: flex;
  height: 21px;
  margin-top: 10px;
  min-width: 601px;
}

.price .address-1 {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 59px;
  min-height: 21px;
  white-space: nowrap;
  width: 65px;
}

.price .rondoflex-1 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .line {
  height: 1px;
  margin-left: 2px;
  margin-top: 19px;
  width: 599px;
}

.price .text-62 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .opaldam-optra-gate {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .text-57 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .text-63 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .flex-row-6 {
  align-items: flex-end;
  display: flex;
  height: 21px;
  margin-right: 3px;
  margin-top: 10px;
  min-width: 594px;
}

.price .address-4 {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 59px;
  min-height: 21px;
  white-space: nowrap;
  width: 58px;
}

.price .text-60 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .text-66 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .text-55 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .text-65 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .text-56 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .text-58 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .text-64 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .text-61 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .text-59 {
  letter-spacing: 0;
  line-height: 24px;
  min-height: 19px;
  white-space: nowrap;
  width: 477px;
}

.price .flex-row-5 {
  align-items: center;
  display: flex;
  height: 40px;
  margin-right: 4px;
  min-width: 595px;
  justify-content: flex-start;
}

.price .flex-col-3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  /* margin-left: 260px; */
  /* min-height: 102px; */
  width: 18%;
  justify-content: center;
  /* position: relative; */
  /* display: block; */
}

.price .round_button_white {
  align-items: flex-start;
  border-radius: 22px;
  display: flex;
  height: 44px;
  margin-right: 2px;
  min-width: 44px;
  padding: 18.6px 16.6px;
  transition: 1s;
  transform: rotateX(180deg);
}

.price .open .round_button_white {
  transform: rotateX(0deg);
}

.price .arrow-4 {
  height: 5px;
  width: 9px;
}

.price .address-3 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -3px;
  margin-top: 37px;
  min-height: 21px;
  white-space: nowrap;
  width: 58px;
}

.price .text-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  /* min-height: 93px; */
  width: 80%;
  justify-content: center;
  /* min-width: 277px; */
  /* max-width: 277px; */
}

.price .text-53 {
  letter-spacing: 0;
  line-height: 40px;
  /* margin-bottom: -16px; */
  min-height: 24px;
  white-space: unset;
}

.price .text-54 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -5px;
  margin-left: 1px;
  margin-top: 50px;
  min-height: 19px;
  white-space: nowrap;
}

.price .text-1 {
  letter-spacing: 0;
  line-height: 40px;
  min-height: 43px;
  white-space: nowrap;
}

.price-card-content {
  display: none;
}

.price-card-content table {
  width: 100%;
}

.price-card-content table tr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #b9d2e8;
  flex-wrap: wrap;
}

.price-card-content table tr th {
  font-weight: 700;
  color: var(--gray);
  color: var(--gray);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 700;
  font-style: normal;
}

.price-card-content table tr td:nth-of-type(1) {
  width: 470px;
  text-align: left;
  color: var(--gray);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.price-card-content table tr th:nth-of-type(1) {

  width: 470px;

  text-align: left;

  color: var(--gray);

  font-family: var(--font-family-rubik);

  font-size: var(--font-size-m);

  font-weight: 700;

  font-style: normal;
}

.price-card-content table tr td:nth-of-type(2) {
  width: 120px;
  text-align: right;
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.price-card-content table tr th:nth-of-type(2) {
  width: 120px;
  text-align: right;
}



.doctor {
  align-items: flex-start;
  display: flex;
  flex: 1;
  width: 1080px;
  margin: auto auto 50px auto;
}

.doctor .image {
  height: 489px;
  width: 489px;
	object-fit: cover;
}

.doctor .overlap-group-2 {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  margin-left: 1px;
  min-height: 489px;
  padding: 20px 70px;
  width: 590px;
}

.doctor .text-63 {
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 18px;
  min-height: 43px;
  width: 371px;
}

.doctor .button-container {
  align-items: flex-start;
  display: flex;
  margin-top: 50px;
  min-width: 352px;
}

.doctor .button-1 {
  background-color: var(--neptune);
  display: flex;
  height: 50px;
  width: 147px;
}

.doctor .text {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  width: 89px;
}

.doctor .button_white {
  background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e4cebcb474ab9cfac8b1cd/img/path-1159-4@1x.png);
  background-size: 100% 100%;
  display: flex;
  height: 50px;
  margin-left: 20px;
  width: 185px;
}

.doctor .text-69 {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  width: 127px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.doctor .text-62 {
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 10px;
  min-height: 24px;
  /* white-space: nowrap; */
}

.doctor .line-2 {
  height: 1px;
  margin-top: 25px;
  width: 370px;
}

.doctor .text-61 {
  color: var(--log-cabin);
  font-family: var(--font-family-rubik);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  min-height: 80px;
  width: 371px;
}

.doctor .flex-row-3 {
  align-items: flex-start;
  display: flex;
  height: 109px;
  margin-top: 34px;
  min-width: 369px;
}

.doctor .doctor-price {
  align-items: flex-end;
  background-color: var(--hint-of-red);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  min-height: 109px;
  padding: 24.5px 37px;
  width: 202px;
}

.doctor .text-65 {
  align-self: center;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -1px;
  margin-left: 1px;
  min-height: 19px;
  min-width: 125px;
  white-space: nowrap;
}

.doctor .flex-row-4 {
  align-items: center;
  display: flex;
  height: 40px;
  min-width: 123px;
}

.doctor .text-66 {
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 1px;
  min-height: 19px;
  min-width: 23px;
  white-space: nowrap;
}

.doctor .number-1 {
  letter-spacing: 0;
  line-height: 41px;
  margin-left: 5px;
  min-height: 40px;
  min-width: 64px;
  white-space: nowrap;
}

.doctor .text-67 {
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 5px;
  margin-top: 1px;
  min-height: 19px;
  min-width: 26px;
  white-space: nowrap;
}

.doctor .experience {
  align-items: flex-end;
  background-color: var(--hint-of-red);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  min-height: 109px;
  padding: 22.5px 24px;
  width: 147px;
}

.doctor .text-64 {
  letter-spacing: 0;
  line-height: 14px;
  margin-top: 3px;
  min-height: 19px;
  min-width: 96px;
  white-space: nowrap;
  text-align: center;
}

.doctor .number {
  align-self: center;
  letter-spacing: 0;
  line-height: 41px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-top: 2px;
  min-height: 40px;
  min-width: 22px;
  white-space: nowrap;
}


.block_user_reviews {
  align-items: center;
  background-color: var(--hint-of-red);
  display: flex;
  /* height: 897px; */
  /* margin-left: 0.24px; */
  /* min-width: 1282px; */
  padding: 32px 32px;
}

.block_user_reviews .block_reviews-1 {
  align-items: center;
  display: flex;
  /* height: 697px; */
  width: 1080px;
  margin: auto;
}

.block_user_reviews .write_review {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  /* margin-bottom: 160px; */
  /* margin-left: 60px; */
  min-height: 167px;
  /* width: 317px; */
  padding: 32px;
}

.block_user_reviews .button-3 {
  background-color: var(--neptune);
  display: flex;
  height: 50px;
  margin-top: 56px;
  width: 131px;
}

.block_user_reviews .text-29 {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  width: 73px;
}

.block_user_reviews .text-27 {
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: -15px;
  margin-top: 14px;
  min-height: 21px;
  /* white-space: nowrap; */
}

.block_user_reviews .text-1 {
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: -4px;
  margin-top: -5px;
  min-height: 30px;
  /* white-space: nowrap; */
}

.block_user_reviews .flex-col-4 {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  min-height: 696px;
  width: 705px;
}

.block_user_reviews .element-slide-1 {
  align-items: center;
  display: flex;
  margin-top: 45px;
  min-width: 58px;
}

.block_user_reviews .little_ellipse {
  background-color: var(--white);
  border-radius: 5px;
  height: 10px;
  width: 10px;
}

.block_user_reviews ._ellipse {
  background-color: var(--mine-shaft);
  border-radius: 3px;
  height: 6px;
  margin-left: 18px;
  width: 6px;
}

.block_user_reviews .reviews {
  display: block;
  height: 512px;
  /* justify-content: space-between; */
  margin-left: 0.12px;
  margin-top: 86px;
  width: 705px;
  overflow: hidden;
}

.block_user_reviews .card-review {
  align-items: flex-start;
  display: flex;
  min-width: 330px;
  height: fit-content;
}

.block_user_reviews .overlap-group-1 {
  height: 512px;
  position: relative;
  width: 330px;
}

.block_user_reviews .text_label {
  left: 60px;
  letter-spacing: 0;
  line-height: 24px;
  opacity: 0.57;
  position: absolute;
  top: 71px;
  width: 232px;
  max-height: 332px;
  overflow-y: auto;
  padding-right: 20px;
}
.block_user_reviews .text_label::-webkit-scrollbar {
  width: 4px;
}
.block_user_reviews .text_label::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.block_user_reviews .text_label::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.block_user_reviews .path-1189 {
  height: 28px;
  left: 56px;
  position: absolute;
  top: 0;
  width: 40px;
}

.block_user_reviews .rectangle-619 {
  background-color: var(--white);
  height: 497px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 330px;
}

.block_user_reviews .badlo-anna {
  left: 60px;
  letter-spacing: 0;
  line-height: 20px;
  position: absolute;
  top: 449px;
  white-space: nowrap;
}

.block_user_reviews .stars {
  align-items: flex-start;
  display: flex;
  height: 14px;
  left: 57px;
  min-width: 86px;
  padding: 0px 0;
  position: absolute;
  top: 424px;
}

.block_user_reviews .star-1 {
  height: 14px;
  margin-left: 4px;
  width: 14px;
}

.block_user_reviews .star {
  height: 14px;
  width: 14px;
}

.block_user_reviews .text-26 {
  letter-spacing: 0;
  line-height: 40px;
  min-height: 43px;
  min-width: 130px;
  text-align: center;
  white-space: nowrap;
	margin-top: 32px;
}





.contacts-2 {
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-left: 0;
  margin-top: 83px;
  margin: 80px auto;
  max-width: 1080px;
  gap: 40px;
}

.contacts-2 .map {
  border-radius: 2px;
  margin-bottom: 6px;
  width: 706px;
}

.contacts-2 .contacts-3 {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 62px 65px;
  width: 432px;
}

.contacts-2 .text-29 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -5px;
  margin-left: 17px;
  margin-top: 1px;
  min-height: 19px;
  white-space: nowrap;
}

.contacts-2 .contacts-item-1 {
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: -10px;
  margin-left: 17px;
  margin-top: 6px;
  min-height: 26px;
  white-space: nowrap;
}

.contacts-2 .button-1 {
  background-color: var(--neptune);
  display: flex;
  height: 50px;
  margin-left: 17px;
  margin-top: 54px;
  width: 147px;
}

.contacts-2 .text {
  flex: 1;
  letter-spacing: 0.72px;
  line-height: 12px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 28px;
  margin-top: 19px;
  white-space: nowrap;
  width: 89px;
}

.contacts-2 .text-32 {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: -6px;
  margin-top: 6px;
  margin-left: 17px;
  min-height: 30px;
  min-width: 285px;
  white-space: nowrap;
  font-size: 24px;
}

.contacts-2 .contacts-item {
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: -10px;
  margin-left: 17px;
  margin-top: 39px;
  min-height: 26px;
  white-space: nowrap;
}

.contacts-2 .text-28 {
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: -6px;
  margin-left: 17px;
  margin-top: 32px;
  min-height: 30px;
  white-space: nowrap;
  font-size: 24px;
}

.contacts-2 .group-5-1 {
  height: 67px;
  margin-left: 17px;
  width: 232px;
}

.contacts-2 .drkoklyangmailcom {
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: -10px;
  margin-left: 17px;
  margin-top: 38px;
  min-height: 26px;
  white-space: nowrap;
}



.card_portfolio {
  align-items: flex-start;
  display: flex;
  min-width: 530px;
}

.card_portfolio .overlap-group {
  height: 500px;
  position: relative;
  width: 530px;
}

.card_portfolio .text-4 {
  left: 40px;
  letter-spacing: 0.72px;
  line-height: 20px;
  position: absolute;
  top: 27px;
  white-space: nowrap;
}

.card_portfolio .background {
  background-color: var(--mine-shaft);
  height: 191px;
  left: 0;
  position: absolute;
  top: 308px;
  width: 530px;
}

.card_portfolio .text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 51px;
  min-height: 112px;
  position: absolute;
  top: 344px;
  width: 468px;
}

.card_portfolio .underline-1 {
  height: 1px;
  margin-left: 52px;
  margin-top: 5px;
  width: 102px;
}

.card_portfolio .underline {
  height: 1px;
  margin-top: 6px;
  width: 180px;
}

.card_portfolio .text-2 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -5px;
  margin-top: 16px;
  min-height: 19px;
  white-space: nowrap;
}

.card_portfolio .text-1 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -3px;
  margin-top: -2px;
  min-height: 21px;
  white-space: nowrap;
}

.card_portfolio .flex-row {
  align-items: center;
  display: flex;
  height: 16px;
  margin-top: 29px;
  min-width: 133px;
}

.card_portfolio .arrow-1 {
  height: 4px;
  margin-left: 17px;
  margin-top: 3.56px;
  width: 28px;
}

.card_portfolio .text-3 {
  letter-spacing: 0.72px;
  line-height: 20px;
  min-height: 16px;
  min-width: 88px;
  white-space: nowrap;
}

.card_portfolio .card_portfolio-1 {
  /* background-image: url(https://anima-uploads.s3.amazonaws.com/projects/61e4ce7cb474ab9cfac8b1cc/releases/61e73f63f665c1ee8b09ca41/img/image-10-1@1x.png); */
  background-size: 100% 100%;
  height: 312px;
  left: 0;
  position: absolute;
  top: 0;
  width: 530px;
}

.card_portfolio .after {
  align-items: flex-start;
  background-color: var(--neptune);
  display: flex;
  height: 34px;
  justify-content: flex-end;
  left: 431px;
  min-width: 79px;
  padding: 7px 18px;
  position: absolute;
  top: 20px;
}

.card_portfolio .text-5 {
  letter-spacing: 0.72px;
  line-height: 20px;
  min-height: 16px;
  white-space: nowrap;
}

.portfolio-index {
  max-width: 1080px;
  margin: auto auto 100px auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}



.card_service {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 646px;
  width: 346px;
}

.card_service .overlap-group {
  align-items: flex-start;
  background-color: var(--mine-shaft);
  display: flex;
  flex-direction: column;
  min-height: 342px;
  padding: 45px 47px;
  width: 346px;
}

.card_service .text {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 4px;
  min-height: 48px;
}
.card_service .text.long {
	font-size: 15px;
}

.card_service .underline {
  height: 1px;
  margin-left: 4px;
  margin-top: 3px;
  width: 106px;
}

.card_service .more {
  align-items: flex-end;
  display: flex;
  height: 14px;
  justify-content: space-between;
  margin-left: 4px;
  margin-top: 45px;
  width: 173px;
}

.card_service .arrow-1 {
  height: 4.41px;
  margin-bottom: 9.8px;
  margin-right: 0;
  width: 27.73px;
}

.card_service .text-2 {
  letter-spacing: 0.72px;
  line-height: 20px;
  margin-bottom: 1px;
  margin-top: -3px;
  white-space: nowrap;
  width: 133px;
}

.card_service .text-1 {
  align-self: flex-end;
  height: 116px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 37px;
  overflow: hidden;
  width: 248px;
}

.card_service .image_service {
  height: 304px;
  width: 346px;
  object-fit: cover;
}


.service-index {
  max-width: 1080px;
  margin: auto auto 100px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


.doctor-index {
  display: flex;
  max-width: 1080px;
  margin: auto auto 100px auto;
  gap: 40px 20px;
  flex-wrap: wrap;
}

.card-doctor {
  align-items: center;
  background-color: var(--white);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  min-height: 526px;
  width: 255px;
}

.card-doctor .address {
  align-self: flex-start;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 35px;
  margin-top: 18px;
  min-height: 21px;
  white-space: nowrap;
}

.card-doctor .text-1 {
  letter-spacing: 0;
  line-height: 20px;
  margin-right: 12px;
  margin-top: 14px;
  min-height: 39px;
  width: 173px;
}

.card-doctor .text-1.long-text {
	font-size: 12px;
    line-height: 13px;
}

.card-doctor .text {
  letter-spacing: 0;
  line-height: 24px;
  margin-right: 7px;
  margin-top: 33px;
  min-height: 48px;
  width: 178px;
}

.card-doctor .photostudio-2-designify {
  height: 243px;
  margin-right: 2px;
  margin-top: -1px;
  width: 255px;
  object-fit: cover;
}

.card-doctor .button {
  align-items: flex-end;
  background-color: var(--neptune);
  display: flex;
  height: 50px;
  justify-content: flex-end;
  margin-right: 38px;
  margin-top: 16px;
  min-width: 147px;
  padding: 15px 28px;
}

.card-doctor .text-2 {
  letter-spacing: 0.72px;
  line-height: 12px;
  min-height: 16px;
  min-width: 89px;
  white-space: nowrap;
}

.card-doctor .line-253 {
  height: 1px;
  margin-right: 13px;
  margin-top: 6px;
  width: 171px;
}

.work.gallery,
.doctor-gallery.gallery {
	margin: 32px auto;
}

.work.gallery a, .doctor-gallery.gallery a {
	position: relative;
}

.work.gallery a .work-title {
	position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 8px 16px;
    color: var(--mine-shaft);
    font-family: var(--font-family-rubik);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

.work.gallery h2,
.doctor-gallery.gallery h2 {
	margin: 32px auto 16px 0;
}

.certificates {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 524px;
  width: 310px;
}

.certificates .certificate-1 {
  height: 212px;
  margin-top: 36px;
  width: 310px;
  object-fit: cover;
}

.certificates .text-1 {
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: -4px;
  margin-top: -5px;
  min-height: 30px;
  white-space: nowrap;
}

.certificates .certificate {
  height: 212px;
  margin-top: 39px;
  width: 310px;
}


.cta-modal {
  cursor: pointer;
  transition: 0.2s;
}

.cta-modal:hover {
  font-weight: bold;
  letter-spacing: 2px;
}

div.backdrop {
  display: none;
  position: fixed;
  z-index: 99998;
  /* padding-top: 100px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.76);
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  /* padding-top: 100px; */
  left: 0;
  top: 0;
  width: max-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px 100px 40px;
  border-radius: 4px;
  width: 609px;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 620px) {
  .modal-content {
    width: 90%;
    padding: 21px 28px 22px;
  }
}

.close {
  color: #fff;
  float: right;
  text-align: center;
  position: absolute;
  top: -16px;
  right: -16px;
  vertical-align: middle;
  font: bold 28px/32px Rubik;
  /* background: #353740 0% 0% no-repeat padding-box; */
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.close:hover,
.close:focus {
  background: #949494 0% 0% no-repeat padding-box;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .section_title {
  margin: 0 auto 32px auto;
  text-align: center;
  font: Bold 30px/41px Rubik;
  color: #353740;
}

.form-submit:hover {
  color: #fff;
  background: #1ecd97;
}

.cf-submit {
  font: Bold 14px/12px Rubik;
  color: #fff;
  padding: 14px 72px;
  background: #007889 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  border: none;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

input.wpcf7-text {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  font: normal 14px/26px Rubik;
  letter-spacing: 0;
  background: #fff 0% 0% no-repeat padding-box;
  border: .5px solid #b0b0b0;
  border-radius: 4px;
  margin-bottom: 32px;
}

textarea.wpcf7-text {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  font: normal 14px/26px Rubik;
  letter-spacing: 0;
  background: #fff 0% 0% no-repeat padding-box;
  border: .5px solid #b0b0b0;
  border-radius: 4px;
  margin-bottom: 32px;
}

footer.footer_mobile {
  display: none;
}

.footer {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 872px;
  width: 100%;
  margin: auto;
}

.footer .overlap-group1-2 {
  align-items: flex-start;
  background-color: var(--log-cabin);
  display: flex;
  height: 44px;
  justify-content: center;
  min-width: unset;
  padding: 12.5px 521.5px;
  margin: auto;
  width: 100%;
}

.footer .x2021-dr-koklyan {
  letter-spacing: 0;
  line-height: 19px;
  min-height: 16px;
  min-width: 222px;
  opacity: 0.46;
  text-align: center;
  white-space: nowrap;
}

.footer .flex-col-2 {
  align-items: flex-start;
  background-color: var(--mine-shaft);
  display: flex;
  flex-direction: column;
  min-height: 624px;
  padding: 53.5px 99.9px;
  width: 100%;
  margin: auto;
}

.footer .flex-row-2 {
  align-items: flex-start;
  display: flex;
  height: 314px;
  margin-left: 0.12px;
  margin-top: 49px;
  min-width: 1063px;
  margin: 49px auto 0 auto;
}

.footer .flex-col-4 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 173px;
  min-height: 267px;
  width: 483px;
}

.footer .flex-row-4 {
  align-items: flex-start;
  display: flex;
  height: 80px;
  min-width: 483px;
}

.footer .e-mail {
  display: flex;
  flex-direction: column;
  height: 56px;
  justify-content: space-between;
  margin-left: 125px;
  width: 167px;
}

.footer .e-mail-1 {
  height: 19px;
  letter-spacing: 0.84px;
  line-height: 20px;
  margin-top: -1.5px;
  white-space: nowrap;
  width: 55px;
}

.footer .drkoklyangmailcom {
  flex: 1;
  height: 21px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: -3.5px;
  margin-right: -2px;
  max-height: 21px;
  white-space: nowrap;
}

.footer .address-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 80px;
  width: 191px;
}

.footer .text-23 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -3px;
  margin-top: 17px;
  min-height: 21px;
  white-space: nowrap;
}

.footer .text-9 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -3px;
  margin-top: 3px;
  min-height: 21px;
  white-space: nowrap;
}

.footer .text-8 {
  letter-spacing: 0.84px;
  line-height: 20px;
  margin-bottom: -1px;
  margin-top: -2px;
  min-height: 19px;
  white-space: nowrap;
}

.footer .flex-row-5 {
  align-items: flex-start;
  display: flex;
  height: 141px;
  margin-left: 1.93px;
  margin-top: 47px;
  min-width: 452px;
}

.footer .telephone-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 188px;
  min-height: 141px;
  width: 139px;
}

.footer .phone {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -3px;
  margin-top: 2px;
  min-height: 21px;
  white-space: nowrap;
}

.footer .phone-3 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -3px;
  margin-top: 17px;
  min-height: 21px;
  white-space: nowrap;
}

.footer .line-485 {
  height: 1px;
  margin-left: 1.75px;
  margin-top: 3px;
  width: 106px;
}

.footer .text-22 {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: -4px;
  margin-left: 1.38px;
  margin-top: 19px;
  min-height: 16px;
  white-space: nowrap;
}

.footer .open {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 80px;
  width: 125px;
}

.footer .text-11-1 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -3px;
  margin-top: 17px;
  min-height: 21px;
  white-space: nowrap;
}

.footer .flex-row-3 {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  height: 313px;
  min-width: 407px;
}

.footer .menu-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 124px;
  margin-top: 1px;
  min-height: 227px;
  width: 93px;
}
.footer .menu-2 ul {
	text-transform: uppercase;
}

.footer .text-14 {
  letter-spacing: 0.84px;
  line-height: 18px;
  min-height: 19px;
  white-space: nowrap;
}

.footer .text-7 {
  letter-spacing: 0.84px;
  line-height: 18px;
  margin-top: 16px;
  min-height: 19px;
  white-space: nowrap;
}

.footer .text-7:nth-of-type(1) {
	margin-top: 0;
}

.footer .services-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 313px;
  padding: 1.5px 0;
  width: 190px;
}

.footer .services-item {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -5px;
  margin-top: 10px;
  min-height: 19px;
  white-space: nowrap;
}

.footer .text-1-1 {
  letter-spacing: 0.84px;
  line-height: 14px;
  min-height: 19px;
  white-space: nowrap;
}

.footer .text-2-1 {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: -5px;
  margin-top: 11px;
  min-height: 19px;
  white-space: nowrap;
}

.footer .flex-col-3 {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  min-height: 107px;
  width: 1080px;
  margin: auto;
}

.footer .footer_line {
  height: 1px;
  margin-top: 53px;
  width: 1080px;
}

.footer .flex-row-1 {
  align-items: center;
  display: flex;
  min-width: 1061px;
}

.footer .subscribe {
  align-self: flex-end;
  height: 21px;
  margin-bottom: 6.69px;
  margin-left: 605px;
  width: 97px;
}

.footer .socials {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: 53px;
  margin-top: 16px;
  min-width: 124px;
  padding: 0px 0;
}

.footer .youtube {
  height: 14px;
  margin-bottom: 0;
  margin-left: 38px;
  width: 20px;
}

.footer .instagram {
  align-self: flex-end;
  height: 18px;
  margin-left: 38px;
  width: 18px;
}

.footer .facebook-1 {
  height: 18px;
  width: 10px;
}

.footer .group-1178 {
  height: 53px;
  width: 183px;
}

.footer .images {
  align-items: center;
  display: flex;
  /* margin-left: 0.5px; */
  /* min-width: 1279px; */
  margin: auto;
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.footer .images-index {
  margin: auto;
  width: 90vw;
}


.footer .images-item {
  height: 204px;
  width: 204px;
  object-fit: cover;
}

.footer .x119004300_3198258290 {
  height: 204px;
  width: 204px;
  object-fit: cover;
}

.phone_dropdown_container {
  position: relative;
}
.phone_dropdown {
  display: none;
}
.phone_dropdown.open {
  display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    top: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    z-index: 999;
    width: 200px;
    gap: 8px;
}
svg.phone_dropdown_trigger,
img.phone_dropdown_trigger {
  transition: 0.2s;
}
svg.phone_dropdown_trigger.open,
img.phone_dropdown_trigger.open {
  transform: rotate(180deg);
}

.submitted {
  color: rgb(53 163 83);
  font-family: var(--font-family-rubik);
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 32px;
  text-align: center;
}

.stars-container {
	display: flex;
	align-items: center;
    justify-content: center;
	flex-direction: column;
}
.stars-label {
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal 14px/26px Rubik;
    color: #797979;
}
.stars-selector {
    display: inline-block;
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    margin: 4px auto 18px auto;
    justify-content: center;
}

.stars-selector label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer
}

.stars-selector label:last-child {
    position: static
}

.stars-selector label:nth-child(1) {
    z-index: 5
}

.stars-selector label:nth-child(2) {
    z-index: 4
}

.stars-selector label:nth-child(3) {
    z-index: 3
}

.stars-selector label:nth-child(4) {
    z-index: 2
}

.stars-selector label:nth-child(5) {
    z-index: 1
}

.stars-selector label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.stars-selector label .icon {
    float: left;
    color: transparent
}

.stars-selector label:last-child .icon {
    color: #ffedb6
}

.stars-selector:not(:hover) label input:checked~.icon,.stars-selector:hover label:hover input~.icon {
    color: #ffce31
}

.stars-selector label input:focus:not(:checked)~.icon:last-child {
    color: #ffedb6;
    text-shadow: 0 0 5px #ffce31
}

@media(max-width: 1180px) {
  body {
    overflow-x: hidden;
    width: 100%;
  }
  header.header {
    display: none;
  }

  
  .menu-6.mobile_menu {
    background-color: var(--hint-of-red);
    display: none;
    height: 596px;
    width: 100%;
    position: absolute;
    z-index: 99;
  }
  .menu-6.mobile_menu.open {
    display: flex;
  }
  
  .mobile_menu .menu-7 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 39.5px;
    margin-left: 39px;
    margin-top: 31px;
    min-height: calc(100% - 70px);
    width: 297px;
  }
  
  .mobile_menu .flex-row-6 {
    align-items: center;
    display: flex;
    margin-top: 48px;
    min-width: 255px;
  }
  
  .mobile_menu .button-4 {
    background-color: var(--neptune);
    display: flex;
    height: 50px;
    width: 147px;
  }
  
  .mobile_menu .text-1-8 {
    flex: 1;
    letter-spacing: 0.72px;
    line-height: 12px;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 28px;
    margin-top: 19px;
    white-space: nowrap;
    width: 89px;
  }
  
  .mobile_menu .language-1 {
    display: flex;
    height: 17px;
    margin-left: 44px;
    width: 64px;
    gap: 16px;
    text-transform: uppercase;
  }
  
  .mobile_menu .address-5 {
    display: flex;
    height: 40px;
    margin-left: 0;
    margin-top: 27px;
    width: 218px;
  }
  
  .mobile_menu .pin-2 {
    height: 17.11px;
    margin-left: -0.5px;
    margin-top: 0.9px;
    width: 13px;
  }
  
  .mobile_menu .adress-1 {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 9.5px;
  }
  
  .mobile_menu .text-142 {
    height: 21px;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: -2.5px;
    white-space: nowrap;
    width: 36px;
  }
  
  .mobile_menu .text-143 {
    flex: 1;
    height: 21px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0.5px;
    margin-right: -2px;
    max-height: 21px;
    white-space: nowrap;
  }
  
  .mobile_menu .line-4 {
    height: 1px;
    margin-top: 28px;
    width: 297px;
  }
  
  .mobile_menu .menu-8 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-height: 331px;
    width: 102px;
  }
  
  .mobile_menu .text-133 {
    color: var(--mine-shaft);
    font-family: var(--font-family-rubik);
    font-size: var(--font-size-l);
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 18px;
    margin-top: 18px;
    min-height: 21px;
    white-space: nowrap;
  }
  
  .mobile_menu .text-13-1 {
    letter-spacing: 0.96px;
    line-height: 18px;
    margin-top: 18px;
    min-height: 21px;
    white-space: nowrap;
  }
  
  .mobile_menu .text-140 {
    letter-spacing: 0.96px;
    line-height: 18px;
    margin-top: 20px;
    min-height: 21px;
    white-space: nowrap;
  }
  
  .mobile_menu .preview_menu_dropdown-2 {
    display: flex;
    height: 19px;
    justify-content: space-between;
    margin-top: 18px;
    width: 99px;
  }
  
  .mobile_menu .text-141 {
    letter-spacing: 0.96px;
    line-height: 18px;
    margin-bottom: -2.5px;
    margin-top: 0.5px;
    white-space: nowrap;
    width: 82px;
  }
  
  .mobile_menu .arrow-10 {
    height: 4.91px;
    margin-right: -0.7px;
    margin-top: -2.4px;
    width: 8.82px;
  }
  
  .mobile_menu .text-139 {
    letter-spacing: 0.96px;
    line-height: 18px;
    min-height: 21px;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 8px 0;
  }
  

  .header_mobile {
    background-color: var(--white);
    display: flex;
    height: 70px;
    width: 100%;
    margin: auto;
  }

  .header_mobile .header-1 {
    align-items: center;
    display: flex;
    flex: 1;
    height: 34.5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 17.75px;
    min-width: calc(100% - 30px);
    justify-content: space-between;
  }

  .header_mobile .menu-3 {
    height: 30px;
    margin-bottom: 2.61px;
    margin-left: 29px;
    width: 30px;
    transition: unset;
    cursor: pointer;
  }

  .header_mobile .logo {
    align-self: flex-end;
    height: 33px;
    margin-bottom: 0.25px;
    width: 113px;
  }

  .header_mobile .telephone-2 {
    align-items: flex-start;
    display: flex;
    height: 34px;
    margin-left: 38px;
    min-width: 144px;
  }

  .header_mobile .flex-col-6 {
    align-items: flex-start;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    margin-bottom: -0.5px;
    min-height: 34px;
    width: 133px;
  }

  .header_mobile .underline-3 {
    height: 1px;
    margin-left: 0.74px;
    margin-top: 4px;
    width: 88px;
  }

  .header_mobile .overlap-group-9 {
    height: 28px;
    position: relative;
    width: 133px;
  }

  .header_mobile .phone-5 {
    color: var(--black);
    font-family: var(--font-family-rubik);
    font-size: var(--font-size-m);
    font-weight: 500;
    left: 0;
    letter-spacing: 0;
    line-height: 14px;
    position: absolute;
    top: 0;
    white-space: nowrap;
  }

  .header_mobile .text-128 {
    color: var(--silver);
    font-family: var(--font-family-rubik);
    font-size: 10px;
    font-weight: 400;
    left: 0;
    letter-spacing: 0;
    line-height: 20px;
    position: absolute;
    top: 14px;
    white-space: nowrap;
  }

  .header_mobile .arrow-7 {
    height: 4px;
    margin-left: 5px;
    margin-top: 6.11px;
    width: 6px;
  }

	.about_us .text-51 {
		width: 100%;
	}
	
	.contacts-2 .map {
		width: 100%;
	}
	.doctor .doctor-price {
		margin-left: 8px;
	}
	.doctor .text-63 {
		width: 100%
	}
	.doctor .line-2 {
		width: 100%;
	}
	.doctor .text-61 {
		width: 100%;
	}
	.contacts-2 .contacts-3 {
		width: 100%;
		padding: 32px 16px;
	}
  .home_slider .block_text {
    left: 24px;
    width: 91%;
	top: 80px;
  }

  .services .services-1 {
    width: 100%;
  }
  .services .overlap-group1 {
    width: 100%;
    padding: 0 24px;
  }
  .services .cards_service {
    min-width: unset;
    width: 100%;
  }
  .services .text-10 {
    width: 100%;
  }

  .services .card-service-container {
    width: 100%;
  }
  .services .card-service-1 {
    width: 100%;
    min-width: unset;
    padding: 0 8px;
  }
  .services .arrow-1 {
    margin-left: 16px;
  }
  .services .tooth {
    display: none;
  }


  .why_us-container .why_us {
    width: 100%;
    min-width: unset;
    flex-wrap: wrap;
  }

  .about_us {
    width: 100%;
    flex-wrap: wrap;
    height: fit-content;
  }
  .about_us .image {
    width: 100%;
  }

  .quote-container .background-2 {
    width: 100%;
    object-fit: cover;
  }

  .quote-container .quote {
    width: 100%;
  }

  .quote .image-1 {
    display: none;
  }

  .quote .text-48 {
    font-size: 21px;
    width: 93%;
  }

  .quote .overlap-group-5 {
    width: 100%;
  }
  .quote .text-12 {
    width: 100%;
    align-items: unset;
  }
  .quote .quote-1 {
    min-width: unset;
  }

  .home_slider .image_woman {
    display: none;
  }

  .block-stats {
    width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
    padding: 46px 24px;
    height: fit-content;
  }

  .block-stats .stats {
    min-width: unset;
    flex-wrap: wrap;
    justify-content: center;
  }

  .doctors {
    width: 100%;
    height: fit-content;
    min-height: unset;
  }
  .doctors .doctors-1 {
    width: 100%;
    flex-wrap: wrap;
    min-width: unset;
    justify-content: center;
    height: fit-content;
    gap: 20px;
  }

  .price .text-1 {
    padding: 0 24px;
  }

  .price .pricelist {
    width: 94%;
    padding: 28px 8px;
    margin: 48px 18px;
    align-items: flex-start;
  }
  .price .flex-row-5 {

min-width: unset;

width: 100%;

/* text-align: left; */

}
.article-2 .text-7 {
  padding: 0 18px;
}
.work.gallery,
.doctor-gallery.gallery {
	padding: 0 18px;
}
.doctor .overlap-group-2 {
  padding: 20px 20px;
  width: 100%;
  /* margin: auto; */
}
  .block_reviews .block_reviews-1 {
    width: 100%;
  }
  .block_reviews .overlap-group3 {
    width: 100%;
  }
  footer.footer {
    display: none;
  }
  .block_reviews .text-26 {
    left: unset;
    position: relative;
    text-align: center;
    top: -40px;
    white-space: nowrap;
}
.block_reviews .more_reviews {
  width: 100%;
  min-width: unset;
}

.text-8.page-header {
  width: 100%;
  padding: 0 24px;
}
.page-header .text-27 {
  width: 100%;
}

.breadcrumbs {
  width: 100%;
  padding: 0 24px;
}

.service-index {
  justify-content: center;
}

.doctor-index {
  justify-content: center;
}

.price .price-1 {
  flex-wrap: wrap;
  min-width: unset;
  width: 100%;
  justify-content: center;
}

.portfolio-index {
  justify-content: center;
}

.page-with-sidebar {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.article-index {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.contacts-2 {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.article-2 {
  width: 100%;
}

.price .flex-col-2 {
  width: 100%;
}

.article-2 .name_article {
  width: 100%;
  /* white-space: pre-wrap; */
  max-height: unset;
  height: fit-content;
}
.article-2 .text-32 {
  white-space: unset;
  height: fit-content;
  position: relative;
  display: block;
}

.doctor {
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.block_user_reviews {
  min-width: unset;
  height: fit-content;
  padding: 0 18px;
}
.block_user_reviews .block_reviews-1 {
  min-width: unset;
  flex-wrap: wrap;
  height: fit-content;
  width: unset;
}
.doctor .image {
  width: 100%;
  height: 375px;
}
.home_slider .text-72 {
  width: 90%;
  height: fit-content;
}
.home_slider .text-73 {
  width: 90%;
}
.home_slider .overlap-group-4 {
  width: 100%;
}

.block-stats .line {
  display: none;
}
.block-stats .line-1 {
  display: none;
}
.block-stats .stats_1 {

justify-content: center;

width: 250px;
}
.block-stats .stats_2 {

justify-content: center;

margin-left: 0;

width: 250px;

margin: 32px 0 32px 0;
}
.block-stats .stats_3 {
  
margin-left: 0;
  
justify-content: center;
  
width: 250px;
}
	.services .text-10.specialization {
		width: unset;
	}
.about_us .text-11 {
  padding: 16px;
  margin: 50px auto;
}

  footer.footer_mobile {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-height: 1777px;
    width: 100%;
  }

  .footer_mobile .overlap-group6 {
    align-items: flex-start;
    background-color: var(--mine-shaft);
    display: flex;
    flex-direction: column;
    min-height: 1358px;
    padding: 36px 0;
    width: 100%;
  }

  .footer_mobile .services-5 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 42.25px;
    margin-top: 33px;
    min-height: 313px;
    padding: 1.5px 0;
    width: 190px;
  }

  .footer_mobile .services-item-1 {
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: -5px;
    margin-top: 10px;
    min-height: 19px;
    white-space: nowrap;
  }

  .footer_mobile .text-130 {
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: -5px;
    margin-top: 11px;
    min-height: 19px;
    white-space: nowrap;
  }

  .footer_mobile .text-129 {
    letter-spacing: 0.84px;
    line-height: 14px;
    min-height: 19px;
    white-space: nowrap;
  }

  .footer_mobile .footer_line-1 {
    align-self: center;
    height: 1px;
    margin-left: 7px;
    margin-top: 34px;
    width: 298px;
  }

  .footer_mobile .socials-1 {
    align-self: center;
    display: flex;
    height: 21px;
    justify-content: space-between;
    margin-right: 5.61px;
    margin-top: 37px;
    width: 285px;
  }

  .footer_mobile .socials-2 {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.1px;
    margin-top: 1.1px;
    min-width: 123.89px;
    padding: 0px 0;
  }

  .footer_mobile .instagram-1 {
    height: 18px;
    margin-left: 38px;
    margin-top: 0;
    width: 18px;
  }

  .footer_mobile .facebook-2 {
    height: 18px;
    width: 10px;
  }

  .footer_mobile .youtube-1 {
    align-self: center;
    height: 14px;
    margin-bottom: 0;
    margin-left: 38px;
    width: 20px;
  }

  .footer_mobile .subscribe-1 {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    width: 96.64px;
  }

  .footer_mobile .address-4 {
    display: flex;
    flex-direction: column;
    height: 74px;
    justify-content: space-between;
    margin-left: 42.25px;
    margin-top: 33px;
    width: 191px;
  }

  .footer_mobile .text-146 {
    flex: 1;
    height: 45px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: -11.5px;
    margin-right: -2px;
    max-height: 45px;
    white-space: nowrap;
  }

  .footer_mobile .text-147 {
    height: 19px;
    letter-spacing: 0.84px;
    line-height: 20px;
    margin-top: -1.5px;
    white-space: nowrap;
    width: 63px;
  }

  .footer_mobile .e-mail-2 {
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: space-between;
    margin-left: 42.25px;
    margin-top: 34px;
    width: 167px;
  }

  .footer_mobile .drkoklyangmailcom-1 {
    flex: 1;
    height: 21px;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: -3.5px;
    margin-right: -2px;
    max-height: 21px;
    white-space: nowrap;
  }

  .footer_mobile .e-mail-3 {
    height: 19px;
    letter-spacing: 0.84px;
    line-height: 20px;
    margin-top: -1.5px;
    white-space: nowrap;
    width: 55px;
  }

  .footer_mobile .telephone-3 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 42.25px;
    margin-top: 34px;
    min-height: 135px;
    width: 139px;
  }

  .footer_mobile .text-152 {
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: -4px;
    margin-left: 1.38px;
    margin-top: 20px;
    min-height: 16px;
    white-space: nowrap;
  }

  .footer_mobile .phone-6 {
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: -3px;
    margin-top: 11px;
    min-height: 21px;
    white-space: nowrap;
  }

  .footer_mobile .line-365 {
    height: 1px;
    margin-left: 1.75px;
    margin-top: 3px;
    width: 106px;
  }

  .footer_mobile .phone-4 {
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: -3px;
    margin-top: 2px;
    min-height: 21px;
    white-space: nowrap;
  }

  .footer_mobile .text-151 {
    letter-spacing: 0.84px;
    line-height: 20px;
    margin-bottom: -1px;
    margin-top: -2px;
    min-height: 19px;
    white-space: nowrap;
  }

  .footer_mobile .footer_line-2 {
    align-self: center;
    height: 1px;
    margin-left: 7px;
    margin-top: 31px;
    width: 298px;
  }

  .footer_mobile .logo-1 {
    height: 53px;
    margin-left: 35.25px;
    width: 183px;
  }

  .footer_mobile .open-1 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 42.25px;
    margin-top: 34px;
    min-height: 74px;
    width: 126px;
  }

  .footer_mobile .text-148 {
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: -3px;
    margin-top: 11px;
    min-height: 21px;
    white-space: nowrap;
  }

  .footer_mobile .text-150 {
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: -3px;
    margin-top: 3px;
    min-height: 21px;
    white-space: nowrap;
  }

  .footer_mobile .text-149 {
    letter-spacing: 0.84px;
    line-height: 20px;
    margin-bottom: -1px;
    margin-left: 1.38px;
    margin-top: -2px;
    min-height: 19px;
    white-space: nowrap;
  }

  .footer_mobile .menu-4 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 42.25px;
    margin-top: 33px;
    min-height: 227px;
    width: 93px;
  }
	
	.footer_mobile .menu-4 {
		text-transform: uppercase;
	}

  .footer_mobile .text-14-1 {
    letter-spacing: 0.84px;
    line-height: 18px;
    margin-top: 16px;
    min-height: 19px;
    white-space: nowrap;
  }
	
	.footer_mobile .text-14-1:nth-of-type(1) {
		margin-top: 0;
	}

  .footer_mobile .text-139 {
    letter-spacing: 0.84px;
    line-height: 18px;
    min-height: 19px;
    white-space: nowrap;
  }

  .footer_mobile .overlap-group5 {
    align-items: flex-start;
    background-color: var(--log-cabin);
    display: flex;
    height: 45px;
    justify-content: center;
    min-width: 375px;
    padding: 13px 75.5px;
    width: 100%;
  }

  .footer_mobile .x2021-dr-koklyan-1 {
    letter-spacing: 0;
    line-height: 19px;
    min-height: 16px;
    min-width: 222px;
    opacity: 0.46;
    text-align: center;
    white-space: nowrap;
  }

  .footer_mobile .images_footer {
    align-items: center;
    display: flex;
    height: 374px;
    margin-left: 0.5px;
    width: 100%;
    margin: auto;
    justify-content: center;
  }

  .footer_mobile .image_footer_-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-height: 374px;
    width: 187px;
  }

  .footer_mobile .image_footer_4 {
    height: 187px;
    margin-left: 0;
    width: 187px;
  }

  .footer_mobile .image_footer {
    height: 187px;
    width: 187px;
  }

  .price-card-content table tr td:nth-of-type(1),
  .price-card-content table tr th:nth-of-type(1) {
    width: 60%;
  }
  .price-card-content table tr td:nth-of-type(2),
  .price-card-content table tr th:nth-of-type(2) {
    width: 40%;
  }

  .doctor .flex-row-3 {
    min-width: unset;
  }

}