@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Black/Raleway-Black.eot');
    src: url('../fonts/Raleway-Black/Raleway-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Black/Raleway-Black.woff2') format('woff2'),
        url('../fonts/Raleway-Black/Raleway-Black.woff') format('woff'),
        url('../fonts/Raleway-Black/Raleway-Black.svg#Raleway-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Ralewa-ExtraBold/Raleway-ExtraBold.eot');
    src: url('../fonts/Ralewa-ExtraBold/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ralewa-ExtraBold/Raleway-ExtraBold.woff2') format('woff2'),
        url('../fonts/Ralewa-ExtraBold/Raleway-ExtraBold.woff') format('woff'),
        url('../fonts/Ralewa-ExtraBold/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Bold/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold/Raleway-Bold.woff') format('woff'),
        url('../fonts/Raleway-Bold/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold/Raleway-SemiBold.eot');
    src: url('../fonts/Raleway-SemiBold/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-SemiBold/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/Raleway-SemiBold/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Medium/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium/Raleway-Medium.woff') format('woff'),
        url('../fonts/Raleway-Medium/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Regular/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular/Raleway-Regular.woff') format('woff'),
        url('../fonts/Raleway-Regular/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light/Raleway-Light.eot');
    src: url('../fonts/Raleway-Light/Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Light/Raleway-Light.woff2') format('woff2'),
        url('../fonts/Raleway-Light/Raleway-Light.woff') format('woff'),
        url('../fonts/Raleway-Light/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/

:root {
  --font-color: #141414;
  --primary-color:#0f70b7; 
  --btn-color:#8cb681;
  --white: #fff;
  --grey: #ccc;
}

*, *:before, *:after {
    box-sizing: border-box;
}
/* General Styles */
.container {
    max-width: 1648px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}
body {
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 300;
}

div, img {
    display: block;
}

figure {
    margin: 0;
    display: block;
}
h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 24px;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 24px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 16px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px;
}

h5 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 16px;
}

h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 16px;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 24px;
}

ul, ol {
    padding-left: 28px;
    margin: 24px 0;
}

ul li, ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 12px;
}

ul li:last-child, ol li:last-child {
    margin-bottom: 0;
}

ul li::marker {
    font-size: 24px;
    color: var(--primary-color);
}

