body {
    font-family: 'Roboto Condensed', serif;
    color: #3a3a38;
}
a {
    color: #2f5878;
    text-decoration: none;
    background-color: transparent;
}
a:hover, a:focus {
    color: #407298;
}
#topSection { margin: 15px 0; }
.topLeftt, 
#footerSection .topLeft {
    display: flex;
    align-items: center;
}
.topLeft .custom p {
    margin: 6px 0;
    font-size: 26px;
}
.topLeft .custom p strong {
    text-transform: uppercase;
    font-size: 37px;
    font-weight: normal;
    line-height: 41px;
    color: #407298;
}

#topSection .topLeft h1{
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  color: #e33b3b;
  margin-bottom: 10px;
}
#topSection .topLeft ul{
  list-style-type: '✔ ';
}
#topSection .topLeft ul > li{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3a3a38;
}
#topSection .topLeft .custom.logo-text-mobil{
  display: none;
}

#footerSection .topLeft .custom p strong {
  	font-size: 32px;
    line-height: 36px;
}

.topCenter {
    text-align: center;
}

.topCenter .siteName {
    font-size: 22px;
    font-weight: bold;
}
.topCenter .siteDesc {
    font-size: 13px;
}

.topRight .custom {
    text-align: right;
}
.topRight .custom p, .topRight .custom ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    width: 100%;
}
.topRight .custom ul {
    list-style: none;
    margin: 7px 0;
}

.topRight .icon-tel a {
    color: #2f5878;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    padding-left: 22px;
    transition: 0.3s all;
}

.topRight .icon-tel a::before {
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    background: url('../images/phone-18x18.png') 0 0 no-repeat;
    width: 18px;
    height: 18px;
    top: 10px;
    left: 0;    
}

#topSection .icon-email{margin-bottom: 20px}

.topRight .icon-email a {
    color: #2f5878;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    height: 24px;
    padding-left: 22px;
    position: relative;
    transition: 0.3s all;
}

.topRight .icon-email a::before {
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    background: url('../images/envelope-18x18.png') 0 0 no-repeat;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 0;    
}


.topRight .icon-tel a:hover,
.topRight .icon-tel a:focus,
.topRight .icon-email a:hover,
.topRight .icon-email a:focus {
    color: #407298;
    text-decoration: none;
}

.topRight ul li a {
    display: block;
    position: relative;
    width: 37px;
    height: 37px;
    font-size: 0px;
    overflow: hidden;
    opacity: 0.8;
    transition: 0.3s all;
}

.topRight ul li a:hover,
.topRight ul li a:focus {
    opacity: 1;
}

.topRight ul li.icon-viber a { background: url('../images/viber-37x37.png') 0 0 no-repeat; }
.topRight ul li.icon-whatsapp a { background: url('../images/whatsapp-37x37.png') 0 0 no-repeat; }
.topRight ul li.icon-instagram a { background: url('../images/instagram-37x37.png') 0 0 no-repeat; }
.topRight ul li.icon-vk a { background: url('../../../images/logo/vk.png') 0 0 no-repeat; }
.topRight ul li.icon-tg a { background: url('../../../images/logo/tg.png') 0 0 no-repeat; }

.topRight ul li:nth-child(2) { margin-left: 3px; margin-right: 3px; }


.topRight p.icon-map-marker {
    display: inline;
}
.topRight .icon-map-marker span {
    text-decoration: none;
    font-size: 16px;
    padding-left: 18px;
    position: relative;
    transition: 0.3s all;
}

.topRight .icon-map-marker span::before {
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    background: url('../images/map-marker-14x18.png') 0 0 no-repeat;
    width: 14px;
    height: 18px;
    top: 1px;
    left: 0;    
}

.menuSection {
    background: #f1f1f1;
}
.menuWr { display: flex; height: 56px; align-items: center; }
.navBars {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 32px;
    margin: 0 auto;
    cursor: pointer;
    border: 1px #407298 solid;
    color: #407298;
    opacity: 0.8;
    transition: 0.3s all;
}

.navBarsWr { margin-left: 7px; }
.navBars .barRow {
    display: block;
    height: 3px;
    width: 18px;
    background: #407298;
    content: '';
}
.navBars .barRow:nth-child(2) { margin: 3px 0;}
.navBars:hover, .navBars:focus { opacity: 1; }

