@font-face {
    font-family: "PT_Sans";
    src: url("../fonts/PT_Sans.ttf") format("truetype");
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "OpenSans-Semibold";
    src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
}
@font-face {
    font-family: "OpenSans-Light";
    src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

body {
    font-family: "OpenSans-Regular";
}

#top {
    background: #358a86;
    min-height: auto;
    padding: 12px 0;
    margin-bottom: 0;
}

#top .container {
    display: flex;
    align-items: center;
    padding: 0;
}

#top .container >div a {
    color: #fff;
    font-family: "PT_Sans";
}

.social.second {
    display: flex;
    width: 70%;
    justify-content: flex-end;
    margin-top: 0;
}
#top .container >div img {
    margin-right: 10px;
}
.social.first {
    margin-top: 0;
    width: 30%;
    /* align-items: center; */
}

.social.second p {
    margin-bottom: 0;
}

.social.second p {
    margin-right: 30px;
}

.social.second p:last-child {
    margin-right: 0;
}

.social.first a {
    margin-right: 30px;
}
#menu {
    min-height: auto;
    background: transparent;
    border: unset;
    margin-bottom: 0;
    width: 76%;
    float: left;
}

#menu ul li a {
    font-size: 15px;
    color: #121212 !important;
    padding: 0 !important;
    text-shadow: unset !important;
    min-height: unset !important;
    text-transform: uppercase;
    margin-right: 14px;
    border-right: 1px solid #a3a2a2;
    padding-right: 14px !important;
}

#menu .navbar-collapse.collapse {
    padding: 0;
}
.top-on {
    padding: 32px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
#menu ul li:last-child a {
    border-right: unset;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background: transparent;
}
#menu .nav > li:hover a {
    color: #ef4354 !important;
    transition: 0.5s;
}
.call a {
    background: #ef4354;
    color: #fff;
    font-family: "OpenSans-Semibold";
    font-size: 13px;
    padding: 12px 25px;
    text-transform: uppercase;
    border-radius: 25px;
}

#menu ul li:last-child>a {
    padding-right: 0 !important;
    margin-right: 0;
}

.call {
    width: 24%;
}
.logo img {
    width: auto;
    margin-bottom: 20px;
}
.post img {
    width: 100%;
}
.banner-img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.banner {
    position: relative;
}

.banner-txt {
    position: absolute;
    top: 8%;
    width: 100%;
    text-align: center;
}

.banner-txt h1 {
    color: #fff;
    font-family: "OpenSans-Bold";
    font-size: 58px;
    text-transform: uppercase;
}

.banner-txt h3 {
    font-family: "OpenSans-Semibold";
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 70px;
}

.choose {
    background: #3a9a95;
    color: #fff;
    font-family: "OpenSans-Semibold";
    font-size: 18px;
    padding: 12px 40px;
    text-transform: uppercase;
    border-radius: 25px;
}
.blue {
    color: #378b87;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
    text-align: center;
}

.take {
    padding: 60px 0;
	position: relative;
}
.prog h3 {
    color: #101010;
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
}

.gray {
    color: #101010;
    font-size: 22px;
    text-decoration: underline;
    text-align: center;
    font-family: "OpenSans-Semibold";
}

.prog {
    text-align: center;
    padding: 60px 0;
    padding-top: 0;
}

.autoplay a {
    color: #101010;
    font-size: 18px;
    font-family: "OpenSans-Semibold";

}
.autoplay a img {
    margin: 0 auto;
    /* padding-bottom: 30px; */
    width: 110px;
    border-radius: 80px;
    height: 110px;
    object-fit: cover;
    box-shadow: 0px 1px 4px 2px #c8c8c8;
    margin-top: 20px;
    margin-bottom: 20px;
}
.slick-arrow {
    position: absolute;
}

.left-img {
    left: -5%;
    top: 36%;
}

.right-img {
    right: -5%;
    top: 36%;
}

.autoplay {
    margin: 80px 0;
}
.post {
    position: relative;
}
.ask {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
}

.ask h4 {
    font-family: "OpenSans-Bold";
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
}
#form1 p {
    font-size: 18px;
    color: #fff;
    font-family: "OpenSans-Semibold";
}
#form1>div {
    display: flex;
    justify-content: space-between;
}