h1:last-child, 
h2:last-child,
h3:last-child, 
h4:last-child,
h5:last-child, 
h6:last-child,
p:last-child {
    margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: var(--grey);
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
  border-radius: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.py-40 {
    padding: 40px 0;
}

.py-60 {
    padding: 60px 0;
}

.py-80 {
    padding: 80px 0;
}

.py-100 {
    padding: 100px 0;
}

.py-120 {
    padding: 120px 0;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 100px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.w-50 {
    width: 50%;
}

.w-920px {
    width: 920px;
    max-width: 100%;
}


/* Hamburger Menu Design Starts*/

.nav-icon {
    width: 20px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 1px;
}

.nav-icon span:nth-child(2) {
    top: 7px;
}

.nav-icon span:nth-child(3) {
    top: 13px;
}

.hamburger:hover .nav-icon span:nth-child(2) {
    width: 12px;
}

.hamburger.open .nav-icon span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger.open .nav-icon span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.hamburger.open .nav-icon span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.hamburger.open:hover .nav-icon {
    transform: scale(0.7);
}

/* Hamburger Menu Design Starts*/

.hamburger {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    border-radius: 26px;
    border: 1px solid #fff;
    background: #fff;
    backdrop-filter: blur(4px);
    padding: 8px 16px;
    position: relative;
    text-transform: uppercase;
    /* z-index: 6; */
}

.blue-bkg {
    background: rgb(73,68,149);
    background: linear-gradient(180deg, rgba(73,68,149,1) 0%, rgba(83,78,159,1) 100%);
    color: var(--white);
}
.dark-bkg {
    background-color: var(--dark);
    color: var(--white);
}
.red-bkg {
    background: rgb(231,57,60);
    background: linear-gradient(180deg, rgba(231,57,60,1) 0%, rgba(241,67,70,1) 100%);
    color: var(--white);
}

input, select, textarea {
    font-family: 'Raleway';
}


.home h1 {
    color: var(--red);
}

/* Header CSS */

header {
    padding: 10px 0;
    position: relative;
    z-index: 4;
    border-bottom: 2px solid var(--primary-color);
}
header .container {
    max-width: 1920px;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    gap: 16px;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.logo {
    font-size: 24px;
    font-weight: bold;
    max-width: 300px;
    height: auto;
}

.logo img {
    max-width: 100%;
}


nav {
    display: flex;
    align-items: center;
}

.nav-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding: 0;
}

.nav-links li {
    display: block;
    margin-bottom: 0;
}

.nav-links li.active a {
    color: var(--red);
}

.nav-links a {
    display: block;
    text-decoration: none;
    color: var(--dark);
    font-weight: bold;
    padding: 8px 12px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    transform: scale(1.0);
    transition: 300ms all;
    position: relative;
}

.nav-links a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin: 0 auto;
    bottom: -12px;
}

.nav-links a:hover {
    color: var(--primary-color);
    /*transform: scale(0.9);*/
}

.nav-links li.active a:after, .nav-links li.current-menu-item a:after {
    width: 12px;
    height: 12px;
}

.btn {
    background: var(--btn-color);
    color: var(--white);
    padding: 12px 24px;
    text-decoration: none;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    display: table;
    transform: scale(1.0);
    transition: 300ms all;
}
.btn:hover {
    transform: scale(0.9);
}

.nav-links a.btn {
    color: var(--white);
    padding: 12px 24px;
    font-weight: 900;
}

/* Header CSS */

.banner {
    position: relative;
    overflow: hidden;
}
.banner-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.banner figure {
    margin: 0;
    width: calc(100% - 600px);
}
.banner figure img {
    width: auto;
    display: block;
}
.banner .content {
    width: 600px;
    padding: 96px 0;
    position: relative;
    z-index: 1;
}
.advantages-section {
    padding: 64px 0;
    background-color: var(--primary-color);
}
.advantages-head {
    text-align: center;
    color: var(--white);
    max-width: 684px;
    width: 100%;
    margin: 0 auto 36px;
}
.advantages-block ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}
.advantages-listing-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--white);
}
.advantages-block {
    width: calc(33.33% - 24px);
    padding: 24px;
    text-decoration: none;
    color: var(--font-color);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--white);
    border-radius: 8px;
    transform: scale(1.0);
    transition: 300ms all;
    cursor: pointer;
}
.advantages-block:hover {
    transform: scale(0.9);
}
.advantages-block .content-info {
    margin-bottom: 16px;
}
.advantages-block .icon {
    margin-bottom: 24px;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.advantages-block h3 {
    margin-bottom: 24px;
}
.link-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: none;
}
.link-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    text-decoration: none;
}
/*.news-section {
    padding: 104px 0;
}*/
header + .news-section {
    padding-top: 80px;
}
.news-head-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}
.news-head-wrap h2 {
    margin-bottom: 0;
}
.news-block {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    text-decoration: none;
    color: var(--font-color);
    padding-bottom: 24px;
    border-bottom: 1px solid var(--primary-color);
}
.news-block + .news-block {
    margin-top: 24px;
}
.news-block figure {
    width: 414px;
    border-radius: 12px;
    overflow: hidden;
}
.news-block figure img {
    width: 100%;
    object-fit: cover;
    min-height: 268px;
}
.news-block .content {
    width: calc(100% - 478px);
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.date {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}
.members-section {
    background-color: var(--primary-color);
    padding: 60px 0 20px;
    position: relative;
    z-index: 0;
}
.members-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--white);
    height: 80px;
    z-index: 1;
}
.members-section .container {
    max-width: 1808px;
}
.members-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
    position: relative;
    z-index: 2;
}
.members-block {
    width: calc(33.33% - 24px);
    display: block;
    background-color: var(--white);
    border-radius: 16px;
    overflow: hidden;
    padding: 40px 60px;
    color: var(--font-color);
    text-align: center;
    text-decoration: none;
    padding-top: 0;
    border: 1px solid var(--primary-color);
    transform: scale(1.0);
    transition: 300ms all;
}
.members-block:hover {
    color: var(--primary-color);
    transform: scale(0.9);
}
.members-head {
    text-align: center;
    color: var(--white);
    margin-bottom: 48px;
}
.members-block figure {
    margin-bottom: 16px;
}
.members-block figure img {
    width: 100%;
}
.members-block p {
    font-weight: 600;
}
.insurer-section {
    /*padding: 120px 0 160px;*/
    text-align: center;
}
.insurer-head {
    margin-bottom: 48px;
}
.insurer-block {
    max-width: 570px;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border: 1px solid var(--primary-color);
    border-radius: 16px;
    padding: 0 60px 40px;
    transform: scale(1.0);
    transition: 300ms all;
}
.insurer-block figure img {
    max-width: 100%;
}
.insurer-block p {
    font-weight: 600;
}
.insurer-block:hover {
    color: var(--primary-color);
    transform: scale(0.9);
}
footer {
    padding: 60px 0;
    background-color: var(--primary-color);
    color: var(--white);
}
.footer-top-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}
.footer-logo {
    display: block;
}
.footer-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.footer-logo-wrap figure {
    margin: 0;
    display: block;
}
ul.footer-btns {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    gap: 12px;
    margin: 0;
}
ul.footer-btns li {
    margin-bottom: 0;
}
ul.footer-btns li a {
    background-color: var(--white);
    color: var(--font-color);
}
.footer-middle-wrap {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 60px;
}
.footer-middle-block {
    max-width: 480px;
    width: 100%;
}
.footer-bottom-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom-wrap ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 44px;
    margin: 0;
}
.footer-bottom-wrap ul li {
    margin-bottom: 0;
}
.footer-bottom-wrap ul li a {
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    transform: scale(1.0);
    transition: 300ms all;
    display: block;
}
.footer-bottom-wrap ul li p{
    font-size: 12px;
}
.footer-bottom-wrap ul li a:hover {
    text-decoration: underline;
}
.inside-page .banner {
    padding: 55px 0;
}
.inside-page-head {
    margin-bottom: 40px;
    width: 920px;
    max-width: 100%;
}
.inside-page-head:last-child {
    margin-bottom: 0;
}
.inside-page h1 {
    position: relative;
    font-size: 44px;
    font-weight: 600;
}
.inside-page h1:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    height: 1px;
    width: 60px;
    left: -70px;
}
/*.about-section {
    padding: 80px 0;
}*/
.about-section:not(.no-image) .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: calc((100vw - 1600px) / 2);
}
.about-us-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    flex-direction: row-reverse;
}
.about-us-wrap .content {
    width: calc(50% - 40px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-us-wrap figure {
    width: calc(50% - 40px);
}
.about-us-wrap figure img {
    width: 100%;
}
.about-us-wrap  .content-wrap {
    max-width: 640px;
    width: 100%;
}
.about-section.no-image .about-us-wrap .content {
    width: 100%;
}
.about-section.no-image .about-us-wrap .content .content-wrap {
    max-width: 100%;
}
.inside-page-head-section {
    padding: 160px 0 0;
}
/*.future-section {
    padding: 60px 0 120px;
}
.advantages-page-section {
    padding: 60px 0;
}*/
.accordion-header {
    cursor: pointer;
    padding: 24px 32px;
}
.accordion-header-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
.accordion-header-wrap .icon {
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.accordion-header-wrap .icon img {
    max-width: 48px;
    max-height: 58px;
}
.accordion-header-wrap span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}
.accordion-header-wrap .content {
    width: calc(100% - 88px);
}
.accordion-item {
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    margin-bottom: 16px;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 32px;
}
.accordion-content ul:first-child {
    margin-top: 0;
}
.accordion-item.active .accordion-content {
    padding-bottom: 24px;
    max-height: inherit;
}
/*.full-width-image-section {
    padding: 60px 0 120px;
}*/
.full-width-image-section figure img {
    width: 100%;
}
.full-width-image-section figure figcaption {
    display: block;
    text-align: right;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
}

.news-details-header-section {
    padding: 80px 0 0;
}
.news-details-header-section .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: calc((100vw - 1600px) / 2);
}
.news-details-header-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    flex-direction: row-reverse;
}
.news-details-header-wrap .content {
    width: calc(55% - 40px);
    display: flex;
    flex-wrap: wrap;
}
.news-details-header-wrap .content-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}
.news-details-header-wrap figure {
    width: calc(45% - 40px);
}
.news-details-header-wrap figure img {
    width: 100%;
    object-fit: cover;
}
/*.news-details-content-section {
    padding: 0 0 80px;
}*/
.news-details-content-section .content {
    margin-bottom: 60px;
}
.news-details-content-section .content:last-child {
    margin-bottom: 0;
}
.news-details-header-wrap .text {
    margin-bottom: 40px;
}
.news-details-header-wrap .text:last-child {
    margin-bottom: 0;
}
.news-details-content-section h2 {
    font-size: 36px;
}
/* 404 css start */
.four-zero-four-sec {
    padding: 100px 0px;
}
.four-zero-four-sec .container {
    max-width: 700px;
    text-align: center;
}
.four-zero-four-sec img, .four-zero-four-sec a {
    margin: auto;
}
.four-zero-four-sec h2 {
    margin-top: 40px;
}
/* 404 css end */
.members-block a {
    font-weight: 600;
    color: var(--font-color);
    text-decoration: none;
}
.insurer-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.insurer-block-wrapper a {
    text-decoration: none;
    color: var(--font-color);
}
.contact-section {
    padding: 20px 0 0;
}
.form-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
}
.form-input {
    width: 100%;
}
.form-input.w-50 {
    width: calc(50% - 6px);
}
.form-input span {
    display: block;
}
.form-input input[type = "text"], 
.form-input input[type = "email"], 
.form-input input[type = "tel"], 
.form-input select, 
.form-input textarea {
    width: 100%;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--font-color);
}
.form-input select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 8px;
}
.form-submit {
    margin: 0 auto;
}
.form-submit .btn {
    border: none;
    width: max-content;
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
    padding: 2px 16px;
}
section {
    margin-bottom: 80px;
}

.gallery-section {
    padding: 60px 0;
}
.gallery-section h2 {
    margin-bottom: 40px;
}
.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.gallery-block {
    position: relative;
    width: calc(25% - 18px);
    transform: scale(1);
    transition: 300ms all;
}
.gallery-block:hover {
    transform: scale(0.9);
}
.gallery-block figure {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.gallery-block figure img {
    width: 100%;
}
.download-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.gallery-block .download-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: var(--white);
    border-radius: 50%;
    box-shadow: 0 0 10px #767676;
}
.download-icon img {
    max-width: 100%;
}
.gallery-section .btn {
    margin: 40px auto 0;
}
 
.document-section {
    padding: 60px 0;
}
.document-section h2 {
    margin-bottom: 40px;
}
.document-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.download-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    color: var(--font-color);
    max-width: 780px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    width: calc(33.33% - 8px);
}
.download-block a {
    color: var(--font-color);
    text-decoration: none;
}
.download-block .title {
    width: calc(100% - 52px);
    line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}