@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.eot');
    src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MinionPro-Regular.woff') format('woff'),
         url('../fonts/MinionPro-Regular.ttf') format('truetype'),
         url('../fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    background: #fff;
}

body, input, select, textarea {
       font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    color: #292929;
}

                                                /* Начало общих элементов */

.btn, .btn:focus {
color: #fff;
outline: none;
border: none;
font-size: 16px;
text-decoration: none;
border-radius: 4px;
transition: .2s ease-in-out;
}

.btn:hover {
  color: #3f9eff;
  background: transparent;
  opacity: 1;
  border: 1px solid #3f9eff;
}

                                                /* Конец общих элементов*/

                                                /* Начало header */

header {
    background: url(../images/texture.jpg);
    color: #292929;
    padding-bottom: 0;
}
header>.container {
    min-height: 315px;
}

header .btn:hover {
     color: #fff;
     border: 1px solid #fff;
}
.site-name {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    color: #fff;
}

.site-name__title {
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
}

.site-name__subtitle {
    display: block;
    text-align: center;
    font-size: 26px;
    margin-top: 6px;
}

.site-name__work-hours {
    font-size: 16px;
    margin-top: 2px;
}

.contact, .contact__block {
    display: flex;
    flex-flow: column nowrap;
justify-content: center;
}

.contact__span {
    text-align: center;
    font-size: 18px;
    margin-top: 3px;
    color: #fff;
}

.contact__phone {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 5px 0 5px;
}

.contact__phone:hover {
    text-decoration: none;
    color: #fff;
}

.contact__btn, .contact__btn:focus {
    padding: 7px 14px;
    margin: 0 auto;
    transition: .2s ease-in-out;
    background: #3f9eff;
}

.contact-h3 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 20px;
}

                                                /* Конец header */

                                                /* Начало nav */

nav.d-none {
    background: rgba(63, 158, 255, 0.4);
}

.client-nav, .repair-nav {
    display: none;
    background: #3f9eff;
}

.nav-menu *.col, .remont-menu *.col, .client-menu *.col {
    padding: 0;
}

.nav-menu li, .client-menu li, .remont-menu li {
    text-align: center;
color: #fff;
}

.nav-menu li:hover a, .client-menu li:hover a, .remont-menu li:hover a {
    color: #292929;
background: #f5f5f5;
    font-weight: 600;
}

.nav-menu li a, .remont-menu li a, .client-menu li a,
.nav-menu li:focus a, .remont-menu li:focus a, .client-menu li:focus a {
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
    display: block;
text-decoration: none;
    cursor: pointer;
}

