@font-face {
    font-family: 'FiraGo-Regular';
    src: url('fonts/fira/firago-latin-400-normal.woff2') format('woff2'),
    url('fonts/fira/firago-latin-400-normal.woff') format('woff'),
    url('fonts/fira/firago-latin-400-normal.ttf') format('truetype')
}

@font-face {
    font-family: 'FiraGo-Regular-Italic';
    src: url('fonts/fira/firago-latin-400-italic.woff2') format('woff2'),
    url('fonts/fira/firago-latin-400-italic.woff') format('woff'),
    url('fonts/fira/firago-latin-400-italic.ttf') format('truetype')
}

@font-face {
    font-family: 'FiraGo-Medium';
    src: url('fonts/fira/firago-latin-500-normal.woff2') format('woff2'),
    url('fonts/fira/firago-latin-500-normal.woff') format('woff'),
    url('fonts/fira/firago-latin-500-normal.ttf') format('truetype')
}


@font-face {
    font-family: 'FiraGo-Medium-Italic';
    src: url('fonts/fira/firago-latin-500-italic.woff2') format('woff2'),
    url('fonts/fira/firago-latin-500-italic.woff') format('woff'),
    url('fonts/fira/firago-latin-500-italic.ttf') format('truetype')
}


@font-face {
    font-family: 'FiraGo-Bold';
    src: url('fonts/fira/firago-latin-700-normal.woff2') format('woff2'),
    url('fonts/fira/firago-latin-700-normal.woff') format('woff'),
    url('fonts/fira/firago-latin-700-normal.ttf') format('truetype')
}

@font-face {
    font-family: 'FiraGo-Bold-Italic';
    src: url('fonts/fira/firago-latin-700-italic.woff2') format('woff2'),
    url('fonts/fira/firago-latin-700-italic.woff') format('woff'),
    url('fonts/fira/firago-latin-700-italic.ttf') format('truetype')
}


:focus {
    -moz-outline-style: none;
    outline: none;
    outline: 0;
    text-decoration: none !important;
}

.rw:hover, .fw:hover {
    cursor: pointer;
}

:-moz-any-link:focus {
    -moz-outline-style: none;
    outline: none;
    outline: 0;
    text-decoration: none !important;
}


img {
    -moz-outline-style: none;
    outline: none;
    outline: 0;
}

.img-inline {
    display: inline-block;
}

ol, ul, p {
    color: #2f3031;
    font-size: 18px;
    text-align: justify;
}

strong, b {
    font-family: FiraGo-Bold, sans-serif !important;
    font-weight: normal;
}

strong a {
    font-family: FiraGo-Bold, sans-serif;
    font-weight: normal;
}

.news-datail .newstitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    /*text-transform: lowercase;*/
}

/*.newstitle::first-letter {*/
/*    text-transform: uppercase;*/
/*}*/


/*.news-datail strong, .news-datail b {*/
/*    font-family: FiraGo-Bold, sans-serif;*/
/*}*/

em {
    font-family: FiraGo-Regular-Italic, sans-serif;
}


em strong, em b {
    font-family: FiraGo-Bold-Italic, sans-serif !important;
}

.home-news strong, .home-news b, .home-news strong span {
    font-family: inherit !important;
}

a:hover, a:visited, a:focus {
    text-decoration: none;
}

a {
    color: #224467;
}


body {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    color: #2f3031;
    overflow-x: hidden;
    font-size: 18px;
    font-family: FiraGo-Regular, sans-serif;
}

.info-title {
    color: #224467;
}

.info-title h1 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 20px auto;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

/*Hover button*/
/*.show-button {*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/

/*.show-button:hover .go-to-prod {*/
/*    opacity: 1;*/
/*}*/

/*.go-to-prod {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    background: rgb(0, 0, 0);*/
/*    background: rgba(0, 0, 0, 0.5); !* Black see-through *!*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    transition: .5s ease;*/
/*    opacity: 0;*/
/*    color: white;*/
/*    font-size: 20px;*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*    width: 100%;*/
/*}*/

/*.go-to-prod button {*/
/*    background: transparent;*/
/*    color: #fff;*/
/*    box-shadow: none;*/
/*    border: 1px solid #fff;*/
/*    padding: 10px 30px;*/
/*    border-radius: 30px;*/
/*    position: absolute;*/
/*    top: 42%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    max-width: 240px;*/
/*    margin: 0 auto;*/
/*    text-transform: uppercase;*/
/*    opacity: 0.8;*/
/*}*/
/*Hover button*/

button.shre-feed {
    background: #224467;
    color: #fff;
    padding: 10px 30px;
    transition: 0.5s;
    border: 1px solid #224467;
}

button.shre-feed:hover, button.shre-feed:focus {
    background: #ffffff;
    color: #224467;
}

a.btn.btn-go-to-abonament {
    background: #2FE0A5;
    color: #fff;
    border-radius: 0;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 10px 70px;
    transition: 0.5s;
    border: 1px solid #2FE0A5;
}

a.btn.btn-go-to-abonament:hover,
a.btn.btn-go-to-abonament:focus {
    background: #fff;
    color: #2FE0A5;
}

.wrap-h2 {
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #224467;
}

.m-descript p {
    font-size: 18px !important;
}


.hero-feature {
    margin-bottom: 30px;
}

.wrap-partners {
    padding: 40px 20px;
    box-shadow: 0 0 20px 0 #c9c7c7;
    min-height: 630px;
    border-radius: 30px;
    position: relative;
}


.btn-partners {
    position: absolute !important;
    bottom: 35px !important;
    text-align: center;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 215px !important;
}

section.slider {
    margin-top: 170px;
    padding: 15px 0 25px;
}

.text-abo {
    text-align: center;
    font-size: 23px;
}