.menuWr ul { width: 100%; display: flex; justify-content: space-between; border-left: 1px #e0e0e0 solid; }
.menuWr ul li { width: 16.66667%; border-right: 1px #e0e0e0 solid; border-left: 1px #fff solid; }
.menuWr ul li a { width:  100%; height: 56px; display: flex; justify-content: center; align-items: center; }

.menuWr ul li.active { background: #407298; }
.menuWr ul li a { color: #3a3a38; font-size: 18px; transition: 0.3s all; }
.menuWr ul li a:hover, .menuWr ul li a:focus { text-decoration: none; color: #407298; }
.menuWr ul li.active a { color: #fff; }
.menuWr ul li.active a:hover, .menuWr ul li.active a:focus { color: #eee; }

.menuCover { width: 100%; }
.menuCoverWr { width: 100%; }
.coverClose { display: none; }


#catMenuSection {
    padding: 45px 0 15px 0;
    background: #f1f1f1;
}
.mBottom30 { margin-bottom: 30px; }
.cIconsMenu {
    background: #fff;
    padding: 0 15px;
    margin: 0 auto 30px auto;
    -webkit-box-shadow: 0px 0px 7px 5px rgba(224,220,224,1);
    -moz-box-shadow: 0px 0px 7px 5px rgba(224,220,224,1);
    box-shadow: 0px 0px 7px 5px rgba(224,220,224,1);
    height: 100%;
}

.cIconsTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    border-bottom: 1px solid #e8e8e8;
    height: 60px;
}

.cIconsMenu ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cIconsMenu ul li a {
    color: #2f5878;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

#recentWorkSection {
  	background: #407298;
    min-height: 314px;
}
#recentWorkSection>.container>.row {
  	padding: 35px 4px;
}

#recentWorkSection ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#recentWorkSection ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 210px;
    position: relative;
    /*cursor: pointer;*/
    transition: 0.3s all;
}

#recentWorkSection ul li img {
    max-width: 202px;
  	border: 2px solid #fff;
}
#recentWorkSection ul li a {
    display: block;
    position: relative;
    border: 2px #f1f1f1 solid;
    height: 172px;
    width: 206px;
}
    
#recentWorkSection .custom.col-sm-12.mobil{
  display: none;
}

#recentWorkSection ul li span {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 30px;
    background: rgba(64,114,152, 0.75);
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    transition: 0.3s all;
}

/*#recentWorkSection ul li:hover span,
#recentWorkSection ul li:focus span {
    display: flex;
    position: absolute;
    z-index: 445;
    width: 260px;
    height: 30px;
    max-width: 260px;
    bottom: -13px;
    left: -17px;
    overflow: hidden;
}
#recentWorkSection ul li:hover img {
    position: absolute;
    z-index: 444;
    width: 260px;
    height: 206px;
    max-width: 260px;
    top: -26px;
    left: -17px;
    
}*/
#recentWorkSectionList {
    padding: 45px 0;
    background: #ccc;
}
#recentWorkSectionList .custom,
#recentWorkSection .custom{
    text-align: center;
    color: #fff;
}
#recentWorkSectionList .custom p,
#recentWorkSection .custom p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: #e33b3b;
    padding: 10px 0;
    opacity: .8;
}

#recentWorkSectionList .custom em,
#recentWorkSection .custom em{
    font-style: normal;
    margin: 0 3px;
}

#recentWorkSectionList .custom span,
#recentWorkSection .custom span{
    display: inline-flex;
    width: 30px;
    height: 55px;
    justify-content: center;
    align-items: center;
    background: url('../images/bg/counter-item-bg-38x55.png') center center no-repeat;
    color: #3a3a38;
    font-size: 30px;
    font-weight: bold;
    margin: 0 1px;
}
#recentWorkSectionList .custom sup { margin-right: 3px; }


