h1{
text-transform: uppercase;
margin-bottom: 20px;
margin-top: 40px;
font-size: 28px;
}
.subtitle{
/*	background-image: */
background-position: left;
background-repeat: none;
text-transform: uppercase;
}
.subtext_1{
 font-size: 16px;
 margin-bottom: 30px;
 font-weight: 300;
}
.subtext_2{
 font-size: 20px;
 margin-bottom: 30px;
 font-weight: 300;
}
.subtext_3{
 font-size: 16px;
 margin:40px 0;
 font-weight: 300;
}
.title-advantages{
 font-size: 24px;
 font-weight: normal;
 margin: 40px 0;
}
.designers-carousel__item:before{
  content: "";
  display: block;
  padding: 100% 0 0;
}
.designers-carousel__item{
  padding: 0;
  background-color: #F8F8F8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.designers-carousel__item-1{
  background-image: url(../image/designers/partner_slider_1.jpg);
}
.designers-carousel__item-2{
  background-image: url(../image/designers/partner_slider_2.jpg);
}
.designers-carousel__item-3{
  background-image: url(../image/designers/partner_slider_3.jpg);
}
.designers-carousel__item-4{
  background-image: url(../image/designers/partner_slider_4.jpg);
}
.owl-dots{
  text-align: center;
  margin-top: 20px;
}
.owl-dot{
	outline: none !important;
}
.owl-dot span{
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-color: #EAEAEA;
  border-radius: 50%;
  transition: 0.4s all;
  display: inline-block;
}
.owl-dot.active span{
 background-color: #36A9E1;
}
.advantage-nav{
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.advantage-btn__switch{
	background-color: #EAEAEA;
	color: #4A4A4A;
	display: inline-block;
	margin-right: 5px;
	max-width: 250px;
	width: 100%;
	text-align: center;
	padding: 10px 30px;
	transition: 0.2s all;
}
.advantage-btn__switch:hover{
	color: #fff;
}
.advantage-btn__switch.active{
	background-color: #36A9E1;
	color: #fff;
	cursor: default;
}
.tab-content ul{
	list-style: none;
	color: #707070;
	padding: 0;
}
.tab-content li{
	padding-left: 20px;
	position: relative;
}
.tab-content li:before {
content: '>';
color: #707070;
position: absolute;
left: 0;
}
input::-webkit-input-placeholder { color: #707070; }
input:-ms-input-placeholder { color: #707070; }
input::-ms-input-placeholder { color: #707070; }
input::placeholder { color: #707070; }

input[type="submit"]{
	background-color: #fff;
	color: #36A9E1;
	margin-top: 30px;
	margin-bottom: 40px;
	border: 1px solid #36A9E1;
	transition: 0.5s all;
}
input[type="submit"]:hover{
   background-color: #36A9E1;
   color: #fff;
}
.message-success{
  font-size: 20px;
  margin: 30px 0 60px;
  font-weight: bold;
  color: #707070;
}
.carousel-container{
	position: relative;
}
.carousel-nav{
	position: absolute;
	top: 38%;
	z-index: 10;
	width: 100%;
}
.slider-arr{
	width: 50px;
	height: 50px;
	background-color: #36A9E1;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.8;
	transition: 0.2s all;
	cursor: pointer;
}
.slider-prev{
	float: left;
}
.slider-next{
	float: right;
}
.slider-arr svg{
	width: 15px;
}
.slider-arr:hover{
	opacity: 0.5;
}
@media (max-width: 588px) {
   .advantage-nav{
   	box-sizing: border-box;
   }
   .advantage-btn__switch{
   	margin: 0;
   	width: 50%;
   }
}
.title{
	font-size: 30px;
    color: #333;
    font-weight: normal;
    margin: 100px 0 40px;
}
.section{
	 display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.section-1{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../image/designers/section_1.jpg");
    height: 430px;
    align-items: flex-end;
    padding-bottom: 50px;
}
.section-1__title{
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.1;
}
.section-1__button{
	border-radius: 0;
	box-shadow: none;
	outline: none;
	border: 1px solid #fff;
	background: transparent;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	outline: none !important;
	cursor: pointer;
	transition: 0.3s all;
}
.section-1__button:hover{
	border: 1px solid #36a9e1;
    background: #36a9e1;
    color: #fff;
}
.section-3__container{
	padding: 50px 0;
	border-top: 3px solid #36a9e1;
	border-bottom: 3px solid #36a9e1;
}
.section-3__num{
	font-size: 80px;
	font-weight: normal;
	line-height: 1;
}
.section-3__text{
	margin-top: 10px;
}
.section-4__title{
	margin-bottom: 50px;
}
.section-4__item{
    min-height: 100px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #333;
    border: 1px solid #333;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: 0.3s all;
    cursor: pointer;
    text-align: center;
}
.section-4__item:hover {
    background-color: #f0f0f0;
}


.section-4__item-name{
	font-weight: normal;
    font-size: 18px;
    width: 100%;
}
.section-4__container .col{
	padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.section-4__item-text{
	font-weight: normal;
	font-size: 16px;
}
.tooltip-link{
    display: inline-flex;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #36a9e1;
    border-radius: 50%;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #333;
  text-align: center;
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  border: none !important;
}
.section-5__title{
	margin-bottom: 50px;
}
.section-5__item{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
    padding-bottom: 50%;
    transition: 0.3s transform;
    position: relative;
}
.section-5__item:hover{
   transform:scale(1.05);
   z-index: 2;
}
.section-5-row{
	margin: 0 15px;
	width: 100%;
}
.section-5__item-container{
	padding: 0;
}
.section-6__subtitle{
	font-weight: bold;
	color: #000;
	font-size: 22px;
	margin: 20px 0 40px;
}
#designer-partner{
	margin: 0;
}
.form-input{
    border: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: 0 0px 50px;
    padding: 0 15px;
    height: 40px;
    font-size: 22px;
    outline: none !important;
    border-radius: 0;
}
.form-submit{
	border-radius: 0;
	box-shadow: none;
	outline: none;
	border: 1px solid #36a9e1;
	background: transparent;
	padding: 10px 20px;
	color: #36a9e1;
	font-weight: bold;
	outline: none !important;
	width: auto;
}
.success-message-form{
	font-weight: bold;
	color: #36a9e1;
	font-size: 24px;
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 991px) {
 .section-7 .text{
 	margin-bottom: 20px;
 }

 .title{
 	margin: 20px 0 40px;
 }
 .section-3{
 	margin: 120px 0 60px;
 }
 .section-3__num {
    font-size: 40px;
 }
 .section-6{
 	margin-bottom: 50px;
 }
 #content{
	overflow: hidden;
}
}
@media screen and (max-width: 667px) {
.section-4__item{
	min-height: auto;
}
.section-1 {
	background-position: left;
}
.section-3__text{
   font-size: 14px;
}
.title{
	font-size: 28px;
}
.section-1__title{
    font-size: 32px;
}
.section-3__container {
    padding: 30px 5px;
}
.tooltip-inner{
	max-width: 300px;
}
}
