/**
 * Theme Name:   Alians
 * Author:       Svetlana
 * Version:      1.1
 * Description:  Alians WordPress Theme
**/


/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
}
#wpadminbar:hover, 
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #4A6F8D; }
::-moz-placeholder          { color: #4A6F8D; }
::-o-placeholder            { color: #4A6F8D; }
:-ms-input-placeholder      { color: #4A6F8D; }
input:-moz-placeholder      { color: #4A6F8D; }

embed, iframe, object { max-width: 100%; }
input[type="text"], input[type="tel"],  .wpcf7-textarea, textarea {
    border: 0;
    border-bottom: 2px solid #4A6F8D;
    border-radius: 2px;
    padding: 10px 0;
    box-shadow: none;
    color:#4A6F8D;
}
textarea {
    border-radius: 12px;
    outline: none;
    resize: none;
}
input:focus {
    box-shadow: none;
}
input[type="text"]:active, input[type="tel"]:active,
input[type="text"]:focus, input[type="tel"]:focus, textarea.wpcf7-textarea:focus, .wpcf7-textarea:active {
    border: 0;
    border-bottom: 2px solid #1D4465; 
    box-shadow: none;
    outline: none;
    color: #1D4465;
}
label {
    color: #4A6F8D;
}
::placeholder {
    color: #7D9596;
    font-size: 16px;
}
.button, input[type="button"], input[type="submit"] {
    background: #D06210;
    color: #fff;
    border-radius: 20px;
    margin: 0;
    border: 0;
    min-height: 50px;
    line-height: 28px;
    padding: 10px 40px;
    width: 100%;
    transition: all 0.5s ease-out;
}

.button {
    padding: 10px 40px;
    min-width: 295px;
    min-height: 60px;
    box-sizing: border-box;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.button:hover ,  input[type="submit"]:hover, input[type="button"]:hover {
    background: #B95104;
}
.button:active,
.button:focus,
input[type="submit"]:focus, 
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:active {
    background: #9B4200;
    outline: none;
}
a:focus, a:hover {
    color: inherit;
}

/* Align Middle */
.align-middle {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
/*Centered FlexBox crossbrowser*/
.centered-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}


/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
body {background: #FDFEFF; color: #1D4465; font-size: 16px;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: "Manrope", serif;line-height: 20px; font-weight: 400;}
h1,h2,h3,h4,h5,h6{font-weight: 400; margin: 0; padding: 0;}

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ------------------------------------
    Basic Styles
------------------------------------- */
b, strong {
    font-weight: bold;
}
h1, .h1 {
    color: #1D4465;
    font-size: 100px;
    line-height: 125px;
    text-transform: uppercase;
    font-family: "Manrope", serif;
    font-weight: bold;
    margin: 0;
 }
 .h1 {
    line-height: 100px;
 }
 h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
 }
 h3, .h3 {
    font-size: 28px;
    font-weight: bold;
}
h4, .h4 {
    font-size: 24px;
    font-weight: 500;
}
 h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}
 p {
    margin-bottom: 20px;
 }
ul {
    padding: 0;
    margin: 0;
}
a {
    transition: background-color 0.3s ease, color 0.3s ease; 
}
@media only screen and (min-width: 76.5rem) { 
   
}
.flex {
    display: flex;
    flex-direction: column;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
#header {
    z-index: 1000;
    width: 100%;
	position: fixed;
}
.header-desktop {
    display: block;
}
.header-main-section {
    background: #1D4465; 
    z-index: 100;
    padding: 15px 0;
}
.header-main-section .grid-x {
 align-items: center;
}
header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header ul li a {
    color: #FFFEFC;
    font-size: 16px;

    text-transform: uppercase;
    font-weight: 500;
}
.language  a {
    color: #FFFEFC;
    font-size: 16px;
    line-height: 21px;
    padding: 0 9px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}
.language active {
    color: #FFBE8D;
}
.language  a:first-child {
    padding-left: 0;
}
.language  a:first-child:after{
    border-right: 1px solid #FFFEFC;
    content: " ";
    height: 12px;
    position: absolute;
    right: 0;
    top: 5px;
}
.language  a.active, .language  a:hover {
    color: #FFBE8D ;
}
header .header-info a {
    justify-content: space-between;
}
.language, .header-info a {
    color: #FFFEFC;
    font-size: 18px;
}
.header-info a {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 500;
}
.header-info a:focus, .header-info a:focus svg path {
    color: #FFBE8D;
    fill: #FFBE8D;
}
.header-info a:last-child {
    margin-bottom: 0;
}
.header-info a svg {
    margin-right: 4px;
}
.header-info a:hover,  .header-info a:hover svg:hover {
    color: #FFBE8D ;
}
.header-info a:hover svg path {
    fill: #FFBE8D;
}


/* ------------------------------------
    Content Styles
------------------------------------- */
.direction {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.direction li {
    display: flex;
    align-items: center;
}
.direction li:last-child {
    margin-right: 0;
}
.direction li {
    position: relative;
}
.direction li a {
    border: 2px solid #1D4465;
    border-radius: 10px;
    padding: 15px 40px;
    position: relative;
    color: #D06210;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 30px;
    transition: background-color 0.3s ease, color 0.3s ease; 
}
.direction li::after {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    background-color: #1D4465;
    content: ""; 
    position: absolute;
    top: 30px;
    right: -57px;
}
.direction li:last-child:after {
    display: none
}
.direction li a:hover {
    background: #1D4465;
    color: #FFFEFC;
}
.banner {
    padding-top: 520px;
    position: relative;
	margin-bottom: 45px;
}
.banner h2 {
    font-size: 50px;
    line-height: 68px;
    font-weight: 700;
}
.banner h1 {
    margin-bottom: 40px;
    line-height: 136px;
}

.page-template-template-home-en .banner h1 {
	font-size: 120px;
	line-height: 160px;
}
.banner-content {
    position: relative;
}
h2 .circle-btn, .circle-btn {
    background-color: #D06210;
    width: 180px;
    box-sizing: border-box;
    height: 180px;
    color: #FFFEFC;
    font-weight: 700;
    line-height: 25px;
    font-size: 18px;
    display: flex;
    border-radius: 180px;
    vertical-align: baseline;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    right: 234px;
    bottom: 0;
    padding: 0 30px;
    justify-content: center;
}
.circle-btn:hover {
    background-color: #B95104;
    color: #FFFEFC;
}
.circle-btn:active, .circle-btn:focus {
    background-color: #9B4200;
    color: #FFFEFC;
}
.about-us {

	padding-top: 42px;
	position: relative;
}
#about-us {
	padding-top: 45px;
}
.services  {
	    padding-top: 75px;
	margin-top:75px;
}
.about-img {
	border-radius: 10px;
	flex: 1;
}
.about-img img {
	opacity: 0;
}
.line {
    background-color: #617C92;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    display: block;
	position: absolute;
    top: 0;
}
.about-us__column__list {
	display: flex;
	flex-direction: row;
	gap: 48px;
}
.list_of_features__left {
	max-width: 390px;
}

.page-template-template-home-en .list_of_features__left {
	max-width: 429px;
}
.about-us h2 {
    text-transform: uppercase;
}
.about-us-image-mobile {
	display: none;
}
.about-text p {
	font-size: 18px;
	line-height: 25px;
}
.about-us__flex {
	display: flex;
    flex-direction: row;
	gap:74px;
}
.about-us__title {
	flex: 1;
	max-width: 266px;
}
.about-us__column {
	flex: 2;
    display: flex;
    flex-direction: column;
}
.about-us__column__text   {
	flex: 2;
	max-width: 390px;
}
.about-us__column__flex {
	display: flex;
	gap: 48px;
}



.list_of_features {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.list_of_features li {
    display: inline-flex;
    box-sizing: border-box;
    margin-bottom: 20px;
    align-items: center;
    color: #1D4465;
    font-size: 28px;
    font-weight: 700;
	width: 438px;
}
.list_of_features li img {
    margin-right: 20px;
}
.services {
    margin-bottom: 150px;
}
.services h2 {
    margin-bottom: 70px;
}
.call-us {
    background-color: #1D4465;
    border-radius: 20px;
    padding: 74px;
    margin-bottom: 150px;
}
.call-us_text {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.call-us_text h3 {
    color: #FFFEFC;
    line-height: 40px;
    margin-bottom: 40px;
}
.btn {
    font-weight: 700;
    color: #FFFEFC;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    background-color: #D06210;
    border-radius: 20px;
    padding: 12px 24px;
    display: inline-flex;
    transition: background-color 0.3s ease, color 0.3s ease; 
    min-width: 320px;
    align-items: center;
    justify-content: center;
}
.btn:hover {   
    background-color: #B95104;
}
.btn:hover , .btn:focus {
    color: #FFFEFC;
}
.btn:focus {
    background-color: #9B4200;
}


/* ------------------------------------
    Accordion Styles
------------------------------------- */
.accordion {
    background: transparent;
}
.accordion-title {
    border: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1D4465;
    padding: 0 0 0 340px;
    line-height: 39px;
	transition: margin 0.3s ease;
	min-height: 132px;
	flex: 1;
    display: flex;
    align-items: center;
}
.accordion-item:last-child:not(.is-active)>.accordion-title {
   border-bottom: 0;
   border-radius: 2px;
}
.accordion-title::after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #1D4465;
    border-radius: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.accordion li.accordion-item  {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
    justify-content: space-around;
    position: relative;
}
.accordion-title::before {
    content: "";
    width: 52px;
    height: 52px;
    margin-top: -26px;
	right: 0;
    transition: background 0.3s ease;
    background: url(images/down-btn.svg) no-repeat;
}
.is-active>.accordion-title::before {
    background: url(images/up-btn.svg) no-repeat;
    content: "";
}
.accordion-title:focus, .accordion-title:hover {
    background-color: transparent;
}
.accordion-item:last-child {
    border-bottom: 2px solid #617C92;
    border-radius: 2px;
}
.accordion-item:last-child>.accordion-content:last-child {
    border: 0;
}
.accordion-content h5 {
    font-weight: 700;
    font-size: 20px;
    color:#1D4465;
    line-height: 28px;
    margin-bottom: 25px;
}
.accordion-content h5 strong {
    color:#D06210;
}

.accordion-content h5 + ul {
    margin-bottom: 40px;
}

.accordion-content *:last-child {
    margin-bottom: 0;
}
.accordion-content{
    margin-left: 340px;
    margin-right: 60px;
    border: 0;
    background-color: transparent;
    padding: 0;
	margin-bottom: 47px;
}
.services .accordion-content {
    margin-left: 0;
}
.services .accordion-content img {
    width: 310px;
    height: 290px;
    border-radius: 10px;
}
.accordion-content p  {
    color: #1D4465;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.accordion-content ul {
    list-style: none;
    margin: 0;
}
.accordion-content ul + p {
	margin-top: 20px;
}
.accordion-content ul ~  p {
	margin-left: 32px;
}
.accordion-content ul li {
    font-size: 20px;
    line-height: 28px;
    color: #1D4465;
    margin-bottom: 20px;
    background: url(images/mark-icon.svg) no-repeat left center;
    padding-left: 32px;
}
.accordion-title .title {
    display: inline-block;
}
.services .accordion-title .title {
   max-width: 700px;
}
.accordion-content__flex {
    display: flex;
    gap: 30px;
}


.services .accordion-content__description li:nth-child(4) {
	max-width: 734px;
}
.services .accordion li:nth-child(2) .accordion-content__description li:nth-child(3) {
	max-width: 912px;
}
.services .accordion-content ul ~ p {
	max-width: 783px;
}
.questions-section li .accordion-content {
	max-width: 890px;
}
.questions-section li:nth-child(2)  .accordion-content {
	max-width: 818px;
}
.questions-section li:nth-child(4)  .accordion-content {
	max-width: 800px;
}
.questions-section li:nth-child(5)  .accordion-content {
	max-width: 790px;
}
.page-template-template-home-en .services .accordion li:nth-child(1)  .title {
	max-width: 587px;
}
.page-template-template-home-en .services .accordion li:nth-child(2) 
.accordion-content__description li:nth-child(7) {
	max-width: 783px;
}

.page-template-template-home-en .services .accordion-content__description li:nth-child(4) {
	max-width: 839px;
}
.page-template-template-home-en 
.about-us__flex {
	gap: 46px;
}

.page-template-template-home-en  .about-us__title {
	max-width: 295px;
}
.page-template-template-home-en   .about-us__column__text {
	max-width: 428px;
}
.page-template-template-home-en  .list_of_features li {
	 width: 478px;
}

/* ------------------------------------
    Questions Styles
------------------------------------- */
.questions-section h2 {
    margin-bottom: 70px;
}

/* ------------------------------------
    Contacts Styles
------------------------------------- */
.flex-contacts {
    display: flex;
}
.flex-left-contacts {
    flex-grow: 1; 
}
.circle-btn__mobile {
display: none;
}
/* .flex-right-contacts {
    height: 100%;
    max-height: 390px;
    display: block;
    max-width: 567px;
    border-radius: 10px;
} */

.flex-right-contacts {
    border-radius: 10px;
}
.flex-right-contacts img {
    opacity: 0;
}
.contacts {
    margin-bottom: 150px;
	padding-top: 75px;
	margin-top: 75px;
}
.contacts h2 {
    margin-bottom: 70px;
}
.contacts h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}
.contacts * {
    color: #1D4465;
}
.contacts svg path {
    fill: #1D4465;
}
.contacts  a {
    color: #1D4465;
}
.contacts .header-info {
    margin-bottom: 46px;
}
.contacts .social-section  a:hover svg path , .contacts .header-info a:hover svg path {
    fill: #D06210;
}
.contacts .social-section a {
	margin-right: 4px;
}
.contacts .social-section a:last-child {
	margin-right: 0;
}
.contacts .address-section {
    max-width: 320px;
}
.contacts .header-info a:hover {
    color: #D06210;
}
/* ------------------------------------
    Footer Styles
------------------------------------- */

.footer-info {
    display: flex;
    flex-direction: row;
}
.footer {
    display: flex;
    justify-content: space-between;
    position: relative;
}
footer {
    padding-top: 50px;
    background-color: #1D4465;
    padding-bottom: 41px;
}
.footer .footer-info:first-child {   
     gap: 110px;
}
.footer-info__column {
    flex: 1 1 calc(50% - 20px);
}
.mobile-btn.button-up {
    opacity: 0;
}
footer * {
    color: #FFFEFC;
}
footer ul {
    list-style: none;
}
footer ul li {
    margin-top: 10px;
    line-height: 20px;
}
footer ul li:first-child {
    margin-top: 0;
}
footer ul li a {
    font-weight: 500;
}
footer ul li a:focus {
    color:#FFBE8D
}
.short-description {
    color: #FFFEFC;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    max-width: 245px;
    margin-top: 15px;
}
.copyright-seection {
    border-top: 2px solid #4A6F8D;
    border-radius: 2px;
    padding-top: 20px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
}
.alight-right {
    text-align: right;
}
footer a:hover {
    color: #FFBE8D
}
footer h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-logo  img {
    width: 154px;
}
footer .social-section {
    margin-top: 35px;
}
.social-section  svg  {
    margin: 8px 8px 0 8px;
    transition: background-color 0.3s ease, color 0.3s ease; 
}
footer .social-section  svg path {
    fill: #FFFEFC;
    transition: background-color 0.3s ease, color 0.3s ease; 
}
footer .social-section  a:hover svg path {
    fill: #FFBE8D;
}


 footer .address-section {
    margin-top: 35px;
}
.address-section__content {
    display: flex;
    position: relative;
}
.address-section__content svg {
    position: absolute;
    left: 0;
    top: 0;
}
.address-section__content span {
    padding-left: 24px;
}
.address-section__content span p {
	margin-bottom: 0;
}
footer .header-info {
    min-height: 100px;
}
footer .header-info a {
    margin-bottom: 10px;
}
.work-info {
    display: flex;
    align-content: center;
    align-items: center;
}
.work-info svg {
    margin-right: 4px;
}
.work-section {
    position: relative;
    min-height: 100px;
}
/* Back to Top BUtton */
#scrollUpButton {
    z-index: 99;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.button-up {
    border: 2px solid #FFFEFC;
    border-radius: 5px;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}
.button-up:hover {
    border-color: #FFBE8D;
}
.button-up:hover svg path {
    stroke: #FFBE8D;
}


.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-bar {
    display: flex;
    gap: 30px;
}
.contact-info nav.top-bar {
	margin-right: 83px;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 55px;
}
.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
}

/* ------------------------------------
    Popup Styles
------------------------------------- */
.reveal-overlay {
	background-color: rgba(29, 68, 101, 0.4);
}
.modal-box {
    max-width: 820px;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    width: 100%;
    gap:24px;
}
.modal-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 38px;
}
.modal-box__form {
    max-width: 294px;
}

.modal-box__image {
    flex: 1;
    position: relative;
}
.modal-box__image  img {
    border-radius: 10px;
	opacity:0;
}
.modal-box__image {
	border-radius: 10px;
}
.modal-box form p .wpcf7-spinner { display: none;}
.close-button {
    background: url(images/close_popup.svg) no-repeat;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px;
}
.close-button  span {
    display: none;
}
.modal-box .wpcf7-list-item {
    margin: 0;
}
.modal-box .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
    color:#1D4465;
}
#modal-review div.wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 38px; 
    color:#1D4465;
    padding-right: 50px
}

#modal-review div.wpforms-container-full .wpforms-form .wpforms-head-container {
    padding: 0;
}
#modal-review .wpforms-field input[type="text"],
#modal-review .wpforms-field input[type="number"] {
    border: 0;
    border-bottom: 2px solid #1D4465;
    border-radius: 2px;
    padding: 0;
    box-shadow: none;
}