#recentWorkSection .contacts{
  	display: flex;
  	justify-content: center;
  	flex-wrap: wrap;
  	background: #f1f1f1;
}
#recentWorkSection .contacts p{
  	font-size: 20px;
  	color: #3a3a38;
  	background-color: transparent;
  	margin: 0 10px;
  	opacity: 1;
}
#recentWorkSection .contacts .soc-icons > p{
   margin: 0;
}
#recentWorkSection .contacts > p > a{
  	text-decoration: none;
  	color: #3a3a38;
  	opacity: 1;
}
#recentWorkSection .contacts > p.icon-phone{
  	margin-left: 0;
}
#recentWorkSection .contacts > p.icon-phone > a {
  	padding-left: 22px;
  	background: url('../images/phone.svg') 0 center no-repeat;
}
#recentWorkSection .contacts > p.icon-email > a {
  padding-left: 24px;
  background: url('../images/mail.svg') 0 center no-repeat;
}
#recentWorkSection .contacts .soc-icons{
  display: flex;
  gap: 10px;
  margin-left: 10px;
}
#recentWorkSection .contacts p.icon-vk > a,
#recentWorkSection .contacts p.icon-tg > a {
   	display: block;
    position: relative;
    width: 37px;
    height: 37px;
  	font-size: 0px;
}
#recentWorkSection .contacts p.icon-vk > a {background: url('../../../images/logo/vk.png') 0 0 no-repeat;}
#recentWorkSection .contacts p.icon-tg > a {background: url('../../../images/logo/tg.png') 0 0 no-repeat;}


#aboutSection { padding: 25px 0 45px; }

#aboutSection ul { margin-bottom: 20px; }

#aboutSection ul li {
  width: 100%;
  background: #407298;
  margin-bottom: 16px;
  text-align: center;
  margin-left: 8px;
}

#aboutSection ul li a, 
#aboutSection ul li a:hover,
#aboutSection ul li a:active {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

#aboutSection .partners-logo{
  	margin-bottom: 40px;
}

#aboutSection .partners-logo > div{
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

#aboutSection .partners-logo img{
  	width: 100%;
  	height: auto;
}

#aboutSection img {
    width: 19%;
}

#aboutSection video{
  width: 101%;
  height: auto;
  margin-left: -14px;
}

.moduletable h3,
#catMenuSection .moduleTitle h3,
#aboutSection .moduletable .about-header {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.moduletable h3:after,
#catMenuSection .moduleTitle h3:after,
#aboutSection h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 68px;
    height: 4px;
    background: #c9c9c9;
    bottom: 0px;
    left: 50%;
    margin-left: -34px;
}

#aboutSection .moduletable h3 {
  	font-size: 30px;
    line-height: 32px;
}


#pholioSection {
    padding: 45px 0;
    background: url('../images/bg/pholio.jpg') center center;
    background-size: cover;
}

#pholioSection h3 {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#pholioSection h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 68px;
    height: 4px;
    background: #c9c9c9;
    bottom: 0px;
    left: 50%;
    margin-left: -34px;
}

#pholioSection .pholioWrapper{
  	gap: 14px;
}

.pholioBlock{
  	width: 19%;
}

.pholioItem {
  	position: relative;
    max-width: 560px;
  	height: calc(100% - 30px);
    background: #fff;
    margin: 0 auto 30px auto;
    -webkit-box-shadow: 0px 0px 7px 5px rgba(224,220,224,1);
    -moz-box-shadow: 0px 0px 7px 5px rgba(224,220,224,1);
    box-shadow: 0px 0px 7px 5px rgba(224,220,224,1);
}

.pholioInfo, .pholioItemName, .pholioItemDesc, .pholioItemBtn {
    padding: 0 15px;
}

.pholioItemDesc{
  	margin-bottom: 100px;
}

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

