:root {
  --font: #242424;
  --blue: #3685fb;
  --aqua: #44d7b6;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Cascadia Code';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}
body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}
body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #000;
    font-family: 'Consolas';
    height: 100vh;
    background: #fff;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

.adaptive {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

header {
    height: 90px;
    position: relative;
    z-index: 120;
}

header nav.main {
    position: absolute;
    top: 100%;
    margin: 20px 0 0;
    width: 100%;
    height: 60px;
    left: 0;
    z-index: 1;
}

header .cont {
    height: 90px;
    position: relative;
    z-index: 2;
}

header .cont .right {
    display: flex;
    align-items: center;
}

header .cont .right .btns {position: relative;height: 44px;display: flex;flex-direction: row;align-items: center;}

header .cont .right .btns .submen {
    display: none;
}

header .cont .right .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 0 0 40px;
}

header .cont .right .contacts a.tel {
    text-decoration: none;
    color: #008bc9;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 2px;
}

header .cont .right .contacts span {
    color: #757575;
    font-size: 18px;
}

a.btn.fbtn {
    color: #122a5d;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

header .adaptive {
    display: flex;
    flex-direction: column;
}

section.pagetitle {
    height: 430px;
    font-family: 'Myriad Pro';
    background-size: cover;
    background-position: center;
}

section.pagetitle .adaptive {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    padding: 80px 0 0;
    box-sizing: border-box;
}

ol.breadcrumb {
    display: flex;
}

section.pagetitle .adaptive h1 {
    font-size: 70px;
    padding: 0 0 20px;
    font-weight: 600;
}

ol.breadcrumb a {
    text-decoration: none;
    color: #fff;
}

ol.breadcrumb .sep {
    padding: 0 10px;
}

.socials a img {
    width: 24px;
}

nav.main .right {
    display: flex;
    position: relative;
    z-index: 2;
}

header nav.main ul {
    display: flex;
    position: relative;
    z-index: 2;
}

header nav.main ul .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 0 0;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

header nav.main ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    background: #fff;
    position: relative;
}