a.abo-see-more {
    color: #224467;
    font-size: 23px;
    text-decoration: underline;
}

.blue-box {
    background: #224467;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.blue-box p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

p.box-title {
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: -10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

img.box-img-1 {
    max-width: 50px;
}

img.box-img {
    max-width: 70px;
}

section.partners {
    background: #e0e6ec;
    padding: 10px 15px 60px;
}

.row.row-partners {
    display: flex;
    justify-content: center;
}

section.partners img {
    display: block;
    margin: 0 auto;
    max-height: 70px;
}

section.partners h3 {
    color: #224467;
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

section.page-content-section {
    padding: 40px 15px;
}

.row-slider {
    margin: 0 auto !important;
}

.sl-col {
    padding: 0;
    width: 62.5%;
}

.sl-col img {
    min-height: 300px;
}

.sl-col-2 {
    padding: 0;
    width: 37%;
}

img.img-responsive.img.slide2 {
    max-height: 201px;
}


.wrap-h2 h2 {
    font-size: 27px;
    color: #224467;
    margin: 15px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h3.fcs-first-news {
    position: absolute;
    bottom: 0;
    padding: 20px 50px 20px 10px;
    background: rgba(0, 0, 0, 0.6);
    margin-bottom: 3px;
    width: 567px;
    box-shadow: 0 -2px 30px #000;
}

h3.fcs-second-news {
    position: absolute;
    bottom: 0;
    padding: 20px 25px 10px 10px;
    background: rgba(0, 0, 0, 0.6);
    margin-bottom: 3px;
    width: 274px;
    box-shadow: 0 -2px 30px #000;
}

.col-md-6.grid-item {
    margin-bottom: 8px;
}

.col-md-6.grid-item {
    padding: 3px 9px;
}

h3.fcs-second-news a {
    color: #fff;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    /*text-transform: lowercase;*/
}

/*h3.fcs-second-news::first-letter {*/
/*    text-transform: uppercase;*/
/*}*/

h3.fcs-first-news a {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    /*text-transform: lowercase;*/
}

/*h3.fcs-first-news::first-letter {*/
/*    text-transform: uppercase;*/
/*}*/

a.see-all-home {
    color: #224467;
    font-size: 16px;
    font-family: FiraGo-Regular, sans-serif;
    transition: 0.5s;
}

a.see-all-home:hover,
a.see-all-home:focus {
    color: #224467 !important;
    opacity: 0.7;
}

.img-logo {
    margin: 10px 5px 10px;
    max-width: 60px;
}

.col-logo.col-md-7 a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-txt {
    font-size: 23px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #224467;
    display: inline-block;
    margin: 0;
}

p.log-label {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

section.login-section {
    background: #224467;
    padding: 20px 15px 0;
}

.form-group {
    margin-right: 10px !important;
}

input.form-control.form-login {
    border-radius: 0;
    max-width: 220px;
    height: 37px;
    font-size: 15px;
    color: #2f3031;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

input.form-control.form-2 {
    border-radius: 0;;
    height: 37px;
    font-size: 15px;
    color: #2f3031;
    font-family: FiraGo-Regular, sans-serif;
}

textarea {
    border-radius: 0 !important;
}


a.backme.pull-right {
    font-size: 18px;
}

.f-l {
    float: right;
}

.f-p {
    display: inline-block;
}

.forgotten_pass a {
    font-size: 15px;
    color: #86a3c1;
    transition: 0.5s;
}

.fcs a {
    color: #161616 !important;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    /*text-transform: lowercase;*/
}

/*.feature-caption h3::first-letter {*/
/*    text-transform: uppercase !important;*/
/*}*/


p.text-center.ucase.forgotten {
    font-size: 14px;
}

.feature-date {
    color: #6a6a6a !important;
    font-size: 15px !important;
    margin-bottom: 2px;
}

.feature-caption p {
    font-size: 16px;
    color: #6a6a6a;
    text-align: justify !important;
}

.viewmore {
    color: #afafaf;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.feature-caption h3 {
    margin-bottom: 5px;
    font-size: 15px;
    color: #161616;
    font-weight: 500;
    min-height: 52px;
    text-align: left !important;
}

.l-news .col-md-4.col-sm-4.grid-item {
    margin-top: 30px;
    min-height: 445px;
}
p.m-title.text-center {
    min-height: 53px;
    line-height: 1.2;
}

p.m-title a {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    color: #224467;
    text-align: left !important;
}

div#back a {
    color: #224467;
    font-size: 15px;
    font-family: FiraGo-Regular, sans-serif;
    font-weight: 700;
}

.newstitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #161616;
    /*text-transform: uppercase;*/
}

.newstitle-date {
    color: #afafaf !important;
    font-size: 16px !important;
    margin-bottom: 2px;
}

.pagetext span {
    font-size: 16px;
}

img.img-inline.img-responsive.m-img {
    max-width: 420px;
    float: left;
    margin: 0 40px 40px 0;
}

img.img-responsive.img-inline.img-blog {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    max-width: 550px;
}

p.m-subtitle {
    font-size: 16px;
    color: #1f1f1f;
    text-align: justify !important;
    line-height: 1.3;
    min-height: 100px;
}

p.m-descrition {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
    text-align: justify;
    font-family: 'FiraGo-Bold', sans-serif;
}

img.img-responsive.img-member {
    display: block;
    margin: 0 auto 15px;
}

.wrap-partners img.img-responsive.img-member {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

a.m-see-more {
    color: #224467 !important;
    font-weight: 600;
    transition: 0.5s;
    font-family: FiraGo-Regular, sans-serif;
    line-height: 1.3;
}

a.m-see-more:hover,
a.m-see-more:focus {
    color: #224467 !important;
    opacity: 0.7;
}


section.m-content {
    padding: 40px 15px;
}

h2.m-title {
    color: #224467;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 0;
    text-align: justify !important;
}

h3.m-subtitle {
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 20px;
    text-align: justify !important;
}

p.m-short-descrition {
    color: #1f1f1f;
    font-size: 18px;
    text-align: justify !important;
    font-weight: 700;
    font-family: 'FiraGo-Bold', sans-serif;
}

.forgotten_pass a:hover,
.forgotten_pass a:focus {
    opacity: 0.7;
}

.navbar-login {
    display: flex;
    justify-content: center;
    background: #224467;
    color: #fff;
    padding: 15px 0 5px;
}

button.btn.btn-info.btn-lg {
    background: transparent;
    border: none;
    color: #224467;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 17px;
    padding: 0;

}

button.btn.btn-info.btn-lg:focus,
button.btn.btn-info.btn-lg:hover {
    outline: none;
}

.login-div {
    text-align: right;
    margin-top: 27px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

li.phone-header.position-relative {
    display: flex;
}

span.phone-number {
    display: inline-block;
    margin: 1px 10px;
    color: #224467;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.navbar-login li {
    margin: 0 15px 10px;
}

.nav-li .fa {
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
}

.navbar-login li.active a > span,
.sidenav li.active a > span {
    border-bottom: 1px solid #ffffff;
}

.sidenav li {
    margin-bottom: 10px;
}

.navbar-login li a > span {
    color: #ffffff;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 16px;
    font-weight: 500;

}


#header-login {
    width: 100%;
    position: fixed;
    z-index: 150;
    background-color: #ffffff;
    top: 0;
}

.cntnts p {
    text-align: center;
}

#header-login-2 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#header-login-2 .img-logo {
    max-width: 170px;

}

#header-login-2 .logo-txt {
    text-align: left !important;
    font-size: 16px !important;
    margin-top: 28px;
}

#header-login-2 {
    width: 100%;
    position: fixed;
    z-index: 9000;
    background-color: #ffffff;
    top: 0;
}

#header-login-2 .navbar-login {
    display: block !important;
    float: right;
    margin-top: 47px;
}

#header-login-2 .navbar-login li {
    margin: 0;
}

