/*РєРЅРѕРїРєР° РѕР±СЂР°С‚РЅРѕРіРѕ РІС‹Р·РѕРІР°*/
:root {
    --color-samsung: #1c4fa4;
    --color-bosch: #EA0016;
    --color-indesit: #019dd6;
    --color-miele: #8c0014;
    --color-acer: #6b9e41;
    --color-alienware: #2b2c2d;
    --color-asus: #0078d7;
    --color-dell: #1c4fa4;
    --color-gigabyte: #0283bd;
    --color-hp: #0283bd;
    --color-htc: #6b9e41;
    --color-huawei: #dc554b;
    --color-lenovo: #a5272b;
    --color-lg: #a5272b;
    --color-meizu: #0283bd;
    --color-msi: #a5272b;
    --color-one-plus: #a5272b;
    --color-sony: #2b2c2d;
    --color-toshiba: #a5272b;
    --color-vertu: #2b2c2d;
    --color-xiaomi: #ea8035;
}

.callback-bt {
    background: #37AAEA;
    border: #37AAEA;
    border-radius: 50%;
    cursor:pointer;
    height:68px;
    text-align:center;
    width:68px;
    position: fixed;
    right: 5%;
    bottom: 4%;
    outline: none;
    z-index:999;
    transition:.3s;
    box-shadow: 0px 0px 14px -5px white;
}
.callback-bt-call {
    background: #37AAEA;
    border: #37AAEA;
    border-radius: 50%;
    cursor:pointer;
    height:60px;
    text-align:center;
    width:60px;
    position: fixed;
    right: 5%;
    bottom: 4%;
    outline: none;
    z-index:999;
    transition:.3s;
    box-shadow: 0px 0px 14px -5px white;
    display: none;
}