header nav.main ul li a {
    padding: 0 15px;
    display: flex;
    height: 60px;
    align-items: center;
    text-decoration: none;
    color: #122a5d;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

header nav.main ul li:first-child a {
    padding-left: 30px;
}

header nav.main ul li:last-child a {
    padding-right: 30px;
}

header nav.main ul li.active a {
    color: inherit;
}

header nav.main ul li.active {
    color: #008bc9;
}

a.btn-red {
    width: 220px;
    background: #d81845;
    color: #fff;
    text-decoration: none;
    display: flex;
    height: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.socials a {
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    transition: 0.3s;
}

.socials {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.socials a:hover {
    background: rgb(0 139 204 / 10%);
}

header nav.main ul li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

header nav.main .adaptive:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    right: 20px;
    height: 100%;
    background: #fff;
    z-index: 0;
}

header nav.main ul li:hover {
    background: rgb(229 243 250);
}

header nav.main ul li i {
    cursor: pointer;
}

header .cont .adaptive {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header nav.main .adaptive {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

header nav.main ul .submenu ul {
    display: flex;
    flex-direction: column;
    padding: 15px 20px 10px;
    background: #fff;
    border-radius: 10px;
    transform: scale(0.8);
    transition: 0.3s;
    transform-origin: top left;
}

header nav.main ul .submenu ul li {
    border-radius: 0px;
    padding: 0 0 5px;
}

header nav.main ul .submenu ul li a {
    padding: 0;
    height: auto;
    white-space: nowrap;
    color: #122a5d;
}

header nav.main ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

header nav.main ul li:hover .submenu ul {
    transform: scale(1);
}

header nav.main ul .submenu ul li a:hover {
    color: #008dcb;
}

header nav.main ul .submenu ul li:hover {
    background: transparent;
}

section.container {
    padding: 70px 0 70px;
}

article.article {
    font-family: 'Roboto';
    color: #454545;
}

article.article h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 15px;
}

article.article p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
}

article.article h3 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 600;
}

article.article ul {
    padding: 0 0 0 25px;
    margin: 0 0 15px;
}

article.article li {
    font-size: 16px;
    line-height: 20px;
    list-style-type: disc;
}

article.article blockquote {
    background: #f0faff;
    padding: 20px 20px;
    border-left: 4px solid #008bcc;
    margin: 0 0 15px;
}

article.article blockquote * {
    margin: 0;
}

article.article strong {
    font-weight: 500;
}

article.article li::marker {
    color: #008bcc;
}

header.fixed nav.main {
    position: fixed;
    z-index: 200;
    top: 0;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}

header.fixed nav.main .adaptive {
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

nav.navbar {
    background: #edf0f5;
    padding: 15px 0;
    margin: 0 0 10px;
}

nav.navbar .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

nav.navbar a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 50px;
    padding: 0 30px;
    border-radius: 4px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

nav.navbar h3 {
    font-size: 22px;
    color: #000d44;
    font-weight: 600;
}

footer .cont {
    background: #edf0f5;
    padding: 50px 0;
    margin: 0 0 60px;
}

footer .cont h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

footer .cont p {
    font-size: 18px;
    line-height: 20px;
}

footer .infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
}

footer .infos .left {
    display: flex;
}

footer .infos .cntBlock {
    padding: 0 60px 0 0;
}

footer .cntBlock h3 {
    color: #9e9e9e;
    font-size: 20px;
    padding: 0 0 10px;
}

footer .cntBlock p {
    font-size: 20px;
}

footer .cntBlock p a {
    text-decoration: none;
    color: inherit;
}

footer .socials a {
    margin: 0 0 0 10px;
    background: #edf0f5;
    border-radius: 100%;
}

footer .bottom {
    height: 60px;
    background: #edf0f5;
    border-top: 1px solid #e1e2e2;
    font-size: 16px;
}

footer .bottom .adaptive {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.rows.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.licenBlock {
    width: 280px;
    margin: 0 26.666px 30px 0;
}

.licenBlock:nth-child(4n) {
    margin: 0 0 30px;
}

.licenBlock a {
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
}

.licenBlock a .img {
    display: block;
    position: relative;
}

.licenBlock a .img img {
    display: block;
}

.licenBlock a .img i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

.licenBlock a h3 {
    padding: 10px 0 0;
    font-size: 20px;
    color: #031b4e;
}

.licenBlock a:hover .img i {
    opacity: 1;
}

.srvBlock a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.srvBlock {
    width: 280px;
    margin: 0 26.666px 30px 0;
}

.srvBlock a h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    color: #031b4e;
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
}

.srvBlock a h3::marker {
    color: #d81845;
}

.srvBlock:nth-child(4n) {
    margin: 0 0 30px;
}

a.zoomphoto {
    display: flex;
    position: relative;
}

a.zoomphoto i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

a.zoomphoto:hover i {
    opacity: 1;
}

.vacanBlock {
    background: #e8f1f6;
    margin: 0 0 30px;
    padding: 25px 30px;
    border-radius: 20px;
}

.vacanBlock h3 {
    font-size: 26px;
    font-weight: 600;
    color: #031b4e;
    padding: 0 0 15px;
}

.vacanBlock p {
    white-space: break-spaces;
    color: #4f5b75;
    font-size: 18px;
}

.persona_info {
    display: flex;
    padding: 0 0 50px;
}

.persona_info .right {
    padding: 0 0 0 40px;
    width: 530px;
}

.persona_info .info p {
    display: flex;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 15px 0 0;
    border-top: 1px solid #d6eaf1;
}

.persona_info .info p strong {
    display: block;
    width: 180px;
}

.persona_info .info p span {
    width: 350px;
}

.persona_info .info p:first-child {
    border: none;
    padding-top: 0;
}

.persona_info .left {
    width: 630px;
}

.personaBlock {
    width: 375px;
    margin: 0 37.5px 40px 0;
}

.personaBlock:nth-child(3n) {
    margin: 0 0 40px;
}

.personaBlock a {
    text-decoration: none;
}

.personaBlock img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.personaBlock a p {
    padding: 15px 0 0px;
    font-size: 18px;
    color: #777777;
    display: flex;
    align-items: center;
}

.personaBlock a p:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #d81845;
    border-radius: 100%;
    margin: 0 10px 0 0;
}