#form1 .form-control {padding: 13px 55px;height: auto;border-radius: 20px;margin: 20px 0;}

input.btn-send.form-control {
    width: 23%;
    margin: 0 auto !important;
    background: #ef4354;
    color: #fff;
    border: unset;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px !important;
    border-radius: 34px !important;
}

.txt {
    font-size: 20px;
    color: #121212;
    text-align: center;
    margin: 40px 0 70px 0;
	line-height: 1.7;
}
.partners {
    padding: 60px 0;
}

.img-part {
    display: flex;
    justify-content: space-between;
}

.img-part img {
    width: 22%;
    object-fit: contain;
    padding: 0px 30px;
}
footer {
    background: rgb(87,104,149);
    background: linear-gradient(0deg, rgba(87,104,149,1) 0%, rgba(75,118,143,1) 50%, rgba(56,138,135,1) 100%);
}

.blue-ft {
    display: flex;
    padding-bottom: 30px;
}

.kt1 {
    width: 30%;
    border-right: 1px solid #ccc;
}

.kt2 {
    display: flex;
    padding-left: 80px;
}

.kt1 h5 {
    color: #33e482;
    font-size: 24px;
    margin-bottom: 40px;
}

footer a {
    color: #fff;
    font-size: 14px;
}
.kt1 p>img {
    margin-right: 10px;
    width: 19px;
}
.kt1 p {
    margin-bottom: 20px;
}
.kt2 .social {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.social p:first-child {
    margin-right: 40px;
}

.all {
    padding: 13px 0;
    background: #2d6865;
}

.all p {
    margin: 0;
}
.social img {
    width: 25px;
}
.kt2 p {
    font-family: "OpenSans-Bold";
    font-size: 20px;
    color: #fff;
    min-height: 54px;
    margin-top: 12px;
}

.kt2 ul li {
    font-size: 18px;
    list-style: none;
    margin-bottom: 12px;
}
.kt2 .first {
    margin-right: 100px;
}
.circle{
  position: relative;
  margin: 50px auto;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%);
}
.circle-item{
  position: absolute;
}
.circle-item-1{
  top: 0;
  left: 5%;
}
.circle-item-2{
  top: 20%;
  left: -8%;
}
.circle-item-3{
  top: 45%;
  left: -15%;
}
.circle-item-4{
  bottom: 22%;
  left: -8%;
}
.circle-item-5{
  bottom: 0;
  left: 4%;
}
.circle-item-6{
  top: 0;
  right: 10%;
}

.circle-item-7{
  top: 20%;
  right: -8%;
}
.circle-item-9 {
  bottom: 22%;
  right: -8%;
}

.circle-item-8 {
  top: 45%;
  right: -15%;
}
.circle-item-10{
  right: 4%;
  bottom: 0;
}

.circle-item > span{
  content: '';
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  text-align: right;
  width: 780%;
  transform: translateY(-50%);
  color: #101010;
  font-size: 17px;
  font-family: "OpenSans-Semibold";
}

.circle-item:nth-of-type(6) > span, .circle-item:nth-of-type(7) > span, .circle-item:nth-of-type(8) > span, .circle-item:nth-of-type(9) > span, .circle-item:nth-of-type(10) > span{
  right: auto;
  left: calc(100% + 15px);
  text-align: left;
}

.circle img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
#delete {
    display: none;
}
.breadcrumb li>a {
    font-size: 14px;
    color: #2d2d2e;
}
.breadcrumb {
    margin: 0;
    background: transparent;
    padding: 0;
    border: unset;
    margin: 30px 0;
}
.breadcrumb > li:after {
    display: none;
}
.breadcrumb > li {
    padding: 0;
}
.blue-txt {
    color: #378b87;
    font-family: "OpenSans-Bold";
    text-transform: uppercase;
}
.top-menu.navnew {
    background: #f4f5f5;
}
.text-dec p {
    color: #1c1c1c;
    font-size: 16px;
    margin-bottom: 40px;
}
.text-big {
    color: #1c1c1c;
    font-size: 24px;
    font-family: "OpenSans-Semibold";
}
.product-thumb .caption {
    min-height: auto;
    padding: 0;
}