.callback-bt .text-call,
.callback-bt-call .text-call{
    height:60px;
    width:60px;        
    border-radius:50%;
    position:relative;
    overflow:hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.callback-bt .text-call span,
.callback-bt-call .text-call span{
    text-align: center;
    color:#37AAEA;
    opacity: 0;
    font-size: 0;
    position:absolute;
    right: 7px;
    top: 24px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt svg,
.callback-bt-call svg{
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
        animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

.covid {
    text-align: center;
    padding: .5rem;
    color: white;
}

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
figure.logo.header-logo {
    text-align: center;
}
/*РєРЅРѕРїРєР° РѕР±СЂР°С‚РЅРѕРіРѕ РІС‹Р·РѕРІР°*/
.model-tabs-content-table-row {
    padding: 10px 0;
}
.model-tabs-content-table-icon {
    margin-right: 5px;
}
.model-tabs-content-table-name, .model-tabs-content-table-time {
    display: flex;
    align-items: center;
}

.model-tabs-content-table-row:focus .model-tabs-content-table-icon, 
.model-tabs-content-table-row:hover .model-tabs-content-table-icon, 
.other-models-controllers-button-icon, 
.other-models-icon {
    fill: black;
    color: black;
}
.details-description {
    margin: auto;
}
@media (max-width: 500px){
.model-tabs-content-table-time {
    display: none !important;
}}
@media screen and (max-width: 800px){
    button.model-tabs-content-table-button.request-button.button-theme {margin: 0;}
}
ul.model-tabs-content-table-row.l-grid-sb-c {
    margin-left: 15px;
}
.specification-block p {
    margin: 10px 0;
    text-indent: 10px;
}

.details-description h2 {
    padding: 20px 0 0px;
}
.details-description p {
    text-indent: 10px;
}
.details-description h2.title-moderate.elem-underscore-center {
    padding: 0;
}
.details-description ul {
    padding: 0 0 0 40px;
}
li.model-tabs-content-table-name a {
    text-decoration: underline;
}
.footer-block {
    padding-right: 10px;
}
.footer-block-rej {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 0px;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    margin-top: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/* rating */
.reit_bl_items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.reit_bl_item_img img {
    width: 100%;
    max-width: 280px;
    min-width: 230px;
}
.reit_bl_item {
    border-radius: 10px;
    margin: 20px;
    padding: 30px;
    background: #f6f6f6;
    transition: 240ms;
    box-shadow:  5px 5px 8px #dfdfdf,
             -5px -5px 8px #fbfbfb;       
}
.reit_bl_item:hover {
    box-shadow:  1px 1px 3px #dfdfdf,
    -1px -1px 3px #fbfbfb; 
}
.reit_bl_item_title {
    font-size: 26px;
    text-align: right;
    color: #0707ac;
    font-weight: 500;
}
.reit_bl_item_title span {
    font-size: 36px;
    font-weight: 600;
}
.master_card {
    padding: 30px;
    border: 1px dashed #d4d4d4;
    margin: 2rem 0;
    border-radius: 10px;
    display: flex;
}
.master_card_img_btn img {
    width: 300px;
    height: 300px;
    border-radius: 10px;
}
.master_card_text {
    margin-left: 20px;
}
.master_card_text_name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.master_card_text_all,
.master_card_stag_service,
.master_card_text_obr,
.master_card_text_uslugi{
    font-size: 14px;
    margin-bottom: 10px;
}
.master_card_text_all,
.master_card_stag_service{
    background-image: url(/images/master-calendar.svg);
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: 18px;
}
.master_card_text_obr {
    background-image: url(/images/master-student.svg);
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: 18px;
}
.master_card_text_uslugi {
    background-image: url(/images/master-remont.svg);
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: 18px;
}
.master_card_text_ops {
    background-image: url(/images/master-desc.svg);
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: 18px;    
}
.master_card_button {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.master_card_button button {
    width: 220px;
    height: 40px;
    border: none;
    font-size: 16px;
    background: #282d36;
    color: white;
    border-radius: 3px;
    -webkit-transition: 140ms;
    text-transform: uppercase;
}
.master_card_button button:hover {
    background: #3e3e3e;
}
.tablet_nw_price_header {
    margin-left: 15px;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c6c6c6;
}
.t_nw_p_h_1 {
    display: flex;
    align-items: center;
    flex: 0 0 40%;
    text-align: left;
    height: 35px;
}
.t_nw_p_h_2 {
    min-width: 8rem;
    display: flex;
    align-items: center;
}
.t_nw_p_h_3 {
    display: flex;
    align-items: center;
    width: 8rem;
}
.t_nw_p_h_4 {
    width: 127px;
}
.model-tabs-content-table-name, 
.model-tabs-content-table-time,
.model-tabs-content-table-price{
    width: 8rem;
}
.model-tabs-content-table-button {
    border: 0 solid;
    background-color: transparent;
    background-image: url(/images/zakazat-btn.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    width: 127px;
    height: 32px;
}

.model-tabs-content-table-button.no-bg {
    background-image: none;
}

p.information-block-phone {
    text-decoration: underline;
}
@media (max-width: 500px) {
   .t_nw_p_h_3 {
       display: none;
   }
}

@media (max-width: 768px){
    .master_card {
        flex-direction: column;
    }
    .master_card_img_btn {
        width: 300px;
        margin: 0 auto 1rem;
    }
    .master_card_text {
        margin-left: 0px;
    }
}
@media (max-width: 425px) {
   .master_card {
        padding: 15px;
    } 
    .master_card_button button {
        width: 100%;
        margin-left: 24px;
    }
}
@media screen and (max-width: 400px) {
  .information-block-phone {
    font-size: .8rem;
  }  
}
@media (max-width: 360px) {
   .master_card {
        padding: 5px;
        border: none;
    } 
    .master_card_img_btn img {
        width: 280px;
        height: 280px;
    }
    .master_card_img_btn {
        width: 280px;
    }
}
@media (max-width: 768px) {
    .callback-bt-call {
        display: block;
    }
    .callback-bt {
        display: none;
    }
}