/* Header */

@media(min-width:768px) {
	.header .header_pc {
		display: flex !important;
		justify-content: flex-end;
	}
}

.switch_lang {
	display: flex;
	padding-left: 22px !important;
}

.switch_lang li {
	font-size: 12.2px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.switch_lang li a {
    font-size: 12.2px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
	
}

.switch_lang .current {
	padding-top: 18.6px;
	padding-bottom: 18.6px;
	padding-left: 5px;
	padding-right: 5px;
}

.switch_lang li a {
	padding-top: 18.6px;
	padding-bottom: 18.6px;	
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}

.switch_lang li a:hover {
	text-decoration: none;
	border-bottom: solid 1px #007aff;
}

.switch_lang li a:focus {
	text-decoration: none;
}

.fixed-header .switch_lang li {
	color: #333;
}
.fixed-header .switch_lang li a {
	color: #333;
}

@media (max-width:991px) and (min-width:768px){
	.header_pc {
		margin-top: 22px;
	}
	.contacts-list-top {
		z-index: 9;
	}
	.switch_lang {
      padding-left: 67px !important;
    }
	.header .header_pc {
      display: flex !important;
      justify-content: flex-start;
	  padding-left: 14px;
    }
}

@media (max-width:870px){
	.switch_lang {
      padding-left: 24px !important;
    }	
	.header .header_pc {
	  justify-content: flex-end;
	}
}

@media (max-width:767px){
    .contact-block-top {
        top: 90px !important;
    }
	.header .header_pc {
	  justify-content: flex-start;
	}
	.switch_lang {
      padding-left: 0px !important;
	  margin-left: -5px;
    }	
	.switch_lang .current { 
		padding-top: 14px;
		padding-bottom: 14px;	  
	}
	.switch_lang li a { 
		padding-top: 14px;
		padding-bottom: 14px;	  
	}	
	
	
}
@media (max-width:644px){
    .contact-block-top {
        top: 88px !important;
    }
}
@media (max-width:485px){
    .contact-block-top {
        margin-left: 0px !important;
    }
	.header .navbar {
        padding-bottom: 35px !important;
    }
	.header .navbar .navbar-collapse {
        margin-top: 75px !important;
    }
}
@media (max-width:445px){
    .contact-block-top {
		/*
        text-align: center;
        margin-right: 0px !important;
        margin-left: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 147px !important;
		*/
		display: none !important;
    }
}

/* Home */
.homepage .swiper-slide {
	overflow: hidden !important;
}

/* Forms */
.wpcf7-spinner {
	position: absolute !important;
    margin-top: 13px !important;
}
.send-me-row {
	text-align: center !important;
}

#page-preloader {
    display: none !important;
}

/* line 1, mystyle.scss */
.headerContent {
  padding-top: 250px;
}
/* line 3, mystyle.scss */
.headerContent h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
/* line 11, mystyle.scss */
.headerContent .desc {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-family: Monserat, sans-serif;
  text-align: center;
}

/* line 21, mystyle.scss */
.footer-section .icon-Phone2:before {
  margin-right: 8px;
}

/* line 27, mystyle.scss */
.home .secondRowServiceHome {
  padding-top: 60px;
}

.contacts-list-top {
  position: absolute;
  display: inline-block;
  line-height: 25px;
  padding-left: 30px;
}

.contacts-list-top .icon-Phone2:before {
  margin-right: 6px;
  color: white;
  font-size: 14px;
}

.contacts-list-top .icon-Mail:before {
  margin-right: 6px;
  color: white;
  font-size: 14px;
}

.contacts-list-top > li {
  color: white;
  font-size: 18px;
}

.contacts-list-top li:first-child {
  padding-top: 5px;
}

body.fixed-header .scrolling-header .navbar .contacts-list-top > li > i:before {
  color: #333;
  font-size: 14px;
}

body.fixed-header .scrolling-header .navbar .contacts-list-top > li {
  color: #333;
  font-size: 18px;
}

body.fixed-header .scrolling-header .navbar .contacts-list-top li:first-child {
  padding-top: 0px;
}

.contacts-list-top .icon a {
  color: #fff;
  text-decoration: none;
}

body.fixed-header .scrolling-header .navbar .contacts-list-top .icon a{
  color: #333;
  text-decoration: none;
}

button.order-button {
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 10px;
  border-color: #088cdc;
  background: #088cdc;
}

button.order-button:hover {
  color: #fff;
  background: #066dab;
  border-color: #066dab;
}

button.order-button:active {
  color: #fff;
  background: #066dab;
  border-color: #066dab;
}

button.order-button:focus {
  color: #fff;
  background: #066dab;
  border-color: #066dab;
}


.order-title {
  font-size: 16px;
  text-transform: uppercase;
}

.order-close {
  color: #088cdc;
}

.order-close:hover {
  color: #066dab;
}