div[class^="nav-menu__icon"] {
    background: url(../images/navIcons.png) no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.nav-menu .nav-menu__icon-1 {
    background-position: 0 0;
}

.nav-menu .nav-menu__icon-2 {
    background-position: -40px 0;
}

.nav-menu .nav-menu__icon-3 {
    background-position: -80px 0;
}

.nav-menu .nav-menu__icon-4 {
    background-position: -120px 0;
}

.nav-menu .nav-menu__icon-5 {
    background-position: -160px 0;
}

.nav-menu .nav-menu__icon-6 {
    background-position: -200px 0;
}

.nav-menu .nav-menu__icon-7 {
    background-position: -240px 0;
}

a:hover .nav-menu__icon-1 {
    background-position: 0 -40px;
}

a:hover .nav-menu__icon-2 {
    background-position: -40px -40px;
}

a:hover .nav-menu__icon-3 {
    background-position: -80px -40px;
}

a:hover .nav-menu__icon-4 {
    background-position: -120px -40px;
}

a:hover .nav-menu__icon-5 {
    background-position: -160px -40px;
}

a:hover .nav-menu__icon-6 {
    background-position: -200px -40px;
}

a:hover .nav-menu__icon-7 {
    background-position: -240px -40px;
}


.nav-menu li a:active, .remont-menu li a:active, .client-menu li a:active {
    color: #292929;
}

.nav-menu li img {
    width: 40px;
    height: 40px;
}

.nav-menu li a span {
    display: block;
    margin: 10px 0;
}

.nav-menu a.li-clients {
    cursor: default;
}

.li-remont, .li-clients {
    color: #fff;
    padding: 20px 0;
    display: block;
text-decoration: none;
}


.li-remont span, .li-clients span {
    font-size: 18px;
    color: #fff;
}

.menu-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-menu .menu-block__img {
    width: 12px;
    height: 12px;
    margin: 5px 0 0 10px;
    transform: rotate(180deg);
 transition: .4s ease-in-out;
}

.remont-menu .row {
    margin-right: 30%;
    margin-left: 2%;
}

.client-menu .row {
    justify-content: flex-end;
    margin-right: 8%;
    margin-left: 38%;
}

                                                /* Конец nav */

                                                /* Начало advantages  */

.advantages {
    margin: 40px 0;
}

.advantage-block {
display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
    padding: 20px 0 0;
    max-width: 285px;
    border: 3px solid #3f9eff;
}

.advantage-block img {
    width: 50px;
    height: 50px;
    margin: 10px 15px 15px 0;
}

.advantage-block__title {
font-size: 22px;
    margin: 10px 0 15px;
}

.advantage-block__disc {
    font-size: 18px;
    background: #3f9eff;
    padding: 20px 10px;
    color: #fff;
}

/* Конец advantages */

/* Начало banner */

.banner {
    background: rgb(246, 246, 246);
    margin-bottom: 30px;
    padding: 40px 0 10px;
}

.banner__h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.banner__we-offer {
    font-size: 25px;
    font-weight: 600;
}

.banner__p {
    font-size: 18px;
}

.banner__ul {
    padding: 10px 50px;
}

.banner__ul li {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.banner__ul a {
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: none;
}

.banner__services .banner__ul span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}

.banner__ul a:hover {
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.banner__block-record {
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
}

.banner__block-record .banner__discount a {
    background: #3f9eff;
    border: 1px solid #3f9eff;
}

.banner__block-record .banner__discount a:hover {
    background: transparent;
    border: 1px solid #3f9eff;
}

.banner__img {
    height: 270px;
}

.banner__discount {
    margin: 20px 0 30px;
    text-align: center;
}

.banner__p {
    margin: 0 0 12px;
}

.banner__btn {
    padding: 15px 30px;
    font-size: 18px;
}

                                                /* Конец banner */

                                                /* Начало products */

.product__item {
    border-radius: 10px;
    border: 3px solid #3f9eff;
    box-sizing: content-box;
    text-align: center;
    width: 200px;
    height: 200px;
margin: 30px auto;
}

.product__item a:hover {
box-shadow: 0 0 18px 2px #3f9eff;
    border-radius: 10px;
}

.product__item a:hover p {
background: none;
    box-shadow: inset 0 0 8px 2px #3f9eff;
color: #3f9eff;
}

.product__item a {
    text-decoration: none;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: space-around;
}

.product__block img {
    width: 180px;
    height: 140px;
}

.product__name {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #3f9eff;
    padding: 20px 0;
}

                                                /* Конец products */

                                                /* Начало content */

.content .banner__we-offer {
    margin: 0;
    line-height: 25px;
    text-indent: 0;
}

.content h2 {
    font-size: 30px;
    text-align: center;
margin: 30px 0;
}

.predator-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    }

    .predator-item {
    padding: 15px;
    width: 200px;
    text-align: center;
    background-size: cover;
}

.predator-item a {
    display: inline-block;
    margin-top: 10px;
}

.content p {
    text-align: justify;
    text-indent: 1.5em;
    line-height: 24px;
    margin: 14px 0;
font-size: 16px;
}

.content ul {
    padding: 8px 0;
    margin: -4px 0;
    text-align: justify;
}

.content ul li {
    padding: 4px 0;
    text-indent: 1.5em;
    line-height: 20px;
    list-style: square;
    list-style-position: inside;
    font-size: 16px;
}

                                                /* Конец content */

                                                /* Начало footer */

footer {
    background: #232426;
    color: #fff;
}

footer .col-12 {
    order: 4;
}

.info {
    margin-bottom: -10px;
}

.info__company img {
margin-top: 16px;
}

.info_copyright {
    font-size: 16px;
    text-align: center;
}

.info__mark {
    text-align: center;
    margin: 6px 0;
}

.info__mark img {
width: 100px;
    height: 18px;
}

.info__order, .info__reviews {
    font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    margin: 10px 0;
}

.info__number {
    margin-left: 10px;
}

.name-bugs, .payment {
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
}

.footer-bug {
text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
margin: 0 0 -12px 0;
}

.footer-bug li {
    width: 50%;
}

.footer-bug a {
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    display: block;
    text-decoration: none;
}

.footer-bug a:hover {
border: 1px solid #fff;
    border-radius: 4px;
    padding: 11px 0;
}

.footer-contact {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: space-between;
    margin-top: 20px;
}

.footer-contact .btn:hover {
    background: #fff;
}

.callback {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.callback__phone, .callback__phone:focus {
    color: #fff;
    font-size: 22px;
    margin: 0 0 7px 0;
}

.callback__phone:hover {
    color: #fff;
    text-decoration: none;
}

.callback__btn, .adress__btn,
.callback__btn:focus, .adress__btn:focus {
    border: 1px solid #fff;
 transition: .2s ease-in-out;
    padding: 6px 12px;
}

.adress {
    text-align: center;
}

.adress__time--work {
    margin-bottom: 8px;
}

.adress__time--work p {
    margin: 4px 0;
}

.pay {
    margin-bottom: 30px;
}

.pay .col-lg-6 {
    padding: 0;
}

.pay-block {
    display: flex;
}

.pay-block__pairs {
    display: flex;
    justify-content: space-around;
    flex: 1;
}

                                                /* Конец footer */

                                                /* Начало кнопка вверх */

.scrollup {
    width: 62px;
    height: 62px;
    position: fixed;
    bottom: 30px;
    border-radius: 50%;
    right: 46px;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    border: 4px solid #fff;
    text-indent: 9999px;
    display: none;
    background: url(../images/arrow_top.png) center no-repeat, #3f9eff;
    z-index: 2;
    box-sizing: content-box;
    box-shadow: 0 0 0px 4px #3f9eff;
    background-size: 30px;
}

                                                /* Конец кнопки вверх */

                                                /* Начало кнопка вверх */

.sendMessage {
    height: 38px;
    width: 266px;
    position: fixed;
    top: 50%;
    right: -114px;
    cursor: pointer;
    overflow: hidden;
border: 1px solid #fff;
border-radius: 15px 15px 0 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: flex;
    z-index: 2;
box-shadow: inset 0 0 40px 40px #3f9eff;
 transition: .2s ease-in-out;
    background: #fff;
}

.sendMessage:hover {
    font-weight: bold;
  box-shadow: 0 0 10px 0 #3f9eff inset, 0 0 6px 2px #3f9eff;
}

.sendMessage:hover p {
color: #3f9eff;
}

.sendMessage img {
    width: 24px;
    height: 16px;
    align-self: center;
    margin: 0 8px 0 22px;
    background: #3f9eff;
    border-radius: 4px;
}

.sendMessage p {
color: #fff;
    align-self: center;
}

.messageBlock {
width: 300px;
height: 460px;
position: fixed;
    bottom: -1px;
    right: -330px;
    background: #fff;
border-radius: 15px 15px 0 0;
    z-index: 2;
border: 1px solid #3f9eff;
    box-shadow: 0 0 0 1px #f5f5f5;
    box-sizing: content-box;
}

.messageBlock img {
width: 24px;
height: 24px;
position: absolute;
top: 0;
    left: -30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
}

.messageBlock > p:first-child {
background: #3f9eff;
    padding: 22px 0 18px 20px;
color: #fff;
border-radius: 15px 15px 0 0;
}

.messageBlock > p:nth-child(2) {
    color: #6d6d6d;
    font-size: 16px;
    padding: 24px 20px;
}

.messageBlock form {
   margin: 0 20px;
}

.sendForm {
   display: block;
   width: 100%;
   height: 34px;
   border-radius: 4px;
    border: 1px solid #d4d4d4;
    padding: 0 8px;
}

.messageBlock textarea:hover, .messageBlock input:hover, .messageBlock select:hover {
border: 1px solid #241F21;
}

.messageBlock textarea {
    height: 110px;
padding: 7px 8px;
}

.messageBlock input,.messageBlock select {
margin: 10px 0;
}

.messageBlock input:first-child {
    margin: 0 0 10px;
}

.messageBlock select {
color: #999;
padding: 0 4px;
background: #fff;
}

.messageBlock select option:first-child {
display: none;
}

.messageBlock input[type="submit"] {
    font-size: 16px;
border: none;
margin: 10px auto 0;
display: block;
}

                                                /* Конец кнопки вверх */

                                                /* Начало карты */

.map {
    max-width: 1500px;
    padding: 20px 0;
    position: relative;
    margin: 0 auto 20px;
height: 500px;
}

.map-infod {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    text-align: center;
    font-size: 18px;
    padding: 0 0 40px;
}

.map-info__phone, .map-info__adress, .map-info__work-time {
    border: 2px solid #3f9eff;
    margin: 0 auto;
}

.map-info p:first-child {
    font-size: 20px;
    margin: 10px 0 15px;
    text-align: center;
}

.map-info p:last-child {
    font-size: 18px;
    background: #3f9eff;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.map-info a {
    color: #fff;
}

                                                /* Конец карты */

                                                /* Начало хлебных крошек */

.breadcrumb {
    width: 100%;
    padding: 10px 30px;
    line-height: 24px;
}

.breadcrumb__img {
    width: 20px;
    height: 20px;
    margin: 2px 5px 0 0;
}

                                                /* Конец хлебных крошек */

.btn404 {
    width: 225px;
    text-align: center;
    padding: 15px;
    margin: 60px 39%;
    background: #333;
    border: 1px solid #333;
}

.content .text404 {
    font-size: 1.1em;
}
                                                /* Начало popup */

.callback-form {
    max-width: 400px;
width: 400px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 35px 35px 20px 35px;
    background: #fff;
    text-align: center;
    position: relative;
}

.callback-form .btn {
    background: #3f9eff;
}

.callback-form .btn:hover {
    background: transparent;
}
.callback-form__phone-number .form-control-1, .callback-form__name .form-control-1 {
    display: block;
    width: 250px;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    margin: 0 auto;
    line-height: 1.42857143;
    color: #3f9eff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #3f9eff;
    border-radius: 4px;
}

.callback-form__name .form-control-1 {
    margin: 10px auto;
}

.accept {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.accept label {
    width: 96%;
    font-size: 13px;
}

.form-group {
    display: none;
}

.message {
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    display: none;
    color: #fff;
}

.messageB {
    height: 400px;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    display: none;
    align-items: center;
    background: #fff;
    color: #3f9eff;
    position: absolute;
    top: 60px;
    left: 0;
}

.show {
display: block;
}

.showB {
display: flex;
}

                                                /* Конец popup */

                                                /* Начало блока с отзывами */

.review-h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0;
}

.reviews{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.review-item {
    margin-bottom: 20px;
    padding: 15px 30px;
    border: 3px solid #3f9eff;
    border-radius: 8px;
    overflow: hidden;
    width: 48%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.review__desc {
    display: flex;
    flex-flow: row nowrap;
}

.review__avatar {
    width: 100px;
    height: 100px;
    border: 3px solid #3f9eff;
    border-radius: 4px;
    box-sizing: content-box;
}

.review__avatar img {
    width: 100px;
    height: 100px;
}

.review__person {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    flex: 1;
    background: #3f9eff;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 10px;
}

.review__name, .review__city {
    font-size: 20px;
}

.review-block span {
    font-weight: 600;
    font-size: 18px;
}

.review-block p {
    margin: 4px 0;
}

.review-marks {
    display: flex;
    align-items: center;
}

.review-marks img {
    margin: 0 5px;
}

                                                /* Конец блока с отзывами */

                                                /* Начало блока slider */

.slider {
    margin: 20px 0;
}

.slider .row {
    position: relative;
}

.slider__left {
    position: absolute;
    background: url(../images/arrow.png) center no-repeat, #3f9eff;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 37%;
    left: 0;
background-size: 16px;
}

.slider__left:hover, .slider__right:hover {
    background: url(../images/arrow.png) center no-repeat, #f5f5f5;
    box-shadow: 0 0 8px 2px #3f9eff, inset 0 0 8px 2px #3f9eff;
}

.slider__right {
    position: absolute;
    background: url(../images/arrow.png) center no-repeat, #3f9eff;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 37%;
    right: 0;
background-size: 16px;
-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    transform: rotate(180deg)
}

.slider .products .row {
    flex-flow: row nowrap;
    overflow: hidden;
    padding: 10px 50px;
}

.slider .products .col {
    padding: 0;
    display: none;
}

.slider .products .show {
    display: block;
}

.slider .product__item {
    border: none;
    width: auto;
    height: auto;
    margin: 0;
}

.slider .products {
    width: 100%;
height: 246px;
}

.slider a {
margin: 20px 0;
}

.slider a:hover {
    box-shadow: none;
    margin: 0;
    padding: 0px 10px;
}

.slider a:hover img {
    margin: 0 10px;
    width: 180px;
    height: 180px;
}

.slider a:hover .product__block {
box-shadow: 0 0 8px 2px #3f9eff;
    outline: none;
    border-radius: 10px;
}

.slider a:hover .product__name {
background: #3f9eff;
    padding: 19px 0;
color: #fff;
    font-size: 22px;
    border-radius: 0 0 10px 10px;
}

.slider .product__name {
    font-size: 18px;
    color: #3f9eff;
    font-weight: bold;
    background: transparent;
    padding: 15px 0;
}

                                                /* Конец блока slider */

                                                /* Конец блока стилей для таблиц */

.table table {
    margin-bottom: 30px;
}

.table th {
    background: #3f9eff;
    color: #fff;
padding: 15px 10px;
}

tbody tr:nth-child(2n) {
    background: #EAEAEA;
}

tbody tr:hover .btnT {
    display: block;
}

.table a.btn {
    color: #333;
}

.btnT {
    position: absolute;
    right: 0;
    top: 2px;
    display: none;
    padding: 8px 10px;
}

.table td:last-child, .table th:last-child {
    width: 30%;
}

.table td:first-child {
    position: relative;
}

.table td {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 10px;
}

                                                /* Конец блока стилей для таблиц */

.mobile-menu {
background: #3f9eff;
    text-align: center;
display: none;
}

.mobile-menu a {
padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.mobile-menu a:hover {
    background: #fff;
    color: #3f9eff;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 0;
    border-bottom: 1px solid #3f9eff;
    border-top: 1px solid #3f9eff;
}

.hamburger {
  position: absolute;
  padding: 10px 15px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  background: #fff;
}

.agree {
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
}

                                                /* Начало placeholders */

input::-moz-placeholder,
textarea::-moz-placeholder {
color: #999;
opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999;
opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999;
opacity: 1;
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
visibility: hidden;
opacity: 0;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
visibility: hidden;
opacity: 0;
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
visibility: hidden;
opacity: 0;
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
visibility: hidden;
opacity: 0;
}

                                                /* Конец placeholders */

.wait, .success, .error {
    display: none;
    font-weight: 600;
    text-align: center;
    color: #292929;
    font: 21px/30px robotoregular, sans-serif;
    flex-flow: row wrap;
    justify-content: center;
}

.wait {
    margin: 50px 0;
}

.error {
    margin: 35px 0;
}

.success {
    margin: 20px 0;
}

.wait__message, .error__message,
.error__later {
    margin: 0 0 10px;
    font: 21px/30px robotoregular, sans-serif;
}

.success__message {
    margin: 0 0 10px;
}

.wait__img {
    width: 46px;
}

.messageBlock .wait {
    margin: 170px 0;
}

.messageBlock .error {
    margin: 150px 0;
}

.messageBlock .success {
    margin: 120px 0;
}

.messageBlock .btn {
    background: #3f9eff;
}

.messageBlock .btn:hover {
    background: transparent;
    border: 1px solid #3f9eff;
}