.soc-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    position: absolute;
    right: 0;
}

img.img-responsive.img-soc-icon {
    max-width: 85%;
}

.soc-footer li {
    margin-left: 15px;
}


.no-abonament-section {
    font-size: 30px;
    background: #9CBFDB;
    padding: 30px 15px;
    color: #fff;
    text-align: center;
}

.no-abonament-section p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}

.subscribe-now {
    color: #224467;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.5s;
}

.subscribe-now:hover,
.subscribe-now:focus {
    color: #224467;
    opacity: 0.7;
}

.loginbtn {
    background-color: #224467;
    color: #fff;
    border-radius: 0;
    height: 39px;
    border: none;
    padding: 5px 50px;
    font-size: 15px;
    transition: 0.5s;
    font-family: FiraGo-Regular, sans-serif;
}

.loginbtn:hover, .loginbtn:focus {
    opacity: 0.7;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 15px !important;
    opacity: 0.6;
}

.page-content-section {
    padding: 15px;
}

.h1-page-content {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #224467;
}

h2.h2-page-content {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #383838;
    padding: 0 70px;
}

.img-money {
    display: block;
    margin: 25px auto;
}

a.txt-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #224467;
    transition: 0.5s;
}

a.txt-link:hover, a.txt-link:focus {
    opacity: 0.7;
}

img.img-inline.img-ul {
    margin-left: 5px;
    margin-right: 10px;
}

li.li-criterii {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-weight: 700;
    margin-bottom: 15px;
}

ul.list-unstyled.ul-criterii {
    margin-top: 20px;
    margin-bottom: 20px;
}

.green {
    color: #3fab8e;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-weight: 700;
}

.col-1-custom {
    width: 5% !important;
}

p.home-title-txt {
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 30px auto;
}

.col-quotes {
    padding-right: 0 !important;
    padding-top: 5px;
}

.col-11-review {
    padding-left: 30px;
}

img.img-responsive.img-feed {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    object-fit: cover;
    background: #fff;
}

.row-feed {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.col-img-feed {
    display: flex;
    justify-content: center;
    align-items: center;
}

.r-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 0;
}

i.fa.fa-star {
    color: #FFB100;
}

p.position {
    color: #fff;
    opacity: 0.6;
    font-weight: 400;
}

.f-description p, .f-description {
    color: #fff;
    line-height: 1.2;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
}


.slick-prev {
    left: -40px;
}


.slick-next {
    right: -40px;
}

span.r-position {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: 0.6;
}

li.li-quotes {
    margin-bottom: 50px;
}

section.yellow {
    background-color: #ddcd42;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 30px;
}

p.p-title {
    font-size: 48px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
}

p.p-subtitle {
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    color: #fff;
}

p.p-offer {
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    color: #404040;
}

p.p-offer u {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

}

.wrap-checkbox {
    background-color: #224467;
    padding: 20px;
}

.wrap-checkbox p {
    color: #FFFFFF !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    font-size: 20px;
    margin-bottom: 20px;
}

.wrap-checkbox label {
    color: #FFFFFF !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-left: 10px;
}

/*Custom radio and checkbox butons*/

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% 24%;
    border-radius: 50%;
}

input[type='radio'].r-abonament {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none;
    bottom: 7px;
    margin-left: -25px !important;
}

input[type='radio'].r-payment {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #383838 !important;
    border-radius: 50%;
    outline: none;
    bottom: 7px;
    margin-left: -25px !important;
}

input[type='radio'].r-payment:checked:before {
    background: #383838 !important;
}

input[type='radio'].r-abonament:checked:before {
    background: #fff !important;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    width: .9em;
    height: .9em;
    margin-right: .5em;
    float: left;
    margin-top: 3px;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .6em;
    line-height: 0;
    top: 48%;
    left: 9%;
}

checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.glyphicon-ok:before {
    content: "\e013";
    font-size: 13px;
}

/*END Custom radio and checkbox butons*/

.new-price {
    color: #fd0d34;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

p.home-info {
    font-family: FiraGo-Regular, sans-serif;
    font-weight: 100;
    font-size: 14px;
    margin-top: 15px;
}

.wrpa-payment {
    background-color: #eef2f6;
    padding: 20px;
}

label.form-2-label {
    font-family: FiraGo-Regular, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

p.payment-title {
    font-family: FiraGo-Regular, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.payment-icon {
    padding-top: -4px;
    padding-bottom: -7px;
    max-width: 135px;
}

.checkbox > .label-terms {
    padding-left: 0 !important;
}

.term-a {
    color: #303031 !important;
    text-decoration: underline !important;
    transition: 0.5s;
}

.term-a:hover {
    opacity: 0.7;
}

button.btn.btn-send-request {
    background-color: #224467;
    color: #fff;
    border-radius: 0;
    font-size: 20px;
    font-family: FiraGo-Regular, sans-serif;
    padding: 10px 50px;
    margin-top: 20px;
    border: 1px solid #224467;
    transition: 0.5s;
    display: block;
    margin-bottom: 50px;
}

button.btn.btn-send-request:hover,
button.btn.btn-send-request:focus {
    border: 1px solid #224467;
    background-color: #fff;
    color: #224467;
}

#contacts {
    background-color: #224467;
    padding: 25px 35px 25px 380px;
    color: #fff;
}

.logo-f-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.f-logo-txt {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    display: inline-flex;
    font-size: 23px;
}

p.f-slogan {
    display: block;
    text-align: left;
    font-size: 19px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    margin: 15px 0 !important;
    line-height: 1.2 !important;
    max-width: 230px;
}

p.f-title {
    font-weight: 700;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    margin: 15px 0 15px !important;
}


.feed-slider.slick-initialized.slick-slider {
    /*height: 55%;*/
    align-items: center;
    display: flex;
}

#contacts p, #contacts a {
    color: #fff;
    font-size: 17px;
    text-align: left !important;
    line-height: 1.5;
}

#contacts ul {
    font-size: 17px !important;
}

#contacts p {
    margin-bottom: 0;
}

#contacts a {
    transition: 0.5s;
}

#contacts a:hover, #contacts a:focus {
    opacity: 0.7;
    color: #fff;
}

section.copyright.container {
    padding: 20px 15px 30px;
}

.copy-left {
    font-size: 15px;
    font-weight: 200;
    text-align: right;
}

.copy-right {
    font-size: 15px;
    font-weight: 200;
    text-align: left;
}

.copy-right > a {
    color: #2f3031 !important;
    font-weight: 200;
    transition: 0.5s;
}

.copy-right > a:hover,
.copy-right > a:focus {
    opacity: 0.7;
}

.blog-title {
    font-size: 30px;
    background: #2f689e;
    padding: 0 15px 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    text-align: center;
}


a.btn.btn-to-platform {
    font-size: 20px;
    text-transform: uppercase;
    background-color: #52b794;
    width: 400px;
    margin: 35px 0 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-weight: 700;
    border: 1px solid #52b794;
    transition: 0.5s;
}


a.btn.btn-to-platform:hover,
a.btn.btn-to-platform:focus {
    color: #52b794;
    background-color: #ffffff;
}

h3.news-title-public a {
    margin-bottom: 15px;
    font-size: 18px;
    color: #161616 !important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

p.news-date-public {
    color: #afafaf !important;
    font-size: 13px !important;
    margin-bottom: 2px;
}

p.news-desc-public {
    font-size: 17px;
    color: #6a6a6a;
}

a.viewmore-public {
    color: #afafaf;
    font-size: 15px;
}

h2.ucase.mainnewstitle-public {
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.col-news-public p {
    font-size: 18px !important;
}

p.newsdetaildate-public {
    color: #afafaf !important;
    font-size: 17px !important;
    margin-bottom: 2px;
}

div#nback {
    margin-top: 20px;
    color: #2f689e;
    /* font-size: 19px; */
}

img.img-responsive.img-inline {
    transition: 0.5s;
}

img.img-responsive.img-inline:hover,
img.img-responsive.img-inline:focus {
    /*opacity: 0.8;*/
}


img.img-inline.img-responsive.m-img {
    opacity: 1;
}

.form-control {
    font-size: 16px !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 36px;
    margin-left: 50px;
}

#mySidenav li a > span {
    color: #224467;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
}

#main {
    transition: margin-left .5s;
}

.page-info {
    margin-top: 190px;
}

p.serv-title-1 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 21px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 15px 50px 15px 15px;
    text-align: left;
    line-height: 1.2;
}

p.serv-title-2 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    margin: 15px 50px 15px 15px;
    text-align: left;
    line-height: 1.2;
}

.go-to-ab {
    margin-top: 40px;
}

h3.serv-h3 {
    color: #272727;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    margin-bottom: 20px;
}

.find-us {
    color: #224467;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    font-size: 30px;
}

.ul-partners {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.img-partner {
    display: block;
    margin: 0 auto;
    max-height: 70px;
}

.ul-partners li {
    margin: 15px;
}

section.feeds {
    background: #474d53;
    color: #fff;
    padding: 40px 15px;
}

section.feeds h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
}

section.feeds p, section.feeds a {
    color: #ffffff;
}

input.form-control.c-home {
    border-radius: 0;
    height: 45px;
}

button#contact_form_submit_modal {
    background: #2FE0A5;
    padding: 10px 40px 10px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0;
    width: 220px;
    height: 45px;
    transition: 0.5s;
}