.clearDiv {
  clear: both;
}
.page-template-uslugi-page .feature-item .text span {
  font-size: 1.3em;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
}

.content-tabs {
  max-width: 830px;
  margin: 0 auto;
}

.portfolio-item .portfolio-item-footer .name {
  height: 55px;
}

.page-template-page-site-up .section-subtitle span, .page-template-page-deluxshop .section-subtitle span {
  color: #ff3600;
  font-size: 1.2em;
}

.page-template-page-site-up .imgBlock, .page-template-page-deluxshop .imgBlock {
  text-align: center;
}
.page-template-page-site-up .imgBlock2, .page-template-page-deluxshop .imgBlock2 {
  text-align: center;
}
.page-template-page-site-up .imgBlock img, .page-template-page-deluxshop .imgBlock img {
  max-width: 350px;
}
.page-template-page-site-up .orderBlock1 .sale, .page-template-page-deluxshop .orderBlock1 .sale {
  padding-top: 40px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.page-template-page-site-up .orderBlock1 .tel, .page-template-page-deluxshop .orderBlock1 .tel {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-page-site-up .orderBlock1 .oldcena, .page-template-page-deluxshop .orderBlock1 .oldcena {
  text-align: right;
  font-size: 1.4em;
}
.page-template-page-site-up .orderBlock1 .oldcena span, .page-template-page-deluxshop .orderBlock1 .oldcena span {
  text-decoration: line-through;
}
.page-template-page-site-up .orderBlock1 .newcena, .page-template-page-deluxshop .orderBlock1 .newcena {
  text-align: left;
  font-size: 1.8em;
}
.page-template-page-site-up .forWhomBlock .twoRow em, .page-template-page-deluxshop .forWhomBlock .twoRow em {
  line-height: 1.5;
}
.page-template-page-site-up .feature-item .title, .page-template-page-deluxshop .feature-item .title {
  line-height: 1.5;
}
.page-template-page-site-up .offers-section .text-item:after, .page-template-page-deluxshop .offers-section .text-item:after {
  background: #088cdc;
}
.page-template-page-site-up .exampleBlockMain a .name, .page-template-page-deluxshop .exampleBlockMain a .name {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.3;
}
.page-template-page-site-up .qualityBlock h4, .page-template-page-deluxshop .qualityBlock h4 {
  line-height: 1.5;
}
.page-template-page-site-up .price-section .list-features, .page-template-page-deluxshop .price-section .list-features {
  line-height: 1.5;
}
.page-template-page-site-up .price-section .oldPrice, .page-template-page-deluxshop .price-section .oldPrice {
  margin-bottom: 10px;
  font-size: 1.8em;
  margin-top: 10px;
  text-decoration: line-through;
  color: #666666;
}
.page-template-page-deluxshop .price-section .midlePrice .item-heading {
   padding-top: 40px;
}
.page-template-page-deluxshop .price-section .thirdPrice .item-heading {
  padding-top: 40px;
}
.page-template-page-deluxshop .price-section .thirdPrice .item-footer {
  padding-top: 15px;
  padding-bottom: 20px;
}
.page-template-page-deluxshop .price-section .onePrice .item-footer {
  padding-bottom: 20px;
}
.page-template-page-deluxshop .price-section .midlePrice .item-footer {
  padding-top: 110px;
}
.page-template-page-deluxshop .price-section .pricing-background {
  background: url(/wp-content/themes/up-studio/img/pricebgr.jpg) center no-repeat;
}

.page-template-site-up .price-section .midlePrice .item-heading {
   padding-top: 40px;
}
.page-template-site-up .price-section .thirdPrice .item-heading {
  padding-top: 40px;
}
.page-template-site-up .price-section .thirdPrice .item-footer {
  padding-top: 15px;
  padding-bottom: 20px;
}
.page-template-site-up .price-section .onePrice .item-footer {
  padding-bottom: 20px;
}
.page-template-site-up .price-section .midlePrice .item-footer {
  padding-top: 110px;
}
.page-template-site-up .price-section .pricing-background {
  background: url(/wp-content/themes/up-studio/img/pricebgr.jpg) center no-repeat;
}

.buy-section .top-text {
  line-height: 1.3;
  margin-bottom: 10px;
}
.buy-section .bottom-text {
  line-height: 1.3;
}
.IMContentBlock img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.IMContentBlock p strong {
  font-weight: bold;
}


.page-template-portfolio .imTabs {
  display: none;
}

.page-template-portfolio .tab-pane .name a {
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}

.single-project .IMContentBlock p {
  font-size: 14px;
}

.single-project .IMContentBlock ul {
  margin-bottom: 30px;
  margin-left: 15px;
}

.single-project .IMContentBlock li {
  font-size: 14px;
  color: #333;
  line-height: 2;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 5px;
}

.single-project .IMContentBlock li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #088cdc;
}