@font-face {
    font-family: 'si';
    src: url('../img/icons/socicon.eot');
    src: url('../img/icons/socicon.eot?#iefix') format('embedded-opentype'),
    url('../img/icons/socicon.woff') format('woff'),
    url('../img/icons/socicon.ttf') format('truetype'),
    url('../img/icons/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: si;
        src: url(../img/icons/socicon.svg) format(svg);
    }
}

/* common elements */
.home {

}

.home h2 {
    font-size: 26px;
}

.home h2:not(.about_h2):not(.hero_h2) {
    text-align: center;
    padding: 60px 0;
    padding-bottom: 20px;
    max-width: 1140px;
    margin: 0 auto;

}

.home h2.border {
    /* border-top: 1px solid #eaeaea;*/
}

.home .see_more {
    text-align: center;
    padding: 50px 0;
    /* padding-top: 30px;*/
}

.home .see_more .btn {
    background-color: rgba(255, 255, 255, 0);
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 40px;
    color: #568194;
    border-color: #568194;
}

.hp__all__see_more_link:link,
.hp__all__see_more_link:visited,
.hp__all__see_more_link:hover,
.hp__all__see_more_link:active {
    color: #E55400;
    color: #1e7194;
    font-size: 18px;
}

.hp__all__see_more_link .lnk {
    border-bottom: 1px solid;
}

.hp__all__see_more_link .ar {
    font-size: 20px;
}

/* --- slider --- */
.sliderWr {
    padding: 15px;
    border: 1px solid #eee;
}

.slider_services{
    position: absolute;
    height: 100%;
    width: 215px;
    top: 25px;
}

.slider_services .fa-cut{

}

.slider_services .slider_services_title{
    margin-top: -6px;
    padding-bottom: 11px;
    padding-left: 0;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    text-transform: Uppercase;
    color: #555555;
    display: block;
    height: 30px;
}


.slider_services ul li {
    border-top: 1px solid transparent;
    position: relative;
    border-bottom: 1px solid rgba(220,222,227,.7);
    display: list-item;
}
.slider_services ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 2px;
}

.slider_services ul li a{
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* slider */
.slider {
    height: 400px;
    overflow: hidden;
    background-color: #000000;
    background-color: #000000;
}

.slider .arrow {
    color: rgba(245, 245, 245, 0.85);
    background: transparent;
    border-right: 6px solid;
    border-bottom: 6px solid;
    height: 60px;
    width: 60px;
    position: absolute;

    z-index: 6666;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}

.slider .dots_wr {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;

}

.slider .dots {
    position: relative;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 8px;
    border: 2px solid white;
    z-index: 999;
    display: inline-block;
    opacity: 0.8;
    cursor: pointer;
}

.slider .dots_selected {
    background-color: #ffffff;
}

.slider .dots_selected:before,
.slider .dots_selected:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    animation: glow-grow 1s ease-out forwards;

    /*  forwards*/
}

