@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../js/johndyer-mediaelement/build/mediaelementplayer.min.css';
@import '../libs/Swiper/dist/css/swiper.min.css';
@import '../libs/fontawesome-pro-5.7.2-web/css/all.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/dist/jquery.fancybox.min.css';
@import '../libs/select2/dist/css/select2.min.css';
@import '../fonts/ProximaNova2/stylesheet.css';
@import '../js/plugins/qtip2/jquery.qtip.min.css';

html {
    height: 100%;
}

body {
    min-height: 100vh;
    color: #949494;
    font-weight: 300;
    font-family: 'Proxima Nova';
    font-size: 17px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    outline: none;
    color: #00AEFF;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

h2 {
    margin: 0 0 0.76em;
}

a:hover {
    text-decoration: none;
    color: #000;
}

#page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: auto;
}

div.container.fluid {
    width: 100%;
    padding: 0 30px;
}

footer {
    height: 90px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #333;
    color: #707070;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 13px;
}

div.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}

div.footer-content a {
    color: #707070;
}

div.footer-content a:hover {
    color: #8f8f8f;
}

div.footer-content > div {
    padding: 0 15px;
}

div.footer-lnbg {
    position: relative;
}

div.footer-lnbg > a {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}

div.footer-lnbg > a img {
    display: block;
    width: 22px;
    height: 14px;
}

div.footer-lnbg > a > * + * {
    margin-left: .5em;
}

div.footer-lnbg .fal {
    font-size: 1.2em;
}

div.footer-lnbg ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: -10px;
    right: -10px;
    list-style: none;
    padding: 0;
    margin: 0;

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

div.footer-lnbg ul li a {
    display: flex;
    padding: 8px 10px;
    justify-content: space-between;
    color: #FFF;
    font-size: 14px;
}

div.footer-lnbg ul li:first-child a {
    padding-top: 17px;
}

div.footer-lnbg ul li:last-child a {
    padding-bottom: 17px;
}

div.footer-lnbg ul li a img {
    width: 22px;
    height: 14px;
}

div.footer-lnbg .fal {
    font-size: 23px;

}

header {
    height: 82px;
    z-index: 222;
    background: #fff;
    /*border-bottom: 1px solid rgba(204, 204, 204, .3);*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header.fixed {
    /*height: 65px;*/
    /*margin-top: -82px;*/
}

header.fixed {
    position: fixed;
    top: 0;
}

header.fixed.positioned {
    position: absolute;
}

header > .container {
    position: relative;
    height: 100%;
}

header.invisible {
    top: -82px
}

main {
    flex: auto;
    flex-grow: 1;
}

div.header-content {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0 -15px;
    padding-left: 140px;
}

div.header-content > * {
    padding: 0 15px;
    display: flex;
}

a.logo {
    display: flex;
    width: 110px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    background: url(../images/logo.svg) left center no-repeat;
    z-index: 15;
    background-size: contain;
}

aside {
    min-width: 300px;
    flex-basis: 300px;
}

div.mainbar {
    background: #b0b0f0;
}

section {
    padding: 110px 0 80px;
    position: relative;
}

section.vacancy-list-section {
    padding: 35px 0 80px;
    position: relative;
}

section.simple-section {
    padding: 120px 0 30px;
}

section.map-block-section {
    padding-top: 35px;
}

div.index-swiper-container {
    position: relative;
    overflow: hidden;
    padding-top: 82px;
}

/*div.index-swiper-container .swiper-slide:after {*/
/*    content: '';*/
/*    width: 802px;*/
/*    height: 433px;*/
/*    background: url("../images/misc/decor-11.svg") 0 0 no-repeat;*/
/*    background-size: 100% 100%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: -19px;*/
/*    z-index: 10;*/
/*}*/

div.index-swiper-container .swiper-slide.no-ornament:after {
    display: none;
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 26px;
    display: none;
    opacity: 0;
    visibility: hidden;
}
div.index-swiper-container.show .swiper-pagination{
    display: block;
    opacity: 1;
    visibility: visible;
}
div.index-swiper-container .play-button {
    /* position: absolute;
    left: calc(50% - 75px);
    top: calc(50% - 75px); */
    /* display: inline-flex; */
    display: none;
}

div.index-swiper-container .play-button svg {
    background: rgba(246, 252, 255, 0.36);
    border-radius: 100%;
    display: flex;
    color: #ffffff;
    fill: currentColor;
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    align-items: flex-end;
    color: #fff;
    padding-bottom: 59px;
    opacity: 0;
    visibility: hidden;
    display: none;
}
div.index-swiper-container.show div.swiper-slide-content{
    opacity: 1;
    visibility: visible;
    display: flex;
}
div.index-swiper div.swiper-slide-content .cont {
    font-size: 17px;
}

div.index-swiper div.swiper-slide-content .cont h2 {
    font-size: 3.53em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 7px;
}

div.index-swiper div.swiper-slide-content .action {
    font-size: 17px;
    margin-top: 10px;
}

div.index-swiper div.swiper-slide-content .action a {
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
}

div.index-swiper div.swiper-slide-content .action a i {
    margin-left: 9px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #70ddff;
    font-size: 11px;

}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    align-items: center;
    justify-content: center;
    background: none;
    color: #ffffff;
    display: none;
    visibility: hidden;
}
div.index-swiper-container.show .swiper-button-prev,
div.index-swiper-container.show .swiper-button-next{
visibility: visible;
    display: flex;
}
div.index-swiper-container .swiper-button-prev {
    transform: rotate(180deg);
}

div.index-swiper-container .swiper-button-next svg {
    fill: currentColor;
}

div.index-swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    margin: 0 13px;
}

div.swiper-carusel-container {
    position: relative;
    padding: 0 84px;
}

div.swiper-carusel .swiper-slide {
    width: auto;
}

div.swiper-carusel .swiper-slide a {
    display: block;
    border: 1px solid #212121;
}

div.swiper-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.swiper-carusel-container .swiper-button-prev,
div.swiper-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

div.search-place {
    position: relative;
    padding: 0 !important;
}

div.search-place a {
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #333;
    min-width: 51px;
    justify-content: center;
}

div.search-place a:hover {
    color: #00AEFF;
}

div.header-action {
    align-items: center;
    font-size: 16px;
}

div.header-action .ext_button {
    padding: 0 2.33em;
    height: 2.04em;
    font-size: 14px;
}

div.langs-selector {

    position: relative;

}

div.langs-selector > span {

    display: flex;
    justify-content: space-between;
    align-items: center;

}

div.langs-selector > span > * {
    margin-left: 8px;
}

div.langs-selector > span > i {
    font-size: 20px;
}

div.langs-selector span img.img-flag {

    height: 14px;
    width: 22px;
}

div.langs-selector:hover > span {
    color: #000;
    cursor: pointer;
}

div.langs-selector:hover > span i {
    color: #00AEFF;
}

div.langs-selector ul {
    visibility: hidden;
    opacity: 0;
}

div.langs-selector:hover ul {
    visibility: visible;
    opacity: 1;
}

div.langs-selector .fa-angle-down {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.langs-selector:hover .fa-angle-down {
    transform: rotate(180deg);
}

div.langs-selector ul {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 30px 0 rgba(34, 31, 31, .16);
}

div.langs-selector ul li a {

    display: flex;
    padding: 8px 0;
    justify-content: center;
    color: #949494;
    font-size: 14px;

}

div.langs-selector ul li:hover a {
    color: #000;
}

div.langs-selector ul li:first-child a {
    padding-top: 17px;
}

div.langs-selector ul li:last-child a {
    padding-bottom: 17px;
}

div.langs-selector {
    /* display: flex;
     align-items: center;*/
}

div.langs-selector select {
    width: 70px;
}

div.half-content-containr {
}

div.half-content > div {
    display: flex;
    margin: 0 -15px;
}

div.half-content.special > div:nth-child(even) {
    flex-direction: unset;
}

div.half-content.special > div:nth-child(even) .cont {
    justify-content: unset;
}

div.half-content.special > div + div {
    margin: auto;
}

div.half-content > div + div {
    margin-top: 110px;
}

div.half-content > div > div {
    flex: 1 1 100%;
    padding: 0 15px;
}

div.half-content.less-padding > div > div {
    padding: 0;
}

div.half-content .cont {
    display: flex;
    /*align-items: center;*/
}

section.top-section div.half-content .cont > div {
    /*min-width: calc(100% + 50px);*/
    max-width: 653px;
}

div.half-content .cont h2 {
    font-size: 60px;
    color: #333;
    font-weight: 600;

}

section.half-content-section-block {
    padding-bottom: 120px;
}

section.half-content-section-block div.half-content .cont {
    min-width: 765px;
}

section.half-content-section-block div.half-content .cont .special {
    width: 100%;
}

section.top-section div.half-content .cont h2 {
    margin-bottom: 23px;
    margin-top: 20px;
}

section.top-section div.half-content .cont h4, section.top-section div.half-content .cont h5 {
    margin-bottom: 23px;
}

section.top-section div.half-content .cont p {
    margin: 0 0 1.5em 0;
}

div.half-content .cont h3 {
    font-size: 45px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.9em;
}

div.half-content .cont h4,
div.half-content .cont h5 {
    color: #333;
    line-height: 1.2;
    font-weight: 500;
    font-size: 20px;
}

div.half-content .cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
}

div.half-content .cont.special ul {
    column-count: auto;
}

div.half-content .cont ul > li {
    display: flex;
    align-items: flex-start;
    padding: 0.7em 20px 0.7em 0;
    position: relative;
    min-height: 44px;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

section.history-section {
    padding-bottom: 0;
    margin-bottom: -35px;
}

section.facebook-section + section.expandable_blocks_container {
    padding-top: 20px;
    padding-bottom: 110px;
}

section.expandable_blocks_container div.accorditions-block .accord > div {
    background: none;
}

section.grey-bg div.accorditions-block {
    background: transparent !important;
}

/*div.div.accorditions-block.color_pallet_1{*/

/*}*/
/*div.div.accorditions-block.color_pallet_2{*/

/*}*/
/*div.div.accorditions-block.color_pallet_3{*/

/*}*/
/*div.div.accorditions-block.color_pallet_4{*/

/*}*/
/*div.div.accorditions-block.color_pallet_5{*/

/*}*/

div.half-content .cont.no-ul-effect ul {
    column-count: auto;

}

div.half-content .cont.no-ul-effect ul > li {
    padding: .5em 0;
}

div.half-content .cont.no-ul-effect ul li:before {
    font-weight: 600;
    margin-right: 19px;
}

div.half-content .cont ul > li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    display: block;
    margin-right: 10px;

}

div.top_mar {
    margin-top: 100px;
}

div.simple-blocks {

}

section.expandable_blocks_container {
    /*padding-bottom: 12px; kodel?*/

}

section.five-blocks-inline {
    padding-bottom: 8px;
}

div.simple-blocks .cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.photo-section-block {
    padding-bottom: 20px;
}

div.simple-blocks .cont ul > li:before {
    background: url('/images/icons/svg/ico-5.svg') center center no-repeat;
    display: block;
    content: ' ';
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-size: 10px;
    margin-right: .8em;
    transition: all ease 0.3s;
}

div.simple-blocks .cont ul > li {
    display: flex;
    align-items: center;
    padding: .5em 0;
    position: relative;

}

div.simple-blocks .cont ul > li > a {
    color: #949494;
}

div.simple-blocks .cont ul > li:hover > a {
    color: #333;
}

div.half-content .cont ul[data-angle-color] > li:before {
    display: block;
    content: ' ';

    height: 20px;
    width: 20px;

    line-height: 20px;
    margin-right: .8em;
    transition: all ease 0.3s;
}

div.half-content .cont ul[data-angle-color] > li:hover:before {
    transform: translate(.3em, 0);
}

/*div.half-content .cont ul[data-angle-color="1"] > li:before {*/
/*    content: url('../images/icons/svg/ico-1.svg');*/
/*}*/
div.half-content .cont ul[data-angle-color="1"] > li:before {

    background: url('../images/icons/svg/ico-5.svg') center center no-repeat;
    background-size: 10px;

}

div.accorditions-block .accord ul[data-angle-color="1"] > li:before {

}

/*div.half-content .cont ul[data-angle-color="2"] > li:before {*/
/*    content: url('../images/icons/svg/ico-2.svg');*/
/*}*/
div.half-content .cont ul[data-angle-color="2"] > li:before {

    background: url('../images/icons/svg/ico-6.svg') center center no-repeat;
    background-size: 10px;
}

div.accorditions-block .accord ul[data-angle-color="2"] > li:before {
    color: #00aefe;

}

/*div.half-content .cont ul[data-angle-color="3"] > li:before {*/
/*    content: url('../images/icons/svg/ico-3.svg');*/
/*}*/
div.half-content .cont ul[data-angle-color="3"] > li:before {

    background: url('../images/icons/svg/ico-7.svg') center center no-repeat;
    background-size: 10px;
}

div.accorditions-block .accord ul[data-angle-color="3"] > li:before {

}

/*div.half-content .cont ul[data-angle-color="4"] > li:before {*/
/*    content: url('../images/icons/svg/ico-4.svg');*/
/*}*/
div.half-content .cont ul[data-angle-color="4"] > li:before {

    background: url('../images/icons/svg/ico-8.svg') center center no-repeat;
    background-size: 10px;
}

div.accorditions-block .accord ul[data-angle-color="4"] > li:before {

}

div.half-content .cont ul[data-angle-color="5"] > li:before {

    background: url('../images/icons/svg/ico-9.svg') center center no-repeat;
    background-size: 10px;
}

div.accorditions-block .accord ul[data-angle-color="5"] > li:before {

}

div.accorditions-block .accord ul[data-angle-color] > li:before {
    display: block;
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-right: .3em;
    transition: all ease 0.3s;
    background-size: 10px;
    font-weight: 500;
}

div.accorditions-block .accord ul[data-angle-color="1"] > li:before {
    color: #00e2ff;
}

div.accorditions-block .accord ul[data-angle-color="2"] > li:before {
    color: #00aeff;
}

div.accorditions-block .accord ul[data-angle-color="3"] > li:before {
    color: #00EDA9;
}

div.accorditions-block .accord ul[data-angle-color="4"] > li:before {
    color: #1059ff;
}

div.accorditions-block .accord ul[data-angle-color="5"] > li:before {
    color: #00E8E1;
}

