@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');



body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    font-size: 20px;
    line-height: 1.7;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #903C2A;
}
a:hover {
    color: #000000;
}
#block-itpro-glavnayah1 h1 {
    font-size: 5px;
    text-indent: -9999999px;
}
.field ul li {
    padding-left: 20px;
    list-style: none;
    position: relative;
    line-height: 1;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 18px;
}
.field ul li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    width: 3px;
    height: 3px;
    background-color: #000000;
    border-radius: 3px;
}

.header_out {
    position: relative;
    width: 100%;
}
.page_in .header_out {
    overflow: hidden;
}
.page_in .header_out::before {
    content: "";

    position: absolute;
    z-index: 1;
    right: 0;
    top: 10px;
    left: 0;
    margin: auto;
    width: 753px;
    height: 760px;
    background-color: rgba(255,255,255,0.5);

    -webkit-mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.page_in .header_out > div {
    margin-top: 100px;
    position: relative;
    z-index: 2;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "-") /* rtl: var(--bs-breadcrumb-divider, "/") */;
    color: #ffffff;
    font-family: "Jost", sans-serif;
}
.breadcrumb li,
.breadcrumb li a {
    color: #ffffff;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}
.page_out {
    background-color: #FEF7E7;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
header.scrolled {
    background-color: rgba(38,38,38,0.8);
    position: fixed;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header_in {
    max-width: 1760px;
    margin: 0 auto;
    width: 96%;
    padding: 20px 0;
    line-height: 1;

    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
}
.header_in .field {
    color: #FEF7E7;
}
.header_in .field p {
    margin: 0;
    padding: 0;
}
.header_in .navbar-nav li a,
.header_in .navbar-nav li a.active {
    color: #FEF7E7;
}
.header_in .navbar-nav li a:hover {
    color: #903C2A;
}
.header_in .navbar-nav {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    width: 100%;
}
.header_in .navbar-nav li {
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}
.header_in .navbar-nav li:nth-child(5) a {
    background-color: #903C2A;
    position: relative;
    padding-left: 45px;
    border-radius: 30px;
    padding-right: 10px;
}
.header_in .navbar-nav li:nth-child(5) a::after {
    content: "";
    width: 31px;
    height: 31px;
    background-color: #FEF7E7;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    -webkit-mask: url("../css/images/podarok.svg") no-repeat 50% 50%;
    mask: url("../css/images/podarok.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.header_in .navbar-nav li:nth-child(5) a:hover {
    background-color: #FEF7E7;
}
.header_in .navbar-nav li:nth-child(5) a:hover::after {
    background-color: #903C2A;
}
.header_left {
    grid-column: span 3 / span 3;
}
.header_menu {
    grid-column: span 12 / span 12;
    grid-column-start: 4;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header_phone {
    grid-column-start: 16;
    grid-column: span 4 / span 4;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header_ham {
    grid-column-start: 20;
    grid-column: span 1 / span 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ham_menu_head_in span {
    display: inline-block;
    width: 29px;
    height: 18px;

    -webkit-mask: url("../css/images/ham_menu.svg") no-repeat 50% 50%;
    mask: url("../css/images/ham_menu.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #FEF7E7;
    cursor: pointer;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ham_menu_head_in span:hover {
    background-color: #903C2A;
}
.navbar-brand img {
    margin-right: 0;
    max-width: 200px;
    width: 100%;
    height: auto;
}

.rotator_out {
    position: relative;
    z-index: 1;
}
.view-rotator {
    visibility: hidden;
    position: relative;
}
.view-rotator .view-content .views-row {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    max-height: 1150px !important;
}
.view-rotator .view-content .views-row .views-field-field-rotator-phon {
    position: relative;
    z-index: 1;
}
.view-rotator .view-content .views-row .views-field-field-rotator-phon > div {
    position: relative;
    z-index: 1;
    height: 1150px;
    background-size: cover;
}
.view-rotator .view-content .views-row .views-field-field-rotator-phon > div img {
    display: none;
}
.view-rotator .view-content .views-row .views-field-field-rotator-phon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.6);
}
.header_phone {
    text-align: right;
}
#block-itpro-adresstroka .field {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
#block-itpro-telefonstroka .field a {
    display: inline-block;
    color: #FEF7E7;
    font-size: 25px;
}
#block-itpro-telefonstroka .field a:hover {
    color: #903C2A;
}
.view-rotator .view-content {
    position: relative;
}
.view-rotator .view-content .views-row .views-field-nothing {
    position: absolute;
    top: 100px;
    bottom: 0;
    max-width: 1760px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    font-family: "Cormorant", serif;
    width: 96%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.view-rotator .view-content .views-row .views-field-nothing > span {
    max-width: 1300px;
}
.view-rotator .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 200px;
    width: 45px;
    height: 25px;
    margin: auto;
    left: auto;
    z-index: 200;
    text-indent: -9999999px;

    -webkit-mask: url("../css/images/arrow_rotator.svg") no-repeat 50% 50%;
    mask: url("../css/images/arrow_rotator.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #FEF7E7;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-rotator .slick-prev:hover {
    background-color: #903C2A;
}
.view-rotator .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 120px;
    width: 45px;
    height: 25px;
    margin: auto;
    left: auto;
    z-index: 200;
    text-indent: -9999999px;

    -webkit-mask: url("../css/images/arrow_rotator_next.svg") no-repeat 50% 50%;
    mask: url("../css/images/arrow_rotator_next.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #FEF7E7;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-rotator .slick-next:hover {
    background-color: #903C2A;
}
.view-rotator .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 40;
}
.view-rotator .slick-dots li {
    width: 10px;
}
.view-rotator .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #FEF7E7;
    border-radius: 10px;
}
.view-rotator .slick-dots li.slick-active button {
    background-color: #903C2A;
}
.rotator_title {
    text-transform: uppercase;
    font-size: 120px;
    font-family: "Cormorant", serif;
    color: #FEF7E7;
    line-height: 1;
}
.rotator_doptext {
    font-size: 80px;
    color: #FEF7E7;
    line-height: 1;
    text-transform: uppercase;
}
.rotator_titlemini {
    font-size: 30px;
    color: #FEF7E7;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    line-height: 1.2;
}
.rotator_link {
    margin-top: 75px;
}
.mybutton {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    background-color: #903C2A;
    color: #FEF7E7;
    display: inline-block;
    font-family: "Jost", sans-serif;
    line-height: 1;
    font-weight: 300;
    padding: 15px 65px 15px 20px;
    border-radius: 20px;
    position: relative;
}
.mybutton::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 9px;
    background-color: #FEF7E7;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;

    -webkit-mask: url("../css/images/link_arrow.svg") no-repeat 50% 50%;
    mask: url("../css/images/link_arrow.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mybutton:hover {
    background-color: #ffffff;
    color: #903C2A;
}
.mybutton:hover::after {
    background-color: #903C2A;
}
.content_width {
    max-width: 1720px;
    margin: 0 auto;
    width: 96%;
    padding: 70px 0;
}
.prostranstvo_head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 160px;
    margin-bottom: 100px;
}
#block-itpro-oprostranstve .field p {
    color: #C8BEAF;
    font-size: 25px;
    margin-bottom: 0;
}
h2 {
    font-family: "Cormorant", serif;
    font-size: 50px;
    color: #503E31;
    font-weight: 300;
    margin-bottom: 50px;
}
#block-itpro-opisanieosalone {
    margin-top: 70px;
}
#block-itpro-opisanieosalone .field {
    font-size: 20px;
    line-height: 1.4;
}
#block-itpro-opisanieosalone .field p {
    margin: 0;
}
#block-itpro-opisanieosalone .field p a {
    color: #503E31;
    position: relative;
    padding-bottom: 2px;
    margin-top: 10px;
    display: inline-block;
}
#block-itpro-opisanieosalone .field p a::after {
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #503E31;
    position: absolute;
}
#block-itpro-opisanieosalone .field p a:hover {
    color: #903C2A;
}
#block-itpro-opisanieosalone .field p a:hover::after {
    background-color: #903C2A;
}
.view-atmosfera-nashego-spa-prostranstva .slick-slide > div {
    transform: scale(1);
    padding: 60px;
}
.view-atmosfera-nashego-spa-prostranstva .slick-slide > div img {
    border-radius: 10px;
    overflow: hidden;
}
.view-atmosfera-nashego-spa-prostranstva .slick-slide.slick-current > div {
    padding: 0;
}
.view-atmosfera-nashego-spa-prostranstva .slick-current img {
    width: 100%;
    height: auto;
}
.region-prostranstvo {
    max-width: 1920px;
    margin: 0 auto;
}
.view-atmosfera-nashego-spa-prostranstva  .slick-track {

}
.view-atmosfera-nashego-spa-prostranstva  .slick-slide {
    padding-top: 0;
}
.view-atmosfera-nashego-spa-prostranstva  .slick-center {
    padding-top:15px;
}
.view-atmosfera-nashego-spa-prostranstva button {
    position: absolute;
    top: -80px;
    right: 0;
}
.view-atmosfera-nashego-spa-prostranstva .slick-prev {
    position: absolute;
    bottom: auto;
    right: 200px;
    width: 45px;
    height: 25px;
    margin: auto;
    left: auto;
    z-index: 200;
    text-indent: -9999999px;

    -webkit-mask: url("../css/images/arrow_rotator.svg") no-repeat 50% 50%;
    mask: url("../css/images/arrow_rotator.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #C8BEAF;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-atmosfera-nashego-spa-prostranstva .slick-prev:hover {
    background-color: #903C2A;
}
.view-atmosfera-nashego-spa-prostranstva .slick-next {
    position: absolute;
    bottom: auto;
    right: 120px;
    width: 45px;
    height: 25px;
    margin: auto;
    left: auto;
    z-index: 200;
    text-indent: -9999999px;

    -webkit-mask: url("../css/images/arrow_rotator_next.svg") no-repeat 50% 50%;
    mask: url("../css/images/arrow_rotator_next.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #C8BEAF;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-atmosfera-nashego-spa-prostranstva .slick-next:hover {
    background-color: #903C2A;
}
.prostranstvo_out {
    background-image: url("../css/images/ornament_1.svg");
    background-repeat: no-repeat;
    background-position: center 300px;
    position: relative;
}
.popular_front_out {
    padding: 100px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.popular_front_budda {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("../css/images/budda_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}
.popular_front_gradient {
    background: #903C2A;
    background: linear-gradient(135deg, #903C2A, #4F1810);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.9;
    
    overflow: hidden;
}
.popular_front_orn_top {
    position: absolute;
    top: 240px;
    left: 60px;
    width: 753px;
    height: 760px;
    background-image: url("../css/images/orn_1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
    opacity: 0.03;
}
.popular_front_orn_bottom {
    position: absolute;
    bottom: 100px;
    right: 60px;
    width: 753px;
    height: 760px;
    background-image: url("../css/images/orn_1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
    opacity: 0.03;
}
.popular_front_in {
    position: relative;
    z-index: 5;
}
.popular_head_front {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 160px;
    margin-bottom: 100px;
}
.popular_head_front h2 {
    color: #FEF7E7;
}
.popular_head_front .field {
    color: #FEF7E7;
    font-size: 20px;
    line-height: 1.4;
}
.popular_head_front .field p a {
    position: relative;
    color: #FEF7E7;
    margin-top: 10px;
    padding-bottom: 2px;
    display: inline-block;
}
.popular_head_front .field p a::after {
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FEF7E7;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.popular_head_front .field p a:hover {
    color: #FFFEFE;
}
.popular_head_front .field p a:hover::after {
    background-color: #FFFEFE;
}
.view-populyarnye-uslugi .slick-dots {
    padding-top: 0;
    position: relative;
}
.view-populyarnye-uslugi .slick-dots li {
    width: 12px;
    height: 12px;
}
.view-populyarnye-uslugi .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #903C2A;
    text-indent: -9999999px;
    border-radius: 20px;
}
.view-populyarnye-uslugi .slick-dots li.slick-active button {
    background-color: #FEF7E7;
}
.view-populyarnye-uslugi .slick-slide {
    padding: 0 4px;
}
.view-populyarnye-uslugi .views-row {
    overflow: hidden;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    overflow: hidden;
}
.view-populyarnye-uslugi .views-field-field-usluga-anons a {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.view-populyarnye-uslugi .views-field-field-usluga-anons a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

    background: #010101;
    background: linear-gradient(0deg, #010101, #01010100);
}
.view-populyarnye-uslugi .views-field-field-usluga-anons img {
    position: relative;
    z-index: 1;
}
.view-populyarnye-uslugi .views-row .views-field-nothing {
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%;
    right: 5%;
    z-index: 4;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-populyarnye-uslugi .views-field-nothing .sale_lable_usl span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 7px;
    line-height: 1;
    font-family: "Cormorant", serif;
    background-color: #903C2A;
    font-size: 18px;
    color: #FEF7E7;
}
.view-populyarnye-uslugi .views-field-nothing .cat_opis_title_lable {
    font-size: 20px;
    font-weight: 500;
    color: #903C2A;
    text-transform: uppercase;
    padding-right: 15px;
    line-height: 1;
    padding-top: 4px;
}
.view-populyarnye-uslugi .views-field-nothing .cat_opis_title_hash {
    font-size: 16px;
    color: #FFFEFE;
    font-weight: 300;
    line-height: 1;
    background-color: rgba(30,29,29,0.8);
    padding: 2px 4px 3px 4px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.view-populyarnye-uslugi .views-field-nothing .cat_opis_title_b a {
    font-family: "Cormorant", serif;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #FEF7E7;
}
.view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content {
    height: 0;
    overflow: hidden;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.view-populyarnye-uslugi .views-row::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    bottom: -100%;

    background: #903C2A;
    background: linear-gradient(0deg, #903C2A, #903C2ACC);

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-populyarnye-uslugi .views-row:hover::before {
    bottom: 0;
}
.view-populyarnye-uslugi .views-row:hover .views-field-field-usluga-anons a::before {
    opacity: 0;
}
.view-populyarnye-uslugi .views-row:hover .views-field-nothing .cat_opis_content {
    height: auto;
}
.view-populyarnye-uslugi .views-row:hover .views-field-nothing {
    bottom: auto;
    top: 40px;
}
.view-populyarnye-uslugi .views-row:hover .views-field-nothing .sale_lable_usl span {
    background-color: #FEF7E7;
    color: #903C2A;
}
.view-populyarnye-uslugi .views-row:hover .views-field-nothing .cat_opis_title_lable {
    color: #FEF7E7;
}
.view-populyarnye-uslugi .views-row:hover .views-field-nothing .cat_opis_title_hash {
    background-color: #903C2A;
}
.view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content {
    margin-top: 40px;
    color: #FEF7E7;
}
.view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_time {
    background-image: url("../css/images/chasy.svg");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 20px;
    line-height: 1;
    color: #FEF7E7;
    font-weight: 300;
    padding: 10px 0 10px 30px;
}
.view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_price {
    margin-top: 10px;
    padding: 10px 0 10px 30px;

    background-image: url("../css/images/rub.svg");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 20px;
    line-height: 1;
    color: #FEF7E7;
    font-weight: 300;
    font-size: 20px;
}
.view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_price .usl_cat_old_price {
    font-size: 16px;
    text-decoration: line-through;
}
.view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_link {
    margin-top: 20px;
}
.whitebutton {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    background-color: #FEF7E7;
    color: #903C2A;
    font-family: "Jost", sans-serif;
    line-height: 1;
    font-weight: 300;
    padding: 15px 65px 15px 20px;
    border-radius: 20px;
    position: relative;
}
.whitebutton::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 9px;
    background-color: #903C2A;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;

    -webkit-mask: url("../css/images/link_arrow.svg") no-repeat 50% 50%;
    mask: url("../css/images/link_arrow.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.whitebutton:hover {
    background-color: #903C2A;
    color: #FEF7E7;
}
.whitebutton:hover::after {
    background-color: #FEF7E7;
}

.view-populyarnye-uslugi .views-row::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 320px;
    height: 322px;
    background-image: url("../css/images/orn_1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
    margin: auto;
    bottom: -150px;
    opacity: 0;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-populyarnye-uslugi .views-row:hover::after {
    opacity: 0.03;
}
.view-nashi-uslugi-glavnaya .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 4px;
}
.view-nashi-uslugi-glavnaya .view-content .views-row {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-imganons a {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-imganons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1 {
    position: absolute;
    top: 100px;
    left: 8%;
    width: 84%;
    text-transform: uppercase;
    color: #FEF7E7;
    font-size: 30px;
    font-family: "Cormorant", serif;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title {
    text-transform: uppercase;
    color: #FEF7E7;
    font-size: 30px;
    font-family: "Cormorant", serif;
    margin-bottom: 20px;
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1 a,
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title a {
    color: #FEF7E7;
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1 a:hover,
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title a:hover {
    color: #903C2A;
}
.view-nashi-uslugi-glavnaya .view-content .views-row:hover .views-field-field-uslugatop-anonstitle-1 {
    top: -100px;
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing {
    position: absolute;
    bottom: -100%;
    left: 8%;
    width: 84%;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-nashi-uslugi-glavnaya .view-content .views-row:hover .views-field-nothing {
    bottom: 40px;
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext {
    color: #FEF7E7;
    font-size: 18px;
    font-weight: 300;
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext ul li {
    padding-left: 20px;
    list-style: none;
    position: relative;
    line-height: 1;
    margin-left: 0;
    margin-bottom: 10px;
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 3px;
    height: 3px;
    background-color: #FEF7E7;
    border-radius: 3px;
}
.view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_mode {
    margin-top: 35px;
}
.view-nashi-uslugi-glavnaya .views-row > div {
    position: relative;
    z-index: 3;
}
.view-nashi-uslugi-glavnaya .views-row .views-field-field-uslugatop-imganons {
    position: relative;
    z-index: 1;
}
.view-nashi-uslugi-glavnaya .views-row::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 320px;
    height: 322px;
    background-image: url("../css/images/orn_1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    margin: auto;
    top: -100px;
    opacity: 0;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-nashi-uslugi-glavnaya .views-row:hover::before {
    opacity: 0.1;
}
#block-itpro-zagolovokfaq .field {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    color: #C8BEAF;
    font-size: 25px;
}
.view-chasto-zadavaemye-voprosy .view-content {
    max-width: 1400px;
    margin: 0 auto;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row {
    padding: 30px 120px 10px 60px;
    border-radius: 20px;
    background-color: #F9EEDE;
    margin-bottom: 20px;
    position: relative;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .views-field-nothing {
    content: "";
    -webkit-mask: url("../css/images/plus_1.svg") no-repeat 50% 50%;
    mask: url("../css/images/plus_1.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #838983;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    cursor: pointer;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row.active .views-field-nothing {
    transform: rotate(45deg);
    background-color: #903C2A;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .views-field-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #838983;
    cursor: pointer;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .views-field-field-vopros-otvet-otvet {
    max-height: 0;
    transform: scaleY(0);
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 20px;
    color: #903C2A;
    line-height: 1.2;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row.active .views-field-field-vopros-otvet-otvet {
    max-height: 1000px;
    transform: scaleY(1);
}
.view-chasto-zadavaemye-voprosy .view-content .views-row.active .views-field-title {
    color: #903C2A;
}
.vopros_otvet_out {
    position: relative;
    overflow: hidden;
}
.vopros_otvet_out > div {
    position: relative;
    z-index: 2;
}
.vopros_otvet_out::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 753px;
    height: 760px;
    background-color: rgba(144,60,42,0.5);

    -webkit-mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
footer {
    margin-top: 100px;
    background-color: #903C2A;
    padding: 100px 0;
}
.footer_top {
    max-width: 1720px;
    margin: 0 auto;
    width: 96%;

    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
}
.region-footer-top-left {
    grid-column: span 8 / span 8;
}
.region-footer-top-right {
    grid-column: span 12 / span 12;
    grid-column-start: 9;
    position: relative;
}
#block-itpro-kartaproezda {
    position: relative;
    top: -170px;
    border-radius: 20px;
    overflow: hidden;
}
#block-itpro-kontakty h2 {
    color: #C8BEAF;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px;
}
#block-itpro-kontakty .field p,
.block-block-contentca8ad8a1-e192-4e2e-9f77-6125e88391f3 .field p {
    font-size: 50px;
    line-height: 1;
    color: #F9EEDE;
    font-family: "Cormorant", serif;
}
.block-block-contentca8ad8a1-e192-4e2e-9f77-6125e88391f3 .field p {
    color: #503E31;
}
#block-itpro-bloktelefonov,
.block-block-content4fbcd286-7713-415f-ab27-003a13d51195 {
    margin-top: 50px;
}
#block-itpro-bloktelefonov .field p,
.block-block-content4fbcd286-7713-415f-ab27-003a13d51195 .field p {
    margin-bottom: 0;
    color: #F9EEDE;
    font-size: 22px;
}
#block-itpro-bloktelefonov .field a,
.block-block-content4fbcd286-7713-415f-ab27-003a13d51195 .field a {
    font-size: 30px;
    color: #F9EEDE;
    padding-left: 35px;
    position: relative;
}
.block-block-content4fbcd286-7713-415f-ab27-003a13d51195 .field a {
    color: #503E31;
}
#block-itpro-bloktelefonov .field a::after,
.block-block-content4fbcd286-7713-415f-ab27-003a13d51195 .field a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;

    -webkit-mask: url("../css/images/phone.svg") no-repeat 50% 50%;
    mask: url("../css/images/phone.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #F9EEDE;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block-block-content4fbcd286-7713-415f-ab27-003a13d51195 .field a::after {
    background-color: #503E31;
}
#block-itpro-bloktelefonov .field a:hover {
    color: #ffffff;
}
.block-block-content4fbcd286-7713-415f-ab27-003a13d51195 .field a:hover {
    color: #903C2A;
}
#block-itpro-bloktelefonov .field a:hover::after {
    background-color: #ffffff;
}
.block-block-content4fbcd286-7713-415f-ab27-003a13d51195 .field a:hover::after {
    background-color: #903C2A;
}
#block-itpro-bloktelefonov .field p:nth-child(3),
.block-block-content4fbcd286-7713-415f-ab27-003a13d51195 .field p:nth-child(3) {
    padding-left: 35px;
}
.block-block-content4fbcd286-7713-415f-ab27-003a13d51195 .field p:nth-child(3) {
    color: #503E31;
}
#block-itpro-blokadresa,
.block-block-contentae755566-425d-4694-a66b-042412816d03 {
    margin-top: 35px;
}
#block-itpro-blokadresa .field,
.block-block-contentae755566-425d-4694-a66b-042412816d03 .field {
    padding-left: 35px;
    position: relative;
    color: #F9EEDE;
}
.block-block-contentae755566-425d-4694-a66b-042412816d03 .field  {
    color: #503E31;
}
#block-itpro-blokadresa .field::after,
.block-block-contentae755566-425d-4694-a66b-042412816d03 .field::after {
    content: "";
    width: 19px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 0;

    -webkit-mask: url("../css/images/location.svg") no-repeat 50% 50%;
    mask: url("../css/images/location.svg") no-repeat 50% 50%;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: #F9EEDE;
}
.block-block-contentae755566-425d-4694-a66b-042412816d03 .field::after {
    background-color: #503E31;
}
#block-itpro-email,
.block-block-contentc6677d9b-b9ef-4bfc-9eef-4be2fb1306a6 {
    margin-top: 35px;
}
#block-itpro-email .field p a,
.block-block-contentc6677d9b-b9ef-4bfc-9eef-4be2fb1306a6 .field p a {
    padding-left: 35px;
    position: relative;
    font-size: 22px;
    color: #F9EEDE;
}
.block-block-contentc6677d9b-b9ef-4bfc-9eef-4be2fb1306a6 .field p a {
    color: #503E31;
}
#block-itpro-email .field p a::after,
.block-block-contentc6677d9b-b9ef-4bfc-9eef-4be2fb1306a6 .field p a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;

    -webkit-mask: url("../css/images/mail.svg") no-repeat 50% 50%;
    mask: url("../css/images/mail.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #F9EEDE;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block-block-contentc6677d9b-b9ef-4bfc-9eef-4be2fb1306a6 .field p a::after {
    background-color: #503E31;
}
#block-itpro-email .field p a:hover {
    color: #ffffff;
}
.block-block-contentc6677d9b-b9ef-4bfc-9eef-4be2fb1306a6 .field p a:hover {
    color: #903C2A;
}
#block-itpro-email .field p a:hover::after {
    background-color: #ffffff;
}
.block-block-contentc6677d9b-b9ef-4bfc-9eef-4be2fb1306a6 .field p a:hover::after {
    background-color: #903C2A;
}
#block-itpro-tokenblock,
article[data-history-node-id="102"] .node__content .block-token-block {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#block-itpro-tokenblock p,
article[data-history-node-id="102"] .node__content .block-token-block p {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}
#block-itpro-tokenblock p a.soc_vk {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-indent: -9999999px;
    background-image: url("../css/images/social/vk_3.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
article[data-history-node-id="102"] .node__content .block-token-block p a.soc_vk {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-indent: -9999999px;
    background-image: url("../css/images/social/vk_3_g.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
#block-itpro-tokenblock p a.soc_tg {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-indent: -9999999px;
    background-image: url("../css/images/social/tg.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
article[data-history-node-id="102"] .node__content .block-token-block p a.soc_tg {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-indent: -9999999px;
    background-image: url("../css/images/social/tg_g.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
#block-itpro-tokenblock p a.soc_wa {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-indent: -9999999px;
    background-image: url("../css/images/social/wa.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
article[data-history-node-id="102"] .node__content .block-token-block p a.soc_wa {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-indent: -9999999px;
    background-image: url("../css/images/social/wa_g.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.footer_content {
    max-width: 1720px;
    width: 96%;
    margin: 50px auto 0 auto;
    position: relative;
    padding-left: 700px;
    min-height: 150px;
}
#block-itpro-logopodval {
    position: absolute;
    top: 0;
    left: 0;
}
#block-itpro-titry {
    margin-top: 40px;
}
#block-itpro-titry .field p {
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    color: #F9EEDE;
}
#block-itpro-titry .field p a {
    text-decoration: underline;
    color: #F9EEDE;
}
#block-itpro-titry .field p a:hover {
    color: #000000;
}
#work {
    margin-top: 40px;
    max-width: 1720px;
    margin: 50px auto 0 auto;
    width: 96%;
}
#work p {
    text-align: right !important;
}
.prostranstvo_in {
    padding-bottom: 100px;
}
.page_in .header_out {
    position: relative;
    min-height: 100px;
    background-color: #903C2A;
}

.page_head_in .region-page-title-head h1 {
    text-align: center;
    font-size: 80px;
    text-transform: uppercase;
    font-family: "Cormorant", serif;
    line-height: 1;
    color: #F9EEDE;
}
.page_head_in .breadcrumb {
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.page_head_in .breadcrumb li {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}
.page_head_in .breadcrumb li a {
    color: #F9EEDE;
}
.header_out.img_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.6);
}
.header_out.img_bg > div {
    position: relative;
    z-index: 2;
}
.view-usluga-stranica-opisanie-1 .view-content .views-row .views-field-field-uslugatop-toptext {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    max-width: 1400px;
    margin: 0 auto;
    width: 96%;
    padding-top: 50px;
}
.view-uslugi-programmy {
    margin-top: 100px;
}
.view-uslugi-programmy .view-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 4px;
}
.view-uslugi-seo-tekst .view-content .views-row {
    margin-top: 150px;
}
.view-uslugi-seo-tekst .view-content .views-row .views-field-field-uslugatop-doptitle {
    text-transform: uppercase;
    color: #C8BEAF;
    font-size: 25px;
}
.view-uslugi-seo-tekst .view-content .views-row .views-field-field-uslugatop-ptext {
    font-weight: 300;
}
.nav-tabs {
    border: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.nav-tabs li {
    list-style: none !important;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
}
.nav-tabs li::after {
    display: none;
}
.nav-tabs li a {
    border-radius: 10px !important;
    border: solid 1px #ffffff !important;
    color: #ffffff;
    font-weight: 300;
}
.nav-tabs li a:hover {
    color: #903C2A;
}
.nav-tabs li a.active {
    background-color: #ffffff;
    color: #000000;
}
.page_sertif_out {
    background-image: url("../css/images/sertif.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.page_sertif_out::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(to bottom, #903c2a 0%,#4f1810 100%);
    z-index: 1;
}
.page_sertif_out > div {
    position: relative;
    z-index: 2;
}
.page_sertif_content {
    position: relative;
    padding-top: 130px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 100px;
}
.page_sertif_content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 342px;
    height: 28px;
    background-image: url("../css/images/podarok_laks.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
#block-itpro-sertifikatvspa .field {
    color: #C8BEAF;
    font-size: 25px;
    margin-bottom: 0;
}
.page_sertif_content h2 {
    color: #FEF7E7;
}
#block-itpro-spauslugiopisanie .field {
    color: #F2EBDA;
    margin-top: 60px;
}
.region-page-sertif-button {
    text-align: center;
    margin-top: 100px;
}
.region-page-sertif-button .field p {
    margin: 0;
}
#block-itpro-kupitpodarochnyysertifikat .field p a {
    background-color: #FEF7E7;
    color: #903C2A;
    display: inline-block;
    position: relative;

    font-size: 20px;
    font-weight: 300;
    font-family: "Jost", sans-serif;
    line-height: 1;
    font-weight: 300;
    padding: 15px 65px 15px 65px;
    border-radius: 20px;
}
#block-itpro-kupitpodarochnyysertifikat .field p a::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 22px;
    background-color: #903C2A;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
    -webkit-mask: url(../css/images/podarok_button.svg) no-repeat 50% 50%;
    mask: url(../css/images/podarok_button.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#block-itpro-kupitpodarochnyysertifikat .field p a::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 9px;
    background-color: #903C2A;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    -webkit-mask: url(../css/images/link_arrow.svg) no-repeat 50% 50%;
    mask: url(../css/images/link_arrow.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#block-itpro-kupitpodarochnyysertifikat .field p a:hover {
    background-color: #903C2A;
    color: #FEF7E7;
}
#block-itpro-kupitpodarochnyysertifikat .field p a:hover::before,
#block-itpro-kupitpodarochnyysertifikat .field p a:hover::after {
    background-color: #FEF7E7;
}
.page_stext_out {
    position: relative;
}
.page_stext_out::before {
    content: "";
    width: 620px;
    height: 628px;
    position: absolute;
    bottom: 0;
    right: 50px;
    

    -webkit-mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;

    background-color: rgba(144,60,42,0.5);
}
.page_stext_out > div {
    position: relative;
    z-index: 2;
}
.program_head_top {
    text-align: center;
    margin: 30px 0;
}
.program_head_top > div {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.program_head_top .head_sale_label {
    background-color: #903C2A;
    color: #FEF7E7;
    border-radius: 5px;
    line-height: 1;
    font-size: 20px;
    padding: 10px 15px;
    font-family: "Cormorant", serif;
}
.program_head_top .program_head_tag {
    background-color: #1E1D1D;
    color: #FEF7E7;
    border-radius: 5px;
    line-height: 1;
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 300;
}
.program_head_usl {
    text-align: center;
    margin: 50px 0 100px 0;


}
.program_head_usl > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px;
}
.program_head_usl .program_head_usl_time {
    color: #FEF7E7;
    font-size: 25px;
    font-weight: 300;
    padding-left: 35px;
    position: relative;
}
.program_head_usl .program_head_usl_time::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;

    background-image: url(../css/images/chasy.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 20px;
    line-height: 1;
    color: #FEF7E7;
    font-weight: 300;
    padding: 10px 0 10px 30px;
}
.program_head_usl .program_head_usl_price {
    font-size: 25px;
    position: relative;
    color: #FEF7E7;
    padding-left: 40px;
    font-weight: 300;
}
.program_head_usl .program_head_usl_price::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;

    background-image: url(../css/images/rub_icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 20px;
    line-height: 1;
    color: #FEF7E7;
    font-weight: 300;
    padding: 10px 0 10px 30px;
}
.program_head_usl .usl_cat_old_price {
    font-size: 21px;
    text-decoration: line-through;
}
.view-programma-opisanie .views-field-field-usluga-programvhodtext {
    border: solid 2px #903C2A;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.view-programma-opisanie .views-field-field-usluga-programvhodtext .field_usluga_programvhodtext {
    line-height: 1.3;
}
.view-programma-opisanie h2 {
    margin-bottom: 20px;
}
.view-programma-opisanie .views-field-field-usluga-prodroprogtext {
    line-height: 1.3;
}
.programma_page_content_in {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
}
.region-programma-page-left {
    grid-column: span 11 / span 1;
}
.region-programma-page-right {
    grid-column: span 9 / span 9;
    grid-column-start: 13;
    position: relative;
}
.view-programma-foto .views-field-field-usluga-imgteam img {
    border-radius: 10px;
    overflow: hidden;
}
.region-programma-page-right > div {
    position: relative;
    z-index: 2;
}
.region-programma-page-right::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 753px;
    height: 760px;
    background-color: rgba(144,60,42,0.5);

    -webkit-mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.mobile_menu_out a {
    color: #ffffff;
}
.mobile_menu_out {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #903C2A;
    z-index: 900;
    overflow: hidden;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mobile_menu_out.active {
    top: 0;
}
.mobile_menu_content_logoblock {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 50px;
    margin-top: 50px;
    margin-bottom: 120px;
}
.mob_menu_close span {
    display: inline-block;
    width: 30px;
    height: 30px;

    -webkit-mask: url("../css/images/close.svg") no-repeat 50% 50%;
    mask: url("../css/images/close.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #ffffff;
    cursor: pointer;
}
.mob_menu_close span:hover {
    background-color: #010101;
}
.mobile_menu_content_logoblock_right {
    text-align: right;
}
.mobile_menu_in {
    max-width: 1700px;
    width: 96%;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    padding-bottom: 100px;
}
.mobile_menu_out ul.nav li {
    padding-bottom: 10px;
}
.mobile_menu_out ul.nav li a {
    padding-left: 26px;
    padding-top: 0;
    padding-bottom: 0;
    list-style: none;
    position: relative;
    line-height: 1;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}
.mobile_menu_out ul.nav li a.active {
    color: #ffffff;
}
.mobile_menu_out ul.nav li a:hover {
    color: #F2EBDA;
}
.mobile_menu_out ul.nav li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
}
.mobile_menu_content_text {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
}
#block-itpro-mobilnoemenyupodarochnyysertifikat {
    display: inline-block;
    padding: 40px 20px;
    border: solid 1px #FEF7E7;
    border-radius: 20px;
    max-width: 430px;
}
.region-mobile-menu-content-text-center {
    text-align: center;
}
#block-itpro-mobilnoemenyupodarochnyysertifikat .field p {
    text-align: center;
    font-size: 40px;
    font-family: "Cormorant", serif;
    line-height: 1.2;
    color: #FEF7E7;
    margin-top: 20px;
    font-weight: 300;
    margin: 0;
}
#block-itpro-mobilnoemenyupodarochnyysertifikat .field  img {
    margin-bottom: 25px;
}
#block-itpro-mobilnoemenyupodarochnyysertifikat .field p a {
    font-family: "Jost", sans-serif;
    font-size: 18px;

    background-color: #FEF7E7;
    color: #903C2A;
    display: inline-block;
    position: relative;
    font-weight: 300;
    font-family: "Jost", sans-serif;
    line-height: 1;
    font-weight: 300;
    padding: 15px 65px 15px 65px;
    border-radius: 20px;
    margin-top: 25px;
}
#block-itpro-mobilnoemenyupodarochnyysertifikat .field p a::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 22px;
    background-color: #903C2A;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
    -webkit-mask: url(../css/images/podarok_button.svg) no-repeat 50% 50%;
    mask: url(../css/images/podarok_button.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#block-itpro-mobilnoemenyupodarochnyysertifikat .field p a::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 9px;
    background-color: #903C2A;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    -webkit-mask: url(../css/images/link_arrow.svg) no-repeat 50% 50%;
    mask: url(../css/images/link_arrow.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#block-itpro-socsetimobilnoemenyu .field {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#block-itpro-socsetimobilnoemenyu .field p {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 10px 20px;
}
#block-itpro-socsetimobilnoemenyu .field p a {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-top: 66px;
    display: inline-block;
    position: relative;
}
#block-itpro-socsetimobilnoemenyu .field p a:hover {
    text-decoration: underline;
}
#block-itpro-socsetimobilnoemenyu .field p a.vk::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    display: inline-block;
    text-indent: -9999999px;
    background-image: url("../css/images/social/vk_3.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
#block-itpro-socsetimobilnoemenyu .field p a.tg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    display: inline-block;
    text-indent: -9999999px;
    background-image: url("../css/images/social/tg.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
#block-itpro-socsetimobilnoemenyu .field p a.wa::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    display: inline-block;
    text-indent: -9999999px;
    background-image: url("../css/images/social/wa.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.mobile_menu_content_footer {
    position: absolute;
    bottom: 40px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    width: 96%;
    max-width: 1700px;
    left: 0;
    right: 0;
    margin: auto;
}
.mobile_menu_content_footer .field p {
    margin: 0;
}
.mobile_menu_content_footer #block-itpro-email-2 {
    margin-top: 0;
}
.mobile_menu_content_footer #block-itpro-email-2 .field a {
    color: #ffffff;
}
.mobile_menu_content_footer #block-itpro-email-2 .field a::after {
    background-color: #ffffff;
}
.mobile_menu_content_footer #block-itpro-email-2 .field a:hover {
    color: #F2EBDA;
}
.mobile_menu_content_footer #block-itpro-email-2 .field a:hover::after {
    background-color: #F2EBDA;
}
.region-mobile-menu-content-footer-right {
    text-align: right;
}
.mobile_menu_content_footer .field {
    color: #ffffff;
    font-weight: 300;
}
.region-mobile-menu-content-footer-center {
    text-align: center;
}
article[data-history-node-id="102"] .node__content {
    max-width: 1760px;
    margin: 0 auto;
    width: 96%;
    padding: 60px 0;
}
article[data-history-node-id="102"] .node__content .layout__region--second {
    padding-left: 60px;
}
.block-block-content29f2e2a9-502f-4495-a7a2-7cfc5497f426 {
    padding-top: 30px;
}
.block-block-content29f2e2a9-502f-4495-a7a2-7cfc5497f426 .field p {
    margin: 0;
    font-weight: 300;
}
article[data-history-node-id="102"] .node__content .layout--twocol-section--50-50 {
    margin-top: 150px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
}
article[data-history-node-id="102"] .node__content .layout--twocol-section--50-50 .layout__region {
    padding: 40px;
    border: solid 1px #903C2A;
    border-radius: 20px;
}
.block-block-contentadd24d91-7541-4171-a681-2c61556002e2 .field,
.block-block-content0537b7a9-290f-4217-a412-1ad62a4a5ba2 .field {
    font-family: "Cormorant", serif;
    color: #903C2A;
    font-size: 30px;
    line-height: 1.2;
}
.block-block-content63390b45-bd7d-41fe-bb48-7657c1a0a067 .field {
    margin-top: 40px;
    padding-left: 400px;
    text-align: center;
    position: relative;
    min-height: 300px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block-block-content63390b45-bd7d-41fe-bb48-7657c1a0a067 .field::after {
    content: "";
    width: 346px;
    height: 309px;
    background-image: url("../css/images/cont_samolet.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.block-block-content0537b7a9-290f-4217-a412-1ad62a4a5ba2 {
        grid-column: 1/-1;
}
article[data-history-node-id="102"] .node__content .layout--twocol-section--50-50 .layout__region--second {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
}
.block-block-content509065bc-5966-404c-b24e-77b0b07fea69,
.block-block-content32fedc13-e6cb-453f-a861-2cd07e0c2a49 {
    text-align: center;
}
.block-block-content509065bc-5966-404c-b24e-77b0b07fea69 .field a,
.block-block-content32fedc13-e6cb-453f-a861-2cd07e0c2a49 .field a {
    margin-top: 25px;
}
article[data-history-node-id="103"] .field--name-body {
    max-width: 1300px;
    margin: 0 auto;
    color: #503E31;
}
article[data-history-node-id="103"] .view-atmosfera-nashego-spa-prostranstva {
    padding-top: 150px;
}
article[data-history-node-id="103"] .block-block-content93a79416-d346-45bd-a6d9-f49c01db0782 {
    margin-top: 40px;
}
article[data-history-node-id="103"] .block-block-content93a79416-d346-45bd-a6d9-f49c01db0782 .field {
    font-size: 20px;
    line-height: 1.4;
    color: #503E31;
}
#block-itpro-views-block-uslugi-v-akcii-block-1 {
    margin-top: 90px;
}
.view-sale .view-header {
    text-align: center;
    max-width: 1340px;
    margin: 0 auto 90px auto;
    font-size: 25px;
    line-height: 1.4;
}
#block-itpro-views-block-uslugi-v-akcii-block-1 {
    position: relative;
}
#block-itpro-views-block-uslugi-v-akcii-block-1::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    width: 753px;
    height: 760px;
    background-color: rgba(144,60,42,0.5);

    -webkit-mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
#block-itpro-views-block-uslugi-v-akcii-block-1 > h2 {
    z-index: 2;
}
#block-itpro-views-block-uslugi-v-akcii-block-1 > div {
    z-index: 2;
}
.page-node-type-akciya .node__content .field--name-field-akciya-text {
    position: relative;
    padding-right: 600px;
    position: relative;
    min-height: 555px;
}
.page-node-type-akciya .node__content .field--name-field-akciya-text::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    width: 550px;
    bottom: 0;
    height: 555px;
    background-color: rgba(144,60,42,0.5);

    -webkit-mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    mask: url("../css/images/ornament_1.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
#block-itpro-views-block-uslugi-v-akcii-stranica-akcii-block-1 {
    margin-top: 60px;
}
@media (max-width: 1770px) {
    .header_in .navbar-nav li {
        font-size: 14px;
        padding-right: 10px;
    }
}
@media (max-width: 1600px) {
    .view-uslugi-programmy .view-content {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1480px) {
    .header_left {
        grid-column: span 2 / span 2;
    }
    .header_menu {
        grid-column: span 13 / span 13;
        grid-column-start: 3;
    }
}
@media (max-width: 1370px) {
    .header_in .navbar-nav li:nth-child(2),
    .header_in .navbar-nav li:nth-child(3),
    .header_in .navbar-nav li:nth-child(4) {
        display: none;
    }
}
@media (max-width: 1280px) {
    .header_menu {
        grid-column: span 9 / span 9;
    }
    .header_phone {
        grid-column: span 6 / span 6;
    }
    .header_left {
        grid-column: span 4 / span 4;
    }
    .header_in .navbar-nav li {
        font-size: 14px;
        padding-right: 13px;
    }
}
@media (max-width: 1155px) {
    .header_menu {
        display: none;
    }
    .header_left {
        grid-column: span 6 / span 6;
    }
    .header_phone {
        grid-column: span 13 / span 13;
    }
    .view-uslugi-programmy .view-content {
        grid-template-columns: repeat(3, 1fr);
    }
}
.view-rotator .views-row {
    min-height: 700px;
}
@media (max-width: 1750px) {
    .rotator_title {
        font-size: 90px;
    }
    .rotator_doptext {
        font-size: 50px;
    }
    .rotator_link {
        margin-top: 40px;
    }
    .block-block-content63390b45-bd7d-41fe-bb48-7657c1a0a067 .field::after {
        width: 280px;
    }
    .block-block-content63390b45-bd7d-41fe-bb48-7657c1a0a067 .field {
        padding-left: 300px;
    }
}
@media (max-width: 1650px) {
    .popular_front_orn_bottom {
        display: none;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_b a {
        font-size: 21px;
    }
}
@media (max-width: 1500px) {
    .region-footer-top-right {
        grid-column: span 10 / span 10;
        grid-column-start: 11;
    }
    .region-footer-top-left {
        grid-column: span 10 / span 10;
    }
    #block-itpro-logopodval {
        width: 400px;
    }
    #block-itpro-logopodval .field img {
        width: 100%;
        height: auto;
    }
    .footer_content {
        padding-left: 450px;
    }
    .page-node-type-akciya .node__content .field--name-field-akciya-text {
        padding-right: 350px;
    }
    .block-block-contentadd24d91-7541-4171-a681-2c61556002e2 .field, .block-block-content0537b7a9-290f-4217-a412-1ad62a4a5ba2 .field {
        font-size: 22px;
    }
}
@media (max-width: 1450px) {
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1,
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title {
        font-size: 22px;
    }
    .page_head_in .region-page-title-head h1 {
        font-size: 52px;
    }
}
@media (max-width: 1400px) {
    .rotator_title {
        font-size: 70px;
        margin-bottom: 20px;
    }
    .rotator_doptext {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .view-rotator .view-content .views-row .views-field-nothing > span {
        max-width: 800px;
    }
    .view-nashi-uslugi-glavnaya .view-content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1350px) {
    .block-block-content63390b45-bd7d-41fe-bb48-7657c1a0a067 .field::after {
        width: 200px;
    }
    .block-block-content63390b45-bd7d-41fe-bb48-7657c1a0a067 .field {
        padding-left: 190px;
    }
}
@media (max-width: 1250px) {
    h2 {
        font-size: 36px;
    }
    .prostranstvo_head,
    .popular_head_front {
        gap: 30px;
        margin-bottom: 30px;
    }
    #block-itpro-opisanieosalone {
        margin-top: 30px;
    }
    .view-atmosfera-nashego-spa-prostranstva button {
        top: -40px;
    }
    .view-atmosfera-nashego-spa-prostranstva .slick-slide > div {
        padding: 20px;
    }
    .view-atmosfera-nashego-spa-prostranstva .slick-center {
        padding-top: 5px;
    }
    .view-atmosfera-nashego-spa-prostranstva .slick-next {
        right: 15px;
    }
    .view-atmosfera-nashego-spa-prostranstva .slick-prev {
        right: 80px;
    }
    #block-itpro-kartaproezda {
        top: 0;
    }
    .footer_top {
        display: block;
    }
    #block-itpro-kartaproezda {
        max-height: 500px;
    }
    .region-footer-top-left {
        max-width: 600px;
        margin: 0 auto 50px auto;
    }
    .footer_content {
        padding-left: 0;
    }
    #block-itpro-logopodval {
        position: relative;
        margin: 0 auto;
    }
    .programma_page_content_in {
        display: block;
    }
    .view-programma-foto {
        margin-top: 40px;
        text-align: center;
    }
}
@media (max-width: 1100px) {
    .rotator_title {
        font-size: 40px;
    }
    .rotator_doptext {
        font-size: 30px;
    }
    article[data-history-node-id="102"] .node__content .layout__region--second .field {
        height: 500px;
        overflow: hidden;
    }
    .rotator_titlemini {
        font-size: 22px;
    }
    .view-rotator .view-content .views-row .views-field-nothing > span {
        max-width: 600px;
    }
    .page-node-type-akciya .node__content .field--name-field-akciya-text {
        padding-right: 0;
    }
    .page_sertif_content {
        display: block;
    }
    .region-page-sertif-left {
        margin-bottom: 40px;
    }
    .page_sertif_in {
        text-align: center;
    }
    .page_sertif_content {
        padding-top: 60px;
    }
    .program_head_top .program_head_tag,
    .program_head_top .head_sale_label {
        font-size: 15px;
    }
    .program_head_usl .program_head_usl_time,
    .program_head_usl .program_head_usl_price {
        font-size: 20px;
    }
    .program_head_usl > div {
        margin-bottom: 15px;
    }

    article[data-history-node-id="102"] .node__content .layout--twocol-section {
        display: block;
        max-width: 700px;
        margin: 0 auto 80px auto;
    }
    article[data-history-node-id="102"] .node__content .layout__region--second {
        padding-left: 0;
    }
    article[data-history-node-id="102"] .node__content .layout--twocol-section .layout__region--first {
        margin-bottom: 40px;
    }
}
@media (max-width: 900px) {
    #block-itpro-adresstroka .field {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #block-itpro-telefonstroka .field a {
        font-size: 19px;
    }
    .view-rotator .slick-dots {
        right: auto;
        width: auto;
        left: 2%;
        bottom: 20px;
    }
    .view-rotator .slick-next {
        right: 20px;
        bottom: 20px;
        top: auto
    }
    .view-rotator .slick-prev {
        right: 80px;
        bottom: 20px;
        top: auto
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext ul li {
        font-size: 13px;
    }
    .mybutton,
    #block-itpro-kupitpodarochnyysertifikat .field p a {
        font-size: 16px;
    }
    .page_head_in .region-page-title-head h1 {
        font-size: 36px;
    }
    .view-uslugi-seo-tekst .view-content .views-row .views-field-field-uslugatop-doptitle {
        font-size: 18px;
    }
}
@media (max-width: 870px) {
    .prostranstvo_head,
    .popular_head_front {
        display: block;
    }
    .popular_head_front {
        margin-bottom: 80px;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_lable,
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_hash {
        width: 100%;
        padding-right: 0;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_hash {
        background-color: unset !important;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_b a {
        font-size: 19px;
    }
    .popular_front_in {
        padding: 0;
    }
    .view-uslugi-programmy .view-content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 800px) {
    /*
    .view-nashi-uslugi-glavnaya .view-content {
        grid-template-columns: repeat(1, 1fr);
    }
    */
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1 {
        display: none;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row {
        background-color: #000000;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-imganons {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-size: cover;
        height: 100%;
        opacity: 0.3;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-imganons img {
        display: none;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing {
        position: relative;
        bottom: 0;
        top: 0;
        left: 5%;
        right: 5%;
        padding-bottom: 80px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext ul li {
        font-size: 15px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_mode {
        position: absolute;
        bottom: 25px;
        margin: 0;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title {
        margin-top: 25px;
    }


    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1, .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title {
        font-size: 20px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext ul li {
        font-size: 18px;
    }
    .view-chasto-zadavaemye-voprosy .view-content .views-row {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #block-itpro-kontakty .field p, .block-block-contentca8ad8a1-e192-4e2e-9f77-6125e88391f3 .field p {
        font-size: 38px;
    }
    #block-itpro-bloktelefonov .field a, .block-block-content4fbcd286-7713-415f-ab27-003a13d51195 .field a {
        font-size: 22px;
    }
}
@media (max-width: 680px) {
    .view-populyarnye-uslugi .views-row .views-field-nothing {
        top: 0;
        bottom: 0;
        padding: 40px 0 0 0;
    }
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content {
        height: auto;
        margin-top: 0;
    }
    .view-populyarnye-uslugi .views-field-field-usluga-anons a::before {
        background: rgba(0,0,0,0.5);
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_lable {
        color: #ffffff;
    }
    .view-populyarnye-uslugi .views-field-nothing .whitebutton {
        font-size: 16px;
        padding: 10px 45px 10px 12px;
    }
    .view-populyarnye-uslugi .views-field-nothing .whitebutton::after {
        right: 10px;
        -webkit-mask-size: 50%;
        mask-size: 50%;
    }
    .view-populyarnye-uslugi .views-row::after {
        display: none;
    }
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_link {
        position: absolute;
        bottom: 40px;
        margin: 0;
    }
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_price {
        margin-top: 0;
    }
}
@media (max-width: 630px) {
    .program_head_usl .usl_cat_old_price {
        font-size: 13px;
    }
}
@media (max-width: 600px) {
    .rotator_title {
        font-size: 30px;
    }
    .rotator_doptext {
        font-size: 19px;
    }
    .mybutton,
    #block-itpro-kupitpodarochnyysertifikat .field p a {
        font-size: 15px;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_lable {
        font-size: 17px;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_b a {
        font-size: 18px;
    }
    .view-chasto-zadavaemye-voprosy .view-content .views-row .views-field-title {
        font-size: 18px;
    }
    .view-chasto-zadavaemye-voprosy .view-content .views-row {
        padding-right: 55px;
    }
    .view-chasto-zadavaemye-voprosy .view-content .views-row .views-field-nothing {
        width: 20px;
        height: 20px;
    }
    .view-programma-opisanie .views-field-field-usluga-programvhodtext .field_usluga_programvhodtext,
    .view-programma-opisanie .views-field-field-usluga-prodroprogtext,
    .view-uslugi-seo-tekst .view-content .views-row .views-field-field-uslugatop-ptext {
        font-size: 16px;
    }
    footer {
        margin-top: 20px;
    }
    .block-block-content63390b45-bd7d-41fe-bb48-7657c1a0a067 .field::after {
        display: none;
    }
    .block-block-content63390b45-bd7d-41fe-bb48-7657c1a0a067 .field {
        padding-left: 0;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1, .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title {
        font-size: 16px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext ul li {
        font-size: 14px;
    }
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_price .usl_cat_old_price {
        font-size: 14px;
    }
}
@media (max-width: 530px) {
    #block-itpro-logopodval {
        width: 96%;
        max-width: 300px;
    }
    #block-itpro-spauslugiopisanie .field {
        font-size: 14px;
    }
    .content_width {
        padding: 30px 0;
    }
    h2 {
        margin-bottom: 30px;
    }
    .view-uslugi-programmy {
        margin-top: 30px;
    }
    article[data-history-node-id="102"] .node__content .layout--twocol-section--50-50 .layout__region--second {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 600px) {
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_hash {
        padding: 0;
        font-size: 13px;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_b {
        line-height: 1;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_b a {
        font-size: 15px;
    }
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_time,
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_price {
        background-size: 15px;
        font-size: 14px;
        padding-left: 22px;
        padding-bottom: 4px;
        padding-top: 4px;
    }
}
@media (max-width: 500px) {
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content {
        margin-top: 12px;
    }
    .view-populyarnye-uslugi .views-field-nothing .sale_lable_usl span {
        font-size: 14px;
        padding: 5px;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_lable {
        font-size: 14px;
    }
    .view-populyarnye-uslugi .views-row .views-field-nothing {
        padding-top: 20px;
    }
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_link {
        bottom: 20px;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_lable {
        padding: 0;
    }
    .view-populyarnye-uslugi .views-row {
        height: 397px;
    }
    .view-populyarnye-uslugi .views-row .views-field-field-usluga-anons {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 397px;
    }
    .view-populyarnye-uslugi .views-row .views-field-field-usluga-anons > div {
        position: absolute;
        height: 397px;
        width: 238px;
        left: 50%;
    }
    .view-populyarnye-uslugi .views-row .views-field-field-usluga-anons > div > a {
        position: relative;
        right: 50%;
        height: 397px;
        width: 238px;
    }
    .view-populyarnye-uslugi .views-row::before {
        display: none;
    }
    .view-populyarnye-uslugi .views-row:hover .views-field-field-usluga-anons a::before {
        opacity: 1;
    }
    .view-populyarnye-uslugi .views-row:hover .views-field-nothing {
        top: 0;
    }
    .view-populyarnye-uslugi .views-row:hover .views-field-nothing {
        bottom: 0;
    }
    .view-populyarnye-uslugi .views-row:hover .views-field-nothing .sale_lable_usl span {
        background-color: #903C2A;
        color: #FEF7E7;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_b {
        line-height: 1;
    }
}
@media (max-width: 480px) {
    #block-itpro-adresstroka {
        display: none;
    }
    #block-itpro-telefonstroka .field {
        margin-right: 20px;
    }
    #block-itpro-telefonstroka .field a {
        font-size: 17px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1, .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title {
        font-size: 20px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext ul li {
        font-size: 16px;
    }
    .page_sertif_content::before {
        width: 280px;
    }
    #block-itpro-blokadresa .field, .block-block-contentae755566-425d-4694-a66b-042412816d03 .field {
        font-size: 15px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1, .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title {
        font-size: 15px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext ul li {
        font-size: 13px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .mybutton {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .mybutton::after {
        display: none;
    }

}
@media (max-width: 420px) {
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_lable {
        font-size: 11px;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_hash {
        vertical-align: top;
    }
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_b a {
        font-size: 13px;
    }
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_time, .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_price,
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_price .usl_cat_old_price {
        font-size: 12px;
    }
    .view-populyarnye-uslugi .views-row {
        height: 320px;
    }
    .view-populyarnye-uslugi .views-field-nothing .whitebutton {
        font-size: 12px;
    }
    .view-populyarnye-uslugi .views-row .views-field-nothing .cat_opis_content .cat_opis_content_price .usl_cat_old_price {
        display: block;
        margin-top: 4px;
    }
}
@media (max-width: 400px) {
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1, .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title {
        font-size: 17px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext ul li {
        font-size: 12px;
    }
    .mybutton {
        padding: 9px 65px 9px 10px;
    }
    .page_head_in .region-page-title-head h1 {
        font-size: 21px;
    }
}
@media (max-width: 360px) {
    #block-itpro-telefonstroka .field a {
        font-size: 14px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title {
        margin-bottom: 10px;
    }
    .usl_top_mode {
        margin-top: 10px;
    }
    .program_head_usl .program_head_usl_time, .program_head_usl .program_head_usl_price {
        font-size: 16px;
    }

    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-field-uslugatop-anonstitle-1, .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_title {
        font-size: 11px;
    }
    .view-nashi-uslugi-glavnaya .view-content .views-row .views-field-nothing .usl_top_podtext ul li {
        font-size: 8px;
    }
}
@media (max-width: 340px) {
    .view-populyarnye-uslugi .views-field-nothing .cat_opis_title_b a {
        font-size: 11px;
    }
    .usluga-slider {
        max-width: 260px;
        margin: 0 auto;
    }
}
.region-content {
    width: 100%;
    overflow-x: hidden;
}
@media (max-height: 870px) {
    .mobile_menu_content_footer {
        position: relative;
        bottom: auto;
        margin-top: 40px;
    }
    .mobile_menu_in {
        overflow-y: scroll;
        padding-right: 20px;
        color: #F9EEDE;
        padding-bottom: 0;
    }
    

    /* Chrome, Edge, and Safari */
    .mobile_menu_in::-webkit-scrollbar {
        width: 5px;
    }

    .mobile_menu_in::-webkit-scrollbar-track {
        background: #903C2A;
    }

    .mobile_menu_in::-webkit-scrollbar-thumb {
        background-color: #a44631;
        border-radius: 10px;
    }
    
}
@media (max-width: 1250px) {
    .mobile_menu_content_text {
        display: block;
    }
    .mobile_menu_content_text > div {
        margin-bottom: 40px;
    }
    .mobile_menu_content_footer {
        position: relative;
        bottom: auto;
        margin-top: 40px;
    }
    .mobile_menu_in {
        overflow-y: scroll;
        padding-right: 20px;
        color: #F9EEDE;
        padding-bottom: 0;
        max-width: 470px;
    }

    /* Chrome, Edge, and Safari */
    .mobile_menu_in::-webkit-scrollbar {
        width: 5px;
    }

    .mobile_menu_in::-webkit-scrollbar-track {
        background: #903C2A;
    }

    .mobile_menu_in::-webkit-scrollbar-thumb {
        background-color: #a44631;
        border-radius: 10px;
    }
    #block-itpro-socsetimobilnoemenyu .field {
        text-align: center;
    }
    .mobile_menu_content_footer {
        display: block;
    }
    .region-mobile-menu-content-footer-left,
    .region-mobile-menu-content-footer-center,
    .region-mobile-menu-content-footer-right {
        text-align: center;
    }
}
@media (max-width: 730px) {
    #block-itpro-mobilnoemenyupodarochnyysertifikat .field p {
        font-size: 30px;
    }
    .mobile_menu_content_footer {
        margin-bottom: 30px;
    }
    .mobile_menu_out ul.nav li a {
        font-size: 18px;
    }
    #block-itpro-mobilnoemenyupodarochnyysertifikat img {
        width: 100%;
        height: auto;
    }
    .mobile_menu_content_logoblock {
        margin-bottom: 30px;
    }
}
article[data-history-node-id="106"] .node__content .layout--twocol-section--67-33 .layout__region--second img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
article[data-history-node-id="106"] .node__content .layout--twocol-section--67-33 .layout__region--first {
    padding-right: 40px;
}
article[data-history-node-id="106"] .node__content .layout--twocol-section--67-33 .layout__region--second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-node-type-page .page_stext_in {
    padding: 0;
}
@media (max-width: 1300px) {
    article[data-history-node-id="106"] .node__content .layout--twocol-section--67-33 .layout__region--first {
        padding-right: 0;
        margin-bottom: 40px;
    }
    article[data-history-node-id="106"] .node__content .layout--twocol-section--67-33 {
        display: block;
    }
    article[data-history-node-id="106"] .node__content .layout--twocol-section--67-33 .layout__region--second .block-token-block img {
        margin-bottom: 0;
    }
    article[data-history-node-id="106"] .node__content .layout--twocol-section--67-33 .layout__region--second .block-token-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 15px;
    } 
}
@media (max-width: 660px) {
    article[data-history-node-id="106"] .node__content .layout--twocol-section--67-33 .layout__region--second .block-token-block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 15px;
        margin: 0 auto;
    }
    .view-uslugi-seo-tekst .view-content .views-row {
        margin-top: 50px;
    }
}
.img_bg_no .navbar-nav li a:hover {
    color: #ffffff;
}
.img_bg_no .navbar-nav li:nth-child(5) a:hover {
    color: #a44631;
}
.img_bg_no .ham_menu_head_in span {
    background-color: #ffffff;
}

.scroll_button {
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}
#scroll-wrapper {
  display: table;
  width:100%;
  height:100%;
}

#scroll-wrapper-inner {
  display: table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
  text-align:center;
}

#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #903C2A;
    font-family: "Jost", sans-serif;
    font-size:14px;
    text-transform: uppercase;
    font-weight:600;
    letter-spacing:0.4em;
    text-align:center;
    transform: rotate(90deg);
    margin-bottom: 45px;
    cursor: pointer;
}
#scroll-down::before {
    -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #903C2A;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 800;


}
.fa-whatsapp {
    display: block;
    width: 100%;
    height: 100%;

    background-image: url("../css/images/social/wa.png");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
.view-populyarnye-uslugi .bef-exposed-form [data-name="field_usluga_hash_target_id_selective"] ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    text-align: center;
}
.view-populyarnye-uslugi .bef-exposed-form [data-name="field_usluga_hash_target_id_selective"] ul li {
    padding: 0 10px 10px 10px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.view-populyarnye-uslugi .bef-exposed-form  .form-type-select {
    float: none;
    width: 100%;
}
.view-populyarnye-uslugi .bef-exposed-form [data-name="field_usluga_hash_target_id_selective"] ul li a {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    background-color: #282625;
    padding: 10px 10px 12px 10px;
    border-radius: 10px;
    line-height: 1;
}
.view-populyarnye-uslugi .bef-exposed-form [data-name="field_usluga_hash_target_id_selective"] ul li a:hover,
.view-populyarnye-uslugi .bef-exposed-form [data-name="field_usluga_hash_target_id_selective"] ul li a.bef-link--selected {
    background-color: #903C2A;
}
.view-populyarnye-uslugi .bef-exposed-form [data-name="field_usluga_hash_target_id_selective"] ul li:nth-child(1) a {
    background-color: unset;
    color: #903C2A;
    text-decoration: underline;
}
.view-populyarnye-uslugi .bef-exposed-form [data-name="field_usluga_hash_target_id_selective"] ul li:nth-child(1) a:hover {
    color: #282625;
}
@media (max-width : 960px) {  
    .view-populyarnye-uslugi .bef-exposed-form [data-name="field_usluga_hash_target_id_selective"] ul li a {
        font-size: 15px;
    }
    .view-populyarnye-uslugi .bef-exposed-form [data-name="field_usluga_hash_target_id_selective"] ul li {
        padding: 0 5px 10px 5px;
    }
}
#block-itpro-zayavkapodarochnyesertifikatyvspa,
#block-itpro-zapisatsyavuslugakhiakciyakh,
#block-itpro-tokenblock-2 {
    margin-top: 60px;
}



.modal-content .modal-title {
    font-family: 'TT Fors Trial';
    font-weight: 300;
    text-transform: uppercase;
}
.modal-content .form-type-checkbox {
    margin-bottom: 0;
}
.modal-content .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}
.modal-content .modal-footer,
.modal-content .modal-header {
    border: 0;
}
.modal-content .modal-footer {
    text-align: center;
    display: inline-block;
    padding-bottom: 30px;
}
.webform-button--submit {
    background-color: #070707;
    color: #ffffff;
    padding: 10px 20px;
    border: 0;
    border-radius: 10px 10px 10px 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
.webform-button--submit:hover {
    background-color: #ECE9EC;
    color: #070707;
}
.modal.fade .modal-dialog {
    max-width: 300px;
    margin: auto;
    top: 40px;
}
.webform-confirmation {
    padding: 30px 0;
    text-align: center;
}
.webform-submission-form .alert-error {
    display: none;
}
.form-type-checkbox {
    position: relative;
}
.form-type-checkbox label {
    /* padding-left: 20px; */
    display: inline-block;
    font-size: 12px;
    font-family: 'Proxima Nova Light';
}
.form-check {
    padding-left: 20px;
}
.form-type-checkbox input {
    display: none;
}
.form-type-checkbox label::before {
    content: "";
    width: 13px;
    height: 13px;
    background: url("../css/images/checkbox.png") no-repeat;
    background-position: 0 0;
    background-size: 12px;
    position: absolute;
    top: 3px;
    left: 0;
}
.form-type-checkbox input:checked + label::before {
    background-position: 0 -16px;
}
.form-type-checkbox input.error + label {
    color: #ff0000;
}