.pholioInfo .icon-square,
.pholioInfo .icon-calendar {
    padding-left: 35px;
    margin-bottom: 7px;
    color: #818282;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.pholioInfo .icon-square span,
.pholioInfo .icon-calendar span {
    color: #3a3a38;
    margin-left: 7px;
}

.pholioInfo .icon-square {
    background-image: url('../images/icon-square-30x30.png');
}
.pholioInfo .icon-calendar {
    background-image: url('../images/icon-calendar-30x30.png');
}

.pholioItemName {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 96px;
}

.pholioItemBtn {
  	position: absolute;
  	bottom: 0;
    margin: 15px 0 0 0;
    padding-bottom: 15px;
}

.pholioItemBtn a {
    display: flex;
    width: 165px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    background: #2f5878;
    transition: 0.3s all;
}

.pholioItemBtn a span { font-size: 28px; padding-bottom: 7px; }

.pholioItemBtn a:hover, .pholioItemBtn a:focus {
    text-decoration: none;
    background: #e33b3b;
}
.pg-image {
    max-width: 100%;
    display: block;
    margin: 0 auto 30px auto;
}
#boxplus .boxplus-bottom > .boxplus-caption {
    display: none;
}
#boxplus .boxplus-dialog {
    overflow: hidden;
    max-width: 100%;
}
.allPholio {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.allPholio a {
    display: flex;
    width: 220px;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    background: #e33b3b;
    margin: 10px;
    transition: 0.3s all;
}

.allPholio a:hover, .allPholio a:focus {
    text-decoration: none;
    background: #2f5878;
}

#clientsSection { padding: 45px 0; border-bottom: 2px #c9c9c9 solid; }
#clientsSection h3 {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 30px;
}
#clientsSection h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 68px;
    height: 4px;
    background: #c9c9c9;
    bottom: 0px;
    left: 50%;
    margin-left: -34px;
}

.clientsWr.owl-carousel { padding: 0 60px; }
.clientsWr.owl-carousel .owl-item div {
    display: block;
    position: relative;
    width: 100%;
}

.clientsWr.owl-carousel .owl-item img {
    max-width: 110px;
    margin: 0 auto;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #2f5878;
    color: #fff;
    border-radius: 24px;
    font-size: 24px;
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
    top: 30px;
}
.owl-carousel .owl-nav button.owl-next { right: 0px; }
.owl-carousel .owl-nav button.owl-prev { left: 0px; }

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    display: block;
    width: 48px;
    height: 48px;
    font-size: 36px;
    line-height: 40px;
}

#advantagesSection {
    padding: 45px 0;
}

#advantagesSection ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

#advantagesSection ul li {
    width: 20%;
    margin: 15px 0;
    padding: 100px 15px 0 15px;
}
#advantagesSection ul li:nth-child(1) { background: url('../images/advantages/001.png') 0 0 no-repeat; }
#advantagesSection ul li:nth-child(2) { background: url('../images/advantages/002.png') 0 0 no-repeat; }
#advantagesSection ul li:nth-child(3) { background: url('../images/advantages/003.png') 0 0 no-repeat; }
#advantagesSection ul li:nth-child(4) { background: url('../images/advantages/004.png') 0 0 no-repeat; }
#advantagesSection ul li:nth-child(5) { background: url('../images/advantages/005.png') 0 0 no-repeat; }
#advantagesSection ul li:nth-child(6) { background: url('../images/advantages/006.png') 0 0 no-repeat; }
#advantagesSection ul li:nth-child(7) { background: url('../images/advantages/007.png') 0 0 no-repeat; }
#advantagesSection ul li:nth-child(8) { background: url('../images/advantages/008.png') 0 0 no-repeat; }
#advantagesSection ul li:nth-child(9) { background: url('../images/advantages/009.png') 0 0 no-repeat; }
#advantagesSection ul li:nth-child(10) { background: url('../images/advantages/010.png') 0 0 no-repeat; }


#reviewsSection {
    padding: 45px 0;
    background: url('../images/bg/reviews.jpg') center center;
    background-size: cover;
}

.reviewsWrap.owl-carousel {
    padding: 0 60px;
    width: 100%;
}