div.accorditions-block .accord ul[data-angle-color] {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.accorditions-block .accord ul[data-angle-color] > li {
    display: flex;
    align-items: center;
    padding: 6px 20px 6px 0;
    position: relative;
    min-height: 44px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

div.half-content .cont ul > li > a {
    display: inline-flex;
    align-items: center;
    color: #949494;
}

div.half-content .cont ul > li > a:hover {
    color: #000;
}

div.half-content .media {
    display: flex;
    justify-content: flex-end;
    /*align-self: center;*/

}

.title-page div.half-content .media {
    height: 320px;
}

.top-section div.half-content .media {

    margin-right: -96px;
    margin-left: 96px;
}

div.half-content .media > div {
    max-width: calc(100% - 50px);
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

}

div.half-content .media.no-center > div {
    align-items: flex-start;
}

div.half-content .wider-text .cont {
    flex: 1 1 60%;
}

div.half-content .wider-text .media {
    flex: 1 1 40%;
}

.inner section:not(.top-section) div.half-content .media > div {

    justify-content: flex-end;
    padding-right: 30px;

}

.inner section:not(.top-section) div.half-content .media.special-new > div {
    justify-content: flex-start;

}

div.half-content .media img,
div.half-content .media svg {
    max-width: 100%;
    height: auto;
    display: block;
}

div.half-content > div:nth-child(even) {
    flex-direction: row-reverse;
}

div.half-content > div.special {
    flex-direction: row-reverse;
}

div.half-content > div.special .media {
    justify-content: flex-start;
}

div.half-content > div.special > .media {
    margin: 0 100px 0 0 !important;
}

div.half-content > div.special > .cont {
    margin-left: 100px;
}

div.half-content > div.special .cont h2 {
    margin-bottom: 38px;
}

div.half-content > div:nth-child(even) .cont {
    justify-content: flex-end;
}

div.half-content > div:nth-child(even) .media {
    justify-content: flex-start;
}

div.half-content > div:nth-child(even) .media.special {
    justify-content: flex-start;
}

div.half-content > div:nth-child(even) .media.special > div {
    justify-content: flex-start;
    padding-left: 146px;
}

.arrow-new2 img {
    transform: rotate(180deg);
}

section.why-us-content-section {
    background: url("../images/misc/decor-2.svg") calc(50vw + 744px) center no-repeat #00AEFF;
    background-size: 116px 82px;
    color: #fff;
    position: relative;
    padding: 138px 0 110px;
    z-index: 10;
}

section.why-us-content-section:before {
    position: absolute;
    left: 0;
    bottom: -18px;
    /* z-index: 10; */
    z-index: -1;
    content: ' ';
    width: 755px;
    height: 225px;
    background: url('../images/misc/raketa.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

section.why-us-content-section .container {
    position: relative;
    z-index: 2;
}

div.why-us-content .cont > div {
    position: relative;
}

div.why-us-content .cont > div:after {

    content: ' ';
    position: absolute;
    right: 0;
    bottom: -92px;

    width: 198px;
    height: 92px;
    background: url('../images/misc/debeselis.svg') 0 0 no-repeat;
    background-size: 100% 100%;

}

div.why-us-content .cont {
    padding-right: 130px;
    padding-bottom: 300px;
    display: flex;
    align-items: flex-end;
}

div.why-us-content .cont h3 {
    font-size: 4.38em;
    font-weight: 600;
    line-height: 1;
}

div.why-us-content .cont .action {
    font-size: 18px;
    margin-top: 65px;
}

div.why-us-content .facts-place {
    padding-left: 0 !important;
}

div.facts-container {
}

div.facts {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px 0
}

div.facts > div {
    min-width: 50%;
    flex-basis: 50%;
    margin-top: 30px;
    padding: 0 15px;
    display: flex;
}

div.facts-item {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 50px 50px 50px 0px rgba(31, 31, 31, 0.16);
    color: #949494;
    text-align: center;
    position: relative;
}

div.facts-item > div {
    flex: 366px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

div.facts-item .title {
    color: #333;
    font-size: 35px;
    font-weight: 600;
}

div.facts > div:nth-child(even) div.facts-item {
    transform: translate(0, -30px);
}

div.facts > div:nth-child(1) div.facts-item {
    border-radius: 0 17px 0 0;
    z-index: 4;
}

div.facts > div:nth-child(2) div.facts-item {
    border-radius: 0 0 17px 0;
    z-index: 3;
}

div.facts > div:nth-child(3) div.facts-item {
    border-radius: 0 0 0 17px;
    z-index: 2;
}

div.facts > div:nth-child(4) div.facts-item {
    border-radius: 17px 0 0 0;
    z-index: 1;
}

div.testimonials-carusel-container {
    position: relative;
    padding: 0;
}

div.testimonials-carusel .swiper-slide {
    width: auto;
}

div.testimonials-carusel-container .swiper-button-prev,
div.testimonials-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: -45px;
    width: 33px;
}

div.testimonials-carusel-container .swiper-button-next {
    left: auto;
    right: -45px;
}

div.testimonials-carusel-container .swiper-button-prev {
    transform: rotate(180deg);
}

div.testimonials-carusel-container .swiper-pagination-testimonials {
    left: 0;
    right: 0;
    top: 100%;
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

div.testimonials-carusel-container .swiper-pagination-testimonials * {
    width: 10px;
    height: 10px;
    background: #ECECEC;
    opacity: 1;
    border-radius: 100%;
    margin: 0 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.testimonials-carusel-container .swiper-pagination-testimonials *:hover,
div.testimonials-carusel-container .swiper-pagination-testimonials *.swiper-pagination-bullet-active {
    background: #949494;
}

div.testimonials-carusel-item {
    text-align: center;
    padding: 0 300px;
}

div.testimonials-carusel-item .testimonial {
    font-size: 40px;
    color: rgba(51, 51, 51, 1);
    line-height: 1.2;
    position: relative;
    padding-top: 40px;
    font-weight: 500;
}

div.testimonials-carusel-item .testimonial:before {
    /*content: url("../images/icons/svg/Group 8522.svg");*/
    content: '';
    background: url("../images/icons/svg/Group 8522.svg") center center no-repeat;
    position: absolute;
    left: -1em;
    top: 0;
    line-height: 1;
    z-index: -1;
    width: 139px;
    height: 139px;
    background-size: contain;
}

div.testimonials-carusel-item .author {
    margin-top: 90px;
}

section.testimonials-section {
    box-shadow: 0px 16px 50px 0px rgba(125, 199, 221, 0.15);
    padding-top: 112px;
}

section.shadowed-section {
    box-shadow: 0px 16px 50px 0px rgba(125, 199, 221, 0.15);
}

section.shadowed-section.grey-bg {
    box-shadow: inset 0px 11px 18px 5px rgba(25, 164, 206, 0.05);

}

section.fancy-blocks-items-section {
    padding: 130px 0 102px 0;
}

section.fancy-blocks-items-section div.fancy-blocks {
    margin: -30px -50px -30px;
    overflow: hidden;
}

section.fancy-blocks-items-section div.fancy-blocks > div {
    padding: 30px 57px !important;
}

section.fancy-blocks-items-section div.fancy-blocks-item .cont h3 {
    margin-bottom: 14px;
    display: block;
}

section.fancy-blocks-items-section div.fancy-blocks-item .cont p {
    margin: 0;
}

section.top-section {
    margin-top: 82px;
    height: calc(650px - 82px);
    padding: 0;
    display: flex;
    align-items: center;

}

div.brands-list-container {
    margin-top: 95px;
}

div.brands-list {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px 0;
    justify-content: space-around;
    align-items: center;
}

div.brands-list > div {
    margin-top: 30px;
    padding: 0 15px;

}

div.brands-list div.swiper-slide {
    display: flex;
    justify-content: center;

}

div.brands-list a {
    display: block;
    filter: grayscale(100%);
}

/*div.brands-list .swiper-slide-active a,*/
div.brands-list .swiper-slide-thumb-active a,
div.brands-list a:hover {
    filter: grayscale(0%);
}

div.brands-list a img {
    display: block;
    max-width: 100%;
    height: auto;
}

section.decored-section {
    position: relative;
}

section.decored-section .container {
    position: relative;
    z-index: 2;
}

section.decored-section.section-decor-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

div.photo-blocks-container {
    margin: 100px 0 0;
    padding: 0 50px;
}

div.photo-blocks-container.special {
    margin: 0;
}

div.photo-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0;
    justify-content: center;
}

div.photo-blocks > div {
    padding: 0 10px !important;
    display: flex;
    margin-top: 20px;
}

div.photo-blocks-item {
    display: flex;
    flex: auto;
    overflow: hidden;
}

div.photo-blocks-item a {
    display: flex;
    flex: auto;
    position: relative;
    color: #fff;
}

div.photo-blocks-item .photo {
    display: block;
    width: 100%;
    height: auto;
}

div.photo-blocks-item .cont {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all ease 0.3s;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    font-size: 14px;
}

div.photo-blocks-item .cont span:first-child {
    max-height: 165px;
    overflow: hidden;
    margin-top: 30px;
}

div.photo-blocks-item .cont .tags {
    color: #00AEFF;
    display: block;
    margin-top: 30px;
}

div.photo-blocks-item .likes {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 30px;
    font-size: 20px;
    transition: all ease 0.3s;
    opacity: 0;
}

div.photo-blocks-item .likes i {
    margin-right: .5em;
}

div.photo-blocks-item .comments {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 30px;
    font-size: 20px;
    transition: all ease 0.3s;
    opacity: 0;
}

div.photo-blocks-item .comments i {
    margin-right: .5em;
}

div.photo-blocks-item .pbi-socials {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 24px 30px;
    font-size: 20px;
    transition: all ease 0.3s;
}

div.photo-blocks-item:hover .cont,
div.photo-blocks-item:hover .likes,
div.photo-blocks-item:hover .comments {
    opacity: 1;
}

div.photo-blocks-item:hover .pbi-socials {
    opacity: 0;
}

div.plan-tabs-container {
}

ul.plan-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.plan-tabs > li {
    display: flex;
}

ul.plan-tabs > li > a {
    display: flex;
    height: 48px;
    align-items: center;
    line-height: 1;
    padding: 0 30px;
    font-size: 17px;
    color: #9A9A9A;
    font-weight: 600;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

ul.plan-tabs > li > a:after {
    content: '';
    width: 45px;
    height: 3px;
    border-radius: 3px;
    background: #C4C7CB;
    position: absolute;
    left: calc(50% - 22px);
    top: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

ul.plan-tabs > li:hover > a:after {
    opacity: 1;
}

ul.plan-tabs > li.selected > a {
    color: #333;
    cursor: default;
}

ul.plan-tabs > li.selected > a:after {
    opacity: 1;
    background: #00AEFF;
}

div.plan-tabs-content {
    padding: 0;
}

div.plan-tabs-content.center-this {
    display: flex;
    justify-content: center;
}

div.plan-tabs-content > div {
    display: none;
}

section.footer-colls-section {
    background: #333;
    color: #fff;
    font-size: 15px;
    padding-bottom: 0;
    padding-top: 40px;
}

section.footer-colls-section a {
    color: #fff;
}

section.footer-colls-section a:hover {
    color: #00AEFF;
}

section.footer-colls-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.footer-colls-section ul a i {
    font-size: 20px;

}

div.footer-colls {
    margin-top: -50px;
    margin-left: -50px;
    margin-right: -50px;
}

div.footer-colls > div {
    margin-top: 50px;
}

div.footer-colls.pure-g > div[class*="pure-u"] {
    padding-left: 45px;
    padding-right: 45px;
}

/*

div.footer-colls.pure-g > div[class*="pure-u"]:first-child {
    padding-left: 15px ;
}
div.footer-colls.pure-g > div[class*="pure-u"]:last-child {
    padding-right: 15px ;
}*/

div.footer-colls .title {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.2em;
}

div.footer-colls ul > li + li {
    margin-top: 18px;
}

div.footer-colls ul > li > a {
    display: inline-flex;
    font-size: 14px;
}

div.footer-promo-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    height: 56px;
    align-items: center;
}

div.footer-menu-container {
    margin-top: 28px;
}

div.socials-place {
    display: flex;
    align-items: center;
    font-size: 14px;
}

div.plans-container {
    padding: 100px 0;
}

div.plans {
    display: flex;
    flex-wrap: wrap;
    margin: -28px -36px 0 0;
    justify-content: center;
    align-items: center;
}

div.plans > div {
    margin-top: 28px;
    padding: 0 14px;
    /*min-width: 20%;*/
    /*flex-basis: 20%;*/
    display: flex;
}

div.plan {
    cursor: pointer;
    flex: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    /*box-shadow: 0px 16px 50px 0px rgba(34, 31, 31, 0.5);*/
    box-shadow: 0 0 30px 0 rgba(34, 31, 31, .16);
    border-radius: 30px;
    padding: 71px 46px;
    text-align: center;
    color: #333;
    position: relative;
    transition: all ease 0.5s;
    z-index: 5;
    /*max-width: 247px;*/

    width: 290px; /* todo: pabaigti */
}

div.plan.numbering-plan {
    padding: 57px 26px;
}

div.plan.numbering-plan > * {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    margin-left: 20px;
    margin-right: 20px;
}

div.plan.has-picture {
    /*padding-top: 22px*/
}

div.plan .plan-image {
    display: flex;
    justify-content: center;
    align-items: center;

}

div.plan .plan-image img {
    width: 138px;
    height: auto;

}

div.plan-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 40px;
    /* min-height: 84px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

div.plan.title-line div.plan-title {

    border-top: 1px solid rgba(0, 0, 0, .1);

}

div.plan.title-line:hover div.plan-title {
    border-color: rgba(255, 255, 255, .4);
}

div.plan-attrs {
    border-top: 1px solid rgba(0, 0, 0, .1);
    flex: auto;
}

/*
div.plan-attrs > div {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 22px;
    line-height: 1.2;
    padding: .4em 0;
}
*/
div.plan-attrs > div {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 23px;
    line-height: 1.2;
    padding: 0.468em 0;
    font-weight: 400;
    position: relative;
    padding-right: 10px;
}

div.plan-attrs > div strong {
    font-weight: 600;
}

div.plan-action {
    margin: 40px 0 0;
    font-size: 18px;
}

div.plan-action a {
    min-width: 100%;
    justify-content: center;
    text-align: center;
}

div.plan-price {
    display: flex;
    justify-content: center;
    color: #333;
    font-size: 21px;
    line-height: 1;
    margin-top: .85em;
    font-weight: 400;
}

div.plan-price .cur {
    padding-right: .35em;
    margin-top: -3px;
    font-size: 19px;
}

div.plan-price .val {
    font-size: 58px;
    line-height: .8em;
}

div.plan-price .mn {
    align-self: flex-end;
    font-size: 22px;
}

div.plan-price .from {
    align-self: flex-end;
    margin-right: -13px;
    font-size: 22px;
}

div.plan-old-price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    height: 52px;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    color: #CCC;
    text-decoration: line-through;
}

div.plans-container-more {
    display: flex;
    justify-content: center;
    font-size: 22px;
}

div.plan.selected,
div.plan:hover {
    background: #33BEFF;
    z-index: 10;

    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 81px;
    padding-bottom: 81px;
}

.color_pallet_2 div.plan.selected,
.color_pallet_2 div.plan:hover {
    background: #29E7FF;

}

div.accorditions-block.color_pallet_2 .accord-toggler.opened, div.accorditions-block.color_pallet_2 .accord-toggler:hover {
    color: #29E7FF;;
}

.color_pallet_3 div.plan.selected,
.color_pallet_3 div.plan:hover {
    background: #00F2AD;

}

div.accorditions-block.color_pallet_3 .accord-toggler.opened, div.accorditions-block.color_pallet_3 .accord-toggler:hover {
    color: #00F2AD;;
}

.color_pallet_4 div.plan.selected,
.color_pallet_4 div.plan:hover {
    background: #2D6DFF;

}

div.accorditions-block.color_pallet_4 .accord-toggler.opened, div.accorditions-block.color_pallet_4 .accord-toggler:hover {
    color: #2D6DFF;
}

.color_pallet_5 div.plan.selected,
.color_pallet_5 div.plan:hover {
    background: #01EEE7;

}

div.accorditions-block.color_pallet_5 .accord-toggler.opened, div.accorditions-block.color_pallet_5 .accord-toggler:hover {
    color: #00E8E1;;
}

.color_pallet_1:not(.grey-color-bg) + .color_pallet_1:not(.grey-color-bg) div.container:before,
.color_pallet_2:not(.grey-color-bg) + .color_pallet_2:not(.grey-color-bg) div.container:before,
.color_pallet_3:not(.grey-color-bg) + .color_pallet_3:not(.grey-color-bg) div.container:before,
.color_pallet_4:not(.grey-color-bg) + .color_pallet_4:not(.grey-color-bg) div.container:before,
.color_pallet_5:not(.grey-color-bg) + .color_pallet_5:not(.grey-color-bg) div.container:before {

    position: absolute;
    content: ' ';
    height: 1px;
    background: rgba(255, 255, 255, .7);

    display: block;
    top: 0;
    left: calc(50% - 730px); /* todo: sita gali tekti taisyti*/
    right: calc(50% - 700px);

    /*border-top: 1px solid rgba(255, 255, 255, 0.7);*/

}

div.plan * {
    /*transition: all ease 0.5s;*/
}

div.plan[data-popular-label]:before {
    content: url('../images/icons/svg/tumb-up.svg');
    /* display: flex; */
    font-weight: 300;
    width: 52px;
    height: 52px;
    color: #fff;
    border-radius: 56px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    position: absolute;
    left: calc(50% - 28px);
    top: -28px;
    transition: all ease 0.5s;
    overflow: hidden;
}

div.plan[data-popular-label]:hover:before {
    content: attr(data-popular-label);
    display: flex;
    font-size: 16px;
    width: 160px;
    left: calc(50% - 80px);
    font-family: "Proxima Nova";
    font-weight: 400;
    background: #333333;
}

.modified-plans-before div.plan[data-popular-label]:before,
.modified-plans-after div.plan[data-popular-label]:before {
    display: none;
}

div.plans-compare[data-popular-label]:before {
    content: url('../images/icons/svg/tumb-up.svg');
    /* display: flex; */
    font-weight: 300;
    width: 52px;
    height: 52px;
    color: #fff;
    border-radius: 56px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    position: absolute;
    left: calc(50% - 28px);
    top: -28px;
    transition: all ease 0.5s;
    overflow: hidden;
}

div.plans-compare[data-popular-label]:hover:before {
    content: attr(data-popular-label);
    display: flex;
    font-size: 16px;
    width: 160px;
    left: calc(50% - 80px);
    font-family: "Proxima Nova";
    font-weight: 400;
    background: #333333;
}

.modified-plans-before div.plans-compare[data-popular-label]:before,
.modified-plans-after div.plans-compare[data-popular-label]:before {
    display: none;
}

div.plan.selected div,
div.plan:hover div {
    color: #fff;

}

div.plan.selected div.plan-old-price,
div.plan:hover div.plan-old-price {
    color: rgba(255, 255, 255, 0.6);
}

div.plan.selected div.plan-attrs,
div.plan.selected div.plan-attrs > div,
div.plan:hover div.plan-attrs,
div.plan:hover div.plan-attrs > div {
    border-color: rgba(255, 255, 255, .4);
}

div.plan.selected div.plan-action .ext_button,
div.plan:hover div.plan-action .ext_button {
    /* background: rgba(249, 249, 249, 0.35);
     color: #fff;
     border-color: transparent;*/
}

div.plan.selected div.plan-action .ext_button:hover,
div.plan:hover div.plan-action .ext_button:hover {
    /*background: #fff;*/
    /*color: #00AEFF !important;*/
}

div.plan:not(.selected):hover div.plan-price {
    color: #00AEFF;
}

.custom-fluid-special .custom-title-2 {
    margin-bottom: 0.2em;
}

div.vacancy-list-container {
}

div.vacancy-list {
    border-top: 1px solid #CCC;
}

div.vacancy-list > div {
    display: flex;
    flex-direction: column;
}

div.vacancy-list > div > a {
    flex-basis: 100px;
    border-bottom: 1px solid #CCC;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #333;
    line-height: 1.1;
    font-weight: 600;
    padding: 1em 0;
    padding-right: 50px;
    position: relative;
}

div.vacancy-list > div > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.2em;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease 0.3s;
}

div.vacancy-list .location {
    display: flex;
    font-size: 11px;
    height: 20px;
    border-radius: 20px;
    align-items: center;
    color: #fff;
    background: #00AEFF;
    padding: 0 2em;
    margin-left: 2em;
}

div.vacancy-list > div > a:hover {
    color: #00AEFF;
}

div.contracts-list-container {
}

div.contracts-list {
    border-top: 1px solid #CCC;
}

div.contracts-list > div {
    display: flex;
    flex-direction: column;
}

div.contracts-list > div > a {
    flex-basis: 100px;
    border-bottom: 1px solid #CCC;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #333;
    line-height: 1.1;
    font-weight: 600;
    padding: 1em 0;
    padding-right: 50px;
    position: relative;
    letter-spacing: 0;

}

div.contracts-list > div > a span {
    text-decoration: underline;
}

div.contracts-list > div > a > .date {
    text-decoration: none;
}

div.contracts-list .location {
    display: flex;
    font-size: 11px;
    height: 20px;
    border-radius: 20px;
    align-items: center;
    color: #fff;
    background: #00AEFF;
    padding: 0 2em;
    margin-left: 2em;
}

div.contracts-list > div > a:hover {
    color: #00AEFF;
}

div.news-list-item {
    padding: 50px 0 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

div.news-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

div.news-list-item .photo {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
}

div.news-item {
    padding: 25px 0;
    max-width: 950px;
}

div.news-item .date {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #00AEFF;
    opacity: 1;
    margin-bottom: 0.9em;
    font-weight: 400;
}

div.news-item .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    color: #000000;
    display: block;
    opacity: 1;
    margin-bottom: 0.5em;
}

div.news-item .title:hover {
    color: #00AEFF;
}

div.news-item .descr {
    font-weight: 400;
}

div.news-container {
    max-width: 1312px;
}

div.news-item .descr a {
    text-decoration: underline;
}

div.news-inside-block {
    margin-bottom: 170px;
    position: relative;
}

div.news-inside-block:before {
    position: absolute;
    content: '';
    background: url("../images/misc/decor-13.svg") no-repeat;
    width: 1000px;
    height: 1000px;
    right: -787px;
    top: 66px;
}

div.news-inside-block > .info-block-news {
    max-width: 980px;
    padding-bottom: 180px;
}

div.news-inside-blocks .title {
    font-size: 25px;
    margin-bottom: 0.5em;
    color: #000000;
    font-weight: 600;
}

div.news-inside-blocks:nth-child(even) .photo {
    /*padding-right: 0;
    padding-left: 100px;*/
}

/* div.news-inside-blocks .photo {
    width: 100%;
    height: auto;
    display: block;
    padding-left: 0;
} */

section.news-section {
    padding-bottom: 110px;
    /* padding: 130px 0 110px; */
    height: auto;
}

div.inside-news-container {
    max-width: 1312px;
    margin: auto;
}

section.news-section .custom-title-1 {
    margin-bottom: 90px;
}

section.news-section h1 {
    margin-bottom: 0.6em;
}

section.news-section h1,
section.news-section h2,
section.news-section h3,
section.news-section h4 {
    color: #333;
}

section.news-section h2,
section.news-section h3,
section.news-section h4 {
    font-size: 25px;
}

div.news-separator {

    margin-top: 54px;
    padding-top: 54px;
    border-top: 1px solid rgba(204, 204, 204, 0.3);

}

div.news-one-image {
    display: flex;
    justify-content: flex-end;
}

div.news-one-image2 {
    display: flex;
    justify-content: flex-start;
}

div.news-one-image2 picture,
div.news-one-image picture {
    width: 520px;
    height: auto;
}

div.news-navigation-block {
    padding-top: 27px;
    margin-top: 74px;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    display: flex;
    justify-content: space-between;
}

div.news-navigation-block .news-back a {
    color: #707070;
    font-size: 14px;
    font-weight: 400;

    display: flex;
    justify-content: center;
    align-items: center;
}

div.news-navigation-block .news-back a i {

    font-size: 20px;
    color: #333333;
    margin-right: 20px;

}

.news-years ul.pagination > li > a {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.news-years ul.pagination > li:first-child:hover > a,
.news-years ul.pagination > li:last-child:hover > a {
    background: #ffffff;
    color: #00aeff;
}

.news-years ul.pagination > li:first-child > a > i,
.news-years ul.pagination > li:last-child > a > i {
    font-weight: 500;
}

div.flex-bot {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

div.vacancy-list-more {
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-top: 100px;
}

section.page-top-photo-section {
    height: 568px;
    display: flex;
    align-items: center;
    background-position: top center;
    background-size: cover;
    /*background-attachment: fixed;*/
}

section.fancy-blocks-section {

    padding-top: 130px;
    padding-bottom: 130px;
}

section.fancy-blocks-section .custom-title-1 {

    margin-bottom: 88px;
}

section.contact-form-simple {

    padding-top: 120px;

}

section.contact-form-simple form {
    margin-right: -150px;
    margin-left: 150px;
}

div.fancy-blocks-container {
    overflow: hidden;
}

div.fancy-blocks {
    margin: -8px -50px -30px;
    overflow: hidden;
}

div.fancy-blocks.special {
    margin: -31px 0 -30px;
    overflow: hidden;
}

div.fancy-blocks > div {

    padding: 65px 50px !important;
}

div.fancy-blocks.lined > div {
    border-left: 1px solid rgba(204, 204, 204, .3);
    border-top: 1px solid rgba(204, 204, 204, .3);
}

div.fancy-blocks.lined.no-borders > div {
    border-left: none;
    border-top: none;
}

div.fancy-blocks.lined:not(.by-3) > div:nth-child(4n + 1) {
    border-left: 0;
}

div.fancy-blocks-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

div.fancy-blocks-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 100%;
    margin-bottom: 27px;
}

div.pure-u-lg-1-3 div.fancy-blocks-item .cont {
    width: 375px;
}

div.pure-u-lg-1-3 div.fancy-blocks-item .cont ul {
    list-style: none;
    padding: 0;
    position: relative;
    padding-left: 25px;
}

div.fancy-blocks > div.pure-u-lg-1-4 {
    padding: 30px 35px 25px !important;
}

div.pure-u-lg-1-4 div.fancy-blocks-item .cont {
    width: 260px;
}

div.fancy-blocks-item .cont h4 {
    color: #333;
    font-size: 1.23em;
    font-weight: 600;
}

div.fancy-blocks-item .cont h3 {
    color: #333;
    font-size: 1.47em;
    font-weight: 600;
    /*min-height: 54px;*/
}

div.fancy-blocks-item .cont p {

    margin: 1.2em 0 0;
}

div.fancy-blocks-item .media {
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
}

div.fancy-blocks-item .media img {
    width: 100%;
    height: auto;
    display: block;
}

div.fancy-blocks.by-two div.fancy-blocks-item {
    flex-direction: row;
    justify-content: center;
}

div.fancy-blocks.by-two div.fancy-blocks-item .cont {
    text-align: left;
    margin-left: 40px;
    max-width: 250px;
}

div.fancy-blocks.by-two div.fancy-blocks-item .media img {
    width: 180px;
    height: auto;
}

div.fancy-blocks.by-two div.fancy-blocks-item .cont h3 {
    font-size: 1.4em;

}

div.fancy-blocks-item ul[data-angle-color] > li:before {
    display: inline-flex;
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-top: 3px;
    margin-right: .3em;
    transition: all ease 0.3s;
    background-size: 10px;
    font-weight: 500;
    position: absolute;
    left: 0;
}

div.fancy-blocks-item ul[data-angle-color="1"] > li:before {
    color: #00e2ff;
}

div.fancy-blocks-item ul[data-angle-color="2"] > li:before {
    color: #00aeff;
}

div.fancy-blocks-item ul[data-angle-color="3"] > li:before {
    color: #00EDA9;
}

div.fancy-blocks-item ul[data-angle-color="4"] > li:before {
    color: #1059ff;
}

div.fancy-blocks-item ul[data-angle-color="5"] > li:before {
    color: #00E8E1;
}

div.fancy-blocks.mod-1 > div {
    border: 0;
}

div.accorditions-block {
    border-top: 1px solid #ccc;
    background: white !important;
}

div.accorditions-block > div {
    margin: 0;
    display: flex;
    flex-direction: column;

}

div.accorditions-block > div:first-child {
    margin: 0;
}

div.accorditions-block .accord-toggler {
    text-decoration: none !important;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    flex-basis: 95px;
    border-bottom: 1px solid #CCC;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #333;
    padding: 1em 0;
    padding-right: 50px;
}

div.accorditions-block .accord-toggler .location {
    display: flex;
    font-size: 11px;
    height: 20px;
    border-radius: 20px;
    align-items: center;
    color: #fff;
    background: #00AEFF;
    padding: 0 2em;
    margin-left: 2em
}

div.accorditions-block .accord-toggler:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.2em;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease 0.3s;
}

div.accorditions-block .accord-toggler.opened:after {
    transform: rotate(90deg);
}

div.accorditions-block .accord-toggler:hover {
    color: #00AEFF;
}

div.accorditions-block .accord {
    display: none;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}

div.accorditions-block .accord-toggler.opened {
    color: #00AEFF;
    border-bottom: 1px solid transparent;
}

div.accorditions-block .accord > div {
    padding: 0 0 30px 0;
    max-width: 1240px;
    position: relative;
    background: url("../images/misc/decor-12.svg") no-repeat #ffffff;
    background-size: contain;
    background-position: right 47px top 70px;
}

div.accorditions-block .accord > div ul {
    margin-top: 25px;
    margin-bottom: 25px;
}

div.accorditions-block .accord > div > h4 {
    color: #333;
    font-weight: 600;
    margin: 0;
}

section.smuark-section {
    padding: 50px 0 20px;
    background: #ffffff;
}

div.contacts-colls .cont {
    padding-right: 150px !important;
    position: relative;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.contacts-colls .cont > div {
    position: relative;
    z-index: 2;
    max-width: 510px;
}

div.contacts-colls-container {
    position: relative;
}

div.contacts-colls-container:after {
    background: url("../images/icons/svg/Path_10126.svg") no-repeat;
    position: absolute;
    width: 16px;
    height: 21px;
    content: '';
    top: 119px;
    left: -140px;
}

div.contacts-colls-container:before {
    background: url("../images/icons/svg/Path_10125.svg") no-repeat;
    position: absolute;
    width: 9px;
    height: 12px;

    content: '';
    bottom: 94px;
    left: -70px;
}

div.p-methods-exr {
    font-size: 16px;
    text-transform: uppercase;
}

div.p-methods-exr > div + div {
    margin-top: 10px;
}

div.plans-compare-container {
    background: #fff;
    margin: 110px -136px;
    display: flex;
    color: #000;
}

@media (max-width: 1600px) {

    div.plans-compare-container {
        margin: 110px 0;
    }

}

div.plans-compare-params {
    padding: 44px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: auto;
}

div.plans-compare-params-header {
    height: 132px;
    flex-basis: 132px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -44px;
    color: #00AEFF;
    font-size: 60px;
}

div.plans-compare-params-header i:before {
    content: ' ';
    background: url('../images/misc/check_1.svg') center center no-repeat;
    background-size: 100%;
    height: 42px;
    width: 42px;
    display: block;
}

.color_pallet_1 div.plans-compare-params-header {
    color: #00AEFF;
}

.color_pallet_1 div.plans-compare-params-header i:before {
    content: ' ';
    background: url('../images/misc/check_1.svg') center center no-repeat;
    background-size: 100%;
    height: 42px;
    width: 42px;
    display: block;
}

.color_pallet_2 div.plans-compare-params-header {
    color: #00E2FF;
}

.color_pallet_2 div.plans-compare-params-header i:before {
    content: ' ';
    background: url('../images/misc/check_2.svg') center center no-repeat;
    background-size: 100%;
    height: 42px;
    width: 42px;
    display: block;
}

.color_pallet_3 div.plans-compare-params-header {
    color: #00EDA9;
}

.color_pallet_3 div.plans-compare-params-header i:before {
    content: ' ';
    background: url('../images/misc/check_3.svg') center center no-repeat;
    background-size: 100%;
    height: 42px;
    width: 42px;
    display: block;
}

.color_pallet_4 div.plans-compare-params-header {
    color: #1059ff;
}

.color_pallet_4 div.plans-compare-params-header i:before {
    content: ' ';
    background: url('../images/misc/check_4.svg') center center no-repeat;
    background-size: 100%;
    height: 42px;
    width: 42px;
    display: block;
}

.color_pallet_5 div.plans-compare-params-header {
    color: #00E8E1;
}

.color_pallet_5 div.plans-compare-params-header i:before {
    content: ' ';
    background: url('../images/misc/check_5.svg') center center no-repeat;
    background-size: 100%;
    height: 42px;
    width: 42px;
    display: block;
}

div.plans-compare-params > div {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 1.2;
    flex-basis: 52px;
    align-items: center;
    display: flex;
    padding: 10px 15px 10px 0;
    text-align: left;
    font-weight: 600;
    min-height: 53px;
    position: relative;
}

/*div.plans-compare-params > div:last-child {*/
/*    border: 0;*/
/*}*/

div.plans-compare {
    display: flex;
    margin: 0 -11px;
}

div.plans-compare > div {
    flex: 1 1 100%;
    border-radius: 20px;
    box-shadow: 0px 16px 50px 0px rgba(34, 31, 31, 0.16);
    margin: -40px 11px;
    background: #fff;
    min-width: 350px;
    flex-basis: 350px;
    width: 350px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1600px) {

    div.plans-compare > div {
        min-width: 300px;
        flex-basis: 300px;
        width: 300px;
    }

}

div.current-plan-compare-header {
    flex-basis: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    color: #333;
}

div.current-plan-params {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: auto;
    padding: 0 44px;
    position: relative;
    font-size: 16px;
}

@media (max-width: 1600px) {

    div.current-plan-params {
        padding: 0 20px;
    }

}

div.current-plan-params > div {
    border-top: 1px solid rgba(0, 0, 0, .1);
    line-height: 1.2;
    flex-basis: 52px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px 0;
    font-weight: 600;
    min-height: 53px;
}

div.current-plan-params > div[data-param-name] {
    position: relative;
}

div.current-plan-params > div strong {
    margin-right: 5px;
    font-weight: 800;

}

div.current-plan-params > div.action {
    border-bottom: none;
    padding-bottom: 70px;
}

div.current-plan-params > div.action.is_price {
    padding-bottom: 30px;
}

div.current-plan-params .marg-top {
    margin: 30px 0;
}

div.current-plan-params > div:last-child {

}

div.current-plan-params > div .fa-times {
    font-size: 32px;
    color: #c4c7cb;
}

div.current-plan-params > div .fa-check {
    font-size: 32px;
    color: #00AEFF;
}

div.current-plan-params > div .fa-check:before {
    content: ' ';
    background: url('../images/misc/check_1.svg') center center no-repeat;
    background-size: 100%;
    height: 19px;
    width: 19px;
    display: block;
}

div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-check:before,
div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-check:before {
    background: url('../images/misc/check_w.svg') center center no-repeat;
    background-size: 100%;
}

div.current-plan-params > div .fa-times:before {
    content: ' ';
    background: url('../images/misc/iksas.svg') center center no-repeat;
    background-size: 100%;
    height: 15px;
    width: 15px;
    display: block;
}

div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-times:before,
div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-times:before {
    background: url('../images/misc/iksas_w.svg') center center no-repeat;
    background-size: 100%;
}

div.current-plan-params .action {
    font-size: 18px;
    padding: 40px 0;
    flex-basis: 80px;
}

div.current-plan-params .action .ext_button {
    border-color: #00AEFF;
    border-width: 2px;
    color: #00AEFF;
    font-weight: 400;
    min-width: 100%;
    justify-content: center;
}

div.current-plan-params .action .ext_button:hover {
    /* background: #00E2FF;*/
    color: #fff;
}

div.modified-plans-compare div.plan:hover .ext_button,
div.modified-plans-compare div.plans-compare div.selected .ext_button,
div.modified-plans-compare div.plans-compare div:hover .ext_button,
div.modified-plans-compare div.plans-compare div.selected-new .ext_button {
    background-color: #33BEFF;
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFF;
}

div.modified-plans-compare div.plan:hover .ext_button:hover,
div.modified-plans-compare div.plans-compare div:hover .ext_button:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    color: #FFF;
}

/*
.color_pallet_1 div.current-plan-params .action .ext_button {
    color: #00AEFF;
    border-color: #00AEFF;
}

.color_pallet_1 div.current-plan-params .action .ext_button:hover {
    background-color: #00AEFF;
    color: white;
}

.color_pallet_1 div.plans-compare > div:not(.selected):hover div.current-plan-params .action .ext_button {
    background-color: #00AEFF;
    color: white;
}*/

.color_pallet_1 div.plans-compare > div:not(.selected):hover div.current-plan-params div.plan-price {
    color: #00AEFF;
}

.color_pallet_1 div.plans-compare > div.selected {
    background: #33BEFF;
}

/*
.color_pallet_1 div.plans-compare > div.selected div.current-plan-params .action .ext_button:hover {
    color: #00AEFF;
}*/

.color_pallet_1 div.current-plan-params div.plan-price.special {
    color: #00AEFF;
}

.color_pallet_1 div.current-plan-params > div .fa-check {
    color: #00AEFF;
}

.color_pallet_1 div.current-plan-params > div .fa-check:before {
    content: ' ';
    background: url('../images/misc/check_1.svg') center center no-repeat;
    background-size: 100%;
    height: 19px;
    width: 19px;
    display: block;
}

.color_pallet_1 div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-check:before,
.color_pallet_1 div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-check:before,
.color_pallet_1 div.modified-plans-compare div.plans-compare > div.selected-new div.current-plan-params > div .fa-check:before {
    background: url('../images/misc/check_w.svg') center center no-repeat;
    background-size: 100%;
}

.color_pallet_1 div.current-plan-params > div .fa-times:before {
    content: ' ';
    background: url('../images/misc/iksas.svg') center center no-repeat;
    background-size: 100%;
    height: 15px;
    width: 15px;
    display: block;
}

.color_pallet_1 div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-times:before,
.color_pallet_1 div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-times:before {
    background: url('../images/misc/iksas_w.svg') center center no-repeat;
    background-size: 100%;
}

.ext_button.color_pallet_1 {
    border-color: #00AEFF !important;
    background: #00AEFF !important;
}

.ext_button.color_pallet_1:hover {
    background: white !important;
    color: #00AEFF !important;;
}

.color_pallet_1 ul > li:before {
    color: #00AEFF;
}

.special.color_pallet_1 {
    background-color: transparent;
}

div.half-content.color_1 .cont ul > li:before {
    color: #00AEFF;
}

.color_pallet_1 div.modified-plans-compare .ext_button {
    border: 2px solid #00AEFF;
    color: #00AEFF;
    height: 50px;
}

.color_pallet_1 div.modified-plans-compare div.plan:hover .ext_button,
.color_pallet_1 div.modified-plans-compare div.plans-compare div.selected .ext_button,
.color_pallet_1 div.modified-plans-compare div.plans-compare div:hover .ext_button {
    background-color: #33BEFF;
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFF;
}

.color_pallet_1 div.modified-plans-compare div.plan:hover .ext_button:hover,
.color_pallet_1 div.modified-plans-compare div.plans-compare div:hover .ext_button:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    color: #FFF;

}

/*
.color_pallet_2 div.current-plan-params .action .ext_button {
    color: #00E2FF;
    border-color: #00E2FF;
}

.color_pallet_2 div.current-plan-params .action .ext_button:hover {
    background-color: #00E2FF;
    color: white;
}

.color_pallet_2 div.plans-compare > div:not(.selected):hover div.current-plan-params .action .ext_button {
    background-color: #00E2FF;
    color: white;
}
*/
.color_pallet_2 div.plans-compare > div:not(.selected):hover div.current-plan-params div.plan-price {
    color: #00E2FF;
}

.color_pallet_2 div.plans-compare > div.selected {
    background-color: #29E7FF;
}

/*
.color_pallet_2 div.plans-compare > div.selected div.current-plan-params .action .ext_button:hover {
    color: #00E2FF;
}
*/
.color_pallet_2 div.current-plan-params div.plan-price.special {
    color: #00E2FF;
}

.color_pallet_2 div.current-plan-params > div .fa-check {
    color: #00E2FF;
}

.color_pallet_2 div.current-plan-params > div .fa-check:before {
    content: ' ';
    background: url('../images/misc/check_2.svg') center center no-repeat;
    background-size: 100%;
    height: 19px;
    width: 19px;
    display: block;
}

.color_pallet_2 div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-check:before,
.color_pallet_2 div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-check:before {
    background: url('../images/misc/check_w.svg') center center no-repeat;
    background-size: 100%;
}

.color_pallet_2 div.current-plan-params > div .fa-times:before {
    content: ' ';
    background: url('../images/misc/iksas.svg') center center no-repeat;
    background-size: 100%;
    height: 15px;
    width: 15px;
    display: block;
}

.color_pallet_2 div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-times:before,
.color_pallet_2 div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-times:before {
    background: url('../images/misc/iksas_w.svg') center center no-repeat;
    background-size: 100%;
}

.ext_button.color_pallet_2 {
    border-color: #00E2FF !important;
    background: #00E2FF !important;
}

.ext_button.color_pallet_2:hover {
    background: white !important;
    color: #00E2FF !important;;
}

.color_pallet_2 ul > li:before {
    color: #00E2FF;
}

div.half-content.color_2 .cont ul > li:before {
    color: #00E2FF;
}

.special.color_pallet_2 {
    background-color: transparent;
}

.color_pallet_2 div.modified-plans-compare .ext_button {
    border: 2px solid #00E2FF;
    color: #00E2FF;
    height: 50px;
}

.color_pallet_2 div.modified-plans-compare div.plan:hover .ext_button,
.color_pallet_2 div.modified-plans-compare div.plans-compare div.selected .ext_button,
.color_pallet_2 div.modified-plans-compare div.plans-compare div:hover .ext_button {
    background-color: #29E7FF;
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFF;
}

.color_pallet_2 div.modified-plans-compare div.plan:hover .ext_button:hover,
.color_pallet_2 div.modified-plans-compare div.plans-compare div:hover .ext_button:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    color: #FFF;

}

/*
.color_pallet_3 div.current-plan-params .action .ext_button {
    color: #00EDA9;
    border-color: #00EDA9;
}

.color_pallet_3 div.current-plan-params .action .ext_button:hover {
    background-color: #00EDA9;
    color: white;
}

.color_pallet_3 div.plans-compare > div:not(.selected):hover div.current-plan-params .action .ext_button {
    background-color: #00EDA9;
    color: white;
}
*/
.color_pallet_3 div.plans-compare > div:not(.selected):hover div.current-plan-params div.plan-price {
    color: #00EDA9;
}

.color_pallet_3 div.plans-compare > div.selected {
    background-color: #00F2AD;
}

/*
.color_pallet_3 div.plans-compare > div.selected div.current-plan-params .action .ext_button:hover {
    color: #00EDA9;
}
*/
.color_pallet_3 div.current-plan-params div.plan-price.special {
    color: #00EDA9;
}

.color_pallet_3 div.current-plan-params > div .fa-check {
    color: #00EDA9;
}

.color_pallet_3 div.current-plan-params > div .fa-check:before {
    content: ' ';
    background: url('../images/misc/check_3.svg') center center no-repeat;
    background-size: 100%;
    height: 19px;
    width: 19px;
    display: block;
}

.color_pallet_3 div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-check:before,
.color_pallet_3 div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-check:before {
    background: url('../images/misc/check_w.svg') center center no-repeat;
    background-size: 100%;
}

.color_pallet_3 div.current-plan-params > div .fa-times:before {
    content: ' ';
    background: url('../images/misc/iksas.svg') center center no-repeat;
    background-size: 100%;
    height: 15px;
    width: 15px;
    display: block;
}

.color_pallet_3 div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-times:before,
.color_pallet_3 div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-times:before {
    background: url('../images/misc/iksas_w.svg') center center no-repeat;
    background-size: 100%;
}

.ext_button.color_pallet_3 {
    border-color: #00EDA9 !important;
    background: #00EDA9 !important;
}

.ext_button.color_pallet_3:hover {
    background: white !important;
    color: #00EDA9 !important;;
}

.color_pallet_3 ul > li:before {
    color: #00EDA9;
}

.special.color_pallet_3 {
    background-color: transparent;
}

div.half-content.color_3 .cont ul > li:before {
    color: #00EDA9;
}

.color_pallet_3 div.modified-plans-compare .ext_button {
    border: 2px solid #00EDA9;
    color: #00EDA9;
    height: 50px;
}

.color_pallet_3 div.modified-plans-compare div.plan:hover .ext_button,
.color_pallet_3 div.modified-plans-compare div.plans-compare div.selected .ext_button,
.color_pallet_3 div.modified-plans-compare div.plans-compare div:hover .ext_button {
    background-color: #00F2AD;
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFF;
}

.color_pallet_3 div.modified-plans-compare div.plan:hover .ext_button:hover,
.color_pallet_3 div.modified-plans-compare div.plans-compare div:hover .ext_button:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    color: #FFF;

}

/*
.color_pallet_4 div.current-plan-params .action .ext_button {
    color: #1059FF;
    border-color: #1059FF;
}

.color_pallet_4 div.current-plan-params .action .ext_button:hover {
    background-color: #1059FF;
    color: white;
}

.color_pallet_4 div.plans-compare > div:not(.selected):hover div.current-plan-params .action .ext_button {
    background-color: #1059ff;
    color: white;
}
*/
.color_pallet_4 div.plans-compare > div:not(.selected):hover div.current-plan-params div.plan-price {
    color: #1059ff;
}

.color_pallet_4 div.plans-compare > div.selected {
    background-color: #2D6DFF;
}

/*
.color_pallet_4 div.plans-compare > div.selected div.current-plan-params .action .ext_button:hover {
    color: #1059ff;
}
*/
.color_pallet_4 div.current-plan-params div.plan-price.special {
    color: #1059ff;
}

.color_pallet_4 div.current-plan-params > div .fa-check {
    color: #1059ff;
}

.color_pallet_4 div.current-plan-params > div .fa-check:before {
    content: ' ';
    background: url('../images/misc/check_4.svg') center center no-repeat;
    background-size: 100%;
    height: 19px;
    width: 19px;
    display: block;
}

.color_pallet_4 div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-check:before,
.color_pallet_4 div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-check:before {
    background: url('../images/misc/check_w.svg') center center no-repeat;
    background-size: 100%;
}

.color_pallet_4 div.current-plan-params > div .fa-times:before {
    content: ' ';
    background: url('../images/misc/iksas.svg') center center no-repeat;
    background-size: 100%;
    height: 15px;
    width: 15px;
    display: block;
}

.color_pallet_4 div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-times:before,
.color_pallet_4 div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-times:before {
    background: url('../images/misc/iksas_w.svg') center center no-repeat;
    background-size: 100%;
}

.ext_button.color_pallet_4 {
    border-color: #1059ff !important;
    background: #1059ff !important;
}

.ext_button.color_pallet_4:hover {
    background: white !important;
    color: #1059ff !important;;
}

.color_pallet_4 .additional-info-block ul > li:before {
    color: #fff;
}

.color_pallet_4.black-color-text .additional-info-block ul > li:before {
    color: rgb(148, 148, 148);
}

.color_pallet_4 div.plan:hover {
    background: #2D6DFF;
}

.special.color_pallet_4 {
    background-color: transparent;
}

div.half-content.color_4 .cont ul > li:before {
    color: #1059FF;
}

.color_pallet_4 div.modified-plans-compare .ext_button {
    border: 2px solid #1059FF;
    color: #1059FF;
    height: 50px;
}

.color_pallet_4 div.modified-plans-compare div.plan:hover .ext_button,
.color_pallet_4 div.modified-plans-compare div.plans-compare div.selected .ext_button,
.color_pallet_4 div.modified-plans-compare div.plans-compare div:hover .ext_button {
    background-color: #2D6DFF;
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFF;
}

.color_pallet_4 div.modified-plans-compare div.plan:hover .ext_button:hover,
.color_pallet_4 div.modified-plans-compare div.plans-compare div:hover .ext_button:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    color: #FFF;

}