.product-thumb {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 1px 7px 0px #ccc;
    min-height: 90px;
}
.product-thumb h4 {color: #121212;font-weight: unset;font-size: 14px;/* min-height: 48px; */}
.product-thumb .image.cat img {
    width: 51px;
    height: 51px;
    object-fit: contain;
    max-width: 51px;
    max-height: 51px;
}
.product-grid .product-thumb .image {
    padding-right: 10px;
}
.panel-default>.panel-heading {
    display: none;
}
.list-group a {
    border-radius: unset !important;
    border: unset !important;
    margin-top: 0;
    box-shadow: unset !important;
    font-size: 14px;
    color: #535353 !important;
}
.list-group {
    border: unset !important;
}
.panel-default {
    border: unset;
    box-shadow: unset;
}
.list-group-item {
    margin: 10px 0;
    border: 1px solid #d7d7d7!important;
    box-shadow: 0px 1px 9px 1px #d7d7d7;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background: #378b87;
}
.social {
    display: flex;
    margin-top: 50px;
}
.slick-slide img {
    width: 100%;
}

.language-modal {
    font-family: "OpenSans-Semibold";
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 15px;
    align-items: center;
}

.slider-for img {
    height: 400px;
    object-fit: cover;
}
.main-ins {
    position: relative;
    margin-bottom: 20px;
}

.language-modal a {
    background: #378b87;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.lang-mod div {
    background: #000;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 70px;
    z-index: 0;
    opacity: 0.5;
}
.slider-nav img {
    height: 142px;
    object-fit: cover;
    padding: 10px;
}
.gray-back {
    background: #eceeee;
    padding: 20px;
    width: 100%;
    display: flex;
    margin: 40px 0;
}
.gr1 {
    width: 50%;
}

.gr1:last-child {
    padding-left: 30px;
}

.gr1 iframe {
    height: 300px;
}
.gr1.last>div {
    margin-bottom: 20px;
    font-size: 15px;
    color: #101010;
    display: flex;
    align-items: start;
}

.gr1.last>div span {
    width: 75%;
}

.gr1.last>div img {
    padding-right: 10px;
    width: 30px;
    object-fit: contain;
}

.gr1.last>div p {
    width: 25%;
    margin-right: 40px;
    margin-bottom: 0;
}
.gr1 iframe:first-child {
    margin-bottom: 20px;
}
ul.nav.nav-pills li a {
    font-size: 16px;
    color: #101010;
    padding: 10px 20px;
    border-radius: 0;
    margin: 0;
}
.nav-pills>li {
    margin: 0 !important;
    border-bottom: 4px solid #eceeee;
}
.nav-pills>li:hover {
    background: transparent;
    border-bottom: 4px solid #378b87;
    transition: 0.5s;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: transparent;
	color: #101010;
}

ul.nav.nav-pills li a:hover {
    background: transparent;
}
.txt-tab {
    color: #040233;
    font-size: 15px;
    margin-top: 20px;
    line-height: 2;
}
.green {
    font-family: "OpenSans-Semibold";
    background: #378b87;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 40px;
}
h1.green-h1 {
    color: #378b87;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
    padding: 0 15px;
    margin-bottom: 40px;
}

.atr {
    padding: 0 15px;
    color: #101010;
    font-size: 20px;
    margin: 15px 0 50px 0;
}
h3.black-we {
    color: #0c0c0c;
    font-family: "OpenSans-Bold";
    font-size: 25px;
    margin: 80px 0 40px 0;
}
#you-trust {
    padding: 0;
    min-height: auto;
    flex-direction: column;
}

#you-trust .image img {
    width: 100%;
    margin: 0;
    object-fit: none;
}

#you-trust .caption {
    width: 100%;
    padding: 0 20px;
    margin: 20px 0;
}

#you-trust .caption>h4 a {
    color: #040233;
    font-size: 17px !important;!i;!;
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

a.more {
    color: #040233;
    font-size: 14px;
    font-family: "OpenSans-Bold";
}
#row-flex {
    display: flex;
	width: 70%;
    margin: 0 auto;
}
.topnew .social {
    /* margin-top: auto; */
}
.row.group-cat .product-layout {
    width: 33.3%;
}