#modal-review input[type="text"]:active,
#modal-review input[type="tel"]:active,
#modal-review input[type="text"]:focus,
input[type="tel"]:focus,
#modal-review textarea.wpcf7-textarea:focus,
#modal-review .wpcf7-textarea:active {
    border: 0;
    border-bottom: 2px solid #1D4465; 
    box-shadow: none;
    outline: none;
    outline: none;
    color: #1D4465;
}
#modal-review div.wpforms-container-full:not(:empty) {
margin: 0;
}

#modal-review button[type="submit"] {
    background: #D06210;
    color: #fff;
    border-radius: 20px;
    margin: 0;
    border: 0;
    min-height: 50px;
    line-height: 28px;
    padding: 10px 40px;
    width: 100%;
    transition: all 0.5s ease-out;
	margin-top: 10px;
 }
#modal-review form {
    min-width: 294px;
}
#modal-review button[type="submit"]:hover {
    background: #B95104;
}
#modal-review button[type="submit"] :active,
.button:focus,
#modal-review button[type="submit"] :focus, 
#modal-review input[type="button"]:focus,
input[type="button"]:active,
#modal-review input[type="submit"]:active {
    background: #9B4200;
    outline: none;
}

#modal-review div.wpforms-container-full .wpforms-confirmation-container-full,
#modal-review div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent;
    border: 0;
    color:#1D4465;
    padding: 0;
    margin: 0 auto;
    font-size: 24px;
    line-height: 32px;
}