.reviewItem {
    max-width: 250px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.reviewInfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.reviewsWrap.owl-carousel .reviewAuthorAvatar {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-right: 10px;
}

.reviewsWrap.owl-carousel .reviewAuthorAvatar img {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviewAuthor { width: calc(100% - 70px); }
.reviewAuthor p { margin: 0 0 7px 0; font-size:16px; line-height: 18px; }
.reviewAuthor p strong { font-size: 18px; line-height: 20px; font-weight: normal; color: #2f5878; }


.reviewsWrap.owl-carousel .owl-nav button.owl-next,
.reviewsWrap.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    margin-top: -70px;
}


#reviewsSection h3,
#formSection h3,
.item-pagereview h3 {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#reviewsSection h3:after,
#formSection h3:after,
.item-pagereview h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 68px;
    height: 4px;
    background: #c9c9c9;
    bottom: 0px;
    left: 50%;
    margin-left: -34px;
}

#formSection {
    padding: 45px 0;
    background: url('../images/bg/form.jpg') center center;
    background-size: cover;
}

#formSection h3 { color: #fff; }

.formIntro1 { font-size: 22px; color: #fff; margin-bottom: 10px; }
.btn:focus, .btn:hover { box-shadow: none; }
.btn.form-submit {
    border: 1px #e33b3b solid;
    background: #e33b3b;
    color: #fff;
    border-radius: 0px;
    padding: .5rem .75rem;
    transition: 0.3s all;
}
.form-control { padding: .5rem .75rem; border-radius: 0px; }
.form-control.hasError { border-color: red; }
textarea.form-control { height: 92px; resize: none; }
.btn:hover.form-submit,
.btn:focus.form-submit {
    color: #000;
}
.formLeft, .formRight { margin-top: 30px; margin-bottom: 30px; }
.formRight { text-align: center; font-size: 20px; line-height: 22px; color: #fff; }
.callNow a { font-size: 30px; font-weight: 34px; color: #fff; transition: 0.3s all; }
.callNow a:hover, .callNow a:focus { color: #e33b3b; text-decoration: none; }

.callNow { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px #7d92a3 solid; }

.writeNow { margin-top: 15px; }
.writeNow p { margin: 0; }
.writeNow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.writeNow ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 38px;
    margin: 15px;
    padding-left: 37px;
    font-size: 18px;
    opacity: 0.8;
    transition: 0.3s all;
}


.writeNow ul li.icon-viber a {
    background: #9639c6 url('../images/viber-32x32.png') 4px 3px no-repeat;
    color: #fff;
}

.writeNow ul li.icon-whatsapp a {
    background: #4ec841 url('../images/whatsapp-32x32.png') 4px 3px no-repeat;
    color: #fff;
}

.writeNow ul li a:hover, .writeNow ul li a:focus {
    text-decoration: none;
    opacity: 1;
}

#mapSection { position: relative; }
#mapSection .embed-responsive,
#mapSection iframe { height: 400px; }

.mapContactsWr {
    display: block;
    position: absolute;
    z-index: 2;
    height: 320px;
    width: 300px;
    background: rgba(47,88,120,0.7);
    top: 50%;
    margin-top: -160px;
    right: 10%;
}

.mapContacts {
    display: block;
    position: relative;
    width: 280px;
    height: 300px;
    padding: 20px;
    margin: 10px auto;
    background: rgba(47,88,120,0.7);
    border: 2px #fff solid;
    color: #fff;
}

.mapContacts .icon-adress { padding-left: 20px; background: url('../images/contact-adress.png') 0 3px no-repeat; }
.mapContacts .icon-phone a { padding-left: 24px; background: url('../images/contact-phone.png') 0 center no-repeat; font-size: 24px; color: #fff; }
.mapContacts .icon-email a { padding-left: 24px; background: url('../images/contact-mail.png') 0 center no-repeat; color: #fff; }

.mapContacts p{
  margin-bottom: 10px;
}

.mapContacts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mapContacts ul li { margin: 0 7px; }
.mapContacts ul li a {
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    text-indent: -999em;
}

.mapContacts ul li.icon-viber a { background: url('../images/37x37-viber.png') center center no-repeat; }
.mapContacts ul li.icon-instagram a { background: url('../images/37x37-instagram.png') center center no-repeat; }
.mapContacts ul li.icon-whatsapp a { background: url('../images/37x37-whatsapp.png') center center no-repeat; }
.mapContacts ul li.icon-tg a { background: url('../../../images/logo/tg.png') 0 0 no-repeat; }

#footerSection { margin-top: 15px; }
#footerSection .topLeft .custom { display: flex; align-items: center; flex-wrap: wrap; }

#footerSection .topLeft .custom .siteLogo { width: 80px; }
#footerSection .topLeft .custom .siteLogo img { width: 70px; }
#footerSection .siteName { font-size: 22px; font-weight: bold; }
#footerSection .siteDesc { font-size: 13px; }

#footerSection .topCenter {
    text-align: left;
}

#footerSection .icon-email a {
    color: #2f5878;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    height: 24px;
    padding-left: 22px;
    position: relative;
    transition: 0.3s all;
}

#footerSection .icon-email a::before {
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    background: url('../images/envelope-18x18.png') 0 0 no-repeat;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 0;    
}


#footerSection p.icon-map-marker {
    display: inline;
}
#footerSection .icon-map-marker span {
    text-decoration: none;
    font-size: 16px;
    padding-left: 18px;
    position: relative;
    transition: 0.3s all;
}

#footerSection .icon-map-marker span::before {
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    background: url('../images/map-marker-14x18.png') 0 0 no-repeat;
    width: 14px;
    height: 18px;
    top: 1px;
    left: 0;    
}

#footerSection .icon-tel a:hover,
#footerSection .icon-tel a:focus,
#footerSection .icon-email a:hover,
#footerSection .icon-email a:focus {
    color: #407298;
    text-decoration: none;
}