.row.group-cat .image.cat {
    padding: 0;
}
.row.group-cat .cat img {
    width: 100% !important;
    height: 230px;
    max-width: unset;
    max-height: 230px;
    margin: 0;
    object-fit: none;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.row.group-cat .caption p:first-child {
    height: 40px;
}

.row.group-cat {
    display: flex;
    flex-wrap: wrap;
}
.row.group-cat .product-thumb {
    width: 100%;
    padding: 0;
    display: table;
}
.group-cat .caption strong {
    display: none;
}
.group-cat .caption strong {
    display: none;
}
.atrr p:nth-child(4) {
    display: none;
}
.atrr p:nth-child(5) {
    display: none;
}
.atrr p:nth-child(6) {
    display: none;
}
.atrr p:nth-child(7) {
    display: none;
}
.atrr p:nth-child(8) {
    display: none;
}

.atrr p:first-child:before {
   content:'';
   background: url('/image/catalog/user1.png'); /*url of image*/
   background-size: 15px 16px;
   width: 18px;
   height: 16px;
   background-repeat: no-repeat;
   margin-right: 10px;
}

.atrr p:nth-child(2):before {
   content:'';
   background: url('/image/catalog/user2.png'); 
   background-size: 15px 16px;
   width: 15px;
   height: 16px;
   background-repeat-y: no-repeat;
   margin-right: 10px;
}

.atrr p:nth-child(3):before {
   content:'';
   background: url('/image/catalog/user3.png'); 
   background-size: 15px 16px;
   width: 15px;
   height: 16px;
   background-repeat-y: no-repeat;
   margin-right: 10px;
}
.row.group-cat .caption {
    padding: 10px;
}

.atrr p {
    font-size: 15px;
    color: #040233;
    font-family: "OpenSans-Semibold";
    display: flex;
    align-items: center;
}
.atrr p span {display: none;}
.row.group-cat .caption h4 {
    font-size: 17px;
    font-family: "OpenSans-Semibold";
    margin: 15px 0;
    min-height: 45px;
}

.row.group-cat .caption h4 a {
    color: #040233;
}

.row.group-cat .caption .more {
    font-size: 13px;
    font-family: "OpenSans-Semibold";
}

.row.group-cat .caption p {
    font-size: 14px;
}
#grps .atr {
    display: none;
}
#grps #column-left {
    display: none;
}
#grps .main {
    width: 70%;
    margin: 0 auto;
}
#grps .gr1:first-child {width: 40%;}
#grps .gr1:last-child {width: 60%;}
.lang-mod:before {
    background: #000;
    width: 100%;
    height: 70px;
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0.5;
}
#row-flex .caption h4 {
    font-size: 17px;
    font-family: "OpenSans-Semibold";
    margin: 15px 0;
    margin-top: 25px;
    min-height: 45px;
}

#row-flex .caption h4 a {
    color: #040233;
    font-size: 17px;
}
#grps h1.green-h1 {
    margin-bottom: 50px;
}
button.slick-next.slick-arrow {
    background: url(/image/catalog/right.png);
    right: -10%;
}
button.slick-prev.slick-arrow {
    background: url(/image/catalog/left.png);
    left: -10%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    width: 40px;
    background-repeat: no-repeat !important;
    border: unset;
    height: 30px;
}
.main {
    width: 83%;
    margin: 0 auto;
}

.main-ins button.slick-next.slick-arrow {
    right: -8%;
}

.main-ins button.slick-prev.slick-arrow {
    left: -7%;
}
.poezdka {
    background: #eceeee;
    padding: 30px 0;
	margin-top: 40px;
}

.poezdka .blue-txt {
    text-align: center;
    margin-bottom: 30px;
}

.poezdka h3 {
    color: #040233;
    font-family: "OpenSans-Semibold";
    font-size: 20px;
    text-align: center;
}

.poezdka h3 span {
    display: table;
    margin: 0 auto;
    margin-top: 12px;
}