#modal-review div.wpforms-container-full .wpforms-confirmation-container-full p,
#modal-review div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
    background: url(images/popup_big_mark.svg) no-repeat center top;
    border: 0;
    color:#1D4465;
    padding: 0;
    margin: 0 auto;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding: 108px 0 0 0;
}

/* #modal-review .icon-mark {
    background: url(images/popup_big_mark.svg) no-repeat;
    width: 68px;
    height: 69px;
    display: block;
    margin: 0 auto 40px auto;
} */
.top-menu li a:focus {
    color: #FFBE8D;
}
.reveal {
    background-color:#FDFEFF;
}
#modal-review .wpforms-field-label-inline {
    color:#1D4465;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.modal-box__form {
    display: block;
    align-items: center;
	position: relative;
}
.modal-box__image:before {
	content: " ";
	width: 52px;
	height: 52px;
	background-color:#FDFEFF;
	border-radius: 8px;
	position: absolute;
	top: -5px;
    right: -5px;
}
label {
    position: relative;
}
#modal-review .choice-1  {
    display: flex;
    align-items: center;
}
#modal-review .choice-1 input[type="checkbox"] + label {
    padding-top: 3px;
}

#modal-review div.wpforms-container-full input[type=checkbox]:before, 
#modal-review div.wpforms-container-full input[type=radio]:before,
#modal-review  div.wpforms-container-full input[type=checkbox]:checked:before, 
#modal-review  div.wpforms-container-full input[type=radio]:checked:before {
    border-width: 1px;
    border-color: #1D4465;
    box-shadow: none;
}