#copyrightsSection { padding: 30px 0 15px 0; }
#copyrightsSection .copyLeft,
#copyrightsSection .copyRight {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}
#copyrightsSection .copyRight {
    justify-content: right;
}
#copyrightsSection .copyRight img { margin-left: 7px; }

#copyrightsSection a { color: #3a3a38; text-decoration: underline; }
#copyrightsSection a:hover, #copyrightsSection a:focus { color: #000; }

.breadcrumb { background: #fff; padding: .75rem 0; font-size: 15px; }
.breadcrumb .bullet { margin-left: 3px; margin-right: 3px; }

#contentSection { padding: 0 0 45px 0; }

.page-header h1 {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.page-header h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 68px;
    height: 4px;
    background: #c9c9c9;
    bottom: 0px;
    left: 50%;
    margin-left: -34px;
}
.pagination { flex-wrap: wrap; }
.pagination .counter,
.pagination .counter.pull-right,
.pagination_result_counter {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 13px;
    margin: 0;
}

.pagination ul {
    margin: 7px 0 15px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
}
#mxcpr { display: none; }

.pagination ul li { margin: 7px 3px;}
.pagination ul li a, .pagination ul li span { padding: 7px; }



.ItemData .icon-square,
.ItemData .icon-calendar {
    padding-left: 35px;
    margin-bottom: 7px;
    color: #818282;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.ItemData .icon-square span,
.ItemData .icon-calendar span {
    color: #3a3a38;
    margin-left: 7px;
}

.ItemData .icon-square {
    background-image: url('../images/icon-square-30x30.png');
}
.ItemData .icon-calendar {
    background-image: url('../images/icon-calendar-30x30.png');
}
.ItemDesc {
    margin-top: 15px;
    margin-bottom: 15px;
}

#sort_count {
    background: #f1f1f1;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
}
.formSort, .formOrder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.formOrder { justify-content: flex-end; }

#sort_count .formSort label,
#sort_count .formOrder label {
    margin: 0 5px 0 0;
    font-size: 13px;
}


#sort_count .formSort select,
#sort_count .formOrder select {
    padding: 0.3rem 0.5rem;
    border: 1px #e8e8e8 solid;
    border-radius: 0px;
    font-size: 15px;
}

.prodImage { position: relative; }
.jshop_price {
    color: #fff;
    background: #e33b3b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 7px 0 15px;
    height: 38px;
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 3px;
}
.jshop_price:after {
    content: '';
    width: 15px;
    height: 38px;
    border: 19px solid transparent; border-left: 19px solid #e33b3b; 
    position: absolute;
    z-index: 2;
    right: -38px;
    top: 0;
}

.row.list_product .product { margin-top: 15px; margin-bottom: 15px;}

.row.list_product .product .productWrapper {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 5px rgba(224,220,224,1);
    -moz-box-shadow: 0px 0px 7px 5px rgba(224,220,224,1);
    box-shadow: 0px 0px 7px 5px rgba(224,220,224,1);
    padding-bottom: 15px;
}

.productWrapper .prodName {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin: 15px;
}