.side {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.side-txt div {
    display: flex;
    place-items: flex-start;
    margin-bottom: 40px;
}

.side-txt div img {
    margin-right: 20px;
}

.side-txt p {
    color: #040233;
    font-size: 14px;
}

.side-img {
    width: 45%;
}

.side-txt {
    width: 55%;
    padding-right: 70px;
}

.side-img img {
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
    border: 1px solid #b6d0cf;
    margin: 20px;
    box-shadow: 2px 1px 4px 2px #bffdfa;
}

.side-img p {
    color: #040233;
    font-size: 14px;
    text-align: center;
}

.side-img p strong {
    font-family: "OpenSans-Semibold";
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}
.otzyvy h3 {
    color: #121212;
    font-family: "OpenSans-Semibold";
    font-size: 20px;
    text-align: center;
	margin-bottom: 40px;
}

.otzyvy .blue-txt {
    text-align: center;
}

.otzyvy {
    padding: 50px 0;
}

.one-time img {
    width: auto;
    margin-right: 25px;
}
.one-time .slick-slide {
    border: 1px solid #bebebe;
    display: flex;
    padding: 30px;
    align-items: center;
    border-radius: 15px;
    box-shadow: 1px 0px 7px 2px #bebebe;
    min-height: 210px;
    margin: 10px;
}
.one-time .slick-slide p span {
    font-size: 18px;
    color: #080808;
    font-family: "OpenSans-Bold";
    margin-bottom: 20px;
    display: table;
}
.one-time .slick-slide p {
    font-size: 16px;
    color: #121212;
    margin-bottom: 0;
}
.nav-pills>li.active {
    background: transparent;
    border-bottom: 4px solid #378b87;
}
.img-part .slick-track img {
    height: 100px;
    box-shadow: 0px 1px 4px 0px #5cc1ca;
    margin: 20px;
}
.team {
    display: flex;
}

.team-txt p {
    font-size: 14px;
    line-height: 1.5;
}

.team-txt p strong {
    color: #ef4354;
}

body.information-information h1 {
    color: #378b87;
    font-family: "OpenSans-Bold";
    text-transform: uppercase;
    margin-bottom: 40px;
}

.imgs img {
    border-radius: 15px;
    width: 100%;
    margin: 10px;
    /* box-shadow: 1px 1px 4px 3px #3d8489; */
}
.team-txt {
    width: 60%;
    padding-right: 40px;
}

.imgs {
    width: 40%;
}
.green:hover {
    color: #fff;
}
#grps .gr1:first-child iframe {
    width: 100%;
}
.cat-width .product-layout {
    width: 33.33333333%;
}

.cat-width .product-thumb {
    width: 100%;
}

.cat-width .product-thumb .caption {
    margin-left: 0 !important;
    width: 75%;
}
.bf-attr-header {
    border-radius: 15px !important;
    border: 1px solid #eceeee !important;
    margin-top: 0;
    box-shadow: unset !important;
    background: #eceeee !important;
    font-size: 14px;
    color: #535353 !important;
}

.box-heading {
    display: none;
}

.bf-panel-wrapper .box {
    border: unset !important;
}

.bf-sliding-cont {
    margin: 10px 0 !important;
    border: 1px solid #d7d7d7 !important;
    box-shadow: 0px 1px 9px 1px #d7d7d7 !important;
}
.bf-cell label:hover {
    font-family: "OpenSans-Semibold";
}
.bf-attr-header:hover, .bf-attr-header:active, .bf-attr-header:focus {
    background: #378b87!important;
    color: #fff !important;
    transition: 0.5s;
    border-color: #378b87 !important;
}
.bf-attr-block-cont {
    padding: 0 !important;
}
.bf-attr-block-cont>div:hover {
    background: #f6f6f6;
}
.bf-c-1 {
    padding-left: 10px !important;
}
.bf-c-3 {
    padding-right: 10px !important;
}
.bf-buttonclear-box {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
.bf-attr-block-cont>div {
    height: 40px;
}
.bf-buttonclear-box input {
    margin: 0 !important;
}
.bf-form .bf-buttonsubmit {
    margin-bottom: 20px !important;
    background: #ef4354;
    border: unset;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 0;
}
#row-flex .atrr p:first-child {
    height: 40px;
}

.row.main-pr .gr1 iframe {
    width: 100%;
}
.row.main-pr .gr1 {
    width: 40%;
}
.row.main-pr .gr1.last {
    width: 60%;
}
.row.main-pr .gr1.last>div p {
    max-width: 25%;
    font-family: "OpenSans-Semibold";
}
.row.main-pr .gr1.last>div {
    align-items: center;
}
.cons {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c1c1c1;
    padding-top: 25px;
}
.cons p {
    font-size: 16px;
    margin-bottom: 20px;
}

.cons p img {
    margin-right: 10px;
}