#modal-review div.wpforms-container-full input[type=submit]:focus:after, 
#modal-review div.wpforms-container-full button[type=submit]:focus:after, 
#modal-review div.wpforms-container-full .wpforms-page-button:focus:after, 
#modal-review .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, 
#modal-review .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, 
#modal-review .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after
{
    border: 0;
    display: none
}
#modal-review div.wpforms-container-full input[type=checkbox]:checked:after  {
    border-color: #1D4465;
    border-left-width: 2px;
    border-bottom-width: 2px;
    left: -2px;
}

#modal-review .wpforms-container .wpforms-field,
#modal-review .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0 0 20px 0;
}

#modal-review .wpforms-field.wpforms-field-checkbox {
    padding-bottom: 20px;
}

#modal-review em.wpforms-error {
    display: none!important;
}
#modal-review  .wpforms-has-error input[type="number"],
#modal-review  .wpforms-has-error input[type="text"] {
     border-color: #B5484A
}
#modal-review  .wpforms-has-error input[type="number"]::placeholder,
#modal-review  .wpforms-has-error input[type="text"]::placeholder {
    color: #B5484A
}

.hidden {
	opacity: 0;
	transform: translateY(50px); 
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.visible {
    opacity: 1;
    transform: translateY(0);
}
.map p {
	margin-bottom: 0;
}
.map iframe {
	border: 0;
	border-radius: 10px;
}

  