.personaBlock h3 {
    font-size: 20px;
    color: #031b4e;
    padding: 15px 0 0;
}

.prcBlock {
    background: #f1f6f9;
    margin: 0 0 10px;
    overflow: hidden;
    border-radius: 25px;
}

.ltitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #008bcc;
    padding: 0 30px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.ltitle.act i {
    transform: rotateZ(180deg);
}

.prcBlock .subcont {
    display: none;
}

li.sub_prcBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #b0d1e2;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
}

li.sub_prcBlock.headprc {
    border: none;
    font-weight: 600;
}

li.sub_prcBlock .title {
    padding: 13px 30px;
}

li.sub_prcBlock.headprc h3 {
    display: block;
}

li.sub_prcBlock .price {
    box-sizing: border-box;
    width: 260px;
    padding: 13px 30px;
    border-left: 1px solid #b0d1e2;
}

li.sub_prcBlock.headprc h3 {
    display: block;
}

li.sub_prcBlock h3 {
    display: none;
}

.cnt_tels {
    display: flex;
    padding: 0 0 50px;
}

.cnt_tels .cntBlock {
    padding: 0 50px 0 0;
}

.cnt_tels .cntBlock h3 {
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.cnt_tels .cntBlock p {
    color: #008bcc;
    font-size: 34px;
}

.cnt_tels .cntBlock a {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}

.cnt_info {
    display: flex;
}

.cnt_info .cntBlock {
    padding: 0 50px 0 0;
}

.cnt_info .cntBlock h3 {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: 600;
    margin: 0 0 10px;
}

.cnt_info .cntBlock p {
    font-size: 20px;
}

.cnt_info .cntBlock a {
    text-decoration: none;
    color: inherit;
}

section.welcome {
    height: 890px;
}

.main_slider {
    height: 620px;
    box-sizing: border-box;
    padding: 80px 0 0;
}

.main_slider .adaptive {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

.main_slider .adaptive .right {
    display: flex;
    align-items: flex-end;
}

.main_form {
    height: 270px;
    position: relative;
}

.main_form .adaptive {
    height: 100%;
    background: #fff;
    border-top-left-radius: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    box-sizing: border-box;
}

.main_slider .adaptive .txt {
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Myriad Pro';
    color: #fff;
}

.main_form:before {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}

.main_slider .adaptive .txt h3 {
    font-size: 70px;
    font-weight: 600;
}

.main_slider .adaptive .txt h2 {
    font-size: 80px;
    font-weight: bold;
}

.main_slider .adaptive .txt .row {
    padding: 20px 0 0;
    display: flex;
    align-items: center;
}

.main_slider .adaptive .txt .row .btn {
    height: 50px;
    background: #fff;
    display: flex;
    padding: 0 20px;
    margin: 0 20px 0 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    color: #000;
}

.main_slider .adaptive .txt a.btn.btn_red {
    color: #fff;
    background: #d81845;
}

.main_slider .adaptive .txt .row a.tel {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

.section_title h2 {
    font-size: 44px;
    padding: 0;
    font-family: 'Roboto';
    font-weight: bold;
}

.section_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
}

.section_title a {
    background: #008cca;
    color: #fff;
    padding: 0 30px;
    height: 50px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
}

section.personal {
    padding: 50px 0;
}

section.services {
    padding: 80px 0 0;
}

.empty_result {
    font-size: 40px;
    font-weight: bold;
    opacity: 0.2;
}

.main_form form {
    height: 220px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 50px;
    box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 9%);
    border-radius: 40px;
    align-items: center;
    font-family: 'Myriad Pro';
}

.main_form form .row {
    display: flex;
    padding: 0 0 15px;
}

.main_form form .row .input_text {
    width: 210px;
    padding: 0 15px 0 0;
}

.main_form .adaptive .element {
    position: absolute;
    left: -80px;
    bottom: 0;
    width: 80px;
    height: 80px;
    background-size: contain;
}

.main_form form h2 {
    font-size: 50px;
    color: #000d44;
    font-weight: bold;
    width: 330px;
    border-right: 4px solid #008bc9;
    box-sizing: border-box;
}

.main_form form .right {
    padding: 0 0 0 30px;
    box-sizing: border-box;
    width: 690px;
}

.input_text input {
    background: #edf0f5;
    border: none;
    height: 46px;
    padding: 0 15px;
    width: 210px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.main_form form .row .input_text:nth-child(3n) {
    padding: 0 0 0;
}

input, textarea, button {
    outline: none;
    font-family: 'Myriad Pro';
}

.main_form form .row .input_text button {
    width: 210px;
    height: 46px;
    background: #d81845;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    transition: 0.3s;
}

.row.polit input {
    display: none;
}

.row.polit label i.on {
    display: none;
}

.main_form form .row label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    color: #4a4a4a;
}

.main_form form .row.polit {
    padding: 0;
}

.row.polit input:checked + label .off {
    display: none;
}

.row.polit input:checked + label .on {
    display: block;
}

.main_form form .row label span {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
    cursor: pointer;
    color: #008bc9;
}

.main_form form .row label a {
    color: #008bc9;
}

.main_form form .row label strong {
    color: #008bc9;
}

.main_form form .row .input_text button.disb {
    opacity: .5;
    cursor: no-drop;
}

header .cont .right .btns .submen {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    display: none;
}

header .cont .right .btns .submen ul li {
    padding: 10px 0 0;
}

header .cont .right .btns:hover .submen {
    display: block;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}

header .cont .right .btns .submen ul li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
}