.productWrapper .prodName a {color: #3a3a38;}

.productWrapper .buttons {
    margin: 0 15px;
}

.productWrapper .buttons .btn.button_detail {
    color: #fff;
    background: #2f5878;
    border-radius: 0;
    transition: 0.3s all;
}
.productWrapper .buttons .btn:hover.button_detail,
.productWrapper .buttons .btn:focus.button_detail {
    box-shadow: none;
    background: #e33b3b;
}


.productFull.productInfo .prod_price {
    color: #fff;
    background: #e33b3b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 7px 0 15px;
    height: 38px;
    position: relative;
    margin-bottom: 15px;
}
.productFull.productInfo .prod_price:after {
    content: '';
    width: 15px;
    height: 38px;
    border: 19px solid transparent; border-left: 19px solid #e33b3b; 
    position: absolute;
    z-index: 2;
    right: -38px;
    top: 0;
}

.productFull.productInfo .productShortDesc { margin-bottom:  15px; }


.list_product_demo .btn-download {
    color: #fff;
    background: #2f5878;
    border-radius: 0;
    transition: 0.3s all;
}

.list_product_demo .btn-download:hover,
.list_product_demo .btn-download:focus {
    text-decoration: none;
    box-shadow: none;
    background: #e33b3b;
}

.row.productFull.productDesc strong,
.row.productFull.productDesc h2,
.row.productFull.productDesc h3,
.row.productFull.productDesc h4,
.row.productFull.productDesc h5 {
    color: #407298;
}

.row.productFull.productName h1 { font-size: 30px; line-height: 32px; margin-bottom: 10px; }
.contentLeft ul.mod-list {
    display: flex;
    flex-direction: column;
    transition: 0.3s all;
}
.contentLeft ul.mod-list > li {
    margin: 0 0 15px 0;
    padding: 15px;
    border: 1px #e8e8e8 solid;
}

.contentLeft ul.mod-list > li.item-167 { order: 1; }
.contentLeft ul.mod-list > li.item-183 { order: 2; display: none; }

.contentLeft ul.mod-list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #818282;
    color: #fff;
    height: 50px;
    text-transform: uppercase;
    list-style: none;
}

.contentLeft ul.mod-list > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contentLeft ul.mod-list > li > ul > li > a {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    display: flex;
    padding: 7px 0;
    align-items: center;
    font-weight: 600;
}

.contentLeft ul.mod-list > li > ul > li > ul {
    padding-left: 25px;
}

.contentLeft ul.mod-list > li > ul > li > ul > li > a {
    font-size: 15px;
    line-height: 17px;
    color: #3a3a38;
    display: flex;
    padding: 7px 0;
    align-items: center;
}

.contentLeft ul.mod-list ul > li.active > a,
.contentLeft ul.mod-list ul > li > a:hover,
.contentLeft ul.mod-list ul > li > a:focus,
.contentLeft ul.mod-list ul > li > ul > li > a:hover,
.contentLeft ul.mod-list ul > li > ul > li > a:focus {
    color: #407298;    
}


.subCategory { min-height: 50px; }

#system-message a.close { cursor: pointer; }
.alert-error { background: #f0c6c6; margin-top: 1rem; }
.alert-message { background: #e1ffb5; margin-top: 1rem; }


#checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    padding-top: 15px;
    border-top: 1px #e8e8e8 solid;
}
#checkout a { font-weight: bold; }

.jshop.cart.cartcheckout img.jshop_img { width: 70px; }

#floatCart {
    display: block;
    width: 66px;
    height: 66px;
    background: rgba(255,255,255,0.8);
    position: fixed;
    z-index: 999;
    top: 40px;
    right: 10px;
    border-radius: 32px;
}
#floatCart a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #e33b3b url('../images/order-con.png') center center no-repeat;
    margin: 3px;
    border-radius: 30px;
    transition: 0.3s all;
}

#floatCart a .noDisplay { display: none; }

#floatCart a .inCartCount {
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    background: #e33b3b;
    color: #fff;
    right: 0px;
    top: -15px;
    padding: 0 7px;
}
#floatCart a .cartTitle {
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    background: #e33b3b;
    color: #fff;
    right: 50%;
    bottom: -15px;
    width: 70px;
    text-align: center;
    margin-right: -35px;
}

#floatCart a:hover,
#floatCart a:focus {
    background: #e33b3b url('../images/order-con.png') center center no-repeat;
}

#floatCart a:hover .inCartCount,
#floatCart a:focus  .inCartCount {
    background: #407298;
}

.clearfix{align-items: stretch;}