button#contact_form_submit_modal:hover,
button#contact_form_submit_modal:focus {
    color: #ffffff !important;
    opacity: 0.7;
}

.img-check {
    display: block;
    margin: 20px auto;
}

section.feeds .status.alert.alert-success.alert-dismissable {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.f-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-height: 450px) {


    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

span.ham {
    display: block;
    text-align: center;
}

#contact_form_submit {
    border-radius: 0;
    background: #224467;
    color: #FFF;
    padding: 10px;
    border: 2px solid #2FE0A5;
    font-size: 20px;
}

p.b-title {
    position: absolute;
    top: 20px;
    color: #fff;
    font-size: 24px;
     font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 0 24px;
    text-align: left;
    line-height: 1.2;
}

p.b-more {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    line-height: 1;
    padding: 0 20px;

}

#formsubscribe .input-group {
    width: 725px !important;
}

input#aemail {
    height: 45px;
}

button.btn.s1.btn-default {
    border-radius: 0 !important;
    background-color: #2FE0A5;
    color: #fff !important;
    font-size: 23px;
    padding: 6px 40px;
    height: 45px;
}

#aemail::placeholder {
    font-size: 16px !important;
    color: #ababab !important;
}


.mc-form-a label {
    font-weight: 500;
}

#formsubscribe .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 25px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 10px;
}

button#unsubscribe {
    background-color: #224467;
}

button#search-addon {
    background: transparent;
    border: none;
}

#searchHome {
    display: inline-block;
}

button#search-addon:hover,
button#search-addon:focus {
    outline: none !important;
}

.input-group.rounded {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    font-size: 16px !important;
}

.fa-search:before {
    content: "\f002";
    color: #7d7d7d !important;
    font-size: 23px;
    margin-left: 10px;
    cursor: pointer;
}

input.form-control.rounded {
    height: 28px;
}

#slider2 .owl-dots {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

#slider2 img {
    cursor: pointer !important;
}

#slider2 .owl-dots .owl-dot.active span,
#slider2 .owl-dots .owl-dot:hover span {
    background: #2ee0a4 !important;
}

#slider2 .owl-dots .owl-dot span {
    background: #fff !important;
}

button#contact_form_submit_modal2 {
    border-radius: 0;
    background: #224467;
    color: #FFF;
    padding: 10px 30px 9px;
    border: 2px solid #2FE0A5;
    font-size: 20px;
    text-transform: uppercase;
}

button.btn-send-it {
    border-radius: 0;
    background: #224467;
    color: #FFF;
    padding: 10px;
    border: 2px solid #2FE0A5;
    font-size: 18px;
    font-family: FiraGo-Regular, sans-serif;
    margin-top: 15px;
}


/*Pop-up*/
.container-banner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999 !important;
    cursor: pointer;
    padding: 140px 390px 200px;
    justify-content: center;
}

.container-banner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999 !important;
    cursor: pointer;
    padding: 140px 390px 200px;
    justify-content: center;
}

#bnr i.fa.fa-times {
    position: absolute;
    color: #2FE0A5;
    font-size: 28px;
    top: -28px;
    right: -20px;
    cursor: pointer;
}

#bnr .pop-content.w-1 i.fa.fa-times {
    position: absolute;
    color: #2FE0A5;
    font-size: 28px;
    top: 12px !important;
    right: 15px !important;
    cursor: pointer;
}


.window-2 .center_div {
    margin: 0 auto;
    position: relative !important;
    width: 100% /* value of your choice which suits your alignment */
}

.center_div {
    margin: 0 auto;
    position: relative !important;
    width: 56% /* value of your choice which suits your alignment */
}

.window-1 .center_form {
    margin: 0 auto;
    width: 59% /* value of your choice which suits your alignment */
}

@media screen and (min-width: 1000px) {
    .center_form {
        width: 291px !important;
    }
}

@media screen and (max-width: 570px) {
    .center_div {
        margin: 0 auto;
        position: relative !important;
        width: 100% /* value of your choice which suits your alignment */
    }

    .cb1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .center_form {
        margin: 0 auto;
        width: 80% /* value of your choice which suits your alignment */
    }
}

.pop-content.w-1 {
    background: #d7d7d7;
    min-height: 440px;
    padding: 15px;
    max-width: 390px;
    border-radius: 30px;
    position: fixed !important;
    width: 390px;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}

.pop-content.w-1 h2 {
    color: #224467;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-weight: 700;
}

.pop-content.w-1 h4 {
    color: #224467;
    font-weight: 400;
}

.pop-content {
    background: #d7d7d7;
    min-height: 440px;
    padding: 15px;
    max-width: 390px !important;
}

.pop-content.w-1 .btn-sbm {
    color: #FFF;
    font-size: 22px !important;
    background: #224467;
    border: 2px solid #2FE0A5;
}

.pop-content.w-1 .btn-sbm:hover {
    background: #2FE0A5;
}

.btn-sbm {
    background: #2FE0A5;
    color: #FFF;
    font-size: 22px !important;
}

.btn-sbm:hover {
    transition: .2s ease-in-out;
    background: #2FE0A5 !important;
    color: #FFF;
    opacity: .7;
}

.container.cont-login {
    margin-top: 270px;
}

#aboform input {
    text-align: center !important;
    min-height: 45px;

}

#aboform input::placeholder {
    opacity: 0.5 !important;
    text-align: center !important;
}


.search-partner-group {
    margin-bottom: 50px;
}

.serarchTitle {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#searchInput::placeholder {
    opacity: 0.6;
}

#searchInput {
    max-width: 370px;
    display: inline-block;
    margin-right: 0;
}

.list-social {
    display: flex;
    justify-content: center;
}

.list-social li {
    background: #464646;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin: 0 10px;
}

.list-social li a {
    color: #ffffff !important;
}