/*
.color_pallet_5 div.current-plan-params .action .ext_button {
    color: #00E8E1;
    border-color: #00E8E1;
}

.color_pallet_5 div.current-plan-params .action .ext_button:hover {
    background-color: #00E8E1;
    color: white;
}

.color_pallet_5 div.plans-compare > div:not(.selected):hover div.current-plan-params .action .ext_button {
    background-color: #00E8E1;
    color: white;
}
*/
.color_pallet_5 div.plans-compare > div:not(.selected):hover div.current-plan-params div.plan-price {
    color: #00E8E1;
}

.color_pallet_5 div.plans-compare > div.selected {
    background-color: #01EEE7;
}

/*
.color_pallet_5 div.plans-compare > div.selected div.current-plan-params .action .ext_button:hover {
    color: #00E8E1;
}
*/
.color_pallet_5 ul > li:before {
    color: #00E8E1;
}

.color_pallet_5 div.current-plan-params div.plan-price.special {
    color: #00E8E1;
}

.color_pallet_5 div.current-plan-params > div .fa-check {
    color: #00E8E1;
}

.color_pallet_5 div.current-plan-params > div .fa-check:before {
    content: ' ';
    background: url('../images/misc/check_5.svg') center center no-repeat;
    background-size: 100%;
    height: 19px;
    width: 19px;
    display: block;
}

.color_pallet_5 div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-check:before,
.color_pallet_5 div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-check:before {
    background: url('../images/misc/check_w.svg') center center no-repeat;
    background-size: 100%;
}

.color_pallet_5 div.current-plan-params > div .fa-times:before {
    content: ' ';
    background: url('../images/misc/iksas.svg') center center no-repeat;
    background-size: 100%;
    height: 15px;
    width: 15px;
    display: block;
}

.color_pallet_5 div.modified-plans-compare div.plans-compare > div.selected div.current-plan-params > div .fa-times:before,
.color_pallet_5 div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div .fa-times:before {
    background: url('../images/misc/iksas_w.svg') center center no-repeat;
    background-size: 100%;
}

.ext_button.color_pallet_5 {
    border-color: #00E8E1 !important;
    background: #00E8E1 !important;
}

