/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper {
     max-width: 1400px !important;
}
 */
/* Set site background image */
/* body {
     background: url(image_source) top no-repeat;
}
/* Hide compare button */
/* a.compare_item {
     display: none !important;
}
*/
.logo a img {
    max-height: 120%;
    max-width: 120%;
}
/* IZ STAROGO SAITA CSS*/
 .services-sections{
    padding:80px 15px;
    background-color:#f6f6f6
}
 .services-sections.no-actions{
    padding-top:110px
}
.services-sections__item:not(:last-child){
    margin-bottom:100px
}
 .services-section__top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.services-section__top .section__title{
    width:100%;
    white-space:nowrap;
    margin:0
}
.services-section__switch{
    margin-left:30px
}
.view-switch{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.view-switch__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-family:SONGER-SemiExpanded-Medium;
    font-size:14px;
    line-height:100%;
    padding:15px 30px;
    border:1px solid transparent;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
    cursor:pointer
}
 .view-switch__item:last-child{
    margin-left:15px
}
.view-switch__item:hover{
    color:var(--grey);
    border:1px solid var(--grey)
}
 .view-switch__item.active{
    border:1px solid var(--text);
    color:var(--text)
}

 .services-main__list.list .services-main__item{
    border-top:1px solid #fff;
}
.services-main__list.list .services-main__item:last-child{
    border-bottom:1px solid #fff;
}
 .services-main__list.list .services-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    height:67px;
    position:relative;
    overflow:hidden
}
 .services-main__list.list .services-item__image{
    display:none
}
.services-main__list.list .services-item__link{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%;
    height:100%;
    padding:0 35px;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s
}
.services-main__list.list .services-item__title{
    font-size:18px
}
.services-main__list.list .services-item__book{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    background:-webkit-gradient(linear,left top,left bottom,from(rgba(98,0,0,.25)),color-stop(14.58%,rgba(205,32,32,.25))),#cd2020;
    background:-o-linear-gradient(top,rgba(98,0,0,.25) 0,rgba(205,32,32,.25) 14.58%),#cd2020;
    background:linear-gradient(180deg,rgba(98,0,0,.25) 0,rgba(205,32,32,.25) 14.58%),#cd2020;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
    width:67px;
    height:67px;
    cursor:pointer
}
.services-main__list.list .services-item__book:hover{
    background:-webkit-gradient(linear,left top,left bottom,from(rgba(205,32,32,.25)),color-stop(14.58%,rgba(98,0,0,.25))),#cd2020;
    background:-o-linear-gradient(top,rgba(205,32,32,.25) 0,rgba(98,0,0,.25) 14.58%),#cd2020;
    background:linear-gradient(-180deg,rgba(205,32,32,.25) 0,rgba(98,0,0,.25) 14.58%),#cd2020
}
.services-main__list.list .services-button__icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.services-main__list.list .services-button__text,.services-main__list.list .services-item__detail,.services-main__list.list .services-prices__text{
    display:none
}
.services-main__list.list .services-item__properties{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s
}
.services-prices{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:baseline;
    -ms-flex-align:baseline;
    align-items:baseline
}
.services-prices__item{
    margin-left:10px;
    white-space:nowrap
}
.services-prices__item_old{
    font-weight:500;
    font-size:12px;
    line-height:118.5%;
    -webkit-text-decoration-line:line-through;
    text-decoration-line:line-through;
    color:#7d7d7d
}
.services-prices__item_current{
    font-size:18px;
    line-height:100%;
    font-weight:500
}
.services-main__list.list .services-item__icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-left:35px;
    position:absolute;
    top:calc(50% - 12px);
    right:0;
    opacity:0;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
    -webkit-transform:translateX(100%);
    -ms-transform:translateX(100%);
    transform:translateX(100%)
}
.services-main__list.list .services-item__buttons{
    position:absolute;
    top:0;
    right:0;
    -webkit-transform:translateX(100%);
    -ms-transform:translateX(100%);
    transform:translateX(100%);
    opacity:0
}
.services-main__list.list .services-item:hover,.services-main__list.list .services-item:hover .services-prices__item_old{
color: #fff;
}
.services-main__list.list .services-item:hover .services-item__link{
    background-color:#323232;
    padding-right:90px
}
.services-main__list.list .services-item:hover .services-item__properties{
    padding-right:60px
}
.services-main__list.list .services-item:hover .services-item__icon{
    opacity:1;
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0)
}
.services-main__list.list .services-item:hover .services-item__buttons{
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
    opacity:1;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s
}
.services-main__list.cards{
    display:-ms-grid;
    display:grid;
    -ms-grid-columns:1fr 40px 1fr 40px 1fr;
    grid-template-columns:repeat(3,1fr);
    grid-row-gap:60px;
    grid-column-gap:40px
}
.services-main__list.cards .services-item{
    background-color:var(--white);
    border:1px solid var(--grey);
    border-bottom:3px solid var(--grey);
    padding:15px
}
.services-main__list.cards .services-item__image{
    width:100%;
    border:1px solid #323232;
    height:175px;
    overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.services-main__list.cards .services-item__image img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -webkit-transition:.4s;
    -o-transition:.4s;
    transition:.4s;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
}
.services-main__list.cards .services-item__link{
    display:block;
    margin-top:15px
}
.services-main__list.cards .services-item__title{
    font-family:SONGER-SemiExpanded-Bold;
    font-size:16px;
    line-height:145%;
    min-height:50px
}
.services-main__list.cards .services-prices{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:baseline;
    -ms-flex-align:baseline;
    align-items:baseline
}
.services-main__list.cards .services-prices__text{
    font-size:16px;
    line-height:118.5%
}
.services-main__list.cards .services-item__icon{
    display:none
}
.services-main__list.cards .services-item__buttons{
    display:-ms-grid;
    display:grid;
    -ms-grid-columns:1fr 10px 1fr;
    grid-template-columns:repeat(2,1fr);
    grid-column-gap:10px;
    margin-top:20px
}
.services-main__list.cards .services-item__button{
    font-family:SONGER-SemiExpanded;
    font-size:14px;
    line-height:19px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height:47px;
    padding:5px;
    border:1px solid var(--text);
    cursor:pointer
}
.services-main__list.cards .services-button__icon{
    display:none
}
.services-main__list.cards .services-item__book{
    background-color:var(--text);
    color:var(--white);
    -webkit-clip-path:polygon(calc(100% - 20px) 0,100% 20px,100% 100%,0 100%,0 0);
    clip-path:polygon(calc(100% - 20px) 0,100% 20px,100% 100%,0 100%,0 0)
}
.services-main__list.cards .services-item__book:hover{
    border:1px solid var(--red);
    background-color:var(--red);
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s
}
.services-main__list.cards .services-item:hover .services-item__image img{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.services-other__wrapper{
    overflow:hidden
}
.services-main__list.cards.cards-slider{
    display:block;
    height:-webkit-fit-content;
    height:-moz-fit-content;
    height:fit-content;
    margin:0 -20px
}
.services-main__list.cards.cards-slider .services-main__item{
    padding:0 20px
}
.services-other__arrows{
    margin-top:30px
}
.services-sections__description{
    max-width:960px;
    width:100%;
    margin:auto;
    margin-top:40px
}
.services-description{
    max-height:202px;
    overflow:hidden;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
    font-size:16px;
    line-height:160%
}
.services-description.active{
    max-height:999999px;
    -webkit-transition:max-height 3s ease-in-out;
    -o-transition:max-height 3s ease-in-out;
    transition:max-height 3s ease-in-out
}
.services-sections__action{
    cursor:pointer;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-family:SONGER-SemiExpanded;
    font-size:20px;
    line-height:43px;
    color:var(--grey);
    position:relative;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin-top:20px
}
.services-sections__action svg{
    position:absolute;
    top:calc(50% - 9px);
    right:-33px;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s
}
.services-sections__action.active svg{
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
.service-info{
    padding-top:127px;
    padding-bottom:60px
}
.service-info__wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    max-width:960px;
    margin:auto;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.service-price__title{
    font-family:SONGER-SemiExpanded-Medium;
    font-size:20px;
    line-height:100%;
    margin-bottom:15px
}
.service-price__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:baseline;
    -ms-flex-align:baseline;
    align-items:baseline
}
.service-price__item{
    margin-right:25px
}
.service-price__item_old{
    font-family:SONGER-SemiExpanded;
    font-size:12px;
    line-height:100%;
    color:var(--grey);
    text-decoration:line-through
}
.service-price__item_current{
    font-family:SONGER-SemiExpanded-Medium;
    font-size:16px;
    line-height:100%;
    color:var(--red)
}
.service-info__properties{
    margin-top:30px
}
.service-properties__item:not(:last-child){
    margin-bottom:10px
}
.properties-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.properties-item__icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-right:15px
}
.properties-item__text{
    font-size:18px;
    line-height:100%;
    white-space:nowrap
}
.service-info__mbtn{
    width:360px;
    height:54px;
    margin-top:33px;
    border:2px solid var(--text);
    color:var(--text);
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s
}
.service-info__mbtn:hover{
    background-color:var(--text);
    color:var(--white)
}
.service-info__image{
    max-width:500px;
    width:100%;
    height:270px
}
.info-image.crop:before{
    background-color:var(--text)
}
.info-image.crop-tl,.info-image.crop-tl img{
    -webkit-clip-path:polygon(66px 0,100% 0,100% 100%,0 100%,0 66px);
    clip-path:polygon(66px 0,100% 0,100% 100%,0 100%,0 66px)
}
.info-image.crop-tl img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.service-desc{
    padding:60px 15px;
    background-color:#f6f6f6
}
.service-desc__wrapper{
    max-width:960px;
    width:100%;
    margin:auto
}
.service-desc__text{
    font-size:16px;
    line-height:160%;
    max-height:202px;
    overflow:hidden
}
.service-desc__text.active{
    max-height:999999px;
    -webkit-transition:max-height 3s ease-in-out;
    -o-transition:max-height 3s ease-in-out;
    transition:max-height 3s ease-in-out
}
.service-desc__action{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-family:SONGER-SemiExpanded;
    font-size:20px;
    line-height:43px;
    color:var(--grey);
    position:relative;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin-top:20px;
    cursor:pointer
}
.service-desc__action svg{
    position:absolute;
    top:calc(50% - 9px);
    right:-33px;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s
}
.service-desc__action.active svg{
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
 .tabs-list{
    display:-ms-grid;
    display:grid;
    -ms-grid-columns:(1fr)[4];
    grid-template-columns:repeat(4,1fr)
}
.tabs__item{
    border:1px solid var(--white)
}
.tabs-item{
    width:100%;
    padding:20px
}
.tabs__item:nth-child(1),.tabs__item:nth-child(2),.tabs__item:nth-child(3),.tabs__item:nth-child(4){
    border-top:none
}
.tabs__item:nth-child(1),.tabs__item:nth-child(5){
    border-left:none
}
.tabs__item:nth-child(4n){
    border-right:none
}
.tabs__item:nth-child(5),.tabs__item:nth-child(6),.tabs__item:nth-child(7),.tabs__item:nth-child(8){
    border-bottom:none
}
.tabs-item__title{
    font-family:SONGER-SemiExpanded;
    font-style:normal;
    font-weight:400;
    font-size:20px;
    line-height:100%;
    color:var(--white);
    min-height:50px;
    margin:0
}
.tabs-item__image{
    width:100%;
    height:120px;
    border:1px solid var(--white);
    margin-top:15px;
    overflow:hidden
}
.tabs-item__image img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -webkit-transition:.4s;
    -o-transition:.4s;
    transition:.4s
}
.tabs-item:hover .tabs-item__image img{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
 .tabs-item__title{
    font-family:SONGER-SemiExpanded;
    font-style:normal;
    font-weight:400;
    font-size:20px;
    line-height:100%;
    color:var(--white);
    min-height:50px;
    margin:0
}
.services-item__title {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 35px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 577px) {
.services-section__main {
    margin-top: 20px;
}
}
@media screen and (max-width: 1026px) {
.services-section__main {
    margin-top: 30px;
}
}

@media screen and (max-width: 577px) {
.services-main__list.list .services-item__link {
    padding: 15px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
}

@media screen and (max-width: 577px) {
.services-main__list.list .services-item__title {
    font-size: 14px;
    line-height: 130%;
}
}