.col-md-6.col-txt.position-relative {
    min-height: 339px !important;
}

button.btn-send-it.btn-consult {
    position: absolute;
    bottom: 0;
}

/*Search*/

.wrap-icon {
    width: 26px;
    height: 26px;
    cursor: pointer;
    transition: 0.5s;
    font-size: 12px;
    color: #fff;
    background: #2FE0A5;
    border-radius: 50%;
    text-align: center;
    padding: 6px;
    transition: 0.5s;
    position: relative;
}

.wrap-icon .fa:before {
    color: #fff !important;
    font-size: 13px !important;
    margin-left: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    bottom: 0;
}

.wrap-icon .fa-phone:before {
    content: "\f095";
    font-size: 15px !important;
}

.wrap-icon:hover {
    opacity: 0.7;
}

.wrap-icon a {
    color: #ffffff;
    transition: 0.5s;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none !important;
    cursor: pointer;
}

input.form-control.searchcontrol {
    height: 53px !important;
    min-width: 600px;
    border-radius: 0;
    margin-top: 1px;

}


#searchHome button.btn.btn-default.searchbtn {
    width: 70px;
    height: 53px;
    padding: 2px 5px 2px 0 !important;
    border-radius: 0;
    background: #2FE0A5;
    font-size: 28px !important;
    color: #fff;
    border: 1px solid #2FE0A5 !important;
    top: 1px;
}

#searchHome .fa-search:before {
    color: #fff !important;
    font-size: 30px !important;
    margin-left: 5px !important;
}

.overlay button:hover {
    background: #bbb;
}

.input-group.ig-search {
    width: 100% !IMPORTANT;
    display: flex;
    justify-content: center;
}

.input-group-btn {
    position: relative;
    font-size: inherit !important;
    white-space: nowrap;
}

/*END Search*/

/* RESPOND */


.window-2 .pop-content {
    background: #e0e6ec;
    min-height: 300px;
    padding: 15px;
}

a.gotoFeeds {
    border-radius: 0;
    background: #224467;
    color: #FFF;
    padding: 10px;
    border: 2px solid #2FE0A5;
    font-size: 20px;
    font-family: FiraGo-Regular, sans-serif;
    display: block;
    width: 215px;
    text-align: center;
    margin: 10px auto 30px;
    transition: 0.5s;
}

a.gotoFeeds:hover {
    opacity: 0.7;
}


.infos-2 {
    background: #4e5f6f;
    padding: 40px 15px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.feeds-title {
    color: #fff;
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
}

.infos strong, .infos b, .infos strong a {
    font-family: FiraGo-Bold, sans-serif;
}

.protected-section {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}



@media (max-width: 1560px) {

    .container-banner {
        padding: 140px 180px 200px;
    }

    .center_div {
        width: 100%;
    }

    #contacts {
        padding: 25px 35px 25px 175px;
    }
}

@media (max-width: 1440px) {
    #contacts {
        padding: 25px 35px 25px 130px;
    }
}

@media (max-width: 1400px) {
    #contacts {
        padding: 25px 35px 25px 95px;
    }
}

@media (max-width: 1280px) {
    #contacts {
        padding: 25px 35px 25px 50px;
    }
}

@media (max-width: 1200px) {

    #contacts {
        padding: 25px 15px;
    }

    .navbar-login {
        text-align: center;
    }

    h3.fcs-second-news {
        width: 225px;
    }

    h3.fcs-first-news {
        width: 465px;
    }

    .ul-partners {
        display: block;
    }

    .ul-partners li {
        display: inline-flex;
        margin: 20px;
    }

    .slick-next {
        right: 5px;
    }

    .slick-prev {
        left: -35px;
    }

    .col-11-review {
        padding-left: 15px;
        padding-right: 40px;
    }

    .slick-next {
        right: 6px !important;
    }
}

@media (max-width: 1024px) {

    .logo-txt {
        font-size: 20px;
        font-family: FiraGo-Regular, 'sans-serif';
        text-align: left;
        line-height: 20px;
        margin: 0;
        color: #224467;
        display: inline-flex;
        max-width: 300px;
    }

    .col-md-7.col-logo a {
        display: flex;
        align-items: center;
    }

    p.b-more {
        font-size: 16px;
    }

    p.b-title {
        top: 20px;
        font-size: 20px;
        padding: 0 20px;
        text-align: left;
        line-height: 1.2;
        font-weight: 700;
    }

    .col-img-feed {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 200px;
    }

    .slick-next {
        right: -20px;
    }

    .navbar-login li {
        margin: 0 5px 10px;
    }

    img.img-responsive.img.slide2 {
        max-height: 167px;
    }

    .blue-box {
        background: #1e4770;
        padding: 30px;
        border-radius: 15px;
        text-align: center;
        min-height: 340px;
    }

    .wrap-partners {
        padding: 40px 10px;
        box-shadow: 0 0 20px 0 #c9c7c7;
        min-height: 650px;
        border-radius: 30px;
        position: relative;
    }
}

