.implemented,
.implemented *{
    box-sizing: border-box;

    margin: 0;
    padding: 0;
}
main{
    overflow: hidden;
}
/* Customize */
.wrapper-new{
    max-width: 1280px;
    width: 100%;

    margin: 0 auto;

    position: relative;
}
.clear-fix:after{
    clear: both;
    content: '';

    display: table;

    width: 100%;
    height: 0;
}
.w100{
    width: 100%;
}
.w100r{
    width: 100%;

    position: relative;
}
.ph-20{
    padding-left: 20px;
    padding-right: 20px;
}
.animated,
.animated:before,
.animated:after{
    transition: all 250ms ease-in-out;
}
.flex-new{
       display: flex;
       flex-wrap: wrap;
}
/* New Styles */
.h1-new{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
.h2-new{
    background: url(../img/new/arrow-down.svg) 50% 100% no-repeat;
    -webkit-background-size: 30px 15px;
    background-size: 30px 15px;

    font-size: 22px;
    text-align: center;
    text-transform: uppercase;

    padding-bottom: 30px;

    position: relative;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

/* Slider */
.slick-loading .slick-list {
    background: #fff url("../img/ajax-loader.gif") 50% no-repeat; }
/* Arrows */
.slick-arrow {
    background-color: rgba(0,0,0,.5);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 40px;
    height: 80px;
    top: 50%;
    margin-top: -60px;
    position: absolute;
    z-index: 1;
    transition: all 250ms ease-in-out;
}
.slick-arrow:before {
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px; }
.slick-arrow:hover {
    background-color: rgba(0,0,0,.95);
}
.slick-arrow.slick-disabled {
    cursor: default; }
.slick-arrow.slick-prev {

	margin-top: 40px;
	
    left: 0; }
.slick-arrow.slick-next {
	
	margin-top: 40px;
	
    right: 0; }

/* Dots */
.slick-dots {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    list-style: none;
    width: 100%;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.slick-dots li {
    cursor: pointer;
    padding: 20px 5px 0;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
.slick-dots li button {
    background: #333;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    width: 16px;
    height: 16px;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
.slick-dots li button:hover {
    background: #e5e5e5; }
.slick-dots li.slick-active button {
    background: #ff0099;
    cursor: default; }
/*------------------------------------*/
.implemented-projects{
    padding: 40px 0 60px;
}
.implemented-projects__title{}
.implemented-projects__slider{
    overflow: hidden;

    max-height: 600px;
    margin-top: 40px;
}
.implemented-projects__item{
    background-color: #f0f0f0;
    background-position: 50% !important;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;

    display: block;

    height: 500px !important;
}
.implemented-projects__info{
    margin-top: 60px;
}
.implemented-projects__button{
    background: #ff0099;
    border: 2px solid #ff0099;
    color: #fff;
    cursor: pointer;

    text-align: center;

    width: 260px;
    padding: 8px 0;

    top: 0;
    right: 0;

    position: absolute;
    z-index: 1;
}
.implemented-projects__button:hover{
    background-color: transparent;
    color: #ff0099;
}
.implemented-projects__description{
    padding-right: 300px;
}
.implemented-projects__more{
}
.implemented-projects__more--item{
    margin-top: 60px;

    align-items: flex-start;
    justify-content: space-between;
}
.implemented-projects__more--description{
    width: 460px;
}
.implemented-projects__more--image{
    background-color: #f2f2f2;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    /*box-shadow: 4px 4px 10px rgba(0,0,0,.18);*/

    width: 320px;
    height: 400px;
}
.implemented-projects__more--image:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.75);
}
.implemented-projects__salons{
    margin-top: 40px;

    align-items: center;
    justify-content: center;
}
.implemented-projects__salons--link{
    background: #ff0099;
    border: 2px solid #ff0099;
    color: #fff;
    cursor: pointer;

    text-align: center;

    padding: 15px 25px;
}
.implemented-projects__salons--link:hover{
    background-color: transparent;
    color: #ff0099;
}
.you-may-like{
    padding-bottom: 60px;
}
.you-may-like__inner{
    align-items: flex-start;
    justify-content: center;
}
.you-may-like__item{
    margin: 40px 10px 0;
    width: 300px;
    height: 250px;
}
.you-may-like__item--inner{
    border: 1px solid #555;
    display: block;

    width: 100%;
    height: 100%;

    padding: 20px;
}
.you-may-like__item--inner:hover{
    border-color: #ff0099;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
}
.you-may-like__image{
    display: block;

    width: 100%;
    height: 100%;
}
.text-page iframe {
    background: lightblue;
    width: 100% !important;
    height: 450px !important; }
.text-page a {
    border-bottom: solid 1px #ff0099;
    color: #ff0099;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
.text-page a:focus {border-bottom: solid 1px #ff0099; }
.text-page a:hover {
    border-color: transparent; }
.text-page h1, .text-page h2, .text-page h3, .text-page h4, .text-page h5, .text-page h6 {
    line-height: 1.2;
    text-transform: uppercase; }
.text-page h1 {
    font-size: 36px; }
.text-page h2 {
    font-size: 26px; }
.text-page h3 {
    font-size: 22px; }
.text-page h4 {
    font-size: 20px; }
.text-page h5 {
    font-size: 18px; }
.text-page h6 {
    font-size: 16px; }
.text-page b, .text-page strong { }
.text-page img {
    display: block;
    max-width: 100%; }
.text-page img.left-side {
    float: left;
    width: 48.5%;
    margin-right: 3%; }
.text-page img.right-side {
    float: right;
    width: 48.5%;
    margin-left: 3%; }
.text-page img.center {
    margin: 0 auto; }
.text-page i,
.text-page em {
    font-style: italic; }
.text-page p,
.text-page li {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 !important;
    position: relative;
    width: 100%; }
.text-page ul,
.text-page ol {
    list-style: none;
    width: 100%;
    padding-left: 20px; }
.text-page li:before {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1; }
.text-page ul li {
    padding-left: 20px !important; }
.text-page ul li:before {
    background: #ff0099;
    border-radius: 50%;
    content: '';
    height: 8px;
    width: 8px;
    top: 9px;
    left: 0; }
.text-page ol {
    counter-reset: num; }
.text-page ol li {
    padding-left: 30px; }
.text-page ol li:before {
    color: #ff0099;
    content: counter(num) ".";
    counter-increment: num;
    font-family: "opensans-bold";
    top: 0;
    left: 0; }
.text-page table {
    width: 100%; }
.text-page table th {
    background: #ff0099;
    border: solid 1px #B3B3B3;
    color: #fff;
    font: 16px/1.2 "opensans-bold";
    text-transform: uppercase;
    padding: 10px 20px; }
.text-page table td {
    background: #fff;
    border: solid 1px #B3B3B3;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 20px; }
.text-page p + p,
.text-page li + li {
    margin-top: 10px; }
.text-page * + * {
    margin-top: 30px; }
@media all and (max-width: 1200px) {
    .implemented-projects__more--item{
        justify-content: flex-start;
    }
    .implemented-projects__more--description{
        width: 100%;
    }
    .implemented-projects__more--image{
        margin: 30px 20px 0 0;
    }
    .implemented-projects__more--image:last-child{
        margin-right: 0;
    }
}
@media all and (max-width: 1024px) {
    .ph-20 {
        padding-left: 15px;
        padding-right: 15px; }

    .implemented-projects__button{
        width: 260px;

        margin: 0 auto;

        position: relative;
    }
    .implemented-projects__description{
        margin-top: 30px;
        padding-right: 0;
    }
}
@media all and (max-width: 960px) {

}
@media all and (max-width: 860px) {

}
@media all and (max-width: 768px) {
    .implemented-projects__item{
        height: 400px !important;
    }
    .slick-arrow {
        display: none !important;
    }
    .slick-dots li {
        padding: 20px 2px 0;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    .implemented-projects__more--item{
        justify-content: center;
    }
    .implemented-projects__more--image{
        width: 270px;
        height: 320px;
        margin: 30px 10px 0 !important;
    }

    .text-page h1 {
        font-size: 28px; }
    .text-page h2 {
        font-size: 24px; }
    .text-page h3 {
        font-size: 20px; }
    .text-page h4 {
        font-size: 18px;
        text-transform: uppercase;
    }
    .text-page iframe {
        height: 300px !important; }
    .text-page table:not(.overlay-layout) {
        width: 100%; }
    .text-page table:not(.overlay-layout) thead {
        display: none; }
    .text-page table:not(.overlay-layout) tbody {
        display: block;
        margin-top: 0 !important; }
    .text-page table:not(.overlay-layout) tr {
        display: block;
        width: 100%; }
    .text-page table:not(.overlay-layout) tr + tr {
        margin-top: 20px; }
    .text-page table:not(.overlay-layout) tr:nth-child(even) td {
        background: #f2f2f2; }
    .text-page table:not(.overlay-layout) td {
        border: 0;
        border-bottom: solid 1px #B3B3B3;
        display: block;
        line-height: 1;
        text-align: right;
        width: 100%;
        margin-top: 0 !important;
        padding: 10px !important; }
    .text-page table:not(.overlay-layout) td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase; }
    .text-page table:not(.overlay-layout) td:after {
        clear: both;
        content: '';
        display: table;
        width: 100%;
        height: 0; }
}
@media all and (max-width: 640px) {
    .implemented-projects__item{
        height: 350px !important;
    }
    .implemented-projects__info {
        margin-top: 40px;
    }
    .text-page img.left-side, .text-page img.right-side {
        float: none;
        width: auto;
        margin: 0 auto !important; }
    .text-page table:not(.overlay-layout) td {
        text-align: left; }
    .text-page table:not(.overlay-layout) td:before {
        text-align: left;
        width: 100%;
        padding-bottom: 10px; }
    .implemented-projects__item{
        height: 300px !important;
    }
}