.ext_button.color_pallet_5:hover {
    background: white !important;
    color: #00E8E1 !important;;
}

.special.color_pallet_5 {
    background-color: transparent;
}

div.half-content.color_5 .cont ul > li:before {
    color: #00E8E1;
}

.color_pallet_5 div.modified-plans-compare .ext_button {
    border: 2px solid #00E8E1;
    color: #00E8E1;
    height: 50px;
}

.color_pallet_5 div.modified-plans-compare div.plan:hover .ext_button,
.color_pallet_5 div.modified-plans-compare div.plans-compare div.selected .ext_button,
.color_pallet_5 div.modified-plans-compare div.plans-compare div:hover .ext_button {
    background-color: #01EEE7;
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFF;
}

.color_pallet_5 div.modified-plans-compare div.plan:hover .ext_button:hover,
.color_pallet_5 div.modified-plans-compare div.plans-compare div:hover .ext_button:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    color: #FFF;

}

.grey-color-bg {
    background-color: #f9f9f9;
}

div.current-plan-params div.plan-price {
    border: 0;
    margin: 0 0 60px;
    align-items: flex-start !important;
    font-weight: 400;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 3px 0;
}

div.current-plan-params div.plan-old-price {
    font-size: 24px;
    font-weight: 400;
    border: 0;
    height: 80px;
}

div.plans-compare > div {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.plans-compare > div.selected {
    background: #33BEFF;
    /*transform: scale(1.05);*/
    transform: scaleY(1.03);
    transform-origin: right;
}

div.plans-compare > div.hover-effect:hover {
    /*transform: scale(1.05);*/
}

section.hover-effect div.plans-compare > div:hover {
    /*transform: scale(1.05);*/
}

div.plans-compare > div.selected div {
    color: #fff;
    border-color: rgba(255, 255, 255, .4);
}

div.plans-compare > div.selected .fa-check {
    color: #fff;
}

div.plans-compare > div.selected .fa-times {
    color: rgba(255, 255, 255, .5);
}

div.plans-compare > div.selected div.current-plan-params .action .ext_button {
    /* background: rgba(249, 249, 249, .35);
     border-color: transparent;
     color: #fff;*/
}

div.plans-compare > div.selected div.current-plan-params .action .ext_button:hover {
    /*background: #fff;
    color: #29E7FF;*/
}

div.plans-compare > div:not(.selected):hover div.current-plan-params div.plan-price {
    color: #00E2FF;
}

/*
div.plans-compare > div:not(.selected):hover div.current-plan-params .action .ext_button {
    color: #ffffff;
    background: rgba(249, 249, 249, .35);

}*/

div.plans-mobile-compare {
    display: none;
}

div.history-list-container-wrap {
    position: relative;
    padding-top: 60px;
}

div.history-list-container {
    overflow: hidden;
    /*overflow: auto;*/
    position: relative;
    height: 520px;
}

div.history-list {
    display: flex;
    height: 500px;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    padding: 0 35px;
    left: 0;
    top: 0;
}

div.history-list > div {
    flex-basis: 250px;
    /*min-width: 316px;*/
    /*max-width: 316px;*/
    width: 290px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
}

div.history-list > div:nth-child(even) {
    left: 158px;
    align-items: flex-start;
    border-bottom: 0;
    border-top: 1px solid #ccc;
    margin-top: -1px;
}

div.history-list-item {
    padding: 30px 60px;
    font-size: 14px;
    border-left: 1px solid #ccc;
    position: relative;
}

div.history-list-item .ico {
    width: 70px;
    height: 70px;
    background: #f9f9f9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -35px;
    top: 0;
}

div.history-list-item .title {
    font-size: 45px;
    font-weight: 600;
    color: #333;
}

div.history-list-item .cnw {
    /*background: red;*/
    height: 175px;
    overflow: hidden;
}

div.history-list > div:nth-child(even) div.history-list-item .ico {
    top: auto;
    bottom: 0;
}

a.history-list-back,
a.history-list-next {
    position: absolute;
    left: -30px;
    top: calc(50% - 11px);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    z-index: 50;
}

a.history-list-next {
    left: auto;
    right: -30px;
}

section.numbering-content-section {
    color: #fff;
    position: relative;
    background: #1059FF;
    z-index: 10;
    padding-top: 116px;
    padding-bottom: 110px;
}

section.numbering-content-section.grey-color-bg {

    background-color: #f9f9f9;;
}

section.numbering-content-section.black-color-text {
    color: #949494;
}

section.numbering-content-section .container {
    position: relative;
    z-index: 2;
}

div.numbering-content > div {
    position: relative;
}

/*div.numbering-content div.plans{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    flex-wrap: nowrap;*/
/*}*/
div.numbering-content-section-decor {
    position: absolute;
    top: 80px;
    left: calc(100% - 100px);
}

div.numbering-content-section-decor.pos-dif {

    top: 365px;
    left: calc(50% + 400px);

}

div.numbering-content-section-decor-2 {
    position: absolute;
    top: 0;
    left: calc(100% + 115px);
    z-index: -1;
}

.numbering-content-section-decor-3 {
    position: absolute;
    top: 300px;
    left: 39%;
    z-index: -1;
}

.numbering-content-section-decor-3.pos-dif {
    top: 660px;
    left: calc(50% - 640px);
    z-index: 1;
}

div.numbering-content > .pure-u-1-1.pure-u-lg-1-2:not(cont) {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

div.numbering-content > .pure-u-1-1.pure-u-lg-1-2:not(cont) div.plan.selected, div.numbering-content > .pure-u-1-1.pure-u-lg-1-2:not(cont) div.plan:hover {
    margin-top: -24px;
    margin-bottom: -24px;
}

div.numbering-content-container {
}

div.numbering-content {
}

div.numbering-content .cont {
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    padding-right: 140px;
}

div.numbering-content .cont .icoz {
    margin-top: 40px;
}

div.plan.numbering-plan div.plan-attrs > div {
    font-size: 16px;
    font-weight: 600;
    padding: .8em 0;
    /* min-height: 56px; */
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;

}

div.plan.numbering-plan div.plan-action {
    margin-top: 26px;
}

div.plan.numbering-plan div.plan-action .ext_button {
    border: 2px solid #1059FF;
    color: #1059FF;
    height: 50px;
}

div.plan.numbering-plan:hover div.plan-action .ext_button {
    background-color: #2D6DFF;
    border-color: rgba(255, 255, 255, .4);
    color: #FFF;

}

div.plan.numbering-plan:hover div.plan-action .ext_button:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, .4);
    color: #FFF;
}

div.plan.numbering-plan div.paying-type {
    color: #ccc;
    font-size: 16px;
    position: relative;
    top: 5px;
    margin-top: -3px;
}

div.plan.numbering-plan.selected div.paying-type,
div.plan.numbering-plan:hover div.paying-type {
    opacity: 0.35;
}

div.additional-info-block {
    margin: 123px 0 0;
    background: rgba(255, 255, 255, .11);
    border-radius: 30px;
    padding: 30px 30px 55px;
}

.numbering-content .custom-title-2 {
    margin-bottom: 52px;
}

section.grey-color-bg div.additional-info-block {
    /*box-shadow: 0 16px 50px 0 rgba(34, 31, 31, .5);*/
    background: #fff;
}

div.additional-info-block h3 {
    font-size: 25px;
    font-weight: 600;
}

div.additional-info-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.additional-info-block ul > li {
    display: flex;
    align-items: center;
    padding: .5em 0;
    position: relative;
    font-weight: 400;
}

div.additional-info-block ul > li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    display: block;
    margin-right: 19px;
    font-weight: 600;
}

table.special-table {
    border-radius: 15px;
    box-shadow: 0px 16px 50px #221F1F29;
}

table.special-table tbody {

    font-weight: 400;
}

table.special-table td {
    padding: 14px 90px;
    text-align: center;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;;
}

table.special-table.tabledai td {
    padding: 14px 9px;
    text-align: initial;
}

.white-color-text table.special-table td:last-child {
    border-right: none;
}

table.special-table td:last-child {
    border-right: none;
}

table.special-table tr:last-child td {
    border-bottom: 0;
}

table.special-table tr:first-child td {
    color: #1059FF;

}

.white-color-text table.special-table {

}

