@charset "utf-8";

/*------------------*/
/*-- Fonts --*/
/*------------------*/

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter18pt-SemiBold.eot');
    src: url('fonts/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('fonts/Inter18pt-SemiBold.woff') format('woff'),
        url('fonts/Inter18pt-SemiBold.ttf') format('truetype'),
        url('fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter18pt-Regular.eot');
    src: url('fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('fonts/Inter18pt-Regular.woff') format('woff'),
        url('fonts/Inter18pt-Regular.ttf') format('truetype'),
        url('fonts/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*-------------------------------------------*/
/* BASIC SETUP */
/*-------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    -webkit-text-size-adjust: 100%;
}

html,
body {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
}

.wrapper {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

header {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    background: #fff;
}

.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

::-webkit-input-placeholder {color:#555555;}
::-moz-placeholder          {color:#555555;}
:-moz-placeholder           {color:#555555;}
:-ms-input-placeholder      {color:#555555;}

input,
textarea,
button,
select,
a,
img {
    outline: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance;
    text-indent: 0.01px;
    text-overflow: "";
}

*::-ms-expand { display: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input {
    -webkit-appearance: none;
    -moz-appearance
}

button {
    -webkit-appearance: none;
    -moz-appearance
}

textarea {
    resize: none;
    overflow: auto;
    -webkit-appearance: none;
    -moz-appearance;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity .3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity .3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity .3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity .3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity .3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity .3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity .3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity .3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity .3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity .3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity .3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity .3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity .3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity .3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity .3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity .3s ease;}

.clearfix:after,
.clearfix:before {
    display: block;
    content: "";
}

/*-------------------------------------------*/
/* ----- DEFAULT STYLES ------ */
/*-------------------------------------------*/

section {
    position: relative;
    padding: 10px 0;
}

h1 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #0F141A;
}

h2 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 42px;
    line-height: 59px;
    color: #0F141A;
}

h3 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
}

h4 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
}

p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
}

a {
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
}

li {
    list-style: none;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
}

img {
    outline: none;
    border: 1px solid transparent;
    border: none;
}

button:hover,
button:active,
a:hover,
a:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-tap-highlight-color: transparent;
}

input {

}

input:focus {

}

textarea {

}

textarea:focus {

}

/*-------------------------------------------*/
/* ----- REUSABLE COMPONENTS ------ */
/*-------------------------------------------*/

.row {
    width: 100%;
    max-width: 1326px;
    margin: 0 auto;
    padding: 0 25px;
}

.overflow_wrapp {
    overflow: hidden;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.visible_1124 {
    display: none;
}

.visible_900 {
    display: none;
}

.visible_700 {
    display: none;
}

.visible_600 {
    display: none;
}

/*-------------------------------------------*/
/* ----- HEADER ------ */
/*-------------------------------------------*/

.header_site {
    display: flex;
    flex-wrap: wrap;
    padding: 14px 0 13px 0;
}

.header_site > div:nth-child(1) {
    width: 210px;
}

.header_site > div:nth-child(2) {
    width: calc(60% - 210px);
}

.header_site > div:nth-child(3) {
    width: 40%;
    padding: 10px 0 10px 10px;
}

.logo {
    display: inline-block;
    vertical-align: top;
    width: 120px;
}

.logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.resp_nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding: 23px 0 0 0;
}

.resp_nav li {
    padding: 5px 12px;
}