@media (max-width: 991px) {

    .col-md-7.col-logo a {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 25px;
        gap: 0;
    }

    p.f-title {
        margin: 30px 0 15px !important;
    }

    p.f-slogan {
        line-height: 1.3 !important;
    }

    .soc-footer {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 10px;
        position: relative;
        right: 0;
        margin-top: 20px;
        margin-left: 0;
    }

    .soc-footer li:first-child {
        margin-right: -10px;
    }

    img.img-responsive.img-soc-icon {
        max-width: 85%;
        display: block;
        margin: 0 auto;
    }

    .soc-footer li {
        margin-left: 0;
        padding: 0;
    }

    img.img-responsive.about-us {
        width: 100% !important;
        height: 100% !important;
    }

    .logo-txt {
        max-width: 100%;
    }

    .col-11-review {
        padding-right: 15px;
    }

    .row-feed {
        flex-direction: column;
    }

    .r-name, .position, .zvezdi, .f-description, .f-description p {
        text-align: center !important;
    }

    .col-md-6.col-txt.position-relative {
        min-height: initial !important;
    }

    button.btn-send-it.btn-consult {
        position: relative;
        bottom: 0;
    }

    .wrap-partners {
        min-height: initial;
        padding: 30px 20px 0;
    }

    .btn-partners {
        position: relative !important;
        bottom: 0;
        text-align: center;
        margin: 70px auto 0 !important;
        width: initial !important;
        display: block;
    }

    input#aemail {
        height: 45px;
        width: 400px !important;
    }

    .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
        display: block;
    }

    .container-banner {
        padding: 130px 30px 200px;
    }

    img.service-img.img-responsive.img-responsive {
        width: 100% !important;
        padding-top: 15px;
        object-fit: cover;
    }

    .col-four .row {
        margin-bottom: 0 !important;
    }

    img.img-responsive.img-partner.last-logo {
        margin-top: 7px !important;
        max-width: 160px;
    }

    .sl-col img {
        min-height: auto;
    }

    img.img-responsive.img.slide2 {
        max-height: inherit;
        display: inline-block;
        max-height: inherit !important;
    }

    .sl-col {
        width: auto;
    }

    .sl-col-2 {
        width: auto;
        display: flex;
    }


    h3.fcs-first-news {
        width: 100%;
        margin-bottom: 0px;
    }

    h3.fcs-second-news {
        width: 100%;
        margin-bottom: 0px;
    }

    .col-md-6.grid-item {
        padding: 15px 0 0;
    }


    .row-news {
        padding: 0 15px;
    }

    .page-info {
        margin-top: 190px;

    }

    #contacts p, #contacts a {
        text-align: left;
    }


    h3.fcs-second-news, h3.fcs-first-news {
        padding: 25px;
    }

    h3.fcs-second-news a {
        font-size: 20px;
    }

    .blue-box {
        margin-bottom: 30px;
        min-height: 280px;
    }

    img.img-responsive.img.slide2 {
        max-height: 193px;
        display: inline-block;
        max-height: inherit !important;
        max-width: 359px;
        margin-right: -5px;
    }

    .login-div {
        text-align: center;
        margin-top: -5px;
        margin-bottom: 10px;
        flex-direction: row;
        justify-content: center;
    }

    input.form-control.searchcontrol {
        height: 53px !important;
        min-width: 520px;
        border-radius: 0;
        margin-top: 1px;
    }


    .nav-li .fa {
        color: #224467;
    }

    section.slider {
        margin-top: 200px;
    }

    .col-enter {
        text-align: center;
    }

    .col-logo {
        text-align: center;
    }


    .col-md-6.col-txt {
        max-width: 325px;
        margin: 15px auto;
        padding: 0;
    }

    p.logo-txt {
        font-size: 18px;
    }

    #header-login-2 .navbar-login {
        margin-top: 36px;
    }

    .col-1-custom {
        width: 7% !important;
    }

    input[type='radio']:before {
        margin: 20%;
    }

    ul#mySidenav {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {

    img.service-img.img-responsive.img-responsive {
        width: 100% !important;
        padding-top: 15px;
        object-fit: contain;
        height: 100% !important;
    }

    .img-logo {
        margin: 15px auto 10px;
        max-width: 60px;
    }

    img.img-inline.img-responsive.m-img {
        max-width: 350px;
        float: inherit;
        margin: 40px auto;
        display: block;
    }

    .subscribe-section .input-group {
        width: auto !important;
    }

    p.b-title {
        position: absolute;
        top: 20px;
        color: #fff;
        font-size: 25px;
        padding: 0 60px 0 20px;
        text-align: left;
        line-height: 1;
    }


    img.img-responsive.img-partner.last-logo {
        margin-top: 18px !important;
        max-width: 230px;
    }


    .page-info {
        margin-top: 140px;
    }

    .row.row-partners {
        display: block;
    }

    img.img-responsive.img-partner {
        margin-bottom: 30px;
    }

    .login-div {
        text-align: center;
        margin-top: -10px;
        margin-bottom: 12px;
    }


    section.slider {
        margin-top: 150px;
    }

    img.img-responsive.img.slide2 {
        max-width: 100%;
        width: auto;
        margin: 0 auto;

    }

    .col-md-4.col-sm-4.grid-item {
        margin-bottom: 40px;
    }


    ul#mySidenav {
        margin-left: 15px;
    }

    li.nav-li {
        margin-bottom: 10px;
    }

    span.ham {
        margin-top: -15px;
    }

    .navbar-login li {
        margin: 0 8px 10px;
    }

    .col-login {
        display: block;
    }

    input.form-control.form-login {
        max-width: 240px;
    }

    .form-login {
        display: block !important;
        margin: 0 auto;
    }

    .f-l {
        float: inherit;
    }

    p.forgotten_pass {
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
        top: 35px;
    }

    .loginbtn {
        padding: 5px 40px;
        display: block;
        margin: 35px auto;
    }

    p.forgotten_pass {
        position: relative;
        right: 0;
        left: 0;
        text-align: center;
        top: -15px;
    }

    .col-md-3.col-sm-3.col-f {
        margin-bottom: 30px;
    }

    .copy-left {
        text-align: center;
    }

    .copy-right {
        text-align: center;
    }

    h2.h2-page-content {
        padding: 0 35px;
    }

    #searchHome .input-group-btn {
        width: 100% !important;
    }

    input.form-control.searchcontrol {
        height: 53px !important;
        min-width: 400px;
        border-radius: 0;
        margin-top: 1px;
    }
}