@keyframes glow-grow {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/*
https://stackoverflow.com/questions/36707159/how-to-create-a-pulsing-glow-ring-animation-in-css
https://stackoverflow.com/questions/34653532/pulsating-image-rings-css-animations
*/
.slider .arrow-left {
    left: 50px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slider .arrow-right {
    right: 50px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slider .shirm {
    z-index: 950;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    /* bottom: 50%; */
    display: none;
}

.slider .heroes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* width: 100%; */
    /* height: 100%; */
}

.slider .hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.slider .hero_inside {
    position: absolute;
    position: static;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.slider .shirm2 {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000000f;
}

.slider img {
    width: 100%;
    position: relative;

}

.slider .texts {
    /*margin-top: 60px;
     margin-top: -50px; */
    width: 100%;
    z-index: 1000;
    text-align: center;
}

.slider h1, .slider h2 {
    margin-bottom: 30px;
    font-size: 50px;
    font-family: 'ProximaNovaBold';
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 0px 47px rgba(0, 0, 0, 0.5);
}

.slider h2 {
    font-size: 24px;
    text-shadow: 0 0px 47px rgba(0, 0, 0, 0.5);
}

/*@media (max-width: 1280px) {
    .slider {
        height: 440px;
    }
}
@media (max-width: 980px) {
    .slider {
        height: 330px;
    }
}*/
@media (max-width: 950px) {

    .sliderWr {
        margin-top: 30px;
        padding: 0 25px;
    }

    .slider .arrow-left {
        left: 20px;
    }

    .slider .arrow-right {
        right: 20px;
    }

    .slider .arrow {
        border-right: 6px solid;
        border-bottom: 6px solid;
        height: 54px;
        width: 54px;
    }

    .slider h1, .slider h2 {
        margin-bottom: 24px;
        font-size: 44px;
    }

    .slider h2 {
        font-size: 20px;
    }
}

@media (max-width: 840px) {
    .slider h1 {
        font-size: 38px;
    }

    .slider h2 {
        font-size: 18px;
    }

    a.learn_more {
        padding: 10px 50px;
    }
}

@media (max-width: 754px) {
    .slider .shirm {
        display: none;
    }

    .slider {
        height: 340px;
    }

    .slider .texts {
        margin-top: 0;
    }
}

@media (max-width: 740px) {
    .slider h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .slider h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    a.learn_more {
        padding: 10px 50px;
    }

    .slider .dots_wr {
        bottom: 15px;
    }
}

@media (max-width: 670px) {
    .slider h1 {
        font-size: 30px;
    }

    .slider h2 {
        font-size: 16px;
    }
}

@media (max-width: 560px) {
    .slider h1 {
        font-size: 26px;
    }

    .slider h2 {
        font-size: 16px;

    }

    a.learn_more {
        padding: 10px 50px;
    }

    .slider .arrow {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 500px) {
    .slider h1 {
        font-size: 22px;
    }

    .slider h2 {
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    .slider .arrow {
        height: 30px;
        width: 30px;
    }

    .slider .arrow-left {
        left: 10px;
    }

    .slider .arrow-right {
        right: 10px;
    }
}

@media (max-width: 380px) {
    .slider .arrow-left, .slider .arrow-right {
        display: none;
    }
}

/* hero img */

@media (max-width: 1100px) {
    #hero_img1 {
        display: none;
    }

    #hero_img2 {
        display: block;
    }
}

@media (max-width: 700px) {
    #hero_img2 {
        display: none;
    }

    #hero_img3 {
        display: block;
    }
}

@media (max-width: 560px) {
    #hero_img3 {
        display: none;
    }

    #hero_img4 {
        display: block;
    }
}

/* ------ fastinfo ------ */
.fastinfo{
    margin-top: 50px;
    display: flex;
    margin-bottom: 40px;
}

.fastinfo .cardwr{
    /*background-color: #f5f7f88c;*/
    width: 33.33333%;

    border-right: 12px solid #ffffff;
}

.fastinfo .cardwr:last-child{
    border: none;
}

.fastinfo .cardwr .wr2{
    padding: 30px 15px 25px 90px;
    border: 3px solid #f5f7f8;
}
.fastinfo .card h4{
font-size: 20px;
    margin-bottom: 5px;
}

.fastinfo .card p{
font-size: 14px;
color: #a1a1a1;
}

.fastinfo .card::after{
    float: left;
    margin-right: 20px;
}

.fastinfo .fa{
    font-size: 50px;
    color: #e8ecef;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -25px;
    color: #ced7de;

    color: #b8c4ce;
}

.fastinfo .fa2{
    left: 31px;
}

.fastinfo .fa3{
    left: 34px;
}

@media (max-width: 1140px) {
    .fastinfo{
        padding: 0 15px;
    }
}
@media (max-width: 640px) {
    .fastinfo{
        display: none;
    }
    .fastinfo .cardwr{
        width: 100%;
        border: none;
        border-bottom: 3px solid #f5f7f8;
        padding: 18px 15px 15px 90px;
    }
}
/* ------ about ------ */

.about {
    background: #ffffff url(../img/home/bgg.png);
    text-align: center;
    /* margin-top: 90px; */
    padding: 70px 0;
    /* margin-bottom: 120px; */
}

.about .wr1 {
    padding: 40px 20px;
    background: #fbf4e3e6;
    padding-bottom: 65px;
}

