/*
Theme Name: IDMA GRACE
Author: www.IDMA.Ltd
Description: Support: https://t.me/idma_customer_success
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Noto+Sans:wght@400;600;700&display=swap');
.otgs-development-site-front-end {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.content_page_title {
  background-color: #58cf74;
}
.content_page_title .titile_branches {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
.content_page_title .titile_branches h1 {
  font-weight: 800;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.branches {
  padding: 80px 0;
}
.branches .branch {
  display: flex;
  justify-content: space-between;
}
.branches .branch:not(:first-of-type) {
  margin-top: 90px;
}
.branches .branch:nth-child(even) {
  flex-direction: row-reverse;
}
.branches .branch .branch_info {
  max-width: 620px;
  width: 100%;
}
.branches .branch:nth-child(odd) .branch_info {
  margin-right: 35px;
}
.branches .branch:nth-child(even) .branch_info {
  margin-left: 35px;
}
.branches .branch .branch_info h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #009122;
  position: relative;
  margin-bottom: 25px;
}
.branches .branch .branch_info h2::before {
  content: '';
  position: absolute;
  top: calc(50% - 28.5px);
  left: 0;
  width: 57px;
  height: 57px;
  background: linear-gradient(0deg, #58cf74, #58cf74), #58cf74;
  opacity: 0.2;
  transform: rotate(-45deg);
}
.branches .branch .branch_info .branch_text {
  overflow-x: hidden;
  max-height: 310px;
  overflow-y: inherit;
  margin-bottom: 35px;
  position: relative;
  padding: 0 20px 0 0;
}
.branches .branch .branch_info .branch_text::-webkit-scrollbar {
  width: 5px;
  position: absolute;
  right: -20px;
}
.branches .branch .branch_info .branch_text::-webkit-scrollbar-track {
  background: #b8e1c2;
}
.branches .branch .branch_info .address {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #181c25;
  transition: color 0.4s ease;
}
.branches .branch .branch_info .address svg {
  margin-right: 15px;
}
.branches .branch .branch_info .branch_text::-webkit-scrollbar-thumb {
  background: #009122;
}
.branches .branch .branch_info .branch_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #181c25;
}
.branches .branch .branch_info .branch_text p:not(:last-of-type) {
  margin-bottom: 30px;
}
.branches .branch .branch_info .branch_links a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #181c25;
  transition: color 0.4s ease;
  word-break: break-word;
}
.branches .branch .branch_info .branch_links a:hover {
  color: #58cf74;
}
.branches .branch .branch_info .branch_links a:active {
  text-decoration: underline;
}
.branches .branch .branch_info .branch_links a:not(:last-of-type) {
  margin-bottom: 25px;
}
.branches .branch .branch_info .branch_links a svg {
  margin-right: 15px;
}
.branches .branch .branch_info .contact_us {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #ffffff;
  height: 53px;
  width: 244px;
  background: #58cf74;
  margin-top: 70px;
  border: 1px solid #58cf74;
  transition: all 0.4s ease;
}
.branches .branch .branch_info .contact_us:hover {
  background: #009122;
  border: 1px solid #009122;
}
.branches .branch .branch_info .contact_us:active {
  background: transparent;
  color: #009122;
}
.branch_foto {
  width: 50%;
}
.prev svg path,
.prev svg circle,
.next svg path,
.next svg circle {
  transition: all 0.4s ease;
}
.prev:hover,
.next:hover {
  cursor: pointer;
}
.prev:hover svg path,
.next:hover svg path {
  fill: #58cf74;
}
.prev:hover svg circle,
.next:hover svg circle {
  stroke: #58cf74;
}
.prev {
  position: absolute;
  top: 40%;
  left: -30px;
  z-index: 1;
}
.next {
  position: absolute;
  top: 40%;
  right: -30px;
  z-index: 1;
}
.branch_foto .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.branch_foto .slick-dots li button:hover {
  cursor: pointer;
}
.branch_foto .slick-dots li button {
  font-size: 0;
  width: 25px;
  height: 25px;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #009122;
  opacity: 0.15;
}
.branch_foto .slick-dots li:not(:last-of-type) {
  margin-right: 30px;
}
.branch_foto .slick-dots li.slick-active button {
  background: #009122;
  opacity: 1;
}
.questions_block .question {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.questions_block .question:not(:first-of-type) {
  margin-top: 35px;
}
.questions_block {
  padding: 80px 0;
  background-image: url('img/bg_questions.webp');
  background-size: cover;
  background-repeat: repeat;
}
.questions_block .question .question_title {
  background: #f3effa;
  border: 1px solid #a78bde;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
}
.questions_block .question .question_title svg {
  transition: all 0.4s ease;
}
.questions_block .question.active .question_title svg {
  transform: rotate(180deg);
}
.questions_block .question .question_title svg {
  transform: rotate(0deg);
}
.questions_block .question .question_title p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #181c25;
}
.questions_block .question .question_answer {
  display: none;
  padding-top: 30px;
}
.questions_block .question:first-of-type .question_answer {
  display: block;
}
.questions_block .question .question_answer .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questions_block .question .question_answer p {
  max-width: 660px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #181c25;
}
.questions_block .question .question_answer p:not(:last-of-type) {
  margin-bottom: 35px;
}
.question_title:hover {
  cursor: pointer;
}

.holidays_block {
  padding: 80px 0;
}
.holidays_block .holidays_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.holidays_block .holidays_content .holidays_photo {
  width: 50%;
}
.holidays_block .holidays_content .holidays_info {
  width: 40%;
}
.holidays_block .holidays_content .holidays_info h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 18px;
  letter-spacing: 0.02em;
  position: relative;
  margin-bottom: 35px;
}
.holidays_block .holidays_content .holidays_info h2::after {
  content: '';
  position: absolute;
  top: -110%;
  left: -30px;
  width: 55px;
  height: 55px;
  opacity: 0.2;
  transform: rotate(-45deg);
}
.holidays_content:nth-child(3n + 1) .holidays_info h2 {
  color: #009122;
}
.holidays_content:nth-child(3n + 2) .holidays_info h2 {
  color: #e4cd6e;
}
.holidays_content:nth-child(3n + 3) .holidays_info h2 {
  color: #a78bde;
}
.holidays_content:nth-child(3n + 1) .holidays_info h2::after {
  background: linear-gradient(0deg, #58cf74, #58cf74), #58cf74;
}
.holidays_content:nth-child(3n + 2) .holidays_info h2::after {
  background: linear-gradient(0deg, #e4cd6e, #e4cd6e), #e4cd6e;
}
.holidays_content:nth-child(3n + 3) .holidays_info h2::after {
  background: linear-gradient(0deg, #c3b1e7, #c3b1e7), #c3b1e7;
}
.holidays_block .holidays_content .holidays_info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #181c25;
}
.holidays_block .holidays_content .holidays_info p:not(:last-of-type) {
  margin-bottom: 35px;
}
.holidays_block .holidays_content:nth-child(even) {
  flex-direction: row-reverse;
}
.contacts_section .contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts_section {
  padding: 80px 0;
}
.contacts_section .contacts .contacts_info {
  max-width: 550px;
  width: 100%;
  align-self: flex-end;
}
.contacts_section .contacts .contacts_info strong {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.02em;
  color: #009122;
  margin-bottom: 45px;
  display: inline-block;
  position: relative;
}
.contacts_section .contacts .contacts_info strong::after {
  content: '';
  top: -9px;
  left: -20px;
  position: absolute;
  width: 55px;
  height: 55px;
  background: linear-gradient(0deg, #58cf74, #58cf74), #58cf74;
  opacity: 0.2;
  transform: rotate(-45deg);
}
.contacts_section .contacts .contacts_info p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #181c25;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.contacts_section .contacts .contacts_info p svg,
.contacts_section .contacts .contacts_info a svg {
  margin-right: 20px;
}
.contacts_section .contacts .contacts_info .contacts_text a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #181c25;
  transition: all 0.4s ease;
  word-break: break-word;
}
.contacts_section .contacts .contacts_info .contacts_text a:not(:last-of-type) {
  margin-bottom: 30px;
}
.contacts_section .contacts .contacts_info .contacts_text a:hover {
  color: #58cf74;
}
.contacts_section .contacts .contacts_info .contacts_text a:active {
  text-decoration: underline;
}
.contacts_section .contacts .contacts_info .cordinates_for_navigator {
  margin: 65px 0 110px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 245px;
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #181c25;
  border: 1px solid #000;
  transition: all 0.4s ease;
}
.contacts_section .contacts .contacts_info .cordinates_for_navigator:hover {
  color: #58cf74;
  border: 1px solid #58cf74;
}
.contacts_section .contacts .contacts_info .cordinates_for_navigator:active {
  color: #fff;
  background: #58cf74;
}
.contacts_section .contacts .contacts_info .excursion {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #58cf74;
  border: 1px solid #58cf74;
  transition: all 0.4s ease;
}
.contacts_section .contacts .contacts_info .excursion:hover {
  background: #009122;
  border: 1px solid #009122;
}
.contacts_section .contacts .contacts_info .excursion:active {
  background: transparent;
  border: 1px solid #000;
  color: #181c25;
}
.contacts_section .contacts .contacts_map img {
  width: 100%;
  border: 4px solid #58cf74;
}
.docs {
  padding: 80px 0;
}
.docs .container {
  display: flex;
  justify-content: center;
}
.tablink {
  outline: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #181c25;
  background: transparent;
  border: 0;
  position: relative;
  text-align: start;
  transition: color 0.4s ease;
}
.tablink:hover {
  cursor: pointer;
  color: #58cf74;
}
.tablink:not(:last-of-type) {
  margin-bottom: 30px;
}
.tablink::before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: -34px;
  background: linear-gradient(0deg, #181c25, #181c25), #58cf74;
  opacity: 0.1;
  transform: rotate(-45deg);
}
.docs .left_side {
  display: flex;
  flex-direction: column;
  margin-right: 140px;
}
.docs .right_side {
  max-width: 833px;
  width: 100%;
}
.tablink.is-active {
  color: #58cf74;
}
.tablink.is-active::before {
  background: linear-gradient(0deg, #58cf74, #58cf74), #58cf74;
  opacity: 1;
}
.tabcontent {
  display: none;
}
.tabcontent.is-active {
  display: block;
}
.tabcontent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #181c25;
}
.tabcontent p:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1500px) {
  .branch_foto {
    width: 611px;
  }
  .branch_foto .items_photo {
    height: 611px;
  }
  .next {
    top: 38%;
    right: -15px;
  }
  .prev {
    top: 38%;
    left: -15px;
  }
  .contacts_section .contacts .contacts_info {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    padding: 0 20px;
  }
  .branches .branch:nth-child(odd) .branch_info {
    padding-left: 0;
  }
  .branches .branch:nth-child(even) .branch_info {
    padding-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .docs .left_side {
    margin-left: 40px;
    margin-right: 0;
  }
  .docs .container {
    justify-content: space-between;
  }
  .docs .left_side {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .branches .branch:nth-child(odd) .branch_info {
    margin-right: 25px;
  }
  .branches .branch:nth-child(even) .branch_info {
    margin-left: 25px;
  }
  .holidays_content:nth-child(even) .holidays_info {
    padding-left: 0;
  }
  .holidays_content:nth-child(odd) .holidays_info {
    padding-right: 0;
  }
  .holidays_block .holidays_content .holidays_info {
    max-width: 475px;
  }
}
@media screen and (max-width: 1250px) {
  .holidays_block .holidays_content:nth-child(even) .holidays_info {
    padding: 20px 0 20px 35px;
  }
}
@media screen and (max-width: 1200px) {
  .branches .branch .branch_info h2 {
    font-size: 26px;
  }
  .content_page_title .titile_branches h1 {
    font-size: 26px;
  }
  .holidays_block .holidays_content .holidays_info h2 {
    font-size: 26px;
  }
  .holidays_content:nth-child(even) .holidays_photo {
    margin-left: 50px;
  }
  .contacts_section .contacts .contacts_info h2 {
    font-size: 26px;
  }
  .contacts_section .contacts .contacts_info .cordinates_for_navigator {
    margin: 40px 0 80px 0;
  }
  .contacts_section .contacts .contacts_info {
    max-width: 430px;
  }
  .tablink {
    font-size: 22px;
  }
}
@media screen and (max-width: 1150px) {
  .branch_foto {
    width: 511px;
  }
  .branch_foto .items_photo {
    height: 511px;
  }
}
@media screen and (max-width: 986px) {
  .branch_foto {
    width: 411px;
  }
  .branch_foto .items_photo {
    height: 411px;
  }
  .prev,
  .next {
    top: 30%;
  }
  .holidays_block .holidays_content .holidays_photo {
    width: 475px;
    height: 475px;
  }
  .holidays_block .holidays_content {
    padding: 20px 0;
  }
}
@media screen and (max-width: 892px) {
  .docs .left_side {
    max-width: 250px;
  }
  .branches .branch:nth-child(odd),
  .branches .branch:nth-child(even) {
    flex-direction: column-reverse;
  }
  .branches .branch:nth-child(even) .branch_info {
    margin-left: 0;
  }
  .branch_foto {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .branches .branch .branch_info .branch_text {
    max-height: none;
    overflow: visible;
  }
  .holidays_block .holidays_content {
    flex-direction: column;
  }
  .holidays_block .holidays_content:nth-child(even) {
    flex-direction: column;
  }
  .holidays_block .holidays_content:nth-child(even) .holidays_info {
    margin-left: 0;
  }
  .holidays_block .holidays_content:nth-child(odd) .holidays_info {
    margin-right: 0;
  }
  .holidays_content:nth-child(odd) .holidays_photo {
    margin-right: 0;
  }
  .holidays_block .holidays_content {
    align-items: flex-start;
  }
  .holidays_block .holidays_content .holidays_photo {
    margin: 0 auto 60px auto;
  }
  .holidays_block .holidays_content .holidays_info {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
  }
  .holidays_block .holidays_content .holidays_photo {
    width: 500px;
    height: 500px;
  }
  .prev,
  .next {
    top: 37%;
  }
  .prev {
    left: -30px;
  }
  .next {
    right: -30px;
  }
  .branches .branch .branch_info .contact_us {
    margin-top: 35px;
  }
  .branches {
    padding: 60px 0;
  }
  .docs {
    padding: 60px 0;
  }
  .contacts_section {
    padding: 60px 0;
  }
  .branch_foto .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  .holidays_block {
    padding: 80px 0;
  }
  .contacts_section .contacts {
    flex-direction: column-reverse;
  }
  .contacts_section .contacts .contacts_info {
    align-self: flex-start;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tablink:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .docs .container {
    flex-direction: column;
  }
  .tablink {
    padding: 10px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #181c25;
    border-radius: 5px;
  }
  .tablink.is-active {
    border: 1px solid #58cf74;
    border-radius: 5px;
  }
  .docs .left_side {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .docs .right_side {
    margin-top: 30px;
  }
  .tablink {
    font-size: 18px;
    margin: 10px 0 !important;
  }
  .tablink::before {
    display: none;
  }
}
@media screen and (max-width: 556px) {
  .holidays_block .holidays_content .holidays_photo {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 478px) {
  .tabcontent p {
    font-size: 14px;
  }
  .tablink {
    font-size: 16px;
  }
  .contacts_section .contacts .contacts_info strong {
    font-size: 24px;
  }
  .contacts_section .contacts .contacts_info strong::after {
    left: 0;
  }
  .contacts_section .contacts .contacts_info p svg,
  .contacts_section .contacts .contacts_info a svg {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contacts_section .contacts .contacts_info {
    margin-left: 0;
  }
  .contacts_section .contacts .contacts_info p {
    flex-direction: column;
    font-size: 16px;
    text-align: center;
  }
  .contacts_section .contacts .contacts_info .contacts_text a {
    flex-direction: column;
  }
  .contacts_section .contacts .contacts_info .contacts_text a {
    font-size: 16px;
    text-align: center;
  }
  .branch_foto {
    width: 311px;
  }
  .branch_foto .items_photo {
    height: 311px;
  }
  .branch_foto {
    margin-top: 60px;
  }
  .next,
  .prev {
    top: -50px;
    left: 0;
  }
  .next {
    left: 60px;
  }
  .next svg,
  .prev svg {
    width: 45px;
    height: 45px;
  }
  .branches .branch:not(:first-of-type) {
    margin-top: 45px;
  }
  .branches .branch .branch_info h2 {
    margin-top: 20px;
    font-size: 24px;
  }
  .branches .branch .branch_info .branch_text p {
    font-size: 14px;
  }
  .branches .branch .branch_info .address {
    font-size: 14px;
  }
  .branches .branch .branch_info .branch_links a {
    font-size: 14px;
  }
  .branches .branch .branch_info .contact_us {
    font-size: 14px;
  }
  .content_page_title .titile_branches h1 {
    font-size: 24px;
  }
  .branches .branch .branch_info .branch_links a svg,
  .branches .branch .branch_info .address svg {
    margin-right: 10px;
  }
  .questions_block .question .question_title p,
  .questions_block .question .question_answer p {
    font-size: 14px;
  }
  .questions_block .question .question_title {
    padding: 20px;
  }
  .holidays_block .holidays_content .holidays_info h2 {
    font-size: 24px;
    line-height: 20px;
  }
}
@media screen and (max-width: 410px) {
  .content_page_title .titile_branches div {
    margin-right: 10px;
  }
  .content_page_title .titile_branches h1 {
    font-size: 22px;
  }
  .holidays_block .holidays_content .holidays_photo {
    width: 300px;
    height: 300px;
  }
  .branches .branch .branch_info .branch_links a {
    flex-direction: column;
    text-align: center;
  }
  .branches .branch .branch_info .address {
    flex-direction: column;
  }
  .branches .branch .branch_info .branch_links a svg,
  .branches .branch .branch_info .address svg {
    margin-right: 0;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
  }
  .branches .branch .branch_info .branch_links a:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .branches .branch:nth-child(odd) .branch_info {
    margin-right: 0;
  }
  .branch_foto {
    width: 250px;
  }
  .branch_foto .items_photo {
    height: 250px;
  }
}

@media screen and (max-width: 350px) {
  .holidays_block .holidays_content .holidays_photo {
    width: 250px;
    height: 250px;
  }
}
.questions_block .question .question_answer_text a {
  font-weight: 700;
  color: #58cf74;
  transition: color 0.4s ease;
}
.questions_block .question .question_answer_text a:hover {
  text-decoration: underline;
}
.questions_block .question .question_answer_text a:active {
  color: #009122;
}
.go_back {
  display: block;
  background: transparent;
  border: none;
  cursor: pointer;
  width: fit-content;
}
.go_back svg path {
  transition: all 0.4s ease-in;
}
.go_back:hover svg path {
  fill: #181c25;
}