.resp_nav li a {
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.resp_nav li a:hover {
    color: #DE2180;
}

.pink_pill {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px 16px;
    min-height: 40px;
    background: #DE2180;
    border-radius: 20px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    -webkit-transition-property: background;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: background;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: background;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: background;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.pink_pill:hover {
    background: #ff0080;
}

.resp_menu_bg {
    display: none;
}

.close_nav {
    display: none;
}

.respBtn {
    display: none;
}

.resp_logo {
    display: none;
}

.right_inline {
    display: flex;
    justify-content: flex-end;
    margin: 0 -10px;
}

.right_inline > div {
    padding: 2px 10px;
}

.right_inline .pink_pill {
    margin: 8px 0 0 0;
}

.langs_nav {
    display: flex;
    justify-content: flex-end;
}

.langs_nav li {
    padding: 0 2px;
}

.langs_nav li a {
    display: block;
    min-width: 60px;
    text-align: center;
    padding: 16px 5px;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
    -webkit-transition-property: border;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: border;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: border;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: border;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: border;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.langs_nav li a.active,
.langs_nav li a:hover {
    border-bottom: 1px solid #0F141A;
}

.lang_hide {
    height: 0;
    width: 0;
    position: fixed;
    top: 0;
    left: -99999999px;
    opacity: 0;
    z-index: -1;
}

/*-------------------------------------------*/
/* ----- CONTENT ------ */
/*-------------------------------------------*/

/*-- Section 1 - Main Page --*/

.promo_templ {
    display: flex;
    flex-wrap: wrap;
}

.promo_templ > div:nth-child(1) {
    width: calc(100% - 510px);
    padding: 23px 16px 0 0;
}

.promo_templ > div:nth-child(2) {
    width: 510px;
}

.promo_templ {
    padding: 75px 0 20px 0;
}

.promo_templ h1 {
    padding: 8px 0;
}

.promo_templ h1 span {
    color: #DE2180;
}

.promo_templ p {
    padding: 8px 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.promo_templ p b {
    font-weight: 600;
}

.btns_inlines {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 43px 0 10px 0;
}

.btns_inlines > div {
    padding: 10px 15px;
}

.pink_pill_2 {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    min-height: 56px;
    border: none;
    background: #DE2180;
    border-radius: 20px; 
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    cursor: pointer;
}

.transparent_pill {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    min-height: 56px;
    border: 1px solid #DDDDDE;
    border-radius: 20px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
}

.promo_images {
    width: 512px;
    height: 362px;
    position: relative;
    right: 5px;
}

.grid {
    position: absolute;
    top: -41px;
    left: 64px;
}

.circle {
    border-radius: 50%;
    position: absolute;
}

.circle_1 {
    width: 290px;
    height: 290px;
    background: #FFEFF6;
    top: -71px;
    right: -79px;
}

.circle_2 {
    width: 155px;
    height: 155px;
    background: #F0F2F5;
    bottom: -67px;
    left: 130px;
}

.circle_3 {
    width: 60px;
    height: 60px;
    background: #DE2180;
    bottom: -48px;
    left: 244px;
}

.promo_images .img_box:nth-child(1) {
    width: 251px;
    height: 317px;
    border-radius: 20px;
    top: 45px;
    left: 0;
}

.promo_images .img_box:nth-child(2) {
    width: 252px;
    height: 288px;
    border-radius: 20px;
    top: 0;
    right: 0;
}

.promo_images .img_box:nth-child(3) {
    width: 132px;
    height: 154px;
    border-radius: 20px;
    top: 78px;
    left: 50%;
    transform: translate(-50%, 0);
}

.promo_images .img_box {
    overflow: hidden;
    position: absolute;
}

.promo_images .img_box img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}

/*-- /Section 1 - Main Page --*/

/*-- Section 2 - Main Page --*/

.about_article {
    display: flex;
    flex-wrap: wrap;
}

.about_article > div:nth-child(1) {
    width: 435px;
    padding: 10px 10px 10px 0;
}

.about_article > div:nth-child(2) {
    width: calc(100% - 435px);
    padding: 10px 0 10px 10px;
}

.about_article {
    padding: 51px 0 20px 0;
}

.about_article .img_box {
    max-width: 404px;
    height: 490px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.about_article .img_box img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}

.about_article > div:nth-child(2) > h2 {
    padding-bottom: 20px;
}

.about_article > div:nth-child(2) > p {
    padding: 12px 0;
}

.thumbnails {
    display: flex;
    flex-wrap: wrap;
    padding: 3px 0;
}

.thumbnails > div:nth-child(odd) {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 8px;
}

.thumbnails > div:nth-child(even) {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 8px;
}

.thumb {
    margin: 8px 0;
    padding: 24px 16px;
    background: #F0F2F5;
    border-radius: 20px;
}

.thumb.hight {
    align-self: stretch;
    height: 100%;
}

.thumb p {
    font-size: 16px;
    line-height: 24px;
    color: #66696E;
}

.thumb p span {
    color: #DE2180;
    font-weight: 600;
}

.resp {
    display: none;
}

/*-- /Section 2 - Main Page --*/

/*-- Section 3 - Main Page --*/

.thumbnails_2_wrapp {
    position: relative;
}

.thumbs_2_shape {
    position: absolute;
    top: -64px;
    left: -51px;
}

.thumbnails_2 {
    display: flex;
    flex-wrap: wrap;
}

.thumbnails_2 {
    display: flex;
    flex-wrap: wrap;
    margin: 90px -16px 0 -16px;
    position: relative;
    z-index: 2;
}

.thumb_2 {
    display: block;
    width: calc(33.33% - 32px);
    margin: 0 16px 19px 16px;
}

.thumb_2:nth-child(2),
.thumb_2:nth-child(3) {
    width: calc(37.33% - 32px);
}

.thumb_2:nth-child(7),
.thumb_2:nth-child(8) {
    width: calc(50% - 32px);
}

.thumb_2:nth-child(12) {
    width: calc(100% - 32px);
    margin-top: 21px;
    text-align: center;
}

.thumbnails_2_title {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: calc(25.33% - 32px);
    margin-bottom: 24px;
    background: #F0F2F5;
    border-radius: 20px;
}

.thumbnails_2_title > h2 {
    width: 100%;
}

.thumb_2 .img_box {
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.thumb_2:hover .img_box {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.3);
}

.thumb_2 .img_box img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}

.thumb_2_footer {
    display: flex;
    padding: 23px 0 5px 0;
}

.thumb_2_footer > div:nth-child(1) {
    width: calc(100% - 90px);
}

.thumb_2_footer > div:nth-child(2) {
    width: 90px;
    text-align: right;
}

.thumb_2_footer_2 > div:nth-child(1) {
    width: 100%;
}

.thumb_2 p {
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.thumb_2:hover p {
    color: #DE2180;
}

.btns_inlines_center {
    padding: 35px 0 10px 0;
    justify-content: center;
}

/*-- /Section 3 - Main Page --*/

/*-- Section 1 - Package Services --*/

.sect_1_p_serv {
    padding: 41px 0 1px 0;
}

.h1_wrapp {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 0 57px 0;
}

.h1_wrapp h1 {
    padding: 10px 0 35px 0;
}

.h1_wrapp p {
    padding: 12px 0 12px 0; 
}

.packages_thumbs_sect h2 {
    text-align: center;
}

.packages_thumbs_sect h2 span {
    color: #DE2180;
}

.packages_thumbs {
    margin: 0 -16px;
    padding: 45px 0 61px 0;
    display: flex;
    flex-wrap: wrap;
}

.packages_thumbs:last-child {
    padding-bottom: 40px;
}

.package_thumb {
    display: flex;
    flex-direction: column;
    min-height: 643px;
    width: calc(25% - 32px);
    margin: 16px;
    padding: 32px 16px;
    border: 1px solid #DDDDDE;
    border-radius: 20px;
}

.package_thumb_height {
    flex: 1;
    height: 100%;
}

.package_thumb_title {
    padding-bottom: 23px;
}

.package_thumb_title h3 {
    font-size: 18px;
    line-height: 27px;
    color: #0F141A;
}

.package_thumb_price {
    display: flex;
    padding-bottom: 16px;
}

.package_thumb_price > div:nth-child(3) {
    padding: 9px 0 0 7px;
}

.package_thumb_price > div:nth-child(1) p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #66696E;
}

.package_thumb_price > div:nth-child(2) p {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #0F141A;  
}

.package_thumb_price > div:nth-child(3) p {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #66696E;
}

.package_thumb_price > div:nth-child(3) p:before {
    display: block;
    content: "";
    width: 48px;
    height: 2px;
    background: #DE2180;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.package_thumb_content > p {
    padding: 7px 0;
}

.package_thumb_content > p b {
    font-weight: 600;
}

.package_items {
    padding: 10px 0 0 0;
}

.package_item {
    display: flex;
    padding: 5px 0;
}

.package_item > div:nth-child(1) {
    width: 32px;
}

.package_item > div:nth-child(2) {
    width: calc(100% - 32px);
}

.package_item > div:nth-child(3) {
    padding-left: 10px;
    position: relative;
} 

.btn_wrapp_2 .pink_pill_2 {
    width: 100%;
}

.package_item > div:nth-child(3) img {
    position: absolute;
    top: calc(50% - 14px);
    right: -6px;
    cursor: pointer;
}

.tooltip {
    width: 200px;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .3);
    padding: 10px;
}

.tooltip p {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.package_item > div:nth-child(3) .tooltip {
    position: absolute;
    bottom: calc(100% - 4px);
    left: -999999px;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.package_item > div:nth-child(3):hover .tooltip {
    left: calc(100% - 30px);
    opacity: 1;
}

.package_thumb:nth-child(4n + 4) .package_item > div:nth-child(3):hover .tooltip {
    left: auto;
    right: -10px;
    opacity: 1;
}

/*-- /Section 1 - Package Services --*/

/*-- Section 4 - Main Page --*/

.sect_4_mp {
    padding: 20px 0 10px 0;  
}

.h2_wrapp {
    text-align: center;
}

.blog_thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 47px -16px 41px -16px;
}

.blog_thumb {
    display: block;
    width: calc(33.33% - 32px);
    margin: 16px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #DDDDDE;
    border-top: none;
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.blog_thumb:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.3);
}

.blog_thumb .img_box {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.blog_thumb .img_box img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}

.blog_thumb_content {
    padding: 0 20px 38px 20px;
}

.blog_thumb_title {
    min-height: 87px;
    padding: 18px 0 2px 0;
}

.blog_thumb_title h3 {
    font-size: 18px;
    line-height: 27px;
    color: #0F141A;
}

.blog_thumb_text {
    min-height: 95px;
}

.blog_thumb .pink_pill_2 {
    width: 100%;
}

/*-- /Section 4 - Main Page --*/

/*-- Section 5 - Main Page --*/

.h2_wrapp p {
    padding: 23px 0 46px 0;
    font-size: 16px;
    line-height: 24px;
    color: #66696E;
}

.rev_slider {
    margin: 0 -15px;
}

.rev_thumb {
    padding: 30px 24px 26px 24px;
    width: 295px;
    min-height: 456px;
    border: 1px solid #DDDDDE;
    border-radius: 20px;
    text-align: center;
    margin: 15px;
}

.rev_thumb .img_box {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.rev_thumb .img_box img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}

.rev_thumb h3 {
    padding: 15px 0 15px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.stars_list {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.stars_list li {
    margin: 0 1px;
    display: block;
    width: 17px;
    height: 16px;
    background-image: url('img/star.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.stars_list li.active {
    background-image: url('img/star_yellow.svg');
}

.rev_thumb p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #66696E;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    width: 16px;
    height: 16px;
    border: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slick-prev {
    background-image: url(img/prev_arrow.svg);
}

.slick-next {
    background-image: url(img/next_arrow.svg);
}

.rev_slider .slick-arrow {
    position: absolute;
    top: calc(50% - 10px);
    z-index: 2;
}

.rev_slider .slick-prev {
    left: -10px;
}

.rev_slider .slick-next {
    right: -10px;
}

.btns_inlines_center_2 {
    padding-top: 20px;
}

/*-- /Section 5 - Main Page --*/

/*-- Section 6 - Main Page --*/

.sect_6_mp {
    padding: 35px 0 20px 0;
}

.h2_two_cols {
    display: flex;
}

.h2_two_cols > div:nth-child(1) {
    width: 42%;
    padding: 10px 10px 10px 0;
}

.h2_two_cols > div:nth-child(2) {
    width: 58%;
    padding: 10px 0 10px 10px;
}

.faqs {
    padding: 34px 0 20px 0;
}

.faq_item {
    min-height: 72px;
    border: 1px solid #DDDDDE;
    border-radius: 20px;
    margin: 17px 0;
}

.faq_item_title {
    position: relative;
    cursor: pointer;
    padding: 22px 10px 23px 44px;
}

.faq_item_title:before {
    display: block;
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    background: #FFEFF6;
    border-radius: 20px 20px 0 0;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.faq_item.active .faq_item_title:before {
    opacity: 1;
}

.faq_item_title:after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/dr_arrow.svg);
    position: absolute;
    top: calc(50% - 7px);
    left: 15px;
    transform: rotate(0);
    -webkit-transition-property: transform, background-color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: transform, background-color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: transform, background-color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: transform, background-color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: transform, background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.faq_item.active .faq_item_title:after {
    transform: rotate(90deg);
}

.faq_item_title h3 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    position: relative;
    z-index: 2;
}

.dr_parent.active .dr_content {
    display: block;
}

.faq_item_content {
    padding: 25px 15px 23px 15px;
}

.faq_item_content p {
    font-size: 16px;
    line-height: 24px;
    color: #66696E;
}

.faq_item_content h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #66696E;
}

.faq_item_content ul li {
    padding-left: 25px;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #66696E;
}

.faq_item_content ul li:before {
    display: block;
    content: "-";
    position: absolute;
    top: -1px;
    left: 9px;
}

.faq_item_content ol li {
    padding-left: 5px;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #66696E;
}

/*-- /Section 6 - Main Page --*/

/*-- Section 7 - Main Page --*/

.sect_7_mp {
    padding: 116px 0 30px 0;
}

.article_2 {
    display: flex;
    flex-wrap: wrap;
}

.article_2 > div:nth-child(1) {
    width: 50%;
    padding: 10px 16px 0 0;
    position: relative;
}

.article_2 > div:nth-child(2) {
    width: 50%;
    padding: 10px 0 0 16px;
}

.article_2_shape {
    position: absolute;
    top: -61px;
    left: -56px;
}

.article_2_shape_2 {
    position: absolute;
    top: -55px;
    left: -48px;
}

.article_2 .img_box {
    height: 273px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.article_2 .img_box img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}

.article_2 h2 {
    padding-bottom: 32px;
}

.article_3 {
    display: flex;
    flex-wrap: wrap;
}

.article_3 > div:nth-child(1) {
    width: 50%;
    padding: 63px 16px 10px 0;
}

.article_3 > div:nth-child(2) {
    width: 50%;
    padding: 0 0 10px 16px;
}

.article_3 > div:nth-child(1) p a {
    color: #DE2180;
    border-bottom: 1px solid #DE2180;
    -webkit-transition-property: border;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: border;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: border;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: border;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: border;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.article_3 > div:nth-child(1) p a:hover {
    border-bottom: 1px solid transparent;
}

.grey_box {
    padding: 32px 16px 56px 16px;
    background: #F0F2F5;
    border-radius: 20px;  
}

.grey_box h2 {
    padding-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
    color: #DE2180;
}

.grey_box h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
}

.grey_box ul li:before {
    content: "-";
    padding-right: 6px;
}

/*-- /Section 7 - Main Page --*/

/*-- Section 8 - Main Page --*/

.callback_box_sect {
    margin: 102px 0 20px 0;
    background: #F0F2F5;
}

.callback_box_sect .row {
    position: relative;
    z-index: 2;
}

.callback_box {
    display: flex;
    flex-wrap: wrap;
}

.callback_box > div:nth-child(1) {
    width: 653px;
}

.callback_box > div:nth-child(2) {
    width: calc(100% - 653px);
}

.callback_images {
    width: 620px;
    height: 437px;
    position: relative;
    top: -5px;
}

.grid_2 {
    position: absolute;
    top: -11px;
    right: 107px;
}

.circle_4 {
    width: 290px;
    height: 290px;
    background: #FFEFF6;
    position: absolute;
    top: -65px;
    left: -70px;
    border-radius: 50%;
}

.circle_5 {
    width: 209px;
    height: 209px;
    background: #DDDDDE;
    position: absolute;
    top: 311px;
    left: calc(50% - 94px);
    border-radius: 50%;
}

.circle_6 {
    width: 60px;
    height: 60px;
    background: #DE2180;
    position: absolute;
    top: 474px;
    left: calc(50% - 68px);
    border-radius: 50%;
}

.img_box_2:nth-child(1) {
    width: 305px;
    height: 386px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.img_box_2:nth-child(2) {
    width: 183px;
    height: 220px;
    border-radius: 20px;
    position: absolute;
    overflow: hidden;
    top: 127px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}

.img_box_2:nth-child(3) {
    width: 284px;
    height: 332px;
    border-radius: 20px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
}

.img_box_2 img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.callback_form {
    padding: 24px 16px;
    background: #FFEFF6;
    border-radius: 20px;
}

.callback_form_title {
    padding-bottom: 24px;
    text-align: center;
}

.callback_form_title h3 {
    font-size: 18px;
    line-height: 27px;
    color: #0F141A;
}

.input_wrapp {
    margin-bottom: 33px;
}

.input_wrapp input {
    display: block;
    width: 100%;
    padding: 0 16px;
    height: 56px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #66696E;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #66696E;
}

.input_wrapp.error input {
    border-bottom: 1px solid red;
}

.submit_wrapp {
    padding: 13px 0 0 0;
}

.submit_wrapp .pink_pill_2 {
    width: 100%;
}

.grid_3 {
    position: absolute;
    bottom: -32px;
    right: 0;
}

.circle_7 {
    position: absolute;
    bottom: -28px;
    right: 0;
    width: 209px;
    height: 209px;
    background: #DDDDDE;
    border-radius: 50%;
}

/*-- /Section 8 - Main Page --*/

/*-- Section 9 - Main Page --*/

.map_templ {
    display: flex;
    flex-wrap: wrap;
    padding: 71px 0 58px 0;
}

.map_templ > div:nth-child(1) {
    width: calc(100% - 645px);
    padding: 10px 0 10px 0;
}

.map_templ > div:nth-child(2) {
    width: 645px;
    padding-left: 30px;
}

.map {
    height: 408px;
    background: #ededed;
}

.contacts_descript h2 {
    padding: 10px 0 18px 0;
}

.contacts_thumbs > div {
    padding: 10px 0;
}

.contact_thumb {
    display: inline-flex;
}

.contact_thumb > div:nth-child(1) {
    width: 35px;
}

.contact_thumb > div:nth-child(2) {
    width: calc(100% - 35px);
}

.contact_thumb > div:nth-child(1) img {
    display: block;
    width: auto;
    max-width: 100%;
}

.contact_thumb p {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

.contacts_thumbs + .btns_inlines {
    padding-top: 22px;
}

/*-- /Section 9 - Main Page --*/

/*-- Section 8 - Main Page 2 --*/

.sect_8_mp_2 {
    margin-bottom: 68px;
}

/*-- /Section 8 - Main Page 2 --*/

/*-- Section 2 - Service 01 --*/

.sect_2_s_01 {
    padding: 66px 0 42px 0;
}

.service_article {
    display: flex;
    flex-wrap: wrap;
    padding: 9px 0;
}

.service_article > div:nth-child(1) {
    width: 50%;
    padding: 10px 17px 10px 0;
}

.service_article > div:nth-child(2) {
    width: 50%;
    padding: 10px 0 10px 17px;
}

/*.service_article > div:nth-child(1) img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}*/

.service_article .img_box {
    width: 100%;
}

.img_box.s1 {
    height: 387px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s1 img {
    width: 100%;
    height: 387px;
    object-fit: cover;
    object-position: center;
}

.service_article > div:nth-child(2) h3 {
    padding-bottom: 22px;
    font-size: 42px;
    line-height: 59px;
}

.service_article > div:nth-child(2) p {
    padding: 8px 0;
}

.service_article > div:nth-child(2) p b {
    font-weight: 600;
}

.service_article:nth-child(even) > div:nth-child(1) {
    width: 50%;
    order: 2;
    padding: 10px 0 10px 17px;
}

.service_article:nth-child(even) > div:nth-child(2) {
    width: 50%;
    order: 1;
    padding: 10px 17px 10px 0;
}

.img_box.s2 {
    height: 307px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s2 img {
    width: 100%;
    height: 307px;
    object-fit: cover;
    object-position: center;
}

/*-- /Section 2 - Service 01 --*/

.sect_8_sp {
    margin: 13px 0 91px 0;
}

/*-- Section 1 - Service 02 --*/

.promo_templ_2 h1 {
    line-height: 120%;
}

.promo_templ_2 h1 span.small {
    font-size: 32px;
    line-height: 120%;
    color: #0F141A;
}

/*-- /Section 1 - Service 02 --*/

/*-- Section 3 - Service 02 --*/

.sect_3_s_01 {
    padding: 53px 0 48px 0;
}

.price_box {
    margin: 58px 0 23px 0;
    padding: 26px 48px;
    background: #F0F2F5;
    border-radius: 29px;
}

.price_table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: table;
}

.table_row {
    display: table-row;
    position: relative;
}

.table_row > div:nth-child(1):after {
    display: block;
    content: "";
    width: 100%;
    border-bottom: 5px dotted #66696E;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.table_row > div:nth-child(1) {
    display: table-cell;
    padding: 0 10px 0 0;
}

.table_row > div:nth-child(2) {
    display: table-cell;
    width: 100%;
    padding: 0 0 0 10px;
    text-align: right;
}

.table_row p {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding: 6px 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #0F141A;
    background: #F0F2F5;
    position: relative;
    z-index: 2;
}

.table_row > div:nth-child(1) p {
    padding-right: 10px;
}

.table_row > div:nth-child(2) p {
    min-width: 140px;
    text-align: left;
    padding-left: 10px;
}

.table_row p span {
    color: #DE2180;
}

.prices_descript {
    padding: 0 10px;
    text-align: center;
    color: #66696E;
}

.prices_descript + .btns_inlines_center {
    padding: 22px 0 10px 0;
}

/*-- /Section 3 - Service 02 --*/

/*-- Section 2 - Service 03 --*/

.img_box.s4 {
    height: 358px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s4 img {
    width: 100%;
    height: 358px;
    object-fit: cover;
    object-position: center;
}

/*-- /Section 2 - Service 03 --*/

/*-- Section 2 - Service 04 --*/

.img_box.s5 {
    height: 441px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s5 img {
    width: 100%;
    height: 441px;
    object-fit: cover;
    object-position: center;
}

/*-- /Section 2 - Service 04 --*/

.img_box.s6 {
    height: 321px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s6 img {
    width: 100%;
    height: 321px;
    object-fit: cover;
    object-position: center;
}

/*-- Section 2 - Service 06 --*/

.grey_box_items {
    margin: 34px 0 0 0;
    padding: 18px 16px;
    background: #F0F2F5;
    border-radius: 20px;
}

.grey_box_items ul li {
    margin: 13px 0;
    position: relative;
    padding-left: 30px;
    color: #66696E;
}

.grey_box_items ul li:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(img/pink_mark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.price_box + .btns_inlines_center {
    padding-top: 0;
}

.img_box.s7 {
    height: 280px;
    margin-bottom: 18px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s7 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}

/*-- /Section 2 - Service 06 --*/

/*-- Section - Advantages of Service --*/

.adv_sect {
    padding-top: 81px;
}

.adv_thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px 0 -15px;
}

.adv_thumb {
    width: calc(25% - 30px);
    margin: 15px;
    text-align: center;
}

.adv_thumb .img_box {
    height: 200px;
    margin: 25px 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background-color: #ededed;
}

.adv_thumb .img_box img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adv_thumb h3 {
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 27px;
    color: #0F141A;
}

.adv_thumb p {
    color: #66696E;
}

/*-- /Section - Advantages of Service --*/

/*-- Section 2 - Service 08 --*/

.service_article > div:nth-child(1) .img_box + h2 {
    padding-top: 14px;
}

.service_article > div:nth-child(1) .grey_box_items {
    margin-top: 23px;
}

.grey_box_items.none ul li:before {
    background-image: url(img/grey_mark.svg);
}

.service_article > div:nth-child(2) h3 + .grey_box_items {
    margin: 14px 0 0 0;
}

.img_box.s8 {
    height: 184px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.img_box.s8 img {
    width: 100%;
    height: 184px;
    object-fit: cover;
    object-position: center;
}

/*-- /Section 2 - Service 08 --*/

/*-- Section 2 - Service 09 --*/

.service_article.single {
    padding: 12px 0;
}

.service_article.single:nth-child(even) > div:nth-child(1) {
    width: 50%;
    order: 1;
    padding: 10px 17px 10px 0;
}

.service_article.single:nth-child(even) > div:nth-child(2) {
    width: 50%;
    order: 2;
    padding: 10px 0 10px 17px;
}

.service_article.single > div:nth-child(1) h2 + p {
    padding-top: 28px;
}

.service_article.single > div:nth-child(2) h2 {
    padding-top: 19px;
    font-size: 32px;
    line-height: 40px;
}

.service_article.single > div:nth-child(2) h2 + .grey_box_items {
    margin: 24px 0 0 0;
}

.service_article.single .img_box.s9 {
    margin-top: 22px;
}

.img_box.s9 {
    height: 397px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s9 img {
    width: 100%;
    height: 397px;
    object-fit: cover;
    object-position: center;
}

.img_box.s10 {
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s10 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

/*-- /Section 2 - Service 09 --*/

/*-- Section 3 - Service 09 --*/

.h2_wrapp_2 p {
    padding: 23px 0 6px 0;
}

/*-- /Section 3 - Service 09 --*/

/*-- Section 2 - Service 10 --*/

.grey_list {
    margin: 53px 0 17px 0;
    padding: 19px 16px 18px 16px;
    background: #F0F2F5;
    border-radius: 20px;
}

.grey_list ul {
    display: flex;
    flex-wrap: wrap;
}

.grey_list ul li {
    width: calc(25% - 30px);
    margin: 12px 15px;
    padding-left: 35px;
    color: #66696E;
    position: relative;
}

.grey_list ul li:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(img/pink_mark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.img_box.s11 {
    height: 315px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s11 img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: center;
}

.img_box.s12 {
    height: 287px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s12 img {
    width: 100%;
    height: 287px;
    object-fit: cover;
    object-position: center;
}

.img_box.s13 {
    height: 211px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.s13 img {
    width: 100%;
    height: 211px;
    object-fit: cover;
    object-position: center;
}

.service_article.single_2 > div:nth-child(1) .img_box.s12 {
    margin-top: 22px;
}

/*-- /Section 2 - Service 10 --*/

/*-- Section 4 - Service 10 --*/

.price_table_2 {
    max-width: 1117px;
}

/*-- /Section 4 - Service 10 --*/

/*-- Section 1 - Article 01 --*/

.promo_images .article_promo .img_box:nth-child(1) {
    height: 257px;
    width: 100%;
    max-width: 512px;
    border-radius: 20px;
    top: 19px;
}

.promo_templ_3 > div:nth-child(1) {
    padding: 53px 16px 0 0;
}

.promo_templ_3 .circle_2 {
    bottom: 19px;
}

.promo_templ_3 .circle_3 {
    bottom: 3px;
    left: 232px;
}

/*-- /Section 1 - Article 01 --*/

/*-- Section 2 - Article 01 --*/

.blog_article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog_article > div:nth-child(1) {
    width: 50%;
    padding: 15px 15px 15px 0;
}

.blog_article > div:nth-child(2) {
    width: 50%;
    padding: 15px 0 15px 15px;
}

.img_box.art1 {
    height: 272px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.art1 img {
    width: 100%;
    height: 272px;
    object-fit: cover;
    object-position: center;
}

/*-- /Section 2 - Article 01 --*/

/*-- Section 3 - Article 01 --*/

.blog_articles_2_wrapp .h2_wrapp {
    padding: 43px 0 43px 0;
}

.blog_article_2 {
    display: flex;
    flex-wrap: wrap;
    padding: 7px 0;
}

.blog_article_2 > div:nth-child(1) {
    width: calc(100% - 530px);
    padding: 29px 15px 10px 0;
}

.blog_article_2 > div:nth-child(2) {
    width: 530px;
    padding: 10px 0 10px 15px;
}

.blog_article_2:nth-child(even) > div:nth-child(1) {
    width: calc(100% - 530px);
    order: 2;
    padding: 29px 0 10px 15px;
}

.blog_article_2:nth-child(even) > div:nth-child(2) {
    width: 530px;
    order: 1;
    padding: 10px 15px 10px 0;
}

.blog_article_2 > div:nth-child(1) p a {
    text-decoration-line: underline;
    color: #DE2180;
}

.blog_article_2 > div:nth-child(1) p a:hover {
    text-decoration-line: none;
}

.total_wrapp {
    padding: 59px 0 13px 0;
}

.total_wrapp .h2_wrapp {
    padding-bottom: 57px;
}

.img_box.art1_2 {
    height: 216px;
    border-radius: 20px;
    overflow: hidden;
}

.img_box.art1_2 img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    object-position: center;
}

/*-- /Section 3 - Article 01 --*/

/*-- Section 4 - Article 01 --*/

.sect_4_art_p {
    padding-top: 105px;
}

.sect_4_art_p h2 {
    font-size: 32px;
    line-height: 40px;
}

.lists_box {
    padding: 45px 0 51px 0;
    text-align: center;
}

.lists_box ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.lists_box ul li {
    display: block;
    padding: 12px 0 12px 0;
    color: #66696E;
}

.lists_box ul li a {
    text-decoration-line: underline;
    color: #DE2180;
}

.lists_box ul li a:hover {
    text-decoration-line: none;
}

/*-- /Section 4 - Article 01 --*/

/*-- Section 3 - Article 03 --*/

.blog_article_3_wrapp {
    padding-top: 61px;
}

.blog_article_3 {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 12px 0;
}

.blog_article_3 > div:nth-child(1) {
    width: 50%;
    padding: 10px 17px 10px 0;
}

.blog_article_3 > div:nth-child(2) {
    width: 50%;
    padding: 10px 0 10px 17px;
}

.blog_article_3 > div:nth-child(1) p {
    padding-bottom: 15px;
}

.blog_article_3 > div:nth-child(1) p a {
    text-decoration-line: underline;
    color: #DE2180;
}

.blog_article_3 > div:nth-child(1) p a:hover {
    text-decoration-line: none;
}

.blog_article_3 > div:nth-child(2) .grey_box_items {
    margin: 0;
}

.grey_box_items h3 {
    padding: 15px 0 30px 0;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.grey_box_items h3 span {
    color: #DE2180;
}

/*-- /Section 3 - Article 03 --*/

/*-- Section 1 - Politic Page --*/

.title_two_cols {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 5px 0;
}

.title_two_cols > div:nth-child(1) {
    width: 42%;
    padding: 10px 10px 10px 0;
}

.title_two_cols > div:nth-child(2) {
    width: 58%;
    padding: 20px 0 10px 10px;
}

.title_two_cols > div:nth-child(2) p {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #66696E; 
}

.politic_text {
    padding: 78px 0 0 0;
}

.politic_text > div {
    padding: 15px 0;
}

.politic_text p b {
    font-weight: 600;
}

.politic_footer {
    padding: 60px 0 64px 0;
}

.politic_footer p a {
    text-decoration-line: underline;
    color: #DE2180;
}

.politic_footer p a:hover {
    text-decoration-line: none;
}

/*-- /Section 1 - Politic Page --*/

/*-- Section 1 - 404 Page --*/

.sect_1_404 {
    background: #F5F5F5;
    padding: 82px 0 105px 0;
}

.templ_404 {
    display: flex;
    flex-wrap: wrap;
    max-width: 872px;
    margin: 0 auto;
}

.templ_404 > div:nth-child(1) {
    width: 223px;
}

.templ_404 > div:nth-child(2) {
    width: calc(100% - 223px);
}

.templ_404 h3 {
    font-size: 18px;
    line-height: 27px;
}

.templ_404 h2 {
    padding: 27px 0 15px 0;
}

.inputs_404 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    padding: 20px 0 10px 0;
}

.inputs_404 > div {
    width: calc(50% - 32px);
    margin: 12px 16px;
}

.counter_input {
    display: flex;
    height: 56px;
    background: #FFF;
    border: 1px solid #DDDDDE;
    border-radius: 15px;
    overflow: hidden;
}

.counter_input button {
    width: 55px;
    background: #FFF;
    border: none;
    cursor: pointer;
}

.counter_input button.minus {
    border-right: 1px solid #DDDDDE;
    background-image: url(img/minus.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.counter_input button.plus {
    border-left: 1px solid #DDDDDE;
    background-image: url(img/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.counter_input input {
    display: block;
    width: calc(100% - 110px);
    border: none;
    height: 56px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 55px;
    color: #0F141A;
    text-align: center;
}

.counter_input_wrapp .input_vals {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
}

.inputs_404 .pink_pill_2 {
    width: 100%;
}

.input_tel_wrapp {
    display: flex;
    height: 56px;
    background: #FFF;
    border: 1px solid #DDDDDE;
    border-radius: 15px;
    overflow: hidden;
}

.input_tel_wrapp.error {
    border: 1px solid red;
}

.input_tel_wrapp > div:nth-child(1) {
    width: 56px;
    height: 56px;
    background: #FFF;
    border-right: 1px solid #DDDDDE;
}

.input_tel_wrapp > div:nth-child(2) {
    width: calc(100% - 56px);
}

.input_tel_wrapp > div:nth-child(1) input {
    display: block;
    width: 100%;
    height: 56px;
    padding-left: 7px;
    border-right: 1px solid #DDDDDE;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 55px;
    color: #0F141A;
    border: none;
}

.input_tel_wrapp > div:nth-child(2) input {
    display: block;
    width: 100%;
    height: 56px;
    padding-left: 30px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 55px;
    color: #0F141A;
    border: none;
}

.templ_404 > div:nth-child(1) img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

/*-- /Section 1 - 404 Page --*/

/*-------------------------------------------*/
/* ----- FOOTER ------ */
/*-------------------------------------------*/

.footer_section {
    background: #F0F2F5;
    padding: 17px 0 37px 0;
}

.footer_templ {
    display: flex;
    flex-wrap: wrap;
}

.footer_templ > div:nth-child(1) {
    width: 135px;
    padding: 32px 10px 10px 0;
}

.footer_templ > div:nth-child(2) {
    width: calc(100% - 135px);
    padding: 10px 0 10px 10px;
}

.logo_footer {
    display: inline-block;
    vertical-align: top;
}

.logo_footer img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.footer_inlines {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -15px;
}

.footer_inlines > div {
    padding: 0 15px;
}

.footer_nav {
    width: 296px;
    padding: 12px 0 0 0;
}

.footer_nav li {
    padding: 8px 0;
}

.footer_nav li a {
    font-size: 16px;
    line-height: 24px;
    color: #0F141A;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.footer_nav li a:hover {
    color: #DE2180;
}

.footer_contacts {
    padding-top: 9px;
}

.contacts_thumbs_2 div {
    padding: 5px 0;
}

.contact_thumb_2 p {
    font-weight: 400;
}

.btn_wrapp {
    padding: 5px 0 0 0;
}

.btn_wrapp .pink_pill_2 {
    width: 100%;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: none !important;
}

/*-- Popups --*/

body.fixed {
    width: 100%;
    padding-right: 20px;
    overflow: hidden;
    position: fixed;
    left: 0;
}

.popup {
    display: none;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
}

.popup_bg {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(10px);
    z-index: 10;
}

.popup_content {
    width: 100%;
    max-width: 622px;
    position: relative;
    margin: 30px auto;
    padding: 20px 20px;
    z-index: 11;
    background: #fff;
    border-radius: 20px;
}

.close {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    cursor: pointer;
}

.popup_content .close {
    position: absolute;
    top: -32px;
    right: 3px;
}

.hidden_link {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.popup_title {
    text-align: center;
}

.popup_title h3 {
    font-size: 20px;
    line-height: 140%;
}

/*-- /Popups --*/