/* Eric Meyer's CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: Inter;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
body {
    font: 12px/18px Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter";
}
textarea {
    resize: none;
}
img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}
.modal-mobile_style {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.modal select,
.modal input,
.modal textarea {
    font-size: 0.875rem;
}
.h1,
h1 {
    font-size: 2.25rem;
}
.geb {
    font-family: Inter;
}
.gl {
    font-family: Inter;
}
.wrapper {
    width: 100%;
}
.inside-wrapper {
    min-width: 320px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.inside-wrapper .slider-home a:hover {
    /*-webkit-transform: scale(1.03);*/
    /*-moz-transform: scale(1.03);*/
    /*-o-transform: scale(1.03);*/
    text-decoration: none;
}
.main-color {
    background-color: #5698db !important;
}
.main-color-text {
    color: #5698db !important;
}
.deep-blue {
    background-color: #02124d !important;
}
.deep-blue-text {
    color: #02124d !important;
}
.acid-blue {
    background-color: #1f00db !important;
}
.acid-blue-text {
    color: #1f00db !important;
}
a.deep-blue-text:hover,
a:hover span.deep-blue-text,
a:hover h3.deep-blue-text {
    color: #006DFF !important;
}
a.deep-blue-text:hover,
a:hover span.deep-blue-text,
a:hover h3.deep-blue-text {
    color: #006DFF !important;
}
ul.nav li.dropdown:hover a.deep-blue-text {
    color: #006DFF !important;
}
/*---Sale---*/
.sale_container {
    position: fixed;
    bottom: 22px;
    left: 25px;
    width: 260px;
    z-index: 9999;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a6b1bd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a6b1bd;
}
.scroll_add {
    max-height: 355px;
    overflow-y: auto;
    padding-right: 24px;
}

@media screen and (max-device-width: 400px) {
    .scroll_add {
        max-height: 205px;
        overflow-y: auto;
        padding-right: 27px;
    }
}

.sale_container .block_content {
    font-family: Inter, serif;
    padding: 18px 0 21px 20px;
    font-size: 14px;
    line-height: 17px;
    background: rgb(40,35,128);
    background: -moz-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282380",endColorstr="#4ee8bf",GradientType=1);
    border-radius: 10px;
    color: #ffffff;
    position: relative;
}
.sale_container .block_content h6 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
}
.sale_container .block_content .do{
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #B0D7F8;
    padding-bottom: 17px;
    border-bottom: 1px solid #61B8F9;
    margin-bottom: 17px;
}

.sale_container .block_content .sale-main-text, .sale_container .block_content .sale-main-text p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.sale_container .block_content .sale-main-text p a{
    text-decoration: none;
    color: white;
    font-weight: 700;
}

.sale_container .block_content .sale-main-text ul {
    list-style: inside;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sale_button.active {
    margin-top: 18px;
    background: rgb(40,35,128);
    background: -moz-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282380",endColorstr="#4ee8bf",GradientType=1);
    background-position: 100% 100%;
    transition: all 0.4s ease-in;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 5px;
}
.sale_button.active .vector1 {
    display: none;
}
.sale_button.active .vector {
    display: inline;
}
.sale_button .vector2 {
    display: none;
    -webkit-animation: pulsing 2s infinite;
    animation: pulsing 2s infinite;
}
.sale_button .vector {
    display: none;
    -webkit-animation: pulsing 2s infinite;
    animation: pulsing 2s infinite;
    margin-right: 5px;
}
.sale_button .vector1 {
    display: inline;
    -webkit-animation: pulsing 2s infinite;
    animation: pulsing 2s infinite;
    margin-right: 5px;
}
@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}

@keyframes pulsing {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}
.sale_button {
    background: rgb(40,35,128);
    background: -moz-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282380",endColorstr="#4ee8bf",GradientType=1);
    background-position: 100% 100%;
    transition: all 0.4s ease-in;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    max-width: 260px;
    width: 100%;
    margin-top: 24px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 24px;
    padding-left: 10px;
}
.sale-img {
    /*padding: 9px 0 9px 0;*/
    margin-top: -5px;
}
.sale-img-close {
    float: right;
    cursor: pointer;
    position: fixed;
    margin-left: 208px;
}
.sale_button:focus {
    outline: 0 !important;
}
/*---Sale---*/