.white-color-text table.special-table td {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.white-color-text table.special-table tr td {
    color: rgba(255, 255, 255, 0.6);
}

.white-color-text table.special-table tr:first-child td {
    color: #fff
}

/*LISTS*/

ul.socials {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px !important;
    display: flex;
}

ul.socials > li > a {
    display: flex;
    height: 74px;
    min-width: 50px;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

div.footer-menu-container {
}

ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer-menu > li {
    margin-bottom: 1.7em;
}

ul.footer-menu > li > a {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

nav.main-menu-container {
    flex: auto;
    position: relative;
}

ul.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    flex: auto;
}

ul.main-menu > li {
    position: relative;
    display: flex;
    flex: auto;
}

ul.main-menu > li > a {
    display: flex;
    flex: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px 15px;
    line-height: 1.1;
    color: #949494;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

ul.main-menu > li:hover > a,
ul.main-menu > li.selected > a {
    color: black;
}

ul.main-menu > li.selected > a {
    font-weight: 600;
}

ul.main-menu > li > .dropdown {
    position: absolute;
    left: 0;
    top: calc(100% - 15px);
    background: #fff;
    /*transition: all ease 0.3s;*/
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    padding: 40px;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
}

ul.main-menu > li:nth-child(4) .dropdown {
    right: -140px;
    left: auto;
}

ul.main-menu > li:last-child .dropdown {
    left: auto;
    right: 0;
}

ul.main-menu > li:hover > .dropdown {
    opacity: 1;
    visibility: visible;
}

ul.main-menu > li > .dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.main-menu > li > .dropdown ul.column-count-2 {
    column-count: 2;
}

ul.main-menu > li > .dropdown ul > li {
    display: inline-block;
    min-width: 250px;
    min-height: 66px;
}

ul.main-menu > li > .dropdown ul > li > a {
    display: flex;
    align-items: center;
    color: #949494;
    padding: .75em 0;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

ul.main-menu > li > .dropdown ul > li.selected > a {
    color: #333;
    font-weight: 600;
}

ul.main-menu > li > .dropdown ul > li > a .fa {
    min-width: 32px;
    flex-basis: 32px;
    display: flex;
    justify-content: center;
    margin-right: 13px;
}

ul.main-menu > li > .dropdown ul > li > a .fa img {
    display: block;
}

ul.main-menu > li > .dropdown ul > li > a:hover {
    color: black;
}

div.dropdown-video {
    min-width: 258px;
    flex-basis: 258px;
    position: relative;
    margin-left: 50px;
}

div.dropdown-video img,
div.dropdown-video svg {
    display: block;
    width: 100%;
    height: auto;
}

div.thumb-or-video {
    position: relative;
    cursor: pointer;
}

div.thumb-or-video i {
    display: flex;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 255, .5);
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: calc(50% - 37px);
    top: calc(50% - 37px);
}

.thumb-or-video > img.video-image {
    display: flex;
    width: 84px;
    height: 84px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: calc(50% - 42px);
    top: calc(50% - 42px);
}

.thumb-or-video > img.video-image.hide {
    visibility: hidden;
}

div.thumb-or-video i.hide {
    visibility: hidden;
}

div.dropdown-video-lnk {
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
}

div.dropdown-video-lnk a {
    color: rgba(148, 148, 148, 1);
    text-decoration: underline;
}

div.dropdown-video-lnk a:hover {
    color: #333;
    text-decoration: none;
}

section.content-menu-section {
    padding: 0;
    flex-basis: 82px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(204, 204, 204, .3);

    background: rgb(246, 251, 253);
    background: linear-gradient(180deg, rgba(246, 251, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

div.content-menu-block.fixeded {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*background-color: white;*/
    z-index: 11;

    background: rgb(246, 251, 253);
    background: linear-gradient(180deg, rgba(246, 251, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);

    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header:not(.invisible) + main .content-menu-section div.content-menu-block.fixeded {
    margin-top: 82px;
}

section.content-menu-section.fixed-margin {
    margin-bottom: 83px;
}

div.content-menu-container {

}

.content-menu-block {

}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0 -30px;
    display: flex;
}

ul.content-menu > li {
    display: flex;
    flex-direction: column;
}

ul.content-menu > li > a {
    display: flex;
    flex-basis: 82px;
    align-items: center;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 400;
    color: #949494;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

ul.content-menu > li:hover > a,
ul.content-menu > li.selected > a {
    color: #000;
}

/*INPUTS*/

label.styled_checkbox {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: none;
}

label.styled_checkbox i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    font-style: normal;
}

label.styled_checkbox i:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    /*font-style: 300;*/
}

label.styled_checkbox input {
    position: absolute;
    left: -20px;
    top: -20px;
}

label.styled_checkbox input:checked + i {
    opacity: 1;
}

label.styled_radio {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #fff;
}

label.styled_radio i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

label.styled_radio i:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
}

label.styled_radio input {
    position: absolute;
    left: -20px;
    top: -20px;
}

label.styled_radio input:checked + i {
    opacity: 1;
}

label.checkbox-block {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

label.checkbox-block > label {
    margin-right: .75em;
}

div.inputs-container {
    margin: -20px -17.5px 0;
    position: relative;
}

div.inputs-container:before {
    background: url('../images/icons/svg/Group_13958.svg') no-repeat;
    position: absolute;
    width: 67px;
    height: 42px;
    content: '';
    top: 43px;
    left: -190px;
}

div.inputs-container > div {
    margin-top: 20px;
    padding: 0 17.5px !important;
    max-width: 306px;
}

div.inputs-container > div.special-power {
    max-width: 612px;
}

div.inputs-container > div.special-power.first-element {
    margin-top: 60px;
}

div.inputs-container input[type="text"],
div.inputs-container input[type="email"] {
    border: 1px solid transparent;
    background: #fff;
    width: 100%;
    font-size: 15px;
    color: #333;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: flex;
    height: 50px;
    align-items: center;
}

div.inputs-container input[type="text"].error,
div.inputs-container input[type="email"].error {
    color: red;
}

div.inputs-container input[type="text"].error::-webkit-input-placeholder {
    color: red;
}

div.inputs-container input[type="text"].error:-ms-input-placeholder {
    color: red;
}

div.inputs-container input[type="text"].error::placeholder {
    color: red;
}

div.inputs-container input[type="email"].error::-webkit-input-placeholder {
    color: red;
}

div.inputs-container input[type="email"].error:-ms-input-placeholder {
    color: red;
}

div.inputs-container input[type="email"].error::placeholder {
    color: red;
}

div.inputs-container input[type="text"] + input[type="text"] {
    margin-top: 20px;
}

div.inputs-container textarea {
    border: 1px solid transparent;
    background: #fff;
    width: 100%;
    font-size: 15px;
    color: #333;
    padding: 15px 20px;
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 120px;
    resize: vertical;
    display: block;
}

div.inputs-container textarea.error {
    color: red;
}

div.inputs-container textarea.error::-webkit-input-placeholder {
    color: red;
}

div.inputs-container textarea.error:-ms-input-placeholder {
    color: red;
}

div.inputs-container textarea.error::placeholder {
    color: red;
}

div.inputs-container input[type="text"]:focus,
div.inputs-container textarea:focus {
    border-color: #6d6d6d;
}

div.inputs-container .action {
    text-align: center;
    font-size: 17px;
    margin-top: 50px;
    max-width: 100%;
}

div.inputs-container .action .ext_button {
    padding: 0 4.65em;
}

a.search-toggler {
    cursor: pointer;
    visibility: visible;
    opacity: 1;
}

div.search-place.invisible {
    visibility: hidden;
    opacity: 0;
}

div.search-container {
    position: absolute;
    right: -45px;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 45px;

    width: 100%;
    background: #fff;
    display: flex;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.6s;
}

div.search-container.visible {
    opacity: 1;
    visibility: visible;
}

div.search-container form {
    flex: auto;
    display: flex;
}

div.search-container form input[type="submit"] {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    border: 0;
    padding: 0;
    min-width: 51px;
    background: none;
    color: #333;
}

div.search-container form input[type="text"] {
    flex: auto;
    border: 0;
    font-size: 18px;
    padding-left: 20px;
    color: #333;
}

div.search-container form input[type="text"]::-webkit-input-placeholder {
    color: #333;
}

div.search-container form input[type="text"]:-ms-input-placeholder {
    color: #333;
}

div.search-container form input[type="text"]::placeholder {
    color: #333;
}

div.search-container .search-toggler {
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    font-size: 1.2em;
}

div.search-container .search-toggler:hover {
    color: #00AEFF;
}

.select2-container--langs-select-style {
    background: #fff;
    border: 0;
    border-radius: 5px;
}

.select2-container--langs-select-style .select2-selection--single {
    height: 38px;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.select2-container--langs-select-style .select2-selection--single:hover {
    color: black;
}

.select2-container--langs-select-style .select2-selection--single .select2-selection__rendered {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    flex: auto;
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
}

.select2-container--langs-select-style .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center;

}

.select2-container--langs-select-style .select2-selection--single .select2-selection__arrow.rotated {
    transform: rotate(180deg);
}

.select2-container--langs-select-style .select2-selection--single .select2-selection__arrow:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
}

.select2-container--langs-select-style .option {
    display: flex;
    align-items: center;
}

.select2-container--langs-select-style .option img {
    min-width: 22px;
    height: 14px;
    flex-basis: 24px;
    margin-right: 10px;
}

.select2-container--langs-select-style .select2-dropdown {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 0;
    transform: translate(-1px, -5px);
}

.select2-container--langs-select-style .select2-results__option {
    padding: 6px 8px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    transition: all ease 0.3s;
}

.select2-container--langs-select-style .select2-results__options img {
    display: none;
}

.select2-container--langs-select-style .option {
    justify-content: center;
}

.select2-container--langs-select-style .select2-results__option:hover {
    background: rgba(0, 0, 0, .07);
}

section.video-section {
    height: 960px;
    background-position: center center;
    background-size: cover;
    padding: 0;
    text-align: center;
    position: relative;
}

.video-section-label {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.special-block-down {
    margin-bottom: 95px !important;
}

.video-section-label:hover {
    background: rgba(0, 0, 0, .1);
    color: #fff;
}

section.call-zone-section {
    padding-top: 130px;
    padding-bottom: 110px;
}

div.lst-events-list-container {
}

div.lst-events-list {
    margin: -40px -20px 0;
}

div.lst-events-list > div {
    margin-top: 40px;
    padding: 0 20px !important;
    display: flex;
    flex-direction: column;
}

div.lst-event-list-item {
    flex-basis: 520px;
    max-width: 290px;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 16px 50px #221F1F29;
    border-radius: 30px;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
    padding: 30px;
    font-size: 17px;
}

div.lst-event-list-item .ico {
    height: 130px;
    margin-bottom: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

div.lst-event-list-item .ico img {
    height: 100px;
    width: auto;
}

div.lst-event-list-item .cont {
    /*height: 237px;*/
    overflow: hidden;
    /*margin-bottom: 10px;*/
}

div.lst-event-list-item .title {
    font-size: 1.17em;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin-bottom: .5em;
    font-size: 17px;
}

div.lst-event-list-item div.hover-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: space-between;*/
    border-radius: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    background: #00AEFF;
    color: #fff;
    padding: 45px 30px;
}

div.lst-event-list-item:hover div.hover-content {
    opacity: 1;
    visibility: visible;
}

div.lst-event-list-item:hover div.hover-content .title {
    color: #fff;
}

div.lst-event-list-item div.hover-content .descr {
    opacity: .65;
    overflow: hidden;
}

div.lst-event-list-item div.hover-content .action {
    margin-top: 40px;
}

div.lst-event-list-item div.hover-content .action a {
    background: rgba(255, 255, 255, .35);
    height: 50px;
    font-size: 17px;
    padding: 0 3.53em;
}

div.lst-event-list-item div.hover-content .action a:hover {
    background: #00aefe;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

div.lst-event-list-item div.hover-content:hover .descr a {
    color: #ffffff;
}

div.callzone-blocks-container {
}

div.callzone-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: -180px -30px 0;
}

div.callzone-blocks > div {
    min-width: 50%;
    flex-basis: 50%;
    margin-top: 180px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.callzone-blocks .cont {
    /*flex-basis: 350px;*/
    display: flex;
    font-size: 17px;
}

div.callzone-blocks .cont .title {
    font-size: 2.64em;
    color: #333;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 35px;
}

div.callzone-blocks .media {
    display: flex;
    margin-top: 30px;
}

div.callzone-blocks .media img {
    max-width: 100%;
    height: auto;
}

/*div.callzone-blocks > div:nth-child(even) {*/
/*    flex-direction: column-reverse;*/
/*}*/

div.callzone-blocks > div:nth-child(even) .cont {
    align-items: flex-end;
}

div.callzone-blocks > div:nth-child(even) .media {
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 30px;
}

ul.contact-cm-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.contact-cm-list > li + li {
    margin-top: .5em;
}

ul.contact-cm-list > li > a {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #949494;
}

ul.contact-cm-list > li > a .fa {
    min-width: 26px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}

ul.contact-cm-list > li > a:hover {
    color: #00AEFF;
}

div.contact-colls-container {
}

div.contact-colls {
    display: flex;
    margin: -30px -15px 0;
    overflow: hidden;
}

div.contact-colls > div {
    margin-top: 30px;
    padding: 0 15px 0 50px;
    flex: 1 1 100%;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

div.contact-colls > div:nth-child(4n + 1) {
    border: 0;
    padding-left: 15px;
}

div.contact-colls .title {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin-bottom: .5em;
}

div.contact-colls .action {
    font-size: 14px;
    margin-top: 20px;
}

div.login-colls-container {
}

div.login-colls {
    display: flex;
    margin: 0 -58px;
    font-size: 17px;
}

div.login-colls .action a {
    padding: 0 39px;
}

div.login-colls > div {
    flex: 1 1 100%;
    padding: 0 58px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    flex-direction: column;
}

div.login-colls > div:nth-child(3n + 1) {
    border: 0;
}

div.login-colls .title {
    font-size: 2.64em;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: .65em;
    flex-basis: 98px;
}

div.login-colls .descr {
    flex-basis: 150px;
    position: relative;
}

div.login-colls > div:first-child .descr:before {
    background: url("../images/icons/svg/zvaigzdute.svg");
    content: '';
    width: 15px;
    height: 19px;
    position: absolute;
    left: -88px;
    top: 7px;
}

div.login-colls > div:last-child .descr:after {
    background: url("../images/icons/svg/minizvaigzdute.svg");
    content: '';
    width: 9px;
    height: 11px;
    position: absolute;
    right: -40px;
    top: 3px;
}

section.three_blocks {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

section.three_blocks:before {
    background: url("../images/icons/svg/minizvaigzdute.svg");
    content: '';
    width: 9px;
    height: 11px;
    position: absolute;
    left: 416px;
    bottom: 44px;
}

section.three_blocks:after {
    background: url("../images/icons/svg/debeselis.svg");
    content: '';
    width: 62px;
    height: 39px;
    position: absolute;
    right: 525px;
    bottom: 44px;
}

div.login-colls .action {
    margin-top: 30px;
}

div.login-colls .action:first-child {
    margin-top: 70px;
}

div.login-colls .action > div + div {
    margin-top: 15px;
}

div.login-colls .ext_button.blue-style {
    border-color: rgba(255, 255, 255, .35);
}

div.modified-plans-compare.three {
    position: relative;
    background: transparent;
}

div.modified-plans-compare.three:before {
    position: absolute;
    left: 0;
    width: 690px;
    top: 0;
    bottom: 0;
    background: #ffffff;
    content: '';
}

div.modified-plans-compare.two {
    position: relative;
    background: transparent;
}

div.modified-plans-compare-container {
    /*background: #fff;*/
    margin: 110px -40px;
    display: flex;
    color: #000;
    position: relative;
}

div.modified-plans-compare-container div.plans-compare-params {
    flex: none;
    flex-basis: 350px;
    min-width: 350px;
    width: 350px;
    font-size: 16px;
    background: #ffffff;
}

div.modified-plans-compare-container.not-white {
    background: none;
}

div.modified-plans-compare {
    min-width: 1px;
    flex: auto;
    width: 500px;
}

.plans-compare-params + div.modified-plans-compare:not(.three):not(.two) {

    background: #fff;
}

div.planz-carusel-container {
    position: relative;
    padding: 0;
}

div.planz-carusel {
    margin: -40px 0;
}

div.planz-carusel .swiper-slide {
    width: auto;
    height: auto;
    display: flex;
}
/* @media (min-width: 768px) {
    div.planz-carusel .swiper-slide {
        max-width: 50% !important;
        height: auto;
        display: flex;
        width: 100% !important;
    }
} */

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

div.planz-carusel-container .swiper-button-prev,
div.planz-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: -725px;
    width: 374px;
    color: #fff;
    font-size: 30px;
    top: 82px;
    height: calc(100% - 109px);
    padding-left: 290px;
}

div.planz-carusel-container.plans-other .swiper-button-prev {
    left: -374px;
    padding-left: 290px;
}

div.planz-carusel-container .swiper-button-next {
    left: auto;
    right: -374px;
    padding-right: 290px;
    padding-left: 0;
}

div.planz-carusel-container .swiper-pagination {
    left: 0;
    right: 0;
    top: 100%;
}

div.modified-plans-compare-container div.plans-compare {
    margin: 0;
    flex: 1;
    max-width: 330px;
}

div.modified-plans-compare-container div.planz-carusel {
    padding: 60px 30px 40px;
    margin: -80px -30px -80px;
}

div.modified-plans-compare-container div.planz-carusel.special .swiper-wrapper {
    display: flex;
    justify-content: center;
}

div.modified-plans-compare-container div.plans-compare > div {
    margin: 0;
    /*box-shadow: none;*/
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    box-shadow: 0 0 30px 0 rgba(34, 31, 31, .16);
    width: auto;
    min-width: 10px;
    flex: auto;
}

div.modified-plans-compare-container div.planz-carusel .swiper-slide.swiper-slide-prev div.plans-compare > div {
    box-shadow: none;
}

div.text-under-title {
    max-width: 630px;
    margin: auto;
}

div.text-under-title a {
    text-decoration: underline;
    color: #ffffff;
}

div.text-under-title a:hover {
    text-decoration: underline;
    color: #000000;
}

div.modified-plans-compare-pagination {
    margin-left: -350px;
    display: flex;
    justify-content: center;
}

div.planz-carusel-container.plans-other .swiper-pagination {
    margin-left: 0;
}

div.modified-plans-compare-pagination * {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: .35;
    border-radius: 100%;
    margin: 0 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.modified-plans-compare-pagination *:hover,
div.modified-plans-compare-pagination *.swiper-pagination-bullet-active {
    opacity: 1;
}

div.modified-plans-compare-pagination *:first-child:last-child {
    opacity: 0;
}

div.modified-plans-before {
    position: absolute;
    right: calc(100% + 30px);
    top: -20px;
    bottom: -20px;
    opacity: .2;
}

div.modified-plans-after {
    position: absolute;
    left: calc(100% + 30px);
    top: -20px;
    bottom: -20px;
    opacity: .2;
}

div.plansides-carusel-container {
    position: relative;
    padding: 0;
    height: 100%;
}

/*div.plansides-carusel {*/
/*    height: 100%;*/
/*}*/

div.plansides-carusel .swiper-slide {
    width: auto;
    display: flex;
}

div.modified-plans-compare.two {
    width: 340px;
}

div.modified-plans-compare.three {
    max-width: 758px;
    width: auto;
    /*width: 758px;*/
}

div.modified-plans-compare div.planz-carusel .swiper-slide {
    /*display: block;*/
    /*display: flex;*/
}

div.modified-plans-compare div.planz-carusel .swiper-slide div.plan.selected.plan_minified, div.modified-plans-compare div.planz-carusel .swiper-slide div.plan.plan_minified:hover {
    padding-top: 82px;
    padding-bottom: 75px;
    /*margin-bottom: -20px;*/
}

div.modified-plans-compare div.action.is_price {
    font-size: 18px;
}

div.modified-plans-compare div.action.is_price .ext_button {
    height: 2.70em;
    min-width: 100%;
    justify-content: center;
}

div.modified-plans-compare div.plans-compare > div:hover {
    background: #33beff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
}

div.modified-plans-compare div.plans-compare > div.selected-new {
    background: #33beff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    color: white;
}

div.modified-plans-compare div.plans-compare > div.selected-new *,
div.modified-plans-compare div.plans-compare > div.selected-new > * {

    color: white;
}

div.modified-plans-compare div.plans-compare > div.selected-new .current-plan-compare-header {

    color: white;
}

.color_pallet_2 div.modified-plans-compare div.plans-compare > div:hover {
    background: #29E7FF;
}

.color_pallet_3 div.modified-plans-compare div.plans-compare > div:hover {
    background: #00F2AD;
}

.color_pallet_4 div.modified-plans-compare div.plans-compare > div:hover {
    background: #2D6DFF;
}

.color_pallet_5 div.modified-plans-compare div.plans-compare > div:hover {
    background: #01EEE7;
}

div.modified-plans-compare div.plans-compare > div * {
    /*transition: color ease 0.3s;*/
}

div.modified-plans-compare div.plans-compare > div:hover * {
    color: #fff;
}

div.modified-plans-compare div.plans-compare > div.selected div.plan-old-price,
div.modified-plans-compare div.plans-compare > div:hover div.plan-old-price {
    color: rgba(255, 255, 255, 0.6);
}

div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div,
div.modified-plans-compare div.plans-compare > div.selected-new div.current-plan-params > div {
    border-color: rgba(255, 255, 255, .3);
}

/*HEADERS*/

.custom-title-1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: .5em;
    line-height: 1.1;
}

.custom-title-2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: .5em;
    line-height: 1.1;
}

.custom-title-2.modx {
    font-size: 60px;
}

.custom-title-3 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: .5em;
    line-height: 1.1;
}

section.simple-section .custom-title-1 {

    color: #333333;
    margin-bottom: 0;

}

.to-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.calendar-icon {
    display: flex;
    align-items: center;
}

.custom-calendar {
    margin-right: 10px;
}

.custom-calendar:before {
    content: url('../images/icons/svg/kalendorius2.svg');
}

/*BUTTONS*/

.ext_button {
    display: inline-flex;
    align-items: center;
    height: 2.95em;
    line-height: 1em;
    padding: 0 3.35em;
    position: relative;
    text-decoration: none !important;
}

.ext_button.narrow {
    padding: 0 2.23em;
}

.ext_button.narrow.map-button {
    height: 2.59em;

}

.ext_button.bordered {
    border: 1px solid #cecece;
}

.ext_button.rounded {
    border-radius: 2.8em;
}

.ext_button.shadowed {
    -webkit-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
}

.ext_button.full-w {
    display: block;
    text-align: center;
}

.ext_button .fa {
    margin: 0 0 0 1.4em;
}

.ext_button .fa:first-child {
    margin: 0 1.4em 0 0;
}

.ext_button.blue-style {
    background: #00AEFF;
    color: #fff;
    border: 1px solid transparent;
}

.ext_button.blue-style:hover {
    background: #fff;
    color: #00AEFF;
    border-color: #00AEFF;
}

.ext_button.tr-white-style {
    background: rgba(255, 255, 255, .35);
    color: #fff;
    border: 2px solid transparent;
}

.ext_button.tr-white-style.bordered {
    border: 2px solid transparent;
}

.ext_button.tr-white-style:hover {
    /*background: #fff;*/
    /*color: #00E2FF;*/
    color: white;
    /*border-color: rgba(255, 255, 255, .35);*/
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.35);

}

.ext_button.white-style {
    background: #fff;
    color: #00AEFF;
    border: 2px solid #00AEFF;
}

.ext_button.white-style:hover {
    background: #00AEFF;
    color: #fff;
}

/*SPECIAL*/

.accord-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 47px;
    margin-top: -47px;
}

.accord-button a {
    padding: 0 60px !important;
}

/*COLORS*/

.semi-black-color {
    color: #333;
}

.blue-bg {
    background: rgba(0, 174, 255, 1);
}

section.blue-bg,
section.blue-bg .semi-black-color, section.form-bg {
    color: #fff;
}

.black-color-text {
    color: #949494;
}

section.blue-bg ul.plan-tabs > li > a, section.form-bg ul.plan-tabs > li {
    color: rgba(255, 255, 255, .75);
}

section.blue-bg ul.plan-tabs > li.selected > a, section.form-bg ul.plan-tabs > li.selected {
    color: #fff;
}

section.blue-bg ul.plan-tabs > li > a:after, section.form-bg ul.plan-tabs > li > a:after {
    background: rgba(255, 255, 255, .75);
}

section.blue-bg ul.plan-tabs > li.selected > a:after, section.form-bg ul.plan-tabs > li.selected > a:after {
    color: #fff;
    background: rgba(255, 255, 255, 1);
}

section.blue-bg div.plan.selected, section.form-bg div.plan.selected {
    background: #33BEFF;
}

.grey-bg {
    background: #F9F9F9;
}

.blue-bg-2 {
    background: #1059FF;
}

section.blue-bg-2 {
    color: #fff;
}

.blue-bg-3 {
    background: #00E2FF;
}

.color_pallet_1 {
    background-color: #00AEFF;
}

section.color_pallet_1 div.plan_minified div.plan-attrs > div:before {
    background: url(/images/misc/check_1.svg) center center no-repeat;
    background-size: 100%;
}

section.color_pallet_1 div.plan_minified:hover div.plan-attrs > div:before {
    background: url(/images/misc/check_6.svg) center center no-repeat;
    background-size: 100%;
}

/*
.color_pallet_1 .ext_button.tr-white-style:hover {
    color: #00AEFF;
}*/

.color_pallet_1 .ext_button.white-style {
    /*cia defaultas*/
}

section.color_pallet_2 {
    background-color: #00E2FF;
}

section.color_pallet_2 div.plan_minified div.plan-attrs > div:before {
    background: url(/images/misc/check_2.svg) center center no-repeat;
    background-size: 100%;
}

section.color_pallet_2 div.plan_minified:hover div.plan-attrs > div:before {
    background: url(/images/misc/check_6.svg) center center no-repeat;
    background-size: 100%;
}

/*
.color_pallet_2 .ext_button.tr-white-style:hover {
    color: #00E2FF;
}*/

.color_pallet_2 .ext_button.white-style {
    border-color: #00E2FF;
    color: #00E2FF;
}

section.color_pallet_3 {
    background-color: #00EDA9;;
}

section.color_pallet_3 div.plan_minified div.plan-attrs > div:before {
    background: url(/images/misc/check_3.svg) center center no-repeat;
    background-size: 100%;
}

section.color_pallet_3 div.plan_minified:hover div.plan-attrs > div:before {
    background: url(/images/misc/check_6.svg) center center no-repeat;
    background-size: 100%;
}

/*
.color_pallet_3 .ext_button.tr-white-style:hover {
    color: #00EDA9;;
}*/

.color_pallet_3 .ext_button.white-style {
    border-color: #00EDA9;
    color: #00EDA9;
}

section.color_pallet_4 {
    background-color: #1059ff;
}

section.color_pallet_4 div.plan_minified div.plan-attrs > div:before {
    background: url(/images/misc/check_4.svg) center center no-repeat;
    background-size: 100%;
}

section.color_pallet_4 div.plan_minified:hover div.plan-attrs > div:before {
    background: url(/images/misc/check_6.svg) center center no-repeat;
    background-size: 100%;
}

/*
.color_pallet_4 .ext_button.tr-white-style:hover {
    color: #1059ff;
}*/

.color_pallet_4 .ext_button.white-style {
    border-color: #1059ff;
    color: #1059ff;
}

section.color_pallet_5 {
    background-color: #00E8E1;
}

section.color_pallet_5 div.plan_minified div.plan-attrs > div:before {
    background: url(/images/misc/check_5.svg) center center no-repeat;
    background-size: 100%;
}

section.color_pallet_5 div.plan_minified:hover div.plan-attrs > div:before {
    background: url(/images/misc/check_6.svg) center center no-repeat;
    background-size: 100%;
}

/*
.color_pallet_5 .ext_button.tr-white-style:hover {
    color: #00E8E1;
}*/

.color_pallet_5 .ext_button.white-style {
    border-color: #00E8E1;
    color: #00E8E1;
}

.iframe_style {
    border: none;
    width: 100%;
    height: 100%;
}

.blue-h-color,
div.blue-h-color {
    color: #1059ff;
}

.color_pallet_4 div.plan:hover .blue-h-color,
.color_pallet_4 div.plan:hover div.blue-h-color {
    color: #FFF;
}

/*MISC*/

div.content_additional {

    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

}

div.content_additional.shown {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}

div.content-expander {
    position: relative;
}

div.content-expander a.show-more {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.content-expander a.show-more i {
    margin-left: 10px;
}

.d_block {
    height: 18px;
}

div.search-result-container {

}

div.search-result-container h2.rs-title {
    text-align: left;
    font-size: 25px;
    letter-spacing: 0;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #DBDBDB;
    padding: 14px 0;
}

div.pagination-container {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0;
}

ul.pagination > li > a {
    font-size: 14px;
    border: none;
    color: #707070;
    height: 28px;
    width: 28px;
}

ul.pagination > li:hover > a, ul.pagination > li.selected > a {
    background: #00AEFF;
    color: white;
}

div.search-result-item {

    text-align: left;
    font-size: 17px;
    letter-spacing: 0;
    opacity: 1;
    color: #949494;
    padding: 55px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.search-text {
    color: #949494;
}

div.search-result-item div > a {
    color: #00AEFF;
    text-decoration: underline;
    font-size: 17px;
}

.search-title {
    font-weight: 600;
    text-align: left;
    font-size: 25px;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    padding: 15px 0;
}

section.page-not-found-section {
    height: 100vh;
    background: #00AEFF;
    display: flex;
    align-items: center;
    color: white;
}

div.page-not-found-container {
    display: flex;

}

div.page-not-found-container > div {
    flex: 1 1 100%;
    padding: 15px;

}

div.pagenotfound-img img {
    width: 100%;
    height: auto;
    display: block;
}

div.pagenotfound {

}

div.pagenotfound h1 {
    font-size: 100px;
    font-weight: 600;
}

div.pagenotfound .action .ext_button {
    background-color: #4dc6ff;
    color: white;
}

.fancybox-container.light-blue .fancybox-content,
.fancybox-container.light-not-blue_2 .fancybox-content,
.fancybox-container.light-not-blue_3 .fancybox-content,
.fancybox-container.light-not-blue_4 .fancybox-content,
.fancybox-container.light-not-blue_5 .fancybox-content {
    background-color: #00AEFF;
    padding: 90px 150px;
}

.fancybox-container.light-not-blue_2 .fancybox-content {
    background-color: #00E2FF;
}

.fancybox-container.light-not-blue_3 .fancybox-content {
    background-color: #00EDA9;
}

.fancybox-container.light-not-blue_4 .fancybox-content {
    background-color: #1059ff;
}

.fancybox-container.light-not-blue_5 .fancybox-content {
    background-color: #00E8E1;
}

.fancybox-container.light-blue .fancybox-slide--html .fancybox-close-small,
.fancybox-container.light-not-blue_2 .fancybox-slide--html .fancybox-close-small,
.fancybox-container.light-not-blue_3 .fancybox-slide--html .fancybox-close-small,
.fancybox-container.light-not-blue_4 .fancybox-slide--html .fancybox-close-small,
.fancybox-container.light-not-blue_5 .fancybox-slide--html .fancybox-close-small {
    color: #fff;
}

.multi_a {
    position: absolute;
    left: 0;
}

.multi_a .admin_helper {
    position: static !important;
}

/*
.admin_helper + .admin_helper {
    top:
}*/

.info-bauble {
    position: absolute;
    right: 0;
    bottom: 14px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    font-size: 18px;

}

div.plan .info-bauble,
.current-plan-params .info-bauble {

    right: -5px;

}

div.plan_minified {
    padding: 72px 21px 65px 21px;
}

div.plan_minified div.plan-attrs > div {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    position: relative;
    display: block;
    padding: 16px 0 20px 0;
}

div.plan_minified div.plan-attrs > div > span {
    display: block;
}

div.plan_minified div.plan-attrs > div {
    display: flex;
}

div.plan_minified div.plan-attrs > div:before {
    content: ' ';
    background: url('/images/misc/check_1.svg') center center no-repeat;
    background-size: 100%;
    height: 13px;
    width: 13px;
    min-width: 13px;
    display: inline-block;
    margin-right: 13px;
}

.color_pallet_2 div.plan_minified.selected div.plan-attrs > div:before, .color_pallet_2 div.plan_minified:hover div.plan-attrs > div:before {
    background: url('/images/misc/check_w.svg') center center no-repeat;
    background-size: 100%;
}

div.plan_minified:hover div.plan-attrs > div:before {
    background-image: url('/images/misc/check_6.svg');
}

div.nothing-found {
    font-weight: 600;
    margin-top: 20px;
}

.plans-compare-params .info-bauble:before {
    content: "i";
    color: #fff;
    font-weight: 900;
    background: #cccccc;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding-top: 2px;

}

div.plan .info-bauble:before,
.current-plan-params .info-bauble:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f055";
    display: block;
    color: #333333;
    font-weight: 900;
}

.qtip-default.qtip-side-params,
.qtip-default.qtip-main-info {
    border: none;
    border-radius: 5px;
    background: #333333;
    color: #fff;
    max-width: 210px;
}

.qtip-default.qtip-side-params .qtip-tip,
.qtip-default.qtip-main-info .qtip-tip {
    display: none !important;
}

.qtip-default.qtip-side-params .qtip-content,
.qtip-default.qtip-main-info .qtip-content {
    padding: 8px 14px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.qtip-default.qtip-main-info .qtip-content {
    padding-top: 15px;

}

.qtip-default.qtip-main-info .qtip-close {
    right: 0;
    top: 0;
    border: none;
    background: transparent;
}

.qtip-default.qtip-main-info .qtip-close:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f068";
    display: block;
    font-size: 16px;
    color: #fff;
    padding-right: 5px;
    padding-top: 3px;
}

.qtip-default.qtip-main-info .qtip-close span {
    display: none;
}

.black-important {
    color: #333 !important;
}

.white-important {
    color: #FFF !important;
}

div.page-module ul {
    margin: 20px 0;
    padding: 0 0 0 15px;
    color: #333;
}

.search-images {
    display: flex;
    justify-content: flex-end;

}

div.search-result-inline {
    display: flex;
    padding-bottom: 34px;
    padding-top: 34px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    align-items: center;
    /*justify-content: space-between;*/
}

div.text-search-block.not-wide-block {
    max-width: 520px;
}

div.img-search-block {
    padding-left: 186px;
}

div.img-search-block > a {
    display: inline-block;
}

div.img-search-block img {
    max-width: 278px;
}

.search-images img {
    height: 210px;
    width: auto;
}

.ext_button.no-page {
    padding: 0 3em;
}

.ul-mob-title {
    display: none;
}

section.top-section.map-section {

    padding: 0;

}

section.top-section.top-new-select {
    height: auto;
    padding-top: 90px;
}

.footer-logo img {
    width: 111px;
    height: auto;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

div.contact-colls .map-block-element.selected .title,
div.contact-colls .map-block-element:not(.no-hover):hover .title {

    color: #00AEFF;

}

.map-block-element.selected ul.contact-cm-list > li > a,
.map-block-element:not(.no-hover):hover ul.contact-cm-list > li > a {

    color: #00AEFF;

}

.map-block-element.selected ul.contact-cm-list > li > a .fa,
.map-block-element:not(.no-hover):hover ul.contact-cm-list > li > a .fa {

}

.map-block-element.selected .ext_button.blue-style,
.map-block-element:not(.no-hover):hover .ext_button.blue-style {
    background: #fff;
    color: #00AEFF;
    border-color: #00AEFF;
}

/*hakas*/

.map-block-section + .half-content-section-block {

    font-size: 15px;

}

section.tech-info {
    display: none;
}

div.index-video-section {
    /* width: 100%; */
    /*height: 54.68vh;*/
    /* display: block;
    object-fit: cover;
    max-height: calc(100vh - 96px);
    min-height: 650px;
    overflow: hidden; */
    /*height: 46.1745vw;*/
    /*height: 52.9116vw;*/
    /* height: 46.011vw; */
    width: 100%;
    /*height: 54.68vh;*/
    display: block;
    object-fit: cover;
    /* max-height: calc(100vh - 96px); */
    /* min-height: 650px; */
    overflow: hidden;
    /*height: 46.1745vw;*/
    /*height: 52.9116vw;*/
    height: 46.011vw;
}

div.index-video-section video.index-video {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border: 0;
}

div.index-video-section iframe.index-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 0;
}

div.opinions-carusel-container {
    position: relative;
    padding: 50px 0 0;
}

div.opinions-carusel {
    padding: 50px 50px 66px;
    margin: -50px -50px 40px;
}

div.opinions-carusel .swiper-slide {
    width: auto;
    height: auto;
    display: flex;
    transition: left ease 1s;
    left: 0;
}

div.opinions-carusel .swiper-slide.swiper-slide-prev {
    left: -70px;
}

div.opinions-carusel .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    left: 70px;
}

div.opinions-carusel-container .swiper-button-prev,
div.opinions-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: -40px;
    width: 32px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.opinions-carusel-container .swiper-button-next {
    left: auto;
    right: -40px;
}

div.opinions-carusel-container .swiper-button-prev .fa,
div.opinions-carusel-container .swiper-button-next .fa {
    display: flex;
}

div.opinions-carusel-container .swiper-button-prev:hover,
div.opinions-carusel-container .swiper-button-next:hover {
    color: #00AEFF;
}

div.opinions-carusel-container .swiper-pagination {
    left: 0;
    right: 0;
    top: 100%;
}

div.opinions-carusel-container .swiper-pagination * {
    width: 10px;
    height: 10px;
    background: #949494;
    border-radius: 100%;
    margin: 0 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}

div.opinions-carusel-item {
    display: flex;
    flex-direction: column;
    flex: auto;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 16px 50px #221F1F29;
    padding: 40px;
}

div.opinions-carusel-item .photo {
    display: flex;
    border-radius: 100%;
    overflow: hidden;
    margin: -80px 0 20px;
}

div.opinions-carusel-item .photo.special {
    width: 82px;
    height: 82px;
    min-height: 82px;
}

div.opinions-carusel-item .title {
    font-weight: 600;
    color: #333;
}

div.opinions-carusel-item .subtitle {
    font-weight: 600;
    font-size: 16px;
}

div.opinions-carusel-item .descr {
    margin-top: 15px;
}

div.opinions-carusel-item .action {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    flex: 1 1 100%;
}

div.controll-opportunities-carusel-container {
    position: relative;
    padding: 0;
}

div.controll-opportunities-carusel .swiper-slide {
    width: auto;
}

div.controll-opportunities-carusel-container .swiper-button-prev,
div.controll-opportunities-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: 0;
    width: 84px;
}

div.controll-opportunities-carusel-container .swiper-button-next {
    left: auto;
    right: 0;
}

div.controll-opportunities-carusel-container .swiper-button-prev,
div.controll-opportunities-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: -100px;
    width: 100px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.controll-opportunities-carusel-container .swiper-button-next {
    left: auto;
    right: -100px;
}

div.controll-opportunities-carusel-container .swiper-button-prev .fa,
div.controll-opportunities-carusel-container .swiper-button-next .fa {
    display: flex;
}

div.controll-opportunities-carusel-container .swiper-button-prev:hover,
div.controll-opportunities-carusel-container .swiper-button-next:hover {
    color: #00AEFF;
}

div.controll-opportunities-carusel-container .swiper-pagination {
    left: 0;
    right: 0;
    top: 100%;
}

div.controll-opportunities-carusel-container .swiper-pagination * {
    width: 10px;
    height: 10px;
    background: #949494;
    border-radius: 100%;
    margin: 0 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}

div.controll-opportunities-carusel-item {
    display: flex;
    align-items: center;
}

div.controll-opportunities-carusel-item > div {
    flex: 1 1 100%;
    min-width: 50%;
}

div.controll-opportunities-carusel-item .cont {
    padding-right: 100px;
    position: relative;
}

div.controll-opportunities-carusel-item .cont:after {
    content: ' ';
    background: url('../images/icons/svg/new/kubas1.svg') center center no-repeat;
    position: absolute;
    width: 16px;
    height: 20px;
    top: 55%;
    right: 70px;
}

div.controll-opportunities-carusel-item .cont .custom-title-1 {
    font-size: 35px;
}

div.controll-opportunities-carusel-item .media {
    position: relative;
    min-width: 1px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 25px;
    background: url('../images/icons/svg/new/debeselis2.svg') 95% top no-repeat
}

div.controll-opportunities-carusel-item .media:before {
    content: ' ';
    background: url('../images/icons/svg/new/kubas2.svg') center center no-repeat;
    position: absolute;
    width: 16px;
    height: 20px;
    top: 40%;
    left: -50px;
}

div.controll-opportunities-carusel-item .media:after {
    content: ' ';
    background: url('../images/icons/svg/new/kubas2.svg') center center no-repeat;
    position: absolute;
    width: 16px;
    height: 20px;
    top: 60%;
    right: -25px;

}

div.controll-opportunities-carusel-item .media img {
    display: block;
    width: 100%;
    height: auto;
}



div.opinions-carusel-item .photo img {
    width: 82px !important;
    height: 82px !important;
}

section.blue-block {
    padding: 110px 0;
}

section.blue-block .container {
    position: relative;
}

section.blue-block .container:before {
    content: ' ';
    position: absolute;
    top: calc(50% - 63px);
    left: 0;
    background: url('../images/icons/svg/new/kaire-puse-melynas.svg') center center no-repeat;
    width: 279px;
    height: 127px
}

section.blue-block .container:after {
    content: ' ';
    position: absolute;
    top: calc(50% - 73px);
    right: 0;
    background: url('../images/icons/svg/new/desine-puse.svg') center center no-repeat;
    width: 262px;
    height: 145px
}

section.blue-block h3 {

    color: #FFFFFF;
    font-size: 25px;
    font-weight: 600;

}

section.blue-block .ext_button {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    color: #FFF;

}

.n-block {

    display: flex;
    justify-content: center;

}

.n-block > div {
    max-width: 650px;
    text-align: center;
}

.text-hidden {
    max-height: 0;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

}

.text-hidden.op {
    max-height: 500px;
    visibility: visible;
    opacity: 1;

}

.arrow-new-3 {
    /*display: block;*/
}

.arrow-new-4 {
    display: inline-block;
    transform: rotate(180deg);

}

.first-element-before-iframe {

    min-width: 640px;

}

.contacts-colls-container.wufoo-mian-conatiner .contacts-colls {
    display: flex;
    justify-content: space-between;
}

.contacts-colls-container.wufoo-mian-conatiner .contacts-colls > div {
    flex: 1;
}

.shadowed-section-2 {
    box-shadow: inset 0 16px 50px 0 rgba(125, 199, 221, .15);
}

.facebook-popup-block.fancybox-content {

    padding: 0;

}

div.fb-container {
    display: flex;
}

div.fb-container img {
    width: 660px;
    height: auto;
    display: flex;
}

div.fb-container .info-block-fb {
    padding: 70px 28px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.fb-container .info-block-fb > div.main-post {
    max-height: 400px;
    overflow-y: auto;
}

div.fb-container .info-block-fb > div {
    max-width: 300px;

}

div.fb-container .info-block-fb .pbi-socials {

    display: flex;
    justify-content: flex-end;
}

div.fb-container .info-block-fb .tags {
    color: #00AEFF;
}

.facebook-gallery-base .fancybox-navigation .fancybox-button--arrow_left {
    left: calc(50vw - 577px);
    padding: 31px 10px 31px 6px;
}

.facebook-gallery-base .fancybox-navigation .fancybox-button--arrow_right {
    right: calc(50vw - 577px);
    padding: 31px 6px 31px 10px;
}

.facebook-gallery-base .fancybox-navigation .fancybox-button--arrow_left div svg,
.facebook-gallery-base .fancybox-navigation .fancybox-button--arrow_right div svg {
    display: none;
}

.facebook-gallery-base .fancybox-navigation .fancybox-button--arrow_right div {
    background: url('../images/icons/svg/ico-x1.svg') center center no-repeat;
    background-size: 10px;

}

.facebook-gallery-base .fancybox-navigation .fancybox-button--arrow_left div {
    background: url('../images/icons/svg/ico-x1.svg') center center no-repeat;
    transform: rotate(180deg);
    background-size: 10px;
}

.facebook-gallery-base .fancybox-navigation .fancybox-button {
    background: transparent;
}

.simple-form-container {
    width: 640px;
}

.simple-form-container > * {

}

.contacts-colls-container.wufoo-mian-conatiner .contacts-colls.for-simple-form {
    width: 1200px;
}

a.ext_button {
    cursor: pointer;
}

#reg2 {
    position: relative;

}

div.new-testimonials-box {
    /*width: 370px;*/
    align-items: center;
    display: flex;
    flex-direction: column;


}

div.testimonials-carusel-container.special {
    max-width: 1175px;
    margin: 0 auto;
}

div.new-testimonials-carusel-item {
    position: relative;
    border-radius: 0 10px 0 10px;
    background-color: rgb(255, 255, 255);
    padding: 45px 50px;
    margin: 15px;
    margin-top: 45px;
    box-shadow: 0px 0px 15px 0px rgba(80, 119, 137, 0.25);
    text-align: center;
}

/*div.testimonials-carusel-container.special:before {*/
/*    !*content: url("../images/icons/svg/Group 8522.svg");*!*/
/*    content: '';*/
/*    background: url("../images/icons/svg/Group 8522.svg") center center no-repeat;*/
/*    position: absolute;*/
/*    left: -35px;*/
/*    top: -70px;*/
/*    line-height: 1;*/
/*    z-index: -1;*/
/*    width: 139px;*/
/*    height: 139px;*/
/*    background-size: contain;*/
/*}*/

div.new-testimonials-box .image {
    margin-top: -80px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 100%;
    width: 100px;
    height: 100px;


}

div.new-testimonials-box .name {
    font-size: 20px;
    font-family: "Proxima Nova", sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 10px;

}

div.new-testimonials-box .author {
    font-size: 17px;
    font-family: "Proxima Nova", sans-serif;
    color: rgba(69, 69, 69, 0.502);
    line-height: 1.324;
    margin-bottom: 25px;
    min-height: 44px;
}

div.more-info-box-testimonials .author {
    min-height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #949494;
}

div.more-info-box-testimonials .name {
    font-size: 18px;
}

div.new-testimonials-box .action {
    font-size: 17px;
    margin-top: 30px;
}

div.new-testimonials-box .action .ext_button {
    padding: 0 5.000em;
}

div.more-info-box-testimonials {
    overflow: visible;
    max-width: 720px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

div.more-info-box-testimonials div.new-testimonials-box {
    max-height: 270px;
    overflow-y: auto;
}

div.more-info-box-testimonials {
    text-align: center;
    padding: 45px 15px;
}

div.more-info-box-testimonials .image {

    margin: -80px 0 10px 0;
}

div.more-info-box-testimonials .image img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

div.new-testimonials-box .testimonial {
    min-height: 175px;
    padding: 0 50px;
    font-size: 16px;
}

div.more-info-box-testimonials .action {
    justify-content: center;
    display: flex;
    margin-top: 30px;
}

/* width */
div.more-info-box-testimonials div.new-testimonials-box::-webkit-scrollbar {
    width: 4px;
    background: #ededed;
    border-radius: 10px;
}

/* Track */
div.more-info-box-testimonials div.new-testimonials-box::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
div.more-info-box-testimonials div.new-testimonials-box::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 10px;
}

/* Handle on hover */
div.more-info-box-testimonials div.new-testimonials-box::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

div.more-info-box-testimonials .action .ext_button {
    padding: 0 5.000em;
}

div.more-info-box-testimonials .fancybox-close-small {
    padding: 10px;
    right: -35px;
    top: -35px;
    color: white;
}

div.testimonials-carusel .swiper-slide {
    height: 100%;
}

.information-error-container {
    display: none;
    position: absolute;
    padding: 0 0 0 35px;
    top: -30px;
    font-size: 14px;
}

.information-error-container.container-error {
    display: block;
}

.information-error-container.container-error:before {
    content: '!';
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    background: #fff;
    color: #FF0000;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

.confirm-ajax-send {
    position: relative;
}

.confirm-ajax-send:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.confirm-ajax-send.color_pallet_1:after {
    background: #00AEFF;
    opacity: 0.6;
}

.confirm-ajax-send.color_pallet_2:after {
    background: #00E2FF;
    opacity: 0.6;
}

.confirm-ajax-send.color_pallet_3:after {
    background: #00EDA9;
    opacity: 0.6;
}

.confirm-ajax-send.color_pallet_4:after {
    background: #1059ff;
    opacity: 0.6;
}

.confirm-ajax-send.color_pallet_5:after {
    background: #00E8E1;
    opacity: 0.6;
}

.confirm-ajax-send .confirm-ajax-msg {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: calc(50% - 60px);
    width: 410px;
    left: calc(50% - 205px);
    z-index: 5;
    font-weight: 600;
    text-align: CENTER;
}

.not-visible {
    /*
    visibility: hidden;
    opacity: 0;
    */
}

.confirm-ajax-send .confirm-ajax-msg:before {
    content: ' ';
    background: url('../images/icons/check_3.svg') center center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -80px;
    left: calc(50% - 30px);
}

.confirm-ajax-send.color_pallet_2 .confirm-ajax-msg:before,
.confirm-ajax-send.color_pallet_3 .confirm-ajax-msg:before,
.confirm-ajax-send.color_pallet_5 .confirm-ajax-msg:before {
    background: url('../images/icons/check_3_white.svg') center center no-repeat;
}

div.why-us-container {
    position: relative;
    display: none;
}

div.facts-place .action {
    display: none;
}

div.form-bg {

}

div.team-block {
    max-width: 619px;
    margin: auto;
}

a.special_ext_button {
    display: flex;
    font-size: 16px;
    font-family: "Proxima Nova", sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 600;
    align-items: center;
}

a.special_ext_button:hover i.fa {
    background: rgb(0, 172, 253);;
}

a.special_ext_button i.fa {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c4c7cb;
    width: 29px;
    height: 29px;
    margin-left: 12px;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

}

a.special_ext_button i.fa svg {
    fill: currentColor;
}

/* XS */
@media (max-width: 767px) {

    body {
        font-size: 17px;
    }

    a.smart_menu_caller {
        display: flex;
        cursor: pointer;
        color: #000;
    }

    a.smart_menu_caller *:before {
        font-weight: 400;
    }

    table.special {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    table.special thead {
        display: none;
    }

    table.special tbody {
        width: 100%;
        display: block;
    }

    table.special tbody tr {
        width: 100%;
        display: block;
    }

    table.special tbody td:before {
        display: block;
        /*background: #7F7F7F;*/
        padding: 10px;
        content: attr(data-label);
        margin: -10px;
        margin-bottom: 10px;
        /*color: #fff;*/
        font-weight: bold;
    }

    table.special tbody td {
        width: 100%;
        display: block;
        /*background: #e7e7e7;*/
        padding: 10px;
        margin-bottom: 10px;
    }

    .container {
        width: auto;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: #ffffff;
        display: flex;
        justify-content: space-between;
        color: #fff;
        height: 100px;
    }

    div.mob-nav-top-line > div {
        flex: 1 1 100%;
        position: relative;
        padding: 15px;
    }

    div.mob-nav-top-line a {
        display: block;
        text-align: center;
        color: #000000;
        padding: 15px;
    }

    div.mob_header_extention {
        position: absolute;
        left: 160px;
        top: 0;
        right: 50px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        display: flex;
    }

    /*div.mob-header-items > div {*/
    /*    border-right: 1px solid rgba(193, 217, 184, 0.3);*/
    /*}*/
    div.numbering-content div.plans {
        flex-wrap: wrap;
        position: relative;
    }

    div.mob-search-container {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.mob-search-container.opened {
        height: 40px;
    }

    div.mob-search-container.mob-position-fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 221;
    }

    div.mob-search-container.mob-position-fixed.opened + header.mob-position-fixed {
        top: 40px;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
        -webkit-appearance: none;
        border-radius: 0;
        background: none;
        font-weight: 600;
        color: #333;
    }

    div.langs-select select option {

    }

    /* style sample */
    div.mob_search a {
        display: flex;
        height: 70px;
        width: 60px;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        text-decoration: none;
        color: #000;
    }

    /*-----*/
    header {
        height: 70px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;

    }

    div.mob-nav-top-line a.logo {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px;
        position: absolute;
        top: 0;
        bottom: 35px;
        width: 85px;
    }

    header.fixed {
        margin-top: auto;
    }

    div.contacts-us-now {
        padding-top: 40px;
    }

    div.contacts-us-now a {
        display: block;
        position: relative;
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: #333;
        font-weight: 600;
        padding-right: 40px;
        font-size: 14px;
        text-transform: uppercase;
    }

    div.contacts-us-now a .fas {
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        font-size: 22px;
        font-weight: 600;
    }

    div.mob_nav_menus div.footer-lnbg {
        padding: 0 10px 0 15px;
    }

    div.mob_nav_menus div.footer-lnbg > a i.fal {
        font-size: 22px;
    }

    div.mob_nav_menus div.footer-lnbg > a {
        color: #333;
    }

    div.mob_nav_menus div.footer-lnbg ul > li > a {
        color: #333;
    }

    div.index-swiper-container {
        padding: 0;
    }

    header.mob-position-fixed + div,
    header.mob-position-fixed + main {
        margin-top: 70px;
    }

    header.invisible {
        top: 0
    }

    header:not(.invisible) + main .content-menu-section div.content-menu-block.fixeded {
        margin-top: 0;
    }

    a.logo {
        left: 15px;
    }

    div.header-content {
        display: none;
    }

    ul.main-menu {
        display: block;
        margin: 0;
    }

    ul.main-menu > li {
        display: block;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: #333;
        font-weight: 600;
    }

    ul.main-menu > li.has-submenu > a {
        padding-right: 40px;
    }

    ul.main-menu > li > a .fas {
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        font-size: 22px;
        font-weight: 600;
    }

    div.testimonials-carusel-item .testimonial:before {
        top: -2px;
        line-height: 1;
        z-index: 1000;
        width: 100px;
        height: 100px;
        left: 0;
    }

    div.header-action {
        text-align: center;
        margin-top: 20px;
    }

    ul.main-menu > li.selected > a .fas:before {
        transform: rotate(90deg);
    }

    ul.main-menu > li.selected > a {
        color: #08577D;
    }

    ul.main-menu > li.selected > .dropdown {
        max-height: 600px;
    }

    ul.main-menu > li > .dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
        padding: 0;
    }

    ul.main-menu > li > .dropdown ul {
        column-count: 1 !important;
        min-width: 100%;
    }

    div.dropdown-video {
        display: none;
    }

    ul.main-menu > li > .dropdown ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
    }

    ul.main-menu > li > .dropdown ul > li {
        display: block;
        min-height: auto;
    }

    ul.main-menu > li > .dropdown ul > li > a {
        padding: .75em 15px;
        min-width: 100%;
    }

    ul.main-menu > li > .dropdown ul > li:first-child > a {
        padding-top: 1.5em;
    }

    ul.main-menu > li > .dropdown ul > li:last-child > a {
        padding-bottom: 1.5em;
    }

    section {
        padding: 60px 0;
    }

    div.index-swiper {
        height: 85vh;
    }

    div.index-swiper .swiper-slide .photo {
        /* height: 85vh;
        object-fit: cover; */
    }

    div.index-swiper div.swiper-slide-content .action a {
        color: #00AEFF;
    }

    div.index-swiper div.swiper-slide-content {
        padding: 50px 15px;
        text-align: center;
        align-items: flex-start;
    }

    div.index-swiper-container .swiper-slide:after {
        transform: scale(.45);
        transform-origin: right bottom;
        /*display: none;*/
        bottom: -2%;
    }

    div.index-swiper div.swiper-slide-content .cont {
        font-size: 15px;
        position: relative;
        z-index: 2;
    }

    /* div.index-swiper div.swiper-slide-content .cont br {
        display: none;
    } */

    div.index-swiper div.swiper-slide-content .cont h2 {
        font-size: 2.98em;
    }

    div.index-swiper div.swiper-slide-content .action {
        margin-top: 10px;
        font-size: 18px;
    }

    .content-menu-block {
        width: 100%;
    }

    .mobile-menu-toggler {
        display: flex !important;
        padding: 22px 0;
        /*border: 1px solid #f1f1f1;*/
        position: relative;
        justify-content: space-between;
        align-items: center;

        color: #333;
        font-weight: 600;
    }

    .mobile-menu-toggler i {
        font-size: 18px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*border-left: 1px solid rgba(0, 0, 0, 0.1);*/

    }

    .mobile-menu-toggler.opened i {
        transform: rotate(90deg);
    }

    div.content-menu-container {
        margin: -30px -15px 15px;
    }

    ul.content-menu {
        max-height: 0;
        overflow: hidden;
        flex-direction: column;

        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    ul.content-menu.opened {
        max-height: 500px;
    }

    ul.content-menu > li > a {
        padding: 15px 30px;
        flex-basis: auto;
    }

    header.fixed.positioned {
        position: fixed;
        top: 0 !important;
    }

    div.content-menu-block.fixeded {
        position: static;
    }

    footer {
        margin: 0;
        height: auto;
        padding: 15px;
    }

    footer .container {
        width: 100%;
    }

    div.footer-content {
        display: block;
        /*text-align: center;*/
    }

    div.footer-content > div {
        padding: 0;
    }

    div.footer-lnbg {
        display: flex;
        flex-direction: column;
    }

    div.footer-lnbg > a {
        font-size: 14px;
        display: flex;
        order: 1;
        color: #fff;
        padding: 18px 0;
        position: relative;
    }

    div.footer-lnbg > a i.fal {
        position: absolute;
        right: 0;
        top: calc(50% - 8px);
        font-size: 17px;
        font-weight: 600;

        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.footer-lnbg > a:hover {

        color: #fff;
    }

    div.why-us-container {
        display: block !important;
        margin: 0 -15px;
        padding-bottom: 30px;
    }

    div.why-us-container div.facts-item {
        box-shadow: none;
        border-radius: 0 17px 0 0;
    }

    div.why-us-container .swiper-slide {
        /*width: 70%!important;*/
        opacity: 0.5;
        /*max-width: 320px;*/
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.why-us-container .swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;

    }

    div.facts-place .action {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    div.why-us-container .swiper-pagination .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.51);
        margin: 0 5px;

    }

    div.why-us-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ffffff;
    }

    div.why-us-container .swiper-slide.swiper-slide-active {
        opacity: 1;
    }

    div.why-us-content .cont > div .descr p {
        display: none;
    }

    div.why-us-content .cont > div .action {
        display: none;
    }

    div.footer-lnbg ul {
        position: static;
        order: 2;
        max-height: 0;
        opacity: 0;
        visibility: hidden;

        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;

    }

    div.footer-lnbg.opened ul {

        opacity: 1;
        max-height: 200px;
        visibility: visible;
        box-shadow: none;

    }

    div.footer-lnbg.opened > a i.fal {
        transform: rotate(90deg);
    }

    div.footer-lnbg ul li a {
        padding: 18px 0;
        justify-content: flex-start;
        position: relative;
    }

    div.footer-lnbg > ul a > * + * {
        margin-left: .7em;
    }

    div.why-us-content div.facts-container {
        display: none;
    }

    /*
        div.footer-lnbg ul li a i.fal {
            position: absolute;
            right: 0;
            top: calc(50% - 8px);
            font-size: 17px;
            font-weight: 600;
        }*/
    div.search-container {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        padding: 0;
    }

    div.search-container .search-toggler {
        display: none;
    }

    div.search-container form {
        height: 40px;
    }

    div.search-container form input[type="text"] {
        padding: 0 15px 0 0;
    }

    div.half-content > div {
        /*flex-direction: column !important;*/
        flex-direction: column-reverse !important;
    }

    div.half-content > div + div {
        margin-top: 30px;
    }

    div.half-content .cont {
    }

    div.half-content .cont h3 {
        font-size: 30px;
        text-align: center;
    }

    div.half-content .cont > div {
        min-width: 100%;
    }

    div.half-content .cont * {
        text-align: center;
    }

    .inner div.half-content .cont * {
        text-align: left;
    }

    .inner div.half-content .cont h3 {
        margin-top: 20px;
    }

    .inner div.half-content .cont .action {
        margin-bottom: 30px;
    }

    div.accorditions-block .accord ul[data-angle-color] > li {
        align-items: start;
    }

    div.accorditions-block .accord ul[data-angle-color] > li:before {
        margin-top: 5px;
    }

    div.half-content > div.special > .cont {
        margin: 0;
    }

    div.half-content .cont ul {
        column-count: 1 !important;
    }

    div.half-content .media {
        /*margin-top: 30px;*/
        margin-top: 0;
    }

    div.half-content .media > div {

        max-width: 100%;
    }

    section.why-us-content-section {
        padding: 30px 0;
    }

    section.why-us-content-section:before {
        display: none;
    }

    div.why-us-content .cont {
        padding-right: 0;
        padding-bottom: 30px;
    }

    div.why-us-content .cont h3 {
        font-size: 40px;
        text-align: center;
    }

    div.why-us-content .cont .action {
        font-size: 18px;
        text-align: center;
    }

    div.why-us-content .facts-place {
        padding-left: 15px !important;
    }

    div.facts {
        flex-direction: column;
        margin: 0;
    }

    div.facts-item > div {
        flex: auto;
        padding: 30px;
    }

    div.facts-item {
        transform: none !important;
    }

    div.facts-item .title {
        font-size: 2em;
    }

    div.testimonials-carusel-item {
        padding: 0;
    }

    div.testimonials-carusel-item .testimonial {
        padding: 0;
        font-size: 25px;
        padding-top: 53px;
    }

    div.testimonials-carusel-item .author {
        margin-top: 30px;
    }

    div.testimonials-carusel-container .swiper-pagination-testimonials {
        margin-top: 30px;
    }

    .custom-title-1 {
        font-size: 30px;
    }

    div.photo-blocks-container {
        margin: 30px 0 0;
        padding: 0;
    }

    div.photo-blocks {
        margin-top: 0;
        margin: 0 -5px 0 -5px;
    }

    div.photo-blocks > div {
        margin-top: 0;
        padding: 5px 5px !important;
    }

    section + section.vacancy-list-section {
        margin-top: -30px;
    }

    div.vacancy-list > div > a {
        flex-direction: column;
        align-items: flex-start;
        flex-basis: auto;
    }

    div.vacancy-list .location {
        margin-left: 0;
        margin-top: 12px;
    }

    div.vacancy-list-more {
        font-size: 16px;
        margin-top: 30px;
    }

    .custom-title-2 {
        font-size: 40px;
    }

    .news-section .custom-title-2 {
        font-size: 30px;
    }

    .top-section.news-section h1 {
        text-align: center;
    }

    .top-section.news-section .calendar-icon {
        justify-content: center;
    }

    .top-section.news-section {
        padding-top: 50px;
    }

    div.news-inside-block div > p:first-child {
        font-weight: 600;
    }

    div.news-navigation-block .news-back a {
        margin-bottom: 25px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(204, 204, 204, .3);
    }

    div.fancy-blocks > div {
        padding: 0 50px 50px !important;
    }

    section.fancy-blocks-section {
        padding: 50px 0 0 0;
    }

    div.fancy-blocks.lined > div {
        border: none;
    }

    div.fancy-blocks {
        margin: 0;
    }

    ul.plan-tabs {
        flex-direction: column;
    }

    ul.plan-tabs > li > a {
        flex: auto;
        text-align: center;
        justify-content: center;
    }

    /*div.plans {*/
    /*    flex-direction: column;*/
    /*}*/
    div.plan.selected {
        transform: none;
    }

    div.plans-container-more {
        font-size: 16px;
        margin-top: 30px;
    }

    section.footer-colls-section {
        /*text-align: center;*/
    }

    div.footer-colls {
        margin-top: 20px;
        /*text-align: center;*/
        margin-left: 0;
        margin-right: 0;
    }

    div.footer-colls.pure-g > div[class*="pure-u"] {
        padding: 0;
    }

    div.footer-colls > div {
        margin-top: 5px;
    }

    ul.footer-menu > li {
        margin-bottom: 1em;
    }

    div.footer-colls .title {
        cursor: pointer;
        position: relative;
    }

    div.footer-colls .title:after {
        position: absolute;
        right: 0;
        top: calc(50% - 12px);
        font-size: 20px;

        font-family: 'Font Awesome 5 Pro';
        content: "\f105";

        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;

    }

    div.footer-colls .title.opened:after {
        transform: rotate(90deg);
    }

    div.footer-colls .title + ul {
        max-height: 0;
        opacity: 0;
        visibility: hidden;

        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.footer-colls .title.opened + ul {
        max-height: 800px;
        opacity: 1;
        visibility: visible;
        margin-bottom: 20px;
    }

    div.footer-colls ul > li {
        line-height: 1.3;
    }

    div.footer-colls ul > li + li {
        margin-top: 0;

    }

    div.footer-colls ul > li > a {
        color: #949494
    }

    div.footer-promo-container {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        margin: 15px 0 40px 0;
    }

    ul.socials > li > a {
        min-width: 30px;
        font-size: 17px;
    }

    div.footer-promo-container div {
        order: 2;
    }

    div.footer-promo-container div.socials-place {
        order: 1;
    }

    div.header-action {
        padding: 15px;
    }

    section.page-top-photo-section {
        height: 70vw;
        background-position: -35vw;
    }

    div.accorditions-block .accord > div {
        padding: 20px 0;
    }

    section.smuark-section {
        padding: 0;
    }

    .inner section:not(.top-section) div.half-content .media > div {
        justify-content: center;
        padding-right: 0;
    }

    div.fancy-blocks-item .icon {
        width: 50px;
        height: 50px;
    }

    div.fancy-blocks-item .icon img {
        width: 100%;
        height: auto;
    }

    div.accorditions-block .accord-toggler {
        flex-basis: auto;
        flex-direction: column;
        align-items: flex-start;
        font-size: 20px;
    }

    div.accorditions-block .accord-toggler .location {
        margin: 12px 0 0;
    }

    div.half-content .cont h2 {
        font-size: 30px;
    }

    div.contacts-colls .cont {
        padding-right: 15px !important;
    }

    div.contacts-colls .inputs-container {
        margin-top: 30px;
    }

    div.p-methods-exr {
        margin-top: 30px;
    }

    .custom-title-3 {
        font-size: 40px;
    }

    div.inputs-container .action {
        margin-top: 30px;
    }

    div.plans-compare-params {
        display: none;
    }

    div.current-plan-params > div:not(.plan-price):not(.action) {
        flex-direction: column;
    }

    /*div.current-plan-params > div:after {*/
    /*    content: attr(data-param-name);*/
    /*    display: block;*/
    /*    text-align: center;*/
    /*}*/
    div.plans-compare-container {
        background: none;
        margin: 15px 0;
    }

    div.plans-compare {
        flex-direction: column;
        flex: auto;
        margin: 0;
        font-size: 15px;
    }

    div.plans-compare > div {
        min-width: 100%;
        flex-basis: 100%;
        width: 100%;
        /*transform: none !important;*/
        margin: 0 0 15px;
    }

    div.current-plan-compare-header {
        padding: 30px;
        height: auto;
        flex-basis: auto !important;
        font-size: 36px;
    }

    .plans-compare {
        /*display: none !important;*/
    }

    .plans-mobile-compare {
        display: block !important;
    }

    div.plans-mobile-compare > div {

        flex-direction: row;
    }

    div.plans-mobile-compare > div > div {
        background-color: white;
        border-radius: 30px;
    }

    div.inputs-container:before {
        content: none;
    }

    div.contacts-colls-container:before {
        content: none;
    }

    div.contacts-colls-container:after {
        content: none;
    }

    div.current-plan-params > div:not(.plan-price)[data-param-name]:before {
        content: attr(data-title);
        opacity: .4;
        font-size: .8em;
    }

    div.modified-plans-compare div.plans-compare > div:hover div.current-plan-params > div:not(.plan-price)[data-param-name]:before {
        opacity: 1;
        color: white;
    }

    div.modified-plans-compare-container {
        /*margin: 110px 40px !important;*/
    }

    div.modified-plans-compare-pagination {
        margin-left: 0;
    }

    div.modified-plans-compare-container .swiper-button-next {
        right: -374px;
    }

    div.modified-plans-compare-container .swiper-button-prev {
        left: -374px;
    }

    div.news-list-item > .pure-g {
        flex-direction: column-reverse;
    }

    div.news-list-item > .pure-g .pure-u-md-1-4 {
        margin-bottom: 20px;
        display: none;
    }

    div.news-list-item {
        padding: 15px 0;
    }

    div.pagenotfound h1 {
        font-size: 50px;
    }

    div.news-navigation-block {
        display: block;
    }

    .news-years ul.pagination {
        display: flex;
        justify-content: center;
    }

    .news-years ul.pagination > li {
        margin: 0 2px !important;
    }

    .news-years ul.pagination > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .to-end {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
    }

    .ext_button {
        height: 2.353em;
    }

    .footer-logo {
        display: flex;
        justify-content: flex-start;
    }

    .footer-logo img {
        height: 36px;
        width: auto;
    }

    div.callzone-blocks > div {
        min-width: 0;
        flex-basis: auto;
        margin-top: 20px;
    }

    div.callzone-blocks > div:first-child {
        /*margin-top: 180px;*/
    }

    section.top-section {
        margin-top: 0;
        padding-top: 30px;
        height: auto;
        min-height: 140px;
    }

    div.history-list-container {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    div.callzone-blocks .cont .title {
        font-size: 30px;
    }

    div.callzone-blocks {
        margin-top: 0;
    }

    section.call-zone-section {
        padding: 30px 0;
    }

    div.callzone-blocks > div:nth-child(even) {
        flex-direction: column;
    }

    div.callzone-blocks .cont {
        flex-basis: auto;
    }

    div.callzone-blocks > div:nth-child(even) .cont {
        align-items: flex-start;
    }

    div.callzone-blocks > div:nth-child(even) .media {
        align-items: flex-start;
        margin-top: 30px;
        margin-bottom: 0;
    }

    div.contact-colls {
        flex-wrap: wrap;
    }

    div.contact-colls > div {
        padding-left: 15px;
        display: FLEX;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 40px;
    }

    div.contact-colls > div:last-child {

        border-bottom: 0;
        padding-bottom: 0
    }

    div.contact-colls > div:nth-child(4n + 1) {

        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    div.contact-colls .title {
        font-size: 17px;
    }

    /*
        ul.contact-cm-list li {
            display: flex;
        }

        ul.contact-cm-list li a {
            flex: 1;
            display: flex;
            justify-content: space-between;
        }*/
    /* div.map-block-element  {

     }
     div.map-block-element > .contact-cm-list,
     div.map-block-element > .action {
         max-height: 0;
         visibility: hidden;
         opacity: 0;
     }
     div.map-block-element.selected > .contact-cm-list,
     div.map-block-element.selected > .action {
         max-height: 250px;
         visibility: visible;
         opacity: 1;
     }*/
    div.fancy-blocks.special {
        margin: -31px 0 0;
    }

    .accord-button {
        display: flex;
        justify-content: start;
        align-items: start;
        text-align: left;
        height: auto;
        margin: 15px 0 0 0;
    }

    div.half-content > div:nth-child(even) .media.special > div {
        padding: 0;
    }

    div.modified-plans-compare-container div.plans-compare {
        max-width: 100%;
        min-width: auto;
    }

    div.modified-plans-compare.three:before {
        content: none;
    }

    section.video-section {
        height: auto;
    }

    section.video-section #video_player_5 {
        height: auto !important;
        width: 100% !important;
        display: block !important;
    }

    table.special-table {

    }

    div.special-table-mobile {
        overflow-x: auto;
    }

    div.plan-tabs-content.center-this {
        display: block;
    }

    section.map-block-section {
        display: none !important;
    }

    section.mobile-map-block-section {
        background: #00AEFF;
        padding: 24px 16px;
    }

    section.mobile-map-block-section div.container {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-map-block-element {
        background: #fff;
        border-radius: 5px;
        margin-top: 20px;
    }

    .mobile-map-block-element:first-child {
        margin-top: 0;
    }

    .mobile-map-block-element .the-content {

        padding: 0 26px; /* 28px */

        max-height: 0;
        visibility: hidden;
        opacity: 0;

        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;

    }

    .mobile-map-block-element.selected .the-content {

        max-height: 600px;
        visibility: visible;
        opacity: 1;

    }

    .mobile-map-block-element .the-content .mini-map {
        padding-bottom: 28px;

        padding-top: 20px;
        border-top: 1px solid rgba(204, 204, 204, 0.4);
        margin-top: 20px;
    }

    .mobile-map-block-element .the-content .mini-map #map_canvas1 {

        height: 280px !important;

    }

    .mobile-map-block-element .the-content ul.contact-cm-list > li > a {
        font-size: 17px;
    }

    .mobile-map-block-element .title {

        padding: 18px 26px 20px;
        color: #333333;
        font-size: 17px;
        font-weight: 600;

        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .mobile-map-block-element .title i {
        font-size: 20px;
    }

    .mobile-map-block-element.selected .title i {
        transform: rotate(90deg);
    }

    section.half-content-section-block div.half-content .cont {
        min-width: auto;
    }

    section.half-content-section-block div.half-content .cont table {

    }

    section.half-content-section-block div.half-content .cont table tr {

    }

    section.half-content-section-block div.half-content .cont table tr td {

        width: 100% !important;
        display: block;
        text-align: center;

    }

    section.half-content-section-block div.half-content .cont table tr td {
        margin-bottom: 15px;
    }

    section.half-content-section-block {
        padding-bottom: 60px;
    }

    /* div.index-video-section {
        height: auto;
        min-height: auto;
    } */

    div.index-swiper {
        height: auto;
    }

    video.index-video {
        /* height: 100%;
         width: 100%;
         object-fit: cover;
         border: 0;*/

    }

    div.controll-opportunities-carusel-item {
        flex-direction: column;
    }

    div.controll-opportunities-carusel-item > div {
        min-width: 100%;
    }

    div.controll-opportunities-carusel-item .cont {
        padding-right: 0;
    }

    div.controll-opportunities-carusel-item .cont:after {
        display: none;
    }

    div.controll-opportunities-carusel-item .media {
        margin-right: 0;
        background: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    div.controll-opportunities-carusel-item .media:before {
        display: none;
    }

    div.controll-opportunities-carusel-item .media:after {
        display: none;
    }

    .half-new {
        margin-top: 30px;
    }

    div.lst-events-list > div {
        align-items: center;
    }

    .contacts-colls-container.wufoo-mian-conatiner .contacts-colls {
        flex-direction: column;
    }

    .first-element-before-iframe {
        width: 100%;
        margin-top: 35px;
        min-width: 0;

    }

    .fancybox-container.light-not-blue_2 .fancybox-content,
    .fancybox-container.light-not-blue_3 .fancybox-content,
    .fancybox-container.light-not-blue_4 .fancybox-content,
    .fancybox-container.light-not-blue_5 .fancybox-content,
    .fancybox-container.light-blue .fancybox-content {
        padding: 30px 10px;

    }

    .fancybox-container.light-not-blue_2 .fancybox-content div.contacts-colls .cont,
    .fancybox-container.light-not-blue_3 .fancybox-content div.contacts-colls .cont,
    .fancybox-container.light-not-blue_4 .fancybox-content div.contacts-colls .cont,
    .fancybox-container.light-not-blue_5 .fancybox-content div.contacts-colls .cont,
    .fancybox-container.light-blue .fancybox-content div.contacts-colls .cont {
        padding: 0 20px;
    }

    section.tech-info {

        padding: 30px 0;

    }

    .tech-info h3.custom-title-1 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 0;
    }

    section.tech-info .tech-info-cols {
        display: flex;
        justify-content: space-evenly;
    }

    section.tech-info .tech-info-cols a {
        display: inline-flex;
        align-items: center;
        font-size: 17px;
        color: #949494;
    }

    section.tech-info .tech-info-cols a .fa {
        min-width: 26px;
        display: flex;
        justify-content: center;
        margin-right: 10px;
    }

    div.fb-container img {
        width: 100%;
    }

    div.fb-container {
        flex-direction: column;
    }

    div.fb-container .info-block-fb > div {
        max-width: 100%;
        margin-top: 20px;
    }

    div.fb-container .info-block-fb {
        padding-top: 20px;
    }

    div.search-result-inline {
        flex-direction: column-reverse;
    }

    div.img-search-block {
        padding: 0;
    }

    .simple-form-container {
        max-width: 100%;
        width: 100%;
        margin-top: 35px;
        min-width: 0;
        padding: 0 20px;
    }

    .simple-form-container div.inputs-container > div {
        max-width: 100%;
    }

    .contacts-colls-container.wufoo-mian-conatiner .contacts-colls.for-simple-form {
        width: auto;
    }

    div.modified-plans-compare-pagination * {
        /*background: #949494;*/
        background: #ffffff;
    }

    ul.plan-tabs {
        display: none;
    }

    div.plan-tabs-content > div {
        display: block;
    }

    span.mobPrePlan {
        display: flex;
        align-items: center;
        line-height: 1;
        color: #333;
        font-weight: 600;
        font-size: 25px;
        position: relative;
        flex: auto;
        text-align: center;
        margin-top: 45px;
        margin-bottom: -20px;
        justify-content: center;
        padding-bottom: 15px;
    }

    span.mobPrePlan:after {
        content: '';
        width: 45px;
        height: 3px;
        border-radius: 3px;
        position: absolute;
        left: calc(50% - 22px);
        top: 100%;
        background: #00AEFF;
    }

    div.modified-plans-compare-container div.planz-carusel {
        margin-bottom: 0;
    }

    div.container.fluid-special div.modified-plans-compare-container {
        margin-bottom: 50px !important;
    }

    .plans-compare-params + div.modified-plans-compare:not(.three):not(.two) {
        background: none;
    }

    div.login-colls {
        flex-direction: column;
    }

    section.three_blocks {
        height: auto;
        padding: 50px 0;
    }

    div.login-colls > div {
        margin-bottom: 55px;

        /*border-bottom: 1px solid rgba(255, 255, 255, 0.53) !important;*/
    }

    div.login-colls .descr {
        flex-basis: auto;
    }

    /*div.login-colls>div:after{*/
    /*    content: '';*/
    /*    margin-top: 20px;*/
    /*    width: 80%;*/
    /*    top: 100%;*/
    /*    height: 1px;*/
    /*    background: white;*/
    /*}*/
    div.current-plan-params > div strong {
        display: contents;
    }

    section.blue-block .container:after {
        opacity: 0.2;
    }

    section.blue-block .container:before {
        opacity: 0.2;
    }

    div.cookie-section.visible {
        max-height: none !important;
    }

    div.news-inside-block > .info-block-news {
        padding-bottom: 0;
    }

    div.news-inside-block {
        margin-bottom: 0;
    }

    div.news-navigation-block {
        margin-top: 20px;
    }

    div.accorditions-block .accord .cont img {
        float: none !important;
        display: block;
        margin: 0 auto 20px auto !important;
    }

    section.top-section.top-new-select {
        padding-top: 30px;
    }

    div.testimonials-carusel-container .swiper-button-prev, div.testimonials-carusel-container .swiper-button-next {
        display: none;
    }
    div.index-swiper-container .play-button svg{
        width: 60px;
        height: 60px;
    }
    div.index-swiper-container .play-button{
        left: calc(50% - 30px);
        top: calc(50% - 30px);
        display: none;
    }
    div.index-swiper div.swiper-slide-content{
        padding: 15px;
    }
    div.index-swiper div.swiper-slide-content .cont div.addition-text-block{
        display: none;
    }
    div.index-swiper div.swiper-slide-content .slide-content-block{
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    div.index-swiper-container.show div.swiper-slide-content .container{
        height: 100%;
    }
    div.index-swiper div.swiper-slide-content .cont h2{
        font-size: 1.8em;
    }
    div.index-swiper-container.show .swiper-pagination{
        display: none;
    }
}

@media (max-width: 1023px) {

    .ul-mob-title {

        display: flex;
        justify-content: flex-start;
        align-items: CENTER;
        height: 80px;
        font-size: 17px;
        font-weight: 600;
        color: #333;
        position: relative;

        border-top: 1px solid rgba(204, 204, 204, 0.40);
        border-bottom: 1px solid rgba(204, 204, 204, 0.40);

    }

    .ul-mob-title:after {
        position: absolute;
        right: 0;
        top: calc(50% - 12px);

        font-family: 'Font Awesome 5 Pro';
        content: "\f105";
        font-size: 20px;
        display: block;
        margin-right: 10px;

        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;

    }

    .ul-mob-title.visible {
        border-bottom: none;
    }

    .ul-mob-title.visible:after {
        transform: rotate(90deg);
    }

    .ul-mob-title + ul {
        max-height: 0;
        opacity: 0;
        visibility: hidden;

        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .ul-mob-title.visible + ul {
        max-height: 2000px;
        opacity: 1;
        visibility: visible;
        border-bottom: 1px solid rgba(204, 204, 204, 0.40);
    }

    div.half-content .cont .ul-mob-title.visible + ul {

        padding-bottom: 15px;
    }

    /*div.half-content .cont .ul-mob-title + ul > li:before {*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: calc(50% - 12px);*/
    /*    font-weight: 600;*/
    /*    font-size: 20px;*/
    /*    margin-right: 9px;*/
    /*}*/
    .inner div.half-content .cont .ul-mob-title + ul > li:before {
        /*position: static;*/
    }

    div.half-content .cont .ul-mob-title + ul > li {
        padding: 0 20px 0 0;
        min-height: 38px;
    }

    .inner div.half-content .cont .ul-mob-title + ul > li {
        /*flex-direction: column;*/
    }

    /*div.half-content .cont ul[data-angle-color="1"] > li:before {*/
    /*    content: '\f105';*/
    /*    color: #00AEFF;*/
    /*}*/
    /*div.half-content .cont ul[data-angle-color="2"] > li:before {*/
    /*    content: '\f105';*/
    /*    color: #00E2FF;*/
    /*}*/
    /*div.half-content .cont ul[data-angle-color="3"] > li:before {*/
    /*    content: '\f105';*/
    /*    color: #00EDA9;*/
    /*}*/
    /*div.half-content .cont ul[data-angle-color="4"] > li:before {*/
    /*    content: '\f105';*/
    /*    color: #1059FF;*/
    /*}*/
    /*div.half-content .cont ul[data-angle-color="5"] > li:before {*/
    /*    content: '\f105';*/
    /*    color: #00E8E1;*/
    /*}*/
    div.half-content .cont ul {
        column-count: 1 !important;
    }

    div.opinions-carusel .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
        left: 0;
    }

    div.opinions-carusel .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
        left: 70px;
    }

    div.new-testimonials-box .testimonial {
        min-height: auto;
    }

    div.new-testimonials-box .author {
        min-height: auto;
        margin-bottom: 15px;
    }

    /* div.index-video-section video.index-video {
        height: auto;
    } */

}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 1300px) and (max-width: 1500px) {
    /* .container { todo: kas cia per nesamone? kur jinai naudojama?
         width: 1163px;
     }*/
}

@media (max-width: 1500px) {

}

@media (min-width: 768px) and (max-width: 1500px) {

    .custom-title-2 {
        font-size: 50px;
    }

    div.index-swiper div.swiper-slide-content .cont h2 {
        font-size: 3.5em;
    }

    div.half-content .cont h3 {
        font-size: 38px;
    }

    div.current-plan-compare-header {
        font-size: 33px;
        padding: 25px 20px;
    }

    div.plans-compare > div {
        min-width: 240px;
        flex-basis: 240px;
        width: 240px;
    }

    div.current-plan-params > div .fa-check {
        font-size: 22px;
    }

    div.plans-compare-params-header {
        font-size: 45px;
    }

    body {
        font-size: 17px;
    }

    div.half-content .cont h2 {
        font-size: 64px;
    }

    ul.main-menu > li > a {
        font-size: 13px;
    }

    ul.main-menu > li > .dropdown ul > li > a {
        font-size: 13px;
    }

    div.search-container form input[type="text"] {
        font-size: 15px;
    }

    div.header-action {
        font-size: 14px;
    }

    .select2-container--langs-select-style .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    div.index-swiper div.swiper-slide-content .cont {
        font-size: 17px;
    }

    div.index-swiper div.swiper-slide-content .action {
        font-size: 17px;
    }

    div.why-us-content .cont h3 {
        font-size: 3.77em;
    }

    div.why-us-content .cont .action {
        font-size: 17px;
    }

    div.facts-item .title {
        font-size: 2.24em;
    }

    div.testimonials-carusel-item .testimonial {
        font-size: 36px;
    }

    .custom-title-1 {
        font-size: 38px;
    }

    div.vacancy-list > div > a {
        font-size: 17px;
    }

    div.vacancy-list-more {
        font-size: 17px;
    }

    ul.plan-tabs > li > a {
        font-size: 17px;
    }

    div.plan-title {
        font-size: 32px;
    }

    div.plan-attrs > div {
        /*font-size: 23px;*/
    }

    ul.footer-menu > li > a {
        font-size: 14px;
    }

    div.footer-colls .title {
        font-size: 14px;
    }

    section.footer-colls-section {
        font-size: 14px;
    }

    div.footer-lnbg > a {
        font-size: 14px;
    }

    footer {
        font-size: 12px;
    }

    ul.content-menu > li > a {
        font-size: 14px;
    }

    div.fancy-blocks-item .cont h4 {
        font-size: 1.1em;
    }

    div.fancy-blocks-item .icon {
        width: 66px;
        height: 66px;
    }

    div.fancy-blocks-item .icon img {
        width: 100%;
        height: auto;
        display: block;
    }

    /*div.fancy-blocks-item {*/
    /*    overflow: hidden;*/
    /*}*/
    /*
    div.plan {
        width: 100%;
        max-width: 217px;
    }*/
    div.plans > div {
        padding: 0 8px;
    }

    div.current-plan-params {
        padding: 0 32px;
    }

    div.current-plan-params .action {
        font-size: 18px;
    }

    div.plan-price .val {
        font-size: 54px;
    }

    div.plans-compare-params {
        flex: none;
    }

    div.page-not-found-container {
        flex-direction: column;
        align-items: center;
    }

}

/*
hakas/
 */

@media (max-width: 600px) {
    div.plan {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    div.footer-lnbg:hover ul,
    div.footer-lnbg.opened ul {
        visibility: visible;
        opacity: 1;
        background: #333333;
    }

    .mobile-map-block-section {
        display: none !important;
    }

}
@media (min-width: 1280px) {
    div.header-action .ext_button span.fa  {
        display: none;
    }
}
@media (max-width: 767px) {
    div.header-action .ext_button span.fa  {
        display: none;
    }
}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {
    section.top-section {
        height: auto;
    }
    div.index-video-section{
        min-height: auto;
    }
    div.index-swiper-container .play-button{
        left: auto;
        right: 50px;
        bottom: 50px;
        top: auto;
        display: none;
    }
    div.index-swiper-container .play-button svg{
        width: 100px;
        height: 100px;
    }
    div.numbering-content div.plans {
        flex-wrap: wrap;
        position: relative;
    }

    div.page-not-found-container {
        flex-direction: column;
        align-items: center;
    }

    a.logo {
        left: 15px;
    }

    div.header-content {
        padding-left: 124px;
    }

    /* div.header-action {
        display: none;
    }

    div.langs-selector {
        display: none;
    } */

    div.header-action {
        padding: 0;
    }
    div.langs-selector {
        padding-right: 0;
    }

    div.header-action span:not(.fa),
    div.langs-selector span img.img-flag {
        display: none;
    }
    div.header-action .ext_button {
        padding: 0;
    }
    div.header-action .ext_button span.fa {
        margin: 0;
        text-align: center;
        width: 1.65rem;
     }

    ul.main-menu {
        margin: 0 -10px;
    }

    ul.main-menu > li > a {
        padding: 10px;
        font-size: 12px;
    }

    div.dropdown-video {
        display: none;
    }

    div.half-content > div {
        flex-direction: column-reverse !important;
    }

    div.half-content > div + div {
        margin-top: 50px;
    }

    div.half-content .media {
        margin-bottom: 30px;
    }

    div.half-content .cont > div {
        min-width: 100% !important;
    }

    section.why-us-content-section {
        padding: 50px 0;
    }

    div.why-us-content .cont {
        padding-right: 0;
        padding-bottom: 50px;
    }

    div.testimonials-carusel-item {
        padding: 0;
    }

    div.testimonials-carusel-item .testimonial:before {
        left: 0;
    }

    .custom-title-2 {
        font-size: 45px;
    }

    ul.plan-tabs > li > a {
        height: 60px;
    }

    /*div.plans > div {*/
    /*    min-width: 50%;*/
    /*    flex-basis: 50%;*/
    /*}*/
    section.page-top-photo-section {
        height: 400px;
    }

    div.half-content .cont h2 {
        font-size: 60px;
    }

    div.contacts-colls .cont {
        padding-right: 15px !important;
    }

    div.contacts-colls .inputs-container {
        margin-top: 30px;
    }

    div.p-methods-exr {
        margin-top: 30px;
    }

    div.plans-compare-params {
        padding: 20px;
        font-size: 14px;
    }

    div.plans-compare {
        font-size: 14px;
        margin: 0 -30px 0 -5px;
    }

    div.plans-compare > div {
        min-width: 170px;
        flex-basis: 170px;
        width: 170px;
        margin: -40px 5px;
    }

    div.current-plan-compare-header {
        font-size: 30px;
        flex-basis: 176px !important;
    }

    div.current-plan-params .action .ext_button {
        padding: 0 1em;
        font-size: 18px;
    }

    div.contacts-colls .cont > div {
        /*width: 100%;*/
    }

    .contacts-colls-container.wufoo-mian-conatiner .contacts-colls {
        flex-direction: column;
    }

    .first-element-before-iframe {
        width: 100%;
        margin-top: 35px;
        min-width: 0;
        margin-left: -19px;
        margin-right: -19px;

    }

    div.fb-container .info-block-fb > div {
        max-width: 200px;
    }

    div.fb-container img {
        width: 380px;
    }

    .facebook-gallery-base .fancybox-navigation .fancybox-button--arrow_right {
        right: calc(50vw - 380px);
    }

    .facebook-gallery-base .fancybox-navigation .fancybox-button--arrow_left {
        left: calc(50vw - 380px);
    }

    div.pure-u-lg-1-3 div.fancy-blocks-item .cont {
        width: auto;
    }

    .contacts-colls-container.wufoo-mian-conatiner .contacts-colls.for-simple-form {
        width: auto;
    }

    div.testimonials-carusel-container .swiper-button-prev, div.testimonials-carusel-container .swiper-button-next {
        display: none;
    }
}

@media (min-width: 1200px) {
    div.text-search-block.not-wide-block {
        min-width: 520px;
    }
}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

    div.header-action {
        /* display: none; */
    }

    div.header-action {
        padding: 0;
    }
    div.langs-selector {
        padding-right: 0;
    }

    div.header-action span:not(.fa),
    div.langs-selector span img.img-flag {
        display: none;
    }
    div.header-action .ext_button {
        padding: 0;
    }
    div.header-action .ext_button span.fa {
        margin: 0;
        text-align: center;
        width: 1.65rem;
     }

    div.pure-u-lg-1-3 div.fancy-blocks-item .cont {
        width: auto;
    }

    div.numbering-content div.plans {
        flex-wrap: wrap;
        position: relative;
    }

    div.dropdown-video {
        display: none;
    }

    div.half-content > div + div {
        margin-top: 100px;
    }

    div.half-content .media {
        max-width: 40%;
    }

    div.half-content .cont > div {
        min-width: 100% !important;
    }

    section.fancy-blocks-items-section div.fancy-blocks {
        margin: -31px -30px -30px;
    }

    /*section.fancy-blocks-items-section div.fancy-blocks {*/
    /*    margin: -30px -118px -30px;*/
    /*    overflow: hidden;*/
    /*}*/
    div.why-us-content .cont {
        padding-right: 30px;
    }

    div.facts-item > div {
        padding: 30px;
    }

    div.facts-item .title {
        font-size: 1.72em;
    }

    div.testimonials-carusel-item {
        padding: 0 50px;
    }

    /*div.plans > div {*/
    /*    min-width: 33.33%;*/
    /*    flex-basis: 33.33%;*/
    /*}*/
    section.page-top-photo-section {
        height: 400px !important;;
    }

    div.half-content .cont h2 {
        font-size: 60px;
    }

    div.contacts-colls .cont {
        padding-right: 15px !important;
    }

    div.plans-compare > div {
        min-width: 200px;
        flex-basis: 200px;
        width: 200px;
    }

    /*div.current-plan-compare-header {*/
    /*    font-size: 30px;*/
    /*}*/
    div.current-plan-params .action .ext_button {
        padding: 0 2em;
    }

    section.top-section {
        height: auto;
    }

    div.contacts-colls .cont > div {
        /*width: 100%;*/
    }

    .first-element-before-iframe {

        min-width: calc(50vw - 90px);

    }

    div.fb-container img {
        width: 600px;
    }

    .facebook-gallery-base .fancybox-navigation .fancybox-button--arrow_right {
        right: calc(50vw - 540px);
    }

    .facebook-gallery-base .fancybox-navigation .fancybox-button--arrow_left {
        left: calc(50vw - 540px);
    }

    /*
        .contacts-colls-container.wufoo-mian-conatiner .contacts-colls {
            display: flex;
            justify-content: space-between;
        }

        .contacts-colls-container.wufoo-mian-conatiner .contacts-colls > div {
            flex: 1;
        }*/
    .contacts-colls-container.wufoo-mian-conatiner .contacts-colls.for-simple-form {
        width: auto;
    }

    div.testimonials-carusel-container .swiper-button-prev, div.testimonials-carusel-container .swiper-button-next {
        display: none;
    }
}

/* XL */
@media (min-width: 1280px) and (max-width: 1427px) {

    div.plan {
        /*padding: 30px 30px 42px; todo: gal atkomentuoti reikes? */
    }

    div.plan-title {
        font-size: 33px;
    }

    div.plan-price .val {
        font-size: 42px;
    }

    div.plan-attrs > div {
        /*font-size: 20px;*/
    }

    /*
    div.modified-plans-compare-container div.plans-compare-params {
        flex-basis: 280px;
        min-width: 280px;
    }*/
    div.plans-compare > div {
        /*min-width: 250px;
        flex-basis: 250px;
        width: 250px;*/
    }

    div.current-plan-compare-header {
        font-size: 38px;
    }

    section.top-section {
        height: auto;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {

    section.page-top-photo-section {
        height: 400px !important;
    }

    section.fancy-blocks-items-section div.fancy-blocks {
        margin: -30px -118px -30px;
        overflow: hidden;
    }


    section.fancy-blocks-items-section div.fancy-blocks {
        margin: 0;
    }

    .contacts-colls-container.wufoo-mian-conatiner .contacts-colls.for-simple-form {
        width: auto;
    }

}

@media (min-width: 1280px) and (max-width: 1400px) {
    section.top-section {
        height: auto;
    }
}

/* XXL */
@media (min-width: 1428px) {

    /*div.container {*/
    /*    width: 1398px;*/
    /*}*/
    div.container.fluid {
        padding: 0 7.29vw;
    }

    a.logo {
        left: 7.29vw;
    }

    div.photo-blocks > div.pure-u-xxl-1-5 {
        width: 20%;
    }

    div.photo-blocks-item .cont .tags {
        margin-top: 20px;
    }

}

@media (min-width: 1428px) and (max-width: 1500px) {
    a.logo {
        left: 4.29vw;
    }
}

@media (max-width: 1720px) {

    div.modified-plans-compare-container {
        /*margin: 110px -70px;*/
    }

}

@media (max-width: 1630px) {

    div.modified-plans-compare-container {
        /*margin: 110px -10px;*/
    }

    .top-section div.half-content .media {
        margin-left: 0;
        margin-right: 0;
    }

}

@media (max-width: 1440px) {

    div.modified-plans-compare-container {
        /*margin: 110px 90px;*/
    }

}

@media (min-width: 1380px) {
    /*todo: cia buvo 1280, ar atkeisti? */
    .container {
        width: 1350px;
    }

}

@media (min-width: 1600px) and (max-width: 1919px) {
    .container {
        width: 1460px;
    }

}

/*PLANS FX*/

@media (max-width: 1023px) {
    /*
        div.modified-plans-compare-container div.plans-compare-params {
            flex-basis: 50%;
            min-width: 50%;;
            width: 50%;;
        }*/

}

/* planu reziai */

@media (min-width: 1px) and (max-width: 767px) {

    div.container.fluid-special {
        width: 320px;
    }

    div.container.fluid-special div.modified-plans-compare-container {
        margin: 110px 0;
    }

    div.modified-plans-compare-container div.planz-carusel.special.csp2 .swiper-wrapper,
    div.modified-plans-compare-container div.planz-carusel.special.csp3 .swiper-wrapper,
    div.modified-plans-compare-container div.planz-carusel.special.csp4 .swiper-wrapper {
        justify-content: flex-start;
    }

}

@media (min-width: 768px) and (max-width: 1059px) {

    div.container.fluid-special {
        width: 640px;
    }

    div.container.fluid-special div.modified-plans-compare-container {
        margin: 110px 0;
    }

    div.modified-plans-compare-container div.planz-carusel.special.csp3 .swiper-wrapper,
    div.modified-plans-compare-container div.planz-carusel.special.csp4 .swiper-wrapper {
        justify-content: flex-start;
    }

}

@media (min-width: 1060px) and (max-width: 1399px) {

    div.container.fluid-special {
        width: 960px;
    }

    div.container.fluid-special div.modified-plans-compare-container {
        margin: 110px 0;
    }

    div.modified-plans-compare-container div.planz-carusel.special.csp4 .swiper-wrapper {
        justify-content: flex-start;
    }

}

@media (min-width: 1400px) and (max-width: 1749px) {

    div.container.fluid-special {
        width: 1280px;
    }

    div.container.fluid-special div.modified-plans-compare-container {
        margin: 110px 0;
    }

}

@media (min-width: 1750px) {
    div.container.fluid-special {
        width: 1550px;
    }

    div.container.fluid-special div.modified-plans-compare-container {
        margin: 110px -25px;
    }
}

/* kitu planu reziai */

@media (min-width: 1px) and (max-width: 767px) {

    div.container.fluid-special2 {
        width: 280px;
    }

}

@media (min-width: 768px) and (max-width: 1189px) {

    div.container.fluid-special2 {
        width: 630px;
    }

}

@media (min-width: 1190px) and (max-width: 1279px) {

    div.container.fluid-special2 {
        width: 990px;
    }

}

@media (min-width: 1280px) and (max-width: 1549px) {

    div.container.fluid-special2 {
        width: 990px;
    }

    div.container.fluid-special2 div.modified-plans-compare-container {
        /*margin: 110px -25px;*/
    }
}

/* paprastos formos reziai */

@media (min-width: 1px) and (max-width: 1645px) {
    section.contact-form-simple form {
        margin: 0;
    }

    div.inputs-container:before {
        left: -140px;
    }
}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}

.hide-cat {
    display: none !important;
}
/* .CookieDeclarationType {
    overflow-x: auto !important;
}
.CookieDeclarationTableCell {
    min-width: 80px !important;
} */