@media (max-width: 600px) {

    .owl-theme .owl-dots .owl-dot span {
        width: 7px !important;
        height: 7px !important;
        margin: 5px !important;
    }

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

    section.slider {
        margin-top: 190px;
    }

    .slick-next {
        right: -15px !important;
    }

    input#aemail {
        height: 45px;
        width: 315px !important;
    }

    #slider2 .owl-dots {
        position: absolute;
        left: 10px;
        bottom: 10px;
    }

    p.b-title {
        position: absolute;
        top: 20px;
        color: #fff;
        font-size: 20px;
        padding: 0 35px 0 20px;
        text-align: left;
        line-height: 1;
    }

    p.b-more {
        font-size: 15px;
    }

    .ul-partners li {
        display: flex;
        margin: 20px;
        justify-content: center;
    }

    h2.h2-page-content {
        padding: 0;
    }

    .col-1-custom {
        width: 8% !important;
    }

    .col-11-review {
        padding-left: 20px;
    }

    .c-ok {
        padding-left: 35px;
    }

    .wrap-checkbox label {
        font-size: 16px;
    }

    img.img-responsive.img-inline.img-blog {
        width: 100%;
    }

    .newstitle {
        margin-top: 0;
    }

    .slider > .container {
        padding: 0 !important;
    }

}

@media (max-width: 440px) {

    .wrap-checkbox label {
        font-size: 13px;
    }

    label.form-2-label {
        font-size: 13px;
    }

    label.label-terms {
        font-size: 13px;
    }

    .info-title h1 {
        font-size: 27px;
        margin: 35px auto 20px;
    }


    h3.serv-h3 {
        color: #272727;
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    span.phone-number {
        margin: 2px 5px;
        font-size: 15px;
    }

    button.btn.btn-info.btn-lg {
        font-size: 15px;
    }

    h3.fcs-second-news, h3.fcs-first-news {
        padding: 16px;
    }

    h3.fcs-first-news a {
        font-size: 16px;
    }

    h3.fcs-second-news a {
        font-size: 16px;
    }

    .pop-content.w-1 {
        background: #d7d7d7;
        min-height: 440px;
        padding: 15px;
        border-radius: 30px;
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 15px;
        left: 0;
        margin: 0 auto;
        max-width: 335px !important;
        z-index: 999;
    }

    .pop-content.w-1 .center_form {
        margin: 0 auto;
        width: 85% !important;
    }

    .pop-content.w-1 .btn-sbm {
        max-width: 200px;
        margin: 0 auto;
    }

    #bnr i.fa.fa-times {
        right: 0;

    }

    #searchInput {
        max-width: 260px;

    }

    .overlay-content {
        position: relative;
        top: 46%;
        width: 90%;
        text-align: center;
        margin: auto;
    }

    input.form-control.searchcontrol {
        height: 53px !important;
        min-width: 300px;
        border-radius: 0;
        margin-top: 1px;
    }

    button.btn.s1.btn-default {
        border-radius: 0 !important;
        background-color: #2FE0A5;
        color: #fff !important;
        font-size: 18px;
        padding: 0;
        height: 45px;
        width: 117px;
        text-align: center;
    }

    input#aemail {
        height: 45px;
        width: 210px !important;
    }

    span.ham {
        margin-top: -5px;
    }

    #header-login {
        height: 215px;
    }

    .input-group.rounded {
        margin-top: 20px;
        position: absolute;
        top: 70px;
    }

    .input-group.rounded {
        margin-top: 30px;
    }

    .login-div {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 12px;
    }

    section.slider {
        margin-top: 210px;
    }

    .page-info {
        margin-top: 160px;
    }

    .sl-col-2 {
        width: auto;
        display: block;
    }

    span.ham.hidden-md.hidden-lg.hidden-sm {
        margin-top: -4px;
    }

    .navbar-login li {
        margin: 0 0 10px;
    }

    #header-login-2 .navbar-login li {
        margin: 0 -1px 10px;
    }

    .img-logo {
        margin-bottom: 15px;
    }


    #header-login-2 .navbar-login {
        margin-top: 0;
        display: flex;
        justify-content: center;
        float: inherit;
    }

    .navbar-login li a > span {
        font-size: 16px;
    }

    .col-11-review {
        padding-left: 10px;
    }

    img.img-inline.img-ul {
        max-width: 30px;
    }

    .c-ok {
        padding-left: 25px;
    }

    .c-ok {
        width: 90% !important;
    }

    input#aemail::placeholder {
        font-size: 15px !important;
    }

    .container-banner {
        overflow-y: scroll;
        padding: 50px 30px 200px;
    }

    .logo-txt {
        text-align: center;
    }
}


@media (max-width: 430px) {

    #header-login {
        height: 235px;
    }

    section.slider {
        margin-top: 330px;
    }
    input#aemail {
        height: 45px;
        width: 155px !important;
    }

    input.form-control.searchcontrol {
        height: 53px !important;
        min-width: 270px;
        border-radius: 0;
        margin-top: 1px;
    }

    #searchHome button.btn.btn-default.searchbtn {
        width: 60px;
    }

    .overlay-content {
        position: relative;
        top: 46%;
        width: 95%;
        text-align: center;
        margin: auto;
    }
}


@media (max-width: 429px) {
    section.slider {
        margin-top: 230px;
    }
}


input[type="radio"][value="card"] {
    pointer-events: none; /* да не се чеква */
}

input[type="radio"][value="card"] + img,
input[type="radio"][value="card"] {
    cursor: not-allowed;
}

input[type="radio"][value="card"] {
    opacity: 0.5;
}

/* ако искаш да изглежда disabled целият ред */
input[type="radio"][value="card"] {
    filter: grayscale(100%);
}

.label-card-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.label-card-disabled * {
    cursor: not-allowed;
}

.swal2-confirm.swal2-styled {
    background-color: #2FE0A5 !important;
}