/* Header
-----------------------------------------------------------------------------*/
.header {
    background: #ffffff;
}
.top-row {
    padding: 1.5rem 0;
}
.header .nav-header .dropdown-menu {
    border: 1px solid #F5F8FB;
}
.logo-header {
    max-width: 230px;
}
.fixed-menu .logo-header {
    max-width: 225px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.mr-2.bg-2019 {
    position: relative;
    left: -0.97rem;
}

.mr-2.bg-2020 {
    position: relative;
    left: -1.97rem;
}

.info-header {
    font-size: 1.07rem;
}
.info-header span img,
.footer-info span img {
    max-width: 26px;
    width: 100%;
    position: relative;
    bottom: 3px;
}
.info-header span.mr-2 a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.info-header span ul li:nth-child(1) {
    margin-bottom: 0.5rem;
}
.blue-gradient {
    background: rgb(40,35,128);
    background: -moz-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282380",endColorstr="#4ee8bf",GradientType=1);
    background-position: 100% 100%;
    transition: all 0.4s ease-in;
}
button.blue-gradient:hover,
a.blue-gradient:hover {
    filter: brightness(1.1);
    background-size: 100% 120%;
}
.btn.blue-gradient {
    min-width: 147px;
    line-height: 1.7;
    border-radius: 10px;
    border: none !important;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.no-hover:hover,
.hover:hover,
.on-hover,
a.both:hover {
    text-decoration: none !important;
}
.hover,
.on-hover:hover {
    text-decoration: underline !important;
}
nav.nav-header .row {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0.5rem 0;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.fixed-menu nav.nav-header .row {
    margin-right: -25px;
    margin-left: -25px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
nav.nav-header ul li {
    font-size: 1rem;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
/*.fixed-menu nav.nav-header ul li,*/
/*nav.nav-header ul.dropdown-menu li {*/
/*    font-size: 1rem;*/
/*    transition: 0.2s linear;*/
/*    -webkit-transition: 0.2s linear;*/
/*    -o-transition: 0.2s linear;*/
/*    -moz-transition: 0.2s linear;*/
/*}*/
/*.fixed-menu nav.nav-header ul li a,*/
/*nav.nav-header ul.dropdown-menu li a {*/
/*    !*font-family: Gilroy-ExtraBold;*!*/
/*}*/
/*.fixed-menu nav.nav-header .row {*/
/*    padding-top: 0;*/
/*    transition: 0.2s linear;*/
/*    -webkit-transition: 0.2s linear;*/
/*    -o-transition: 0.2s linear;*/
/*    -moz-transition: 0.2s linear;*/
/*}*/
/*.fixed-menu .top-row {*/
/*    padding: 1rem 0;*/
/*    transition: 0.2s linear;*/
/*    -webkit-transition: 0.2s linear;*/
/*    -o-transition: 0.2s linear;*/
/*    -moz-transition: 0.2s linear;*/
/*}*/
.header-separator {
    /*border-bottom: 4px solid #4f8dcd;*/
    height: 13px;
    width: 100%;
}
nav.nav-header ul.nav .dropdown-toggle:after {
    display: none;
}
.text-small {
    font-size: 1rem !important;
}
.text-smmed {
    font-size: 1.2rem !important;
}
.text-18 {
    font-size: 1.125rem !important;
}
.text-medium {
    font-size: 1.2rem !important;
}
.text-h1 {
    font-size: 2.25rem !important;
}
.carouselvoka-caption p {
    font-size: 1.68rem;
}
.transition-short {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.blue-i {
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 0.7rem;
    color: #5698db;
    position: relative;
    right: 6px;
}
.needs-validation .col-12 .grecaptcha-badge {
    display: none;
}
.content-block.main-last-news.post.pb-3 .row iframe {
    height: 27em;
}
a:hover .blue-i {
    background-color: #5698db;
    color: #ffffff;
}
.p-2_5_1_5 {
    padding: 2.5rem 1.5rem;
}
.p-1_5_2_5 {
    padding: 1.5rem 2.5rem;
}
.p-2_5 {
    padding: 2.5rem;
}
.px-2_5 {
    padding: 0 2.5rem;
}
.py-2_5 {
    padding: 2.5rem 0;
}
.pt-2_5 {
    padding-top: 2.5rem;
}
.pr-2_5 {
    padding-right: 2.5rem;
}
.pb-2_5 {
    padding-bottom: 2.5rem;
}
.pl-2_5 {
    padding-left: 2.5rem;
}
.lh-08 {
    line-height: 0.8 !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-1_2 {
    line-height: 1.2 !important;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
}
.shadow-box {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(81, 145, 210, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(81, 145, 210, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(81, 145, 210, 0.3);
    overflow: hidden;
}
.color-box,
.br-10 {
    border-radius: 10px;
    position: relative;
}
.color-box-deep-blue {
    background: #1b78de; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #1b78de 0%,
        #5698db 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #1b78de 0%,
        #5698db 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #1b78de 0%,
        #5698db 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b78de', endColorstr='#5698db',GradientType=1 ); /* IE6-9 */
}
.color-box-violet {
    background: #7e54b8; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #7e54b8 0%,
        #5698db 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #7e54b8 0%,
        #5698db 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #7e54b8 0%,
        #5698db 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e54b8', endColorstr='#5698db',GradientType=1 ); /* IE6-9 */
}
.color-box-blue {
    background: #5cd4d4; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #5cd4d4 0%,
        #04a4fd 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #5cd4d4 0%,
        #04a4fd 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #5cd4d4 0%,
        #04a4fd 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cd4d4', endColorstr='#04a4fd',GradientType=1 ); /* IE6-9 */
}
.color-box-orange {
    background: #efc179; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #efc179 0%,
        #df5a1e 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #efc179 0%,
        #df5a1e 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #efc179 0%,
        #df5a1e 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc179', endColorstr='#df5a1e',GradientType=1 ); /* IE6-9 */
}
.color-box-purple,
.color-box-purple-rev:hover {
    background: #c95b5b; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #c95b5b 0%,
        #885eb9 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #c95b5b 0%,
        #885eb9 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #c95b5b 0%,
        #885eb9 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c95b5b', endColorstr='#885eb9',GradientType=1 ); /* IE6-9 */
}
.color-box-deep-orange {
    background: #e24b32; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #e24b32 0%,
        #e19031 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #e24b32 0%,
        #e19031 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #e24b32 0%,
        #e19031 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24b32', endColorstr='#e19031',GradientType=1 ); /* IE6-9 */
}
.color-box-deep-violet {
    background: #4533e0; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #4533e0 0%,
        #3b7ee3 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #4533e0 0%,
        #3b7ee3 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #4533e0 0%,
        #3b7ee3 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4533e0', endColorstr='#3b7ee3',GradientType=1 ); /* IE6-9 */
}
.color-box-green {
    background: #58b4aa; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #58b4aa 0%,
        #58b459 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #58b4aa 0%,
        #58b459 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #58b4aa 0%,
        #58b459 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b4aa', endColorstr='#58b459',GradientType=1 ); /* IE6-9 */
}
.color-box-orange-violet {
    background: #fe8838; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #fe8838 0%,
        #a882f2 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #fe8838 0%,
        #a882f2 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #fe8838 0%,
        #a882f2 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8838', endColorstr='#a882f2',GradientType=1 ); /* IE6-9 */
}
.color-box-orange-violet:hover {
    background: #a882f2; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #a882f2 0%,
        #fe8838 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #a882f2 0%,
        #fe8838 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #a882f2 0%,
        #fe8838 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a882f2', endColorstr='#fe8838',GradientType=1 ); /* IE6-9 */
}
.color-box-green:hover {
    background: #58b459; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #58b459 0%,
        #58b4aa 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #58b459 0%,
        #58b4aa 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #58b459 0%,
        #58b4aa 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b459', endColorstr='#58b4aa',GradientType=1 ); /* IE6-9 */
}
.color-box-deep-violet:hover {
    background: #3b7ee3; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #3b7ee3 0%,
        #4533e0 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #3b7ee3 0%,
        #4533e0 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #3b7ee3 0%,
        #4533e0 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b7ee3', endColorstr='#4533e0',GradientType=1 ); /* IE6-9 */
}
.color-box-deep-orange:hover {
    background: #e19031; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #e19031 0%,
        #e24b32 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #e19031 0%,
        #e24b32 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #e19031 0%,
        #e24b32 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e19031', endColorstr='#e24b32',GradientType=1 ); /* IE6-9 */
}
a:hover .color-box-purple,
.color-box-purple:hover,
.color-box-purple-rev {
    background: #885eb9; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #885eb9 0%,
        #c95b5b 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #885eb9 0%,
        #c95b5b 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #885eb9 0%,
        #c95b5b 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#885eb9', endColorstr='#c95b5b',GradientType=1 ); /* IE6-9 */
}
a:hover .color-box-orange {
    background: #df5a1e; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #df5a1e 0%,
        #efc179 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #df5a1e 0%,
        #efc179 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #df5a1e 0%,
        #efc179 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df5a1e', endColorstr='#efc179',GradientType=1 ); /* IE6-9 */
}
a:hover .color-box-deep-blue {
    background: #5698db; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #5698db 0%,
        #1b78de 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #5698db 0%,
        #1b78de 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #5698db 0%,
        #1b78de 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5698db', endColorstr='#1b78de',GradientType=1 ); /* IE6-9 */
}
a:hover .color-box-violet,
.color-box-violet:hover {
    background: #7e54b8; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #5698db 0%,
        #7e54b8 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #5698db 0%,
        #7e54b8 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #5698db 0%,
        #7e54b8 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5698db', endColorstr='#7e54b8',GradientType=1 ); /* IE6-9 */
}
a:hover .color-box-blue {
    background: #04a4fd; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #04a4fd 0%,
        #5cd4d4 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #04a4fd 0%,
        #5cd4d4 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #04a4fd 0%,
        #5cd4d4 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a4fd', endColorstr='#5cd4d4',GradientType=1 ); /* IE6-9 */
}
.violet-separator {
    background-color: #745ef9;
    height: 10px;
}
.violet-btn {
    background-color: #745ef9;
    line-height: 1.7;
    border-radius: 10px;
    border: none !important;
}
.main-employees a,
.main-employees a a.big-block img.photo,
.main-employees a a.small-block img.photo {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}
a:hover a.big-block img.photo,
a:hover a.small-block img.photo {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}
a.big-block .color-box .row,
.col-7 {
    position: relative;
    z-index: 2;
}
.color-box .title,
.main-popular-questions .title {
    line-height: 1.3;
}
.color-box .title-separator {
    width: 50%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}
.title-separator {
    width: 35%;
    height: 4px;
    background-color: rgba(89, 155, 224, 0.4);
    border-radius: 5px;
}
a.big-block img.photo-bg {
    top: -3rem;
    right: -3rem;
    z-index: 0;
}
a.big-block img.photo {
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 277px;
}
a.small-block img.photo {
    bottom: 0rem;
    right: -4rem;
    z-index: 1;
    width: 230px;
}
a.small-block img.photo-bg {
    top: -3rem;
    right: -7rem;
    z-index: 0;
}
.z-index-2 {
    z-index: 2;
}
.mb-30 {
    margin-bottom: 30px;
}
.ellipse {
    width: 102px;
    height: 102px;
    border-radius: 50px;
}
.main-last-news img {
    border-radius: 10px 10px 0 0;
}
.main-last-news a:hover span.title {
    color: #5698db !important;
}
.carouselvoka-controls {
    bottom: 3rem;
}
.carouselvoka-controls .cv-control-item {
    background-color: #ffffff;
}
.cv-control-item:hover {
    cursor: pointer;
}
.control-item-img img {
    max-width: 83px;
    width: 100%;
    height: auto;
}
.control-item-desc {
    vertical-align: top;
}
.control-item-desc span.price {
    color: #161616;
}
/*.main-slider {
	border-bottom: 19px solid #5596d8;
}*/
.carouselvoka-caption {
    top: 4rem;
}
.carouselvoka-caption h1 {
    font-size: 2.875rem;
}
.carouselvoka-caption p {
    color: #36406a;
    line-height: 1.2;
}
.carouselvoka-caption:last-child p {
    max-width: 34rem;
}
.carousel-item img {
    width: 100%;
}
.pagination li:after {
    content: "/";
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.5);
}
.pagination li:nth-last-child(1):after {
    content: none;
}
.pagination ul li:nth-last-child(1) {
    pointer-events: none;
    cursor: default;
}
ul.event-ul li.item:nth-child(2n) {
    background-color: #f8fbff;
}
ul.event-ul li.item:hover {
    cursor: pointer;
}
ul.event-ul li.item button {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.34s linear;
}
ul.event-ul li.item:hover button {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
li.item li,
ul.list-dash li {
    line-height: 1.3;
}
ul.list-dash {
    margin-left: 1rem;
    margin-bottom: 1rem;
    list-style-type: disc;
}
.text-justify {
    text-align: justify;
}
.title-service {
    color: #3782ce !important;
}
.max-height-img {
    max-height: 300px !important;
}
/*li.item li:before, ul.list-dash li:before {
	content: '-';
	padding-right: 5px;
}*/
.custom-select {
    background: url(../img/arrow-down-gray.svg);
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: 98%;
}
.sale {
  position: absolute;
  margin-top: -3px;
  margin-left: 225px;
}
.discount {
    background: #F0F6FD; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #F0F6FD 0%,
        #F0F6FD 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #F0F6FD 0%,
        #F0F6FD 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #F0F6FD 0%,
        #F0F6FD 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F6FD', endColorstr='#F0F6FD',GradientType=1 ); /* IE6-9 */
    font-size: 0.75rem;
    color: #4CA2EA;
    font-family: Inter, serif;
    border-radius: 12px;
    padding: 0.205rem 1.24rem;
    display: inline-block;
    min-width: 110px;
    text-align: center;
}
.marketing-block i {
    font-size: 3rem;
}
.okt-block {
    display: block;
    min-height: 265px;
}
.okt-block img {
    max-width: 285px;
    vertical-align: top;
    float: left;
}
/* Single post typography - div with class .post
-----------------------------------------------------------------------------*/
.post h1,
.post .h1 {
    font-family: Inter, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    /*font-size: 2.25rem;*/
    /*color: #02124d;*/
    /*padding-bottom: 3rem;*/
    /*padding-top: 2rem;*/
    /*!*text-transform: uppercase;*!*/
    /*line-height: 1.3;*/
}
.post.question .h1,
.post.question h1 {
    text-transform: none;
}
.post h2,
.post .h2 {
    /*font-size: 1.9rem;*/
    /*color: #02124d;*/
    /*padding-bottom: 1.25rem;*/
    /*!*padding-top: 1rem;*!*/
    /*word-break: break-word;*/
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
}
.post h3,
.post .h3 {
    font-size: 1.5rem;
    color: #02124d;
    padding-bottom: 2rem;
    padding-top: 1rem;
}
.post p {
    /*font-size: 1rem;*/
    /*color: #02124d;*/
    /*padding-bottom: 1.5rem;*/
    /*line-height: 1.4;*/

    font-family: Inter, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333333;
}

.post p a {
    font-size: 1rem;
    color: #3782ce;
    padding-bottom: 1.5rem;
    line-height: 1.4;
    text-decoration: none;
}
.post.cont p a {
    color: #ffffff;
}
.post p a:hover {
    text-decoration: underline;
}
.post p:nth-last-child(1) {
    padding-bottom: 0;
}
.post ul {
    font-family: Inter, serif;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}
strong {
    font-family: Inter, serif;
    font-weight: 600;
}
.new-equipment img {
    border-radius: 10px 0 0 10px;
}
.new-equipment:hover span.title {
    color: #5698db !important;
}
.opacity-75 {
    opacity: 0.75;
}
.ml--10 {
    margin-left: -10px;
}
.triangle-item:hover {
    cursor: pointer;
}
.triangle-item {
    width: 0;
    height: 0;
    border-style: solid;
}
.triangle-top {
    border-width: 0 50px 100px 50px;
}
.triangle-bottom {
    border-width: 100px 50px 0 50px;
}
.cirle {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    font-size: 4.5rem;
}
.cirle:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.big-txt {
    font-size: 4.5rem;
}
#twoСircles a,
#twoСircles a:hover {
    color: #000000;
    text-decoration: none;
}
#twoСircles-tab:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#sector-tab:hover div {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
}
.licenzii:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.services-block {
    list-style: disc;
    columns: 3;
}
.services-block li {
    padding-left: 4px;
    margin-right: 16px;
    padding-right: 10px;
}
.assistant-block {
    position: absolute;
    bottom: -1.4em;
    width: 100%;
    height: 25px;
    cursor: pointer;
}
#form-button {
    cursor: pointer;
}
#form-button.blue-gradient:hover {
    background: rgb(40,35,128);
    background: -moz-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282380",endColorstr="#4ee8bf",GradientType=1);
    background-position: 100% 120%;
    filter: brightness(1.1);
    transition: all 0.4s ease-in;
}
#form button[type="submit"],
#form-price button[type="submit"],
#form-question button[type="submit"] {
    display: none;
}
#home {
    cursor: pointer;
}
.mbm-1 {
    margin-bottom: 1.8em;
}
.mbm-2 {
    margin-bottom: 1.88em;
}
.new-icon {
    position: relative;
}
.new-icon img {
    width: 25px;
    position: absolute;
    top: -1rem;
    right: -1.7rem;
}
.vrach_block-wrapper {
    background-color: #5999d7;
    border-radius: 10px;
}
.service-title-new,
.price-title-new {
    display: inline-block;
}
.service-title-new {
    position: relative;
}
.price-title-new {
    padding-top: 0.7rem !important;
}
.new-icon .service-title-new img {
    top: -3rem;
    width: 30px;
}
.new-icon.price-title-new img {
    top: 0;
}
.post.post-text-p p {
    text-align: justify;
}
/*----*/
.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    /*position: relative;*/
    /*width: 80px;*/
    /*margin: 100px auto;*/
}
.duo_content {
    width: 80px;
    height: 20px;
    position: relative;
}
.duo {
    height: 20px;
    width: 50px;
    background: hsla(0, 0%, 0%, 0);
    position: absolute;
}

.duo,
.dot {
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.duo1 {
    left: 0;
}

.duo2 {
    left: 30px;
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #318eef;
    position: absolute;
}

.dot-a {
    left: 0px;
}

.dot-b {
    right: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes onOff {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.duo1 {
    animation-name: spin;
}

.duo2 {
    animation-name: spin;
    animation-direction: reverse;
}

.duo2 .dot-b {
    animation-name: onOff;
}

.duo1 .dot-a {
    opacity: 0;
    animation-name: onOff;
    animation-direction: reverse;
}
#callMobile {
    display: none;
}
.mar-l {
    margin-left: -3rem;
}
/*---*/
a.both {
    text-decoration: underline !important;
    color: #5698db !important;
    font-size: 1.125rem;
    font-family: "Gilroy-ExtraBold";
}
/*.gik-class {
	position: relative;
    top: 1.7rem;
}*/
.gik-class-mobile {
    display: none;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 100%;
}
.footer-first-line {
    background: rgb(40 35 128); /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgb(40 35 128),
        #056AD7 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgb(40 35 128) 0%,
        #056AD7 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgb(40 35 128) 0%,
        #056AD7 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056AD7', endColorstr='#056AD7',GradientType=1 ); /* IE6-9 */
}
.footer-second-line {
    background: #056AD7; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgb(40 35 128) 0%,
        #056AD7 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgb(40 35 128) 0%,
        #056AD7 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgb(40 35 128) 0%,
        #056AD7 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056AD7', endColorstr='#056AD7',GradientType=1 ); /* IE6-9 */
}
.footer-logo {
    max-width: 295px;
    width: 100%;
}
.panorama .map-container {
    background-color: #ffffff;
    border-radius: 10px;
}
.panorama img.map {
    border-radius: 10px;
    opacity: 0.7;
}
.panorama img.view-panorama {
    top: 40%;
    left: 45%;
}
.panorama .route {
    bottom: 1.5rem;
}
.panorama a span {
    text-decoration: underline;
}
.panorama a:hover span {
    text-decoration: none;
}
.panorama a:hover img.map {
    opacity: 0.9;
}
.footer-second-line {
    min-height: 7rem;
}
.soc-links img {
    /*height: 23px;*/
    width: auto;
}
.soc-links img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.soc-links {
    min-width: 270px;
    max-width: 290px;
}
.header-last-item {
    padding-right: 0 !important;
    padding-left: 30px !important;
}
.user-agreement {
    font-size: 12px;
}
.footer-adress {
    display: none;
}
.modal-header .close {
    margin: -0.5rem 0.5rem -1rem auto;
}
.modal .close img {
    width: 18px;
}
.modal-body {
    text-align: center;
    padding: 0 2rem 2.5rem;
}
.modal-body .modal-title {
    padding-bottom: 2rem;
}
.modal-header {
    padding: 1rem 1rem 0.2rem;
}
.modal-header,
.modal-content {
    border: none;
    border-radius: 0.7rem;
}
.modal-backdrop {
    background-color: #00000066;
    top: 155px;
}
.modal-backdrop .show {
    opacity: 0.18;
}
.modal-logo img {
    width: 100%;
    max-width: 45.5%;
}
.mobile-menu-btn img {
    width: 27px;
    height: auto;
}
.services-mobile-menu a {
    /*padding-left: 1.35rem;*/
    /*padding-right: 1.35rem;*/
}
.services-mobile-menu a.collapsed img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.services-mobile-menu .arrow img {
    width: 18px;
    height: auto;
}
.services-mobile-menu .card {
    border: none;
    border-radius: 0;
    width: 100%;
}
.services-mobile-menu #menuCollapseMain .card-header {
    background-color: transparent;
    border-radius: 0;
    /*border-bottom: none;*/
    /*padding: 0 0 1rem 0;*/
}
.services-mobile-menu #menuCollapseMain .card-body {
    /*padding: 1.75rem 1.25rem;*/
}
#menuCollapseMain a.deep-blue-text:hover {
    color: #02124d;
}
#collapseServices {
    z-index: 3;
}
.services-mobile-menu.sticky-top,
.mobile-menu-btn,
#menuMain {
    z-index: 999999;
}
.collapsing {
    height: 100%;
}
.collapse.show {
    height: 100%;
}
#collMenu,
#menuMain {
    /*overflow: scroll;*/
}
#menuCollapseMain.collapsing {
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: height 0.1s ease;
}
/*  Slider on about-main.html */
.slider-pro img.sp-thumbnail {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);
}
.sp-thumbnail-container {
    overflow: visible;
}
.sp-selected-thumbnail {
    background: #c5d7e8;
    border-radius: 10px;
}
.sp-image-container img {
    margin-top: 0 !important;
}
.slides-counter-position {
    position: absolute;
    z-index: 3;
    bottom: 2rem;
    width: 100%;
    text-align: center;
}
.slides-counter {
    display: inline-block;
    padding: 0.3rem 1.5rem;
    background: #ffffff;
    font-size: 1rem;
    border-radius: 15px;
}
.sp-next-arrow:before,
.sp-next-arrow:after,
.sp-previous-arrow:before,
.sp-previous-arrow:after {
    content: none;
}
.sp-arrow {
    width: 80px;
    height: 80px;
}
#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.first-row {
    font-size: 13.75rem;
    line-height: 0.7;
}
.second-row {
    font-size: 9.375rem;
    line-height: 0.8;
    color: #fdfdfe;
    background: -webkit-linear-gradient(top, #fdfdfe, #e4edfb);
    background: linear-gradient(top, #fdfdfe, #e4edfb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.third-row {
    font-size: 6.25rem;
    line-height: 0.8;
    color: #cadcf8;
    background: -webkit-linear-gradient(top, #cadcf8, #aecbf5);
    background: linear-gradient(top, #cadcf8, #aecbf5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fourth-row {
    font-size: 5rem;
    line-height: 0.8;
    color: #8eb8f2;
    background: -webkit-linear-gradient(top, #8eb8f2, #68a4ef);
    background: linear-gradient(top, #8eb8f2, #68a4ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer .messengers-list {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-left: 40px;
}

.messengers-list .messenger-icon img {
    width: 32px;
}

.footer .messengers-list .messenger-icon img {
    width: 24px;
}

.messengers-list .messenger-icon {
    margin-right: 1.5rem;
}

.messengers-list .messenger-icon:last-child {
    margin-right: 0;
}

@media (min-width: 320px) and (max-width: 375px) {
    .header-phone img {
        display: none;
    }
    .first-row {
        font-size: 8.75rem;
        line-height: 0.7;
    }
    .second-row {
        font-size: 5.971rem;
        line-height: 0.8;
    }
    .third-row {
        font-size: 3.98rem;
        line-height: 0.8;
    }
    .fourth-row {
        font-size: 3.184rem;
        line-height: 0.8;
    }
    .big-txt {
        font-size: 2.86rem;
    }
}

@media (min-width: 331px) and (max-width: 414px) {
    .mob-vrach-title {
        width: 254px !important;
        display: block;
    }
    .mob-vrach-title-wrapper {
        padding: 2.5rem 2rem;
    }
    .blockjs:first-child .photo {
        width: 245px;
    }
    .blockjs:nth-child(4) .photo {
        width: 220px;
    }
}
@media (min-width: 320px) and (max-width: 330px) {
    .mob-vrach-title {
        width: 255px !important;
        display: block;
    }
    .mob-vrach-title-wrapper {
        padding: 2.5rem 1rem;
    }
    .blockjs:first-child .photo {
        width: 245px;
    }
    .blockjs:nth-child(4) .photo {
        width: 220px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .carousel-item img {
        position: relative;
        right: 180%;
    }
    .info-header {
        font-size: 0.75rem;
    }
    .info-header span ul li:nth-child(1) {
        margin-bottom: 0;
    }
    .text-medium,
    .carouselvoka-caption p {
        font-size: 1.2rem !important;
    }
    .h1,
    h1,
    .text-h1 {
        font-size: 1.8rem !important;
    }
    .h2,
    h2 {
        font-size: 1.5rem !important;
    }
    .h3,
    h3 {
        font-size: 1.25rem !important;
    }
    a.big-block img.photo {
        right: -2rem;
    }
    .text-smmed {
        font-size: 1rem !important;
    }
    .footer-info .float-left {
        float: none !important;
        vertical-align: top;
    }
    .soc-links {
        margin: 0 auto;
    }
    .slides-counter-position {
        bottom: 1rem;
    }
    .ml--10 {
        margin-left: 0;
    }
    .text-18 {
        font-size: 1.05rem !important;
    }
    .triangle-bottom {
        border-width: 50px 25px 0 25px;
    }
    .triangle-top {
        border-width: 0 25px 50px 25px;
    }
    #twoСircles-tab img {
        width: 35px;
        height: auto;
    }
    .circle-cut img {
        width: 100px;
        height: 100px;
    }
    .cirle {
        width: 120px;
        height: 120px;
    }
    .first-row {
        font-size: 8.75rem;
        line-height: 0.7;
    }
    .second-row {
        font-size: 5.971rem;
        line-height: 0.8;
    }
    .third-row {
        font-size: 3.98rem;
        line-height: 0.8;
    }
    .fourth-row {
        font-size: 3.184rem;
        line-height: 0.8;
    }
    .big-txt {
        font-size: 2.86rem;
    }
}
@media (min-width: 481px) and (max-width: 736px) {
    .carousel-item img {
        position: relative;
        right: 85%;
    }
    .info-header {
        font-size: 1rem;
    }
    .info-header span ul li:nth-child(1) {
        margin-bottom: 0.5rem;
    }
    .text-medium {
        font-size: 1.4rem !important;
    }
    .h1,
    h1,
    .text-h1 {
        font-size: 1.8rem !important;
    }
    .h2,
    h2 {
        font-size: 1.5rem !important;
    }
    a.big-block img.photo {
        right: 0;
    }
    .footer {
        text-align: center;
    }
    .footer-info .float-left {
        float: none !important;
        vertical-align: top;
    }
    .soc-links {
        margin: 0 auto;
    }
    #menuCollapseMain {
        width: 100%;
        /*max-width: 480px;*/
        right: 0;
        top: 8px;
    }
    #menuCollapseMain .card-body {
        /*-webkit-box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);*/
        /*-moz-box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);*/
        /*box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);*/
    }
    .slides-counter-position {
        bottom: 1.5rem;
    }
    .big-txt {
        font-size: 2.86rem;
    }
}

@media (min-width: 992px) and (max-width: 1720px) {
    .sale_container .sale_button {
        width: 210px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .callBlock.mobile_phone_tel_h {
        position: relative;
        right: -3rem;
    }
    .sale_container .sale_button {
        width: 210px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .sale_container {
        right: 22px;
        top: auto;
        left: auto;
        bottom: 25px;
    }
    .sale_container .block_content {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
            0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /* background: linear-gradient(139.03deg, rgba(255, 0, 54, 1) 0%, rgba(255, 0, 54, 1) 100%); */
    }
    .sale_container .sale_button {
        width: 70px;
        max-height: 60px;
        min-width: inherit;
        overflow: hidden;
        border: none;
        background: inherit;
        float: right;
        padding: 5px 0 0;
    }
    .sale_container .sale_button span{
        display: none;
    }
    .sale_container .sale_button .sale-img {
        padding: 0;
        width: 65px;
        height: 55px;
    }
    .sale_button.active .vector1 {
        display: none !important;
    }
    .sale_button.active .vector {
        display: none;
    }
    .sale_button.active .vector2 {
        display: inline;
    }
    .title-news-mobile {
        font-size: 1.5rem !important;
    }
    .carouselvoka-controls .inside-wrapper .slider-home a {
        margin-bottom: 2em;
    }
    .carousel-inner,
    .m-footer-icon {
        /*display: none;*/
    }
    .carousel-inner .carousel-item .carouselvoka-caption {
        position: inherit !important;
    }
    .ellipse {
        margin: 0 auto;
    }
    .title-separator {
        margin: 0 auto;
    }
    .mobile-text {
        text-align: justify;
    }
    .mobile-title {
        display: block;
        text-align: center;
    }

    .gik-class {
        display: none;
    }
    .gik-class-mobile {
        display: block;
        margin-top: 1.5rem !important;
    }
    .okt-block img {
        max-width: 320px;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 320px) and (max-width: 736px) {
    .modal-dialog {
        max-width: 550px;
    }
    .info-header span img {
        bottom: -6px;
    }
    .carouselvoka-controls {
        bottom: 0;
        position: relative !important;
        padding-top: 1.5rem;
    }
    .main-slider {
        border-bottom: none;
    }
    .carouselvoka-caption {
        top: auto;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 1.5rem;
        border-bottom: 10px solid #5596d8;
    }
    .carousel-item img {
        width: auto;
        margin: 0 auto;
    }
    a.big-block img.photo {
        right: -2rem;
    }
    ul.event-ul li.item button {
        visibility: visible;
        opacity: 1;
    }
    ul.event-ul li.item:hover button {
        opacity: 1;
        visibility: visible;
    }
    #menuCollapseMain {
        width: 100%;
        /*max-width: 480px;*/
        right: 0;
        top: 8px;
    }
    #menuCollapseMain .card-body {
        /*-webkit-box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);*/
        /*-moz-box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);*/
        /*box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);*/
    }
    .map {
        min-height: 400px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .footer-adress {
        display: block;
    }
    #menuCollapseMain {
        width: 100%;
        /*max-width: 480px;*/
        right: 0;
        top: 8px;
    }
    #menuCollapseMain .card-body {
        /*-webkit-box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);*/
        /*-moz-box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);*/
        /*box-shadow: 0px 0px 10px 0px rgba(81, 145, 210, 0.3);*/
    }
    #menuMain .card.card-body {
        height: 100%;
    }
    .carousel-inner .carousel-item video {
        width: 100%;
    }
    .carouselvoka-caption {
        top: 2rem;
    }
}

@media (min-width: 1050px) and (max-width: 1180px) {
    .mar-l {
        margin-left: -2rem;
    }
}
@media (min-width: 992px) and (max-width: 1049px) {
    .mar-l {
        margin-left: -1rem;
    }
}
/*  Medium devices (tablets, 768px and up)*/
@media (min-width: 737px) and (max-width: 1024px) {
    .carouselvoka-controls {
        bottom: 0;
        position: relative !important;
        padding-top: 1.5rem;
    }
    .carouselvoka-controls {
        bottom: 0;
        position: relative !important;
    }
    /*#carouselVoka {
  border-bottom: 10px solid #5596d8;
}*/
    .main-slider {
        border-bottom: none;
    }
    /*.color-box {
  max-height: 365px;
}*/
    a.big-block img.photo {
        right: -4rem;
    }
    .text-medium {
        font-size: 1.4rem !important;
    }
    .h1,
    h1,
    .text-h1 {
        font-size: 2rem !important;
    }
    .h2,
    h2 {
        font-size: 1.6rem !important;
    }
    nav.nav-header ul li {
        font-size: 0.9rem;
    }
    .fixed-menu nav.nav-header ul li,
    nav.nav-header ul.dropdown-menu li {
        font-size: 0.8rem;
        transition: 0.2s linear;
        -webkit-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
    }

    ul.event-ul li.item button {
        visibility: visible;
        opacity: 1;
    }
    ul.event-ul li.item:hover button {
        opacity: 1;
        visibility: visible;
    }
}

/* Price list */
.price-item-container {
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
}
.price-item-background:nth-child(2n) {
    background: #f8fbff;
}
.price-item-container > .price-item__top-container {
    padding: 0 4rem 1rem 4rem;
    display: flex;
    justify-content: flex-start;
}
.price-item-container > .price-item__middle-container {
    padding: 0 4rem 2rem 4rem;
    display: flex;
    flex-direction: row;
    flex: 1;
}
.price-item__middle-container > .price-item__content-container {
    flex: 1;
}
.price-item__title-container {
    padding: 0 0 0.5rem 0;
}
.price-item__title-container > h3.price-item__title {
    padding: 0;
    max-width: 38rem;
    font-size: 1.25rem;
}
.price-item__content-container > .price-item__description-container {
    max-width: 38rem;
}
.price-item__middle-container > .price-item__price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.price-item__price-container > span.price-item__price {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.price-item__price-container > span.price-item__price-old {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding-top: 0.5rem;
}
.price-item-container > .price-item__additional-container {
    padding: 2rem 4rem 0 0;
    display: flex;
    align-items: flex-end;
}
.price-item__additional-container > .price-item__gift-container {
    display: flex;
    flex: 1;
    flex-direction: row;
}
.price-item__gift-blue-animation-container {
    display: flex;
    background: #559ae2;
    align-items: center;
    padding: 1rem 0.75rem 1rem 1.5rem;
}
.price-item__gift-blue-animation-gif {
    width: 3rem;
    height: 3rem;
    background: url(/img/gift.gif);
    background-size: contain;
}
.price-item__gift-blue-content {
    max-width: 35rem;
    background: #559ae2;
    display: flex;
    padding: 1rem 0;
    color: #fff;
    align-items: center;
}
.price-item__gift-blue-end {
    width: 8rem;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    display: flex;
    background: #559ae2;
}
button.make-appointment {
    border: 0;
    border-radius: 0.625em;
    color: #fff;
    font-size: 1rem;
    background: rgb(40,35,128);
    background: -moz-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    background: linear-gradient(90deg, rgba(40,35,128,1) 0%, rgba(0,109,255,1) 50%, rgba(78,232,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282380",endColorstr="#4ee8bf",GradientType=1);
    background-position: 100% 100%;
    transition: all 0.4s ease-in;
    padding: 0.875em 1.625em 0.875em 1.625em !important;
}
button.make-appointment:hover {
    filter: brightness(1.1);
    background-size: 100% 120%;
    padding: 0.875em 1.625em 0.875em 1.625em !important;
}
button.make-appointment:focus {
    outline: none;
}
.price-discount {
    font-family: "Gilroy-ExtraBold";
    background: #ff015c;
    background: -moz-linear-gradient(
        left,
        #ff015c 0%,
        #ff0038 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #ff015c 0%,
        #ff0038 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #ff015c 0%,
        #ff0038 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF015C', endColorstr='#FF0038',GradientType=1 ); /* IE6-9 */
    font-size: 0.875rem;
    border-radius: 2px;
    font-size: 0.875rem;
    color: #ffffff;
    padding: 0.4375rem 1.5rem;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.price-discount:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.8) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.8) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.8) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    filter: blur(1rem);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: price-discount-animation-slide;
    animation-name: price-discount-animation-slide;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes price-discount-animation-slide {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .colorless-box .row .col-7 .mt-auto {
        position: relative;
        left: 1em;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #callMobile {
        position: relative;
        right: -100px;
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    #callMobile {
        position: relative;
        right: -50px;
    }
}
@media (min-width: 401px) and (max-width: 500px) {
    #callMobile {
        padding: 0.3em 1em !important;
    }
}
@media (min-width: 450px) and (max-width: 500px) {
    #callMobile {
        position: relative;
        right: -25px;
    }
}
@media (min-width: 320px) and (max-width: 374px) {
    #callMobile {
        padding: 0.4em 0.7em !important;
        font-size: 1em;
        min-width: 100px;
    }
}
@media (min-width: 375px) and (max-width: 400px) {
    #callMobile {
        padding: 0.4em 0.7em !important;
        font-size: 1em;
        min-width: 100px;
        position: relative;
        left: 15px;
    }
}
@media (min-width: 320px) and (max-width: 507px) {
    #sendResult {
        margin-bottom: 20px;
    }
    .price-item-container > .price-item__middle-container {
        flex-direction: column;
    }
    .price-item__middle-container > .price-item__price-container {
        align-items: flex-start;
        margin-top: 2em;
    }
}
@media (max-width: 767px) {
    .services-block {
        columns: 1;
    }
    #callMobile {
        display: block;
        cursor: pointer;
    }
    .callBlock span {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .post .blockjs:nth-child(5) p,
    .main-employees .blockjs:nth-child(5) p {
        max-width: 174px;
    }
}
/*  Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*  Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
    }
}

@media (max-width: 746px) {
    iframe {
        width: 100%;
    }
}

.location-section {
  width: 100%;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
    .location-section {
        justify-content: end;
        margin-right: 10px;
    }
}

.location-section .btn{
  color: white;
  line-height: 1.7;
  border-radius: 10px;
}

.location-section .dropdown-menu {
  min-width: 142px !important;
  border: none;
}

.location-selector{
  border: none;
  background: white;
  height: 24px;
  color: #3782ce;
  font-size: 1.07rem;
  margin-left: 5px;
  cursor: pointer;
}

select:focus-visible
{
  outline: 0 !important;
}

.location-selector .selected{
  font-weight: bold;
}

.location-img{
  width: 13px;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
}

@media (min-width: 280px) and (max-width: 380px) {
    .sale_container {
        /*display:none;*/
    }
}