.about .fixed_center .f {

}

.about .dock1, .about .dock2 {
    float: left;
    width: 50%;
    height: 55px;
}

.about .dock1 {
    padding-right: 85px;
}

.about .dock2 {
    padding-left: 85px;
}

.about .dock_inside {
    padding: 45px;
    background: #ffffff;
    padding-bottom: 13px;
    padding-bottom: 80px;
}

.about .dock1 .dock_inside {

}

.about .dock2 .dock_inside {

}

.about .social_holder {

}

.about .descrption {
    font-size: 14px;
    margin-top: 10px;
}

.about .social {
    bottom: -47px;
    position: absolute;
    padding: 20px;
    background-color: #ffffff00;
    left: 50%;
    margin-left: -95px;
}

.soc {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.soc li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.soc li a {
    font-family: si !important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 38px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 6px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last {
    margin: 0 !important;
}

.soc-vkontakte {
    background-color: #5a7fa6;
}

.soc-vkontakte:before {
    content: '\e01a';
}

.soc-instagram {
    background-color: #405de6;
}

.soc-instagram:before {
    content: '\e057';
}

@media (max-width: 1170px) {
    .about .fixed_center {
        padding: 0 20px;
    }
}

@media (max-width: 700px) {
    .about .wr1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 500px) {
    .about .descrption {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* news */
.news {
    margin-top: 60px;
    background-color: #fcfcfc;
    padding-top: 50px;
}

.news .fixed_center {
    display: flex;
    flex-wrap: wrap;

}

.news .flexcol {
    width: 25%;
    padding: 0 5px;
}

.news .item {
    background-color: #ffffff;
    display: block;
    height: 100%;
    /* box-shadow: 1px 2px 5px #f1f1f1; */
    /* border-radius: 6px; */
    overflow: hidden;
}

.news .item .inner {

}

.news .item img {
    display: block;
    width: 100%;
}

.news .item .bottom {
    display: block;
    background-color: #fafbfb;
    background-color: #ffffff;

    padding: 0px 15px;
    /* vertical-align: middle; */
    height: 64px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .item1 {
    border-bottom: 2px solid #fecb81;
}

.news .item2 {
    border-bottom: 2px solid #8a8c8d;
}

.news .item3 {
    border-bottom: 2px solid #7aa6d9;
}

.news .item4 {
    border-bottom: 2px solid #517e90;
}

.news .item .title {
    padding: 10px 2px;
    font-size: 15px;
    color: #000000;
    /* padding-top: 5px; */
    /* margin-bottom: 10px; */
    text-align: center;
}

.news .item .date {
    padding: 0 2px;
    font-size: 12px;
    color: #999999;
}

@media (max-width: 875px) {
    .news .flexcol {
        width: 50%;
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .news .see_more {
        padding-top: 0;
    }
}

@media (max-width: 500px) {
    .news .flexcol {
        width: 100%;
    }

    .news .see_more {
        padding-top: 0;
    }
}

/* цены и услуги */

.services1 {


}

.services1 h2 {
    /*    padding-top: 60px !important;
        padding-bottom: 40px !important;*/
}

.services1 .fixed_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*border: 1px solid #eee;
    border-left: none;
    border-top: none;*/
}

.services1 .itemwr {
    width: 25%;
    padding: 0px;
    /* border-radius: 6px; */
    /* overflow: hidden; */
    display: block;
    position: relative;
    margin-top: 5px;
    padding: 5px;
    /* border-radius: 10px; */
}

.services1 a.itemwr:hover, .services1 a.itemwr:visited, .services1 a.itemwr:link, .services1 a.itemwr:active {
    text-decoration: none;
}

.services1 .item {
    /* border: 1px solid #eee; */
    /* border-right: none; */
    /* border-bottom: none; */
    /* border-radius: 8px; */
    overflow: hidden;
    background-color: #fcfcfc;
    cursor: pointer;
    /* border: 2px solid #f5f7f8; */
    /* box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05); */
}

.services1 .item a {
    display: block;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 20px;
}

.services1 .item::after {
    content: "";
    z-index: 10;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 46px;
    display: none;
}

.services1 .selected .item {
    background-color: #fff;
    border: 4px solid #f9f9f9;

}

.services1 .selected .title {
    background-color: #fff;
    /* border-top: 1px solid #eee; */
}

.services1 .img_holder {
    overflow: hidden;
    height: 130px;

}

.services1 .img_holder img {
    position: absolute;
    left: 50%;
    top: 50%;
}

.services1 img {

}

.services1 .title {
    text-align: center;
    /* position: absolute; */
    /* bottom: 50%; */
    /* margin-bottom: 15px; */
    width: 100%;
    color: #568194;
    /* color: #000; */
    font-size: 14px;
    /* text-shadow: 0 0px 4px rgba(255, 255, 255, 0.9); */
    bottom: 0;
    /* line-height: 60px; */
    /* background-color: #f7f7f7; */
    z-index: 35;
    /* border: 1px solid #d8d8d8; */
    border-top: none;
    height: 48px;
    /* vertical-align: middle; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-weight: bold;
    border-top: 3px solid #ffffff;
    /* margin-top: 5px; */
}

.services1 .pointer {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #f9f9f9;
    position: absolute;
    bottom: -39px;
    left: 50%;
    margin-left: -30px;
}

.services1 .pointer2 {
    border-bottom-color: #ffffff;
    bottom: -44px;
    z-index: 55;
}

.services1 .selected .pointer {
    display: block;
}

.services1 .see_more {
    /*  padding-top: 30px;*/
}

.hp_price_new_block {
    width: 100%;
}

.hp_price_new {

    /* min-height: 300px; */
    padding: 0 0px;
    padding-top: 28px;
    padding-bottom: 30px;

}

.hp_price_new .layer1 {
    border: 3px solid #f9f9f9;
}

.hp_price_new .layer2 {
    padding: 20px 0;
    /* background-color: #fafafa; */
    /* text-align: center; */
    color: #868686;
    font-size: 16px;
    border-top: 3px solid #fafafa;
    padding-left: 35px;
}

.hp_price_new .close1 {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
    z-index: 500;
}

.hp_price_new .close1:hover {
    opacity: 1;
}

.hp_price_new .close1:before, .close1:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #c7c7c7;
}

.hp_price_new .close1:before {
    transform: rotate(45deg);
}

.hp_price_new .close1:after {
    transform: rotate(-45deg);
}

.hp_price_new .inside {
    background-color: #fbf9f4;
    width: 100%;
    height: 100%;
}

.hp_price_new .table_wr {
    max-width: 600px;
}

.hp_price_new .inside {
    padding: 30px;

    background-color: #ffffff;
    border-radius: 0px;
    border-top-left-radius: 0;
}

.hp_price_new .inside .btns {

    width: 100%;
}

.hp_price_new .show_price_by_id {
    margin-right: 10px;
    padding: 8px;
    background-color: #fbfbfb;
    border-radius: 5px;
    font-size: 14px;
    border-bottom: 1px solid #ccbb9a;
    color: #866f43;
    float: left;
    cursor: pointer;
    margin-bottom: 10px;
}

@media (max-width: 1160px) {
    .services1 {
        padding: 0 10px;
    }
}

@media (max-width: 850px) {
    .hp_price_new_block {
        display: none;
    }

    .services1 .selected .pointer {
        display: none;
    }

    .services1 .detect_mobile {
        display: block !important;
    }

    .services1 .itemwr {
        width: 33.33333%;
    }
}

@media (max-width: 620px) {
    .services1 .itemwr {
        width: 50%;
    }
}

@media (max-width: 460px) {
    .services1 .itemwr {
        padding: 6px;
    }
}

@media (max-width: 420px) {
    .services1 .title {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .services1 .itemwr {
        padding: 3px;
    }

    .services1 {
        padding: 0 5px;
    }
}

@media (max-width: 340px) {

    .services1 .itemwr {
        padding: 0px;
    }
}

@media (max-width: 390px) {
    .services1 .title {
        height: 64px;
    }
}

@media (max-width: 380px) {

}

/* price list */
.pricelist_wr {

}

.pricelist_wr.selected {

}

.pricelist_wr .table_wr {
    margin-top: 10px;
    margin-bottom: 8px;
    padding: 20px 30px;
    /* background-color: #f2f7f8;*/
}

.pricelist_wr table {
    background-color: #ffffff;
    background-color: #e7f0f1;
    font-size: 16px;
    max-width: 600px;
    color: #000;
}

.pricelist_wr table td {
    border: 1px solid #aec7cc !important;
}

.pricelist_wr table td:only-child,
.pricelist_wr table tr:first-child:not(.cl1) td:first-child[colspan="2"],
.pricelist_wr table tr:first-child:not(.cl1) td:first-child[colspan="2"] + td,
.pricelist_wr table tr:first-child:not(.cl1) td:first-child[colspan="2"] + td + td,
.pricelist_wr table tr:first-child:not(.cl1) td:first-child[colspan="3"],
.pricelist_wr table tr:first-child:not(.cl1) td:first-child[colspan="3"] + td,
.pricelist_wr table tr:first-child:not(.cl1) td:first-child[colspan="3"] + td + td,
.pricelist_wr table tr:first-child:not(.cl1) td:first-child[colspan="4"],
.pricelist_wr table tr:first-child:not(.cl1) td:first-child[colspan="4"] + td,
.pricelist_wr table tr:first-child:not(.cl1) td:first-child[colspan="4"] + td + td {
    text-align: center;
    background-color: #c4dcdf;
}

.pricelist_wr .cl1 {
    background-color: #8dc0c4;
    color: #fff;
    /* font-size: 18px; */

}

.pricelist_wr .cl2 {
    background-color: #c4dcdf;
    text-align: center;

}

.pricelist {
    padding: 5px;
    font-size: 16px;
    padding-left: 21px;
    margin-left: 40px;
    padding-right: 20px;
}

.pricelist .linkwr {

}

.pricelist_wr.selected .linkwr::after {
    padding: 10px 15px;
    background-color: #f2f7f8;
    /* border-radius: 10px 10px 0 0;*/

}

.pricelist .link {

    border-bottom: 1px solid;
    /*border-bottom: 1px dashed;*/
    color: #1b569a;
    cursor: pointer;
    font-family: 'ProximaNovaBold';
}

.pricelist .link .title__hl {
    background-color: #fffee7;
}

.pricelist_wr.selected .link {
    border-bottom: none;
}

.pricelist .line1 {
    color: #c8ced2;
    background: transparent;
    border-right: 2px solid;
    border-bottom: 2px solid;
    height: 8px;
    width: 8px;
    position: absolute;
    z-index: 6666;
    top: 50%;
    top: 16px;
    margin-top: -4px;
    transform: rotate(-45deg);
    left: 0px;
    transition: 0.5s all;
}

.pricelist_wr.selected .line1 {
    transform: rotate(45deg);
}

@media (max-width: 550px) {
    .pricelist {
        margin-left: 25px;
    }

    .service .group_name {
        padding-left: 25px;
    }
}

/* price_page */
.price_page___title1 {
    padding: 100px 30px;
    font-size: 24px;
    background-color: #fcfcfc;
    font-weight: bold;

    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    font-family: 'ProximaNovaBold';
}

.price_page___title {
    padding: 20px 30px;
    font-size: 16px;
    background-color: #fcfcfc;
    font-weight: bold;
}

/* мастера */

.masters {
    background-color: #ffffff;
    /*    background-color: #fafafa;*/
    overflow: hidden;
    /*    border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;*/
}

.masters .fixed_center {
    display: flex;
    flex-wrap: wrap;

}

.masters .item_wr {
    padding: 5px;
    width: 25%;
    padding-bottom: 40px;
}

.masters .item {
    display: block;
    /*  border-radius: 10px;*/
    overflow: hidden;
}

.masters .circle {
    position: absolute;
    top: 116px;
    height: 70px;
    width: 70px;
    background-color: #f9f9f9;
    background-color: #ffffff;
    border-radius: 50px;
    z-index: 555;
    cursor: pointer;
}

.masters .circle .tri {
    color: rgb(148, 148, 148);
    background: transparent;
    border-right: 3px solid;
    border-bottom: 3px solid;
    height: 14px;
    width: 14px;
    position: absolute;
    z-index: 6666;
    top: 28px;

}

.masters .circle .white {
    position: absolute;
    height: 100%;

    top: 0;
    bottom: 0;
    width: 34px;
    background-color: #ffffff;
}

.masters .circle1 {
    left: -29px;
}

.masters .circle1 .white {
    left: 0;
}

.masters .circle1 .tri {
    left: 44px;

    transform: rotate(135deg);
}

.masters .circle2 {
    right: -29px;
}

.masters .circle2 .white {
    right: 0;
}

.masters .circle2 .tri {
    right: 44px;
    transform: rotate(-45deg);
}

.masters .img_wr {
    min-height: 80px;
    background-color: #fdfdfd;
    z-index: 55;
}

.masters .img_wr .face {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 90px;
    left: 50%;
    margin-left: -50px;
    bottom: -53px;
    border: 10px solid #fff;
}

.masters .img_wr .face .fins {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    overflow: hidden;
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -45px;
}

.masters .wr2 {
    min-height: 130px;
    background-color: #ffffff;
    background-color: #fcfcfc;
}

.masters .wr3 {
    background-color: #efefef;
    padding: 15px 0;
    text-align: center;
    background-color: #f9f9f9;
    /*  border-top: 1px dashed #e6e6e6;*/
}

.masters .wr3 .btn {
    background-color: #ffffff63;
    padding: 10px 20px;
}

.masters img {
    width: 100%;
}

.masters .lines {
    text-align: center;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    /* text-shadow: 0 0px 3px rgba(160, 124, 0, 0.45), 0 0px 25px rgb(210, 143, 12); */
    /* text-shadow: 0 0px 3px rgba(220, 58, 0, 0.45), 0 0px 25px rgb(255, 137, 2); */
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%); */
    padding-top: 38px;
}

.masters .line1 {
    font-size: 18px;
    padding-top: 20px;
    color: #000;
}

.masters .line2 {
    padding-bottom: 20px;
    font-size: 13px;
    color: #bfbfbf;
}

.masters .see_more {
    padding-top: 20px;
}

.masters_groups {
    text-align: center;
    margin-bottom: 25px;
    padding: 0 10px;
}

.masters_groups .gr {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #fafafa;
    border: 1px solid #ffffff;
}

.masters_groups .gr span {
    font-size: 16px;
    border-bottom: 1px dotted;

}

.masters_groups .gr.selected {
    border: 1px solid #f5b13b;
}

.masters_groups .gr.selected span {
    border-bottom: none;
}

.masters_block3 .item_wr {

    width: 33.33333%;

}

.masters_block2 .item_wr {

    width: 50%;

}

.masters_block1 .item_wr {

    width: 100%;

}

#masters_h2 {
    padding-bottom: 30px;
}

@media (max-width: 840px) {
    .masters_block4 {
        display: none !important;
    }

    .masters_block3 {
        display: block !important;
    }
}

@media (max-width: 640px) {
    .masters_block3 {
        display: none !important;
    }

    .masters_block2 {
        display: block !important;
    }
}

@media (max-width: 400px) {
    .masters_block2 {
        display: none !important;
    }

    .masters_block1 {
        display: block !important;
    }
}

.insta_wr {
    /*    background: url("/img/hp-back1.jpg");*/
    background-color: #fcfcfc;

    padding: 0 10px;
}

.insta_wr h2 {
    padding-bottom: 35px;
}

.insta a {
    display: block;
    width: 25%;
    float: left;
    padding: 5px;
}

.insta a img {
    display: block;
    width: 100%;
}

.insta_wr .ad {
    width: 490px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 100;
    padding: 80px 0;
    background-color: rgba(0, 0, 0, 0.63);
    left: 50%;
    margin-left: -245px;
    top: 50%;
    margin-top: -145px;
}

.insta_wr .ad .title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 19px;
}

.insta_wr .ad .btn_holder {

}

@media (max-width: 600px) {
    .insta a {
        width: 50%;

    }

    .insta > a:nth-child(n+5) {
        display: none;
    }
}



