.cons p a {
    color: #000;
}
.cons .txt-map {
    width: 50%;
    line-height: 3;
}
.choose:hover {
    color: #fff;
    background: #ef4354;
    transition: 0.5s;
}
#del {
    display: none;
}
.dop_img img {
    border-radius: 100px;
    width: 50px;
    height: 50px;
}

.cat-width .product-thumb> div {
    display: flex;
    align-items: center;
}

.dop_img {
    width: 25%;
}

.cat-width .product-thumb .caption h4 a {
    color: #121212;
}

.cat-width .product-thumb:hover {
    box-shadow: 0px 1px 6px 0px #378b87;
    transition: 0.5s;
}
#grps .cat-width .product-thumb> div {
    display: unset !important;
}
.modal-content {
    width: 35%;
    margin: 0 auto;
    margin-top: 1%;
}
.modal-title {color: #0c0c0c;font-size: 20px;text-align: center;margin-top: 25px;}

.modal-header {
    border: unset;
}
#form p {
    color: #141414;
    font-size: 16px;
    display: flex;
    margin-bottom: 25px;
}
#form {
    padding: 0 25px;
}
#form span {
    width: 25%;
}
#form input {
    width: 60%;
    border-radius: 25px !important;
    margin: 0 !important;
}
center {
    font-size: 20px;
    margin-bottom: 40px;
    color: #ef4354;
    font-family: "OpenSans-Semibold";
}
#form .btn-send {
    height: auto;
    padding: 10px 0;
}
#back-top img {
    position: fixed;
    right: 2%;
    top: inherit;
    bottom: 20px;
    z-index: 10;
    width: 50px;
}
.all-list div {
    display: none;
}

.all-list.active div {
    display: block;
}
.all-list {
    margin-bottom: 20px;
}
.all-list.active:hover a span {
    background: #378b87!important;
    color: #fff;
}
.list-group-item-1 {
    margin-top: 20px;
    box-shadow: 0px 1px 9px 1px #d7d7d7;
}
a.list-group-item {
    padding: 0;
    background: transparent !important;
}
a.list-group-item span {
    width: 100%;
    display: table;
    border: 1px solid #eceeee!important;
    background: #eceeee;
    border-radius: 20px !important;
    padding: 10px 20px;
	position: relative;
}
.list-group-item-1>div .checkbox {
    padding: 10px;
}
.list-group-item-1>div .checkbox:hover {
    background: #f6f6f6;
}
.list-group-item-1>div .checkbox:hover label {
    font-family: "OpenSans-Semibold";
}
.panel-footer.text-right {
    background: transparent;
    border: unset;
    padding: 0;
}
.panel-footer.text-right #button-filter {
    background: #ef4354;
    border: unset;
    width: 100%;
    border-radius: 20px;
    padding: 8px;
    font-size: 18px;
}
.cat-width .row {
    flex-wrap: wrap;
    display: flex;
}
input.nme {width: 100%;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);height: 34px;padding: 6px 12px;}

#form3 input.btn-send.form-control {
    width: 40%;
    height: 40px;
}
.list-group-item img {
    position: absolute;
    right: 20px;
    top: 40%;
}
a.down {
    color: #ef4354;
    text-decoration: underline;
    font-family: "OpenSans-Semibold";
}
#row-flex div {
    width: 100%;
}
.visas h3 {
    color: #ef4354;
}
.visas {
    font-size: 15px;
    font-family: "PT_Sans";
}
.uses>div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    border-bottom: 1px solid #358a864f;
    padding-bottom: 40px;
}
.uses>div img {
    width: 90px;
    height: auto;
    margin-right: 20px;
    object-fit: contain;
}
.uses>div p {
    font-size: 16px;
    font-family: "PT_Sans";
}
.uses>div p span {
    font-weight: bold;
    color: #ef4354;
}
.otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.otz-insode {
    width: 32%;
    background: #f4f5f5;
    margin-bottom: 4%;
    padding: 20px;
    border-radius: 10px;
}
.otz-insode span {
    font-size: 40px;
    color: #418a86;
}
.otz-insode p {
    font-size: 15px;
    line-height: 1.5;
}
.otz-insode hr {
    border-color: #ef4354;
}
.otz-insode h3 {
    color: #358a86;
    font-family: "OpenSans-Bold";
    font-size: 18px;
}
.otz-insode p span {
    font-size: 16px;
    padding-left: 5px;
    color: #ef4354;
}