@media (max-width: 540px) {
.mobile_phone_tel_h
{
  font-size: 1rem;
}
}

@media (min-width: 540px) {
.mobile_phone_tel_h{
  font-size: 1.45rem;
}
}

.app-download-section{
   justify-content: flex-start;
   align-items: flex-start;
}

.app-download-section .gplay {
   margin-right: 14px;
   margin-left: -7px;
}

@media (max-width: 746px) {
  .app-download-section{
   justify-content: center;
}
}

.cookie-section {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    bottom: 5px;
    z-index: 2147483648;
    opacity: 0.87;
    -webkit-box-shadow: 0 0 10px 5px #0000000F;
    -moz-box-shadow: 0 0 10px 5px #0000000F;
    box-shadow: 0 0 10px 5px #0000000F;
    width: 359px !important;
    height: 220px;
    left: 50%;
    transform: translateX(-50%);
}

.cookie-header-section{
    border-bottom: 1px solid #E7ECF4;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-header-section svg{
    margin-top: -15px;
}
.cookie-header {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #333333;
    margin-bottom: 10px;
}
.cookie-agr-text{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.cookie-agr-text a{
    color: #5698DB;
}
.cookie-section:hover {
   opacity: 1;
}


@media (min-width: 1100px) and (max-width: 1500px) {
.slide-video {
	margin-left: -220px;
}