header .cont .right .btns .submen ul li:first-child {
    padding: 0;
}

header .cont .right .btns a {
    color: #122a5d;
}

header .cont .right .btns a.btn.fbtn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .cont .right .btns a.btn.fbtn span {
    padding: 0 0 0 5px;
    font-weight: 600;
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.modal_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 140;
    display: none;
}

.modal_wrap.act {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal_back_close {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.modal_block {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 400px;
    box-sizing: border-box;
    display: inline-block;
    padding: 40px 30px 30px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
    border-radius: 20px;
}

.modal_but_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #242424;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

.modal_title {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 36px;
}

.modal_block .input_text input {
    width: 100%;
}

.modal_block .input_text {
    margin: 0 0 15px;
}

.modal_block button {
    background: #d81845;
    width: 200px;
    height: 44px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}

.modal_block button.disb {
    opacity: 0.5;
    cursor: no-drop;
}

.modal_block .row.polit {
    margin: 0 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.modal_block .row.polit input {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.modal_block .row.polit label {
    font-size: 14px;
}

.modal_block .row.polit label a {
    color: #008bc9;
}

body.inside_page .adaptive {
    padding: 0;
}

.faqBlock .question {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #008bcc;
    padding: 0 30px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.faqBlock {
    background: #f1f6f9;
    margin: 0 0 10px;
    overflow: hidden;
    border-radius: 25px;
}

.faqBlock .answer {
    display: none;
}

.faqBlock .answer article {
    padding: 25px 30px;
}

.faqBlock .question.act i {
    transform: rotateZ(180deg);
}

div#ui-datepicker-div {
    z-index: 200 !important;!i;!;
}