.mess-ico {
    padding-right: 6px;
}

.w100 {
    float: left;
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
    overflow-x: hidden;
}

div#header {
    height: 639px;
    color: #fff;
    background-image: url(../img/header-min.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.center {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

div#calculator.matherial .w30 {
    margin-bottom: 80px;
}

div#header .menu {
    float: left;
    width: 110%;
    padding-top: 45px;
    margin-bottom: 40px;
}

a.logo {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat;
    float: left;
    margin-right: 10px;
    outline: none;
}

div#contakt button.recall {
    background-color: #d41c3e;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    padding: 15px 0;
    width: 210px;
    display: block;
    border-radius: 40px;
    cursor: pointer;
    border: none;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

a.logo img {
    float: left;
}

a.logo span {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin: 14px 20px;
}

div#header .menu ul {
    float: left;
    padding: 0;
    list-style-type: none;
    margin: 0;
    margin-top: 21px;
}

div#header .menu ul li {
    float: left;
}

div#header .menu ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 5px;
}

div#header .menu button.recall {
    float: right;
    color: #ffffff;
    width: 150px;
    border: 3px solid #d41c3e;
    border-radius: 47px;
    padding: 10px 0 10px 0;
    margin-top: 9px;
    font-size: 16px;
    background-color: transparent;
    outline: none;
    margin-right: 0;
    cursor: pointer;
}

div#header .menu a.phone {
    float: right;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    margin-top: 17px;
    margin-left: 30px;
}

.left {
    float: left;
    font-family: Montserrat;
    width: 528px;
    margin-left: 20px;
    margin-top: 30px;
}

.right {
    float: right;
    width: 320px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 79px;
    padding-top: 30px;
    height: 400px;
}

h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 60px;
}

.left p {
    width: 530px;
}

form input {
    width: 225px;
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px 20px;
    border: 1px solid rgb(84, 84, 84);
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 4px;
    height: 18px;
    outline: none;
}

.right form p {
    margin-bottom: 30px;
}

div#header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
}

div#header .center {
    position: relative;
}

.right form button {
    background-color: #d41c3e;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    padding: 15px 0;
    width: 196px;
    display: block;
    border-radius: 40px;
    cursor: pointer;
    float: left;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

div#header .menu button.recall:hover {
    background-color: #d41c3e;
}

div#category {
    padding-bottom: 45px;
    background-size: cover;
    background-position: 0 0;
    padding-top: 50px;
    background-image: url(../img/bgg.jpg);
}

div#category ul li {
    float: left;
    width: 150px;
    transition: 0.4s;
    margin: 10px 10px;
    outline: none;
    text-align: center;
    color: #000000;
    padding: 18px 15px;
    text-decoration: none;
    height: 190px;
    border-radius: 3px;
    box-shadow: 0 0 0 4px #dedede;
    background-color: #fff;
}

div#category ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style-type: none;
    height: 240px;
    overflow: hidden;
    transition: 0.5s;
}

div#category ul li a {
    float: left;
    width: 100%;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    outline: none;
}

div#category ul li a img {
    width: 128px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    min-height: 128px;
}

button.arrow {
    position: absolute;
    top: 96px;
    z-index: 1;
    background-color: transparent;
    display: block;
    width: 45px;
    outline: none;
    height: 45px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

button.arrow.prev {
    left: -50px;
    background-image: url(../img/left.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 17px 50%;
    transform: rotate(180deg);
}

button.arrow.next {
    right: -50px;
    background-image: url(../img/left.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 17px 50%;
}

div#calculator h3 {
    font-size: 34px;
    font-weight: 900;
    text-align: center;
}

div#calculator .w30 {
    float: left;
    width: 270px;
    padding: 0 20px;
    border-right: 1px solid #dcdcdc;
    min-height: 521px;
    margin-bottom: 140px;
    position: relative;
}

div#calculator .w30 .checkboxBlock, div#calculator .w30 .fulldataBlock {
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

div#calculator .w30 .active.checkboxBlock, div#calculator .w30 .active.fulldataBlock {
    display: block;
}

div#calculator .w30 select {
    width: 270px;
    float: left;
    padding: 12px 18px;
    border: 1px solid #929292;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

div#calculator .w30 label {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

div#calculator form .w30 label input {
    margin: 0;
    float: left;
    width: auto;
    margin-right: 10px;
}

div#calculator .w30 .fulldataBlock img {
    width: 162px;
    float: left;
    margin-top: 15px;
    min-height: 140px;
}

div#calculator .w30 ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

div#calculator form {
    float: left;
    width: 1012px;
}

div#calculator .center {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.fulldataBlock span {
    float: left;
    width: 170px;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
}

.fulldataBlock span i {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.fulldataBlock h4 {
    float: left;
    width: 100%;
    margin: 34px 0 10px 0;
    font-size: 18px;
}

.fulldataBlock p {
    float: left;
    width: 100%;
    margin-top: 0;
    line-height: 22px;
}

div#calculator .w30 .fulldataBlock hr {
    float: left;
    width: 100%;
    border: none;
    margin: 0;
}

div#calculator .w30 button {
    background-color: #d41c3e;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    padding: 16px 0;
    width: 210px;
    display: block;
    border-radius: 40px;
    cursor: pointer;
    float: left;
    border: none;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

div#calculator .w30 h3 {
    font-size: 30px;
    font-weight: 900;
    float: left;
    text-align: left;
    margin: 0;
    color: #d41c3e;
    margin-top: 45px;
    margin-bottom: 25px;
}

div#calculator form .w30 input {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #929292;
    padding: 13px 20px;
    height: 17px;
    color: #000;
    outline: none;
}

div#calculator .w30.cnt {
    width: 340px;
    margin-left: 2px;
}

div#calculator .w30.frm p {
    float: left;
    margin: 0 0 15px 0;
    line-height: 22px;
}

div#calculator .w30.frm label {
    margin: 5px 0;
}

div#calculator .w30.frm input {
    margin-bottom: 15px;
}

.fulldataBlock span.data b {
    color: #d41c3e;
}

.checkboxBlock b {
    font-weight: normal;
    float: left;
    margin-top: 3px;
}

.checkboxBlock label {
    cursor: pointer;
}

.checkboxBlock label i {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 2px;
    float: left;
    border: 2px solid #929292;
    margin-top: 2px;
    margin-right: 10px;
}

.checkboxBlock label input {
    display: none;
}

.checkboxBlock label i:before {
    content: '';
    display: block;
    transition: .2s;
    transform: rotate(38deg);
}

.checkboxBlock label.active i:before {
    transition: .1s;
    width: 6px;
    height: 16px;
    border-right: 4px solid #d41c3e;
    border-bottom: 4px solid #d41c3e;
    margin-left: 6px;
    margin-top: -6px;
}

div#calculator .w30 .checkboxBlock label {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.radios label i {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    float: left;
    border: 2px solid #929292;
    margin-top: 2px;
    margin-right: 10px;
}

.radios label b {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    float: left;
    margin-top: 3px;
}

.radios label {
    cursor: pointer;
}

.radios input {
    display: none;
}

.radios label i:before {
    content: '';
    background-color: #fff;
    display: block;
    margin: 8px;
    border-radius: 2px;
    transition: .2s;
}

.radios label.active i:before {
    transition: .1s;
    background-color: #d41c3e;
    padding: 6px;
    margin: 2px;
    border-radius: 50%;
}

.w30.first:before {
    content: '1';
    position: absolute;
    font-size: 382px;
    font-family: sans-serif;
    font-weight: bold;
    z-index: -1;
    color: #efefef;
    float: left;
    width: 149px;
    height: 275px;
    line-height: 285px;
    text-align: center;
    right: 0;
    bottom: 0;
}

.w30.cnt:before {
    content: '2';
    position: absolute;
    font-size: 382px;
    font-family: sans-serif;
    font-weight: bold;
    z-index: -1;
    color: #efefef;
    float: left;
    width: 192px;
    height: 275px;
    line-height: 285px;
    text-align: center;
    right: 0;
    top: 0;
}

.w30.frm:before {
    content: '3';
    position: absolute;
    font-size: 382px;
    font-family: sans-serif;
    font-weight: bold;
    z-index: -1;
    color: #efefef;
    float: left;
    width: 192px;
    height: 275px;
    line-height: 285px;
    text-align: center;
    right: 8px;
    bottom: 0;
}

div#category ul li:hover {
    box-shadow: 0 0 0 4px rgba(212, 28, 62, 0.2);
}

div#preim {
    padding-bottom: 45px;
    background-position: 0 0;
    padding-top: 50px;
    position: relative;
    background-color: #1f1f1f;
    background-image: url(../img/pattern.svg);
    background-size: 300px;
}

div#preim ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div#preim ul li {
    background-color: #fff;
    width: 190px;
    float: left;
    padding: 0 20px;
    margin: 0 10px;
    height: 370px;
    border-radius: 3px;
    box-shadow: 0 0 0 4px #dedede;
}

div#preim h4 {
    font-size: 22px;
}

div#preim:before {
    content: '';
    position: absolute;
    width: calc(100% + 100px);
    background-image: url(../img/pulse.svg);
    height: 990px;
    top: -260px;
    left: -40px;
}

div#contakt h3 {
    font-size: 34px;
    font-weight: 900;
    text-align: center;
}

.map {
    float: left;
    width: 550px;
    border: 1px solid #e0dcdc;
    overflow: hidden;
    border-radius: 4px;
    height: 650px;
    margin-left: 10px;
}

.map iframe {
    margin-top: -1px;
}

.cont {
    float: left;
    margin-left: 30px;
}

.cont a {
    color: #d41c3e;
    text-decoration: none;
    font-size: 20px;
}

.cont h4 {
    font-weight: normal;
    font-size: 22px;
    margin: 0;
}

.cont a.goMap {
    background-color: #d41c3e;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 16px 40px;
    outline: none;
    display: block;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    float: left;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}

div#contakt {
    padding-bottom: 60px;
}

div#voices {
    background-image: url(../img/bgg.jpg);
    background-size: cover;
    background-position: 0 0;
    padding-bottom: 40px;
}

div#footer {
    padding-bottom: 45px;
    background-position: 0 0;
    padding-top: 50px;
    position: relative;
    background-color: #070707;
    background-image: url(../img/pattern2.svg);
    background-size: 300px;
    height: 340px;
}

div#footer ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 360px;
}

div#footer .menu a {
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
}

div#footer ul.menu li {
    margin-bottom: 11px;
}

div#footer .menu {
    float: right;
    width: 280px;
}

.fb {
    float: left;
}

div#footer .menu a.logo {
    float: right;
    margin: 0;
}

div#footer .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

div#footer .menu a.phone {
    float: right;
    font-size: 27px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 15px;
    padding: 0;
}

div#footer button.recall {
    background-color: #d41c3e;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    padding: 15px 0;
    width: 210px;
    display: block;
    border-radius: 40px;
    cursor: pointer;
    float: right;
    border: none;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

div#footer .menu a {
    color: #fff;
    text-decoration: none;
}

div#footer .menu li {
    margin-bottom: 10px;
}

div#footer .menu a.logo span {
    margin-right: 0;
}

div#footer .fb h3 {
    color: #fff;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 50px;
}

div#footer .menu a:hover {
    background-color: #d41c3e;
    border-radius: 30px;
}

div#footer .menu a.logo:hover {
    background-color: unset;
}

div#footer .menu a.logo {
    padding: 0;
}

div#footer .menu a.phone:hover {
    background-color: unset;
}

div#voices h3 {
    font-size: 34px;
    font-weight: 900;
    text-align: center;
}

div#voices ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-bottom: 35px;
}
/*Все права на дизайн пренадлежат 
Рыбакову Евгению Викторовичу
Паспорт 5210 988191
*/
div#voices ul li {
    background-color: #fff;
    width: 283px;
    float: left;
    padding: 0 15px;
    margin: 0 10px;
    border-radius: 3px;
    box-shadow: 0 0 5px #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    outline: none;
    height: 223px;
    padding-top: 15px;
    position: relative;
}

div#voices ul li img {
    width: 100%;
    margin-bottom: 10px;
}

.profile {
    background-size: cover;
    background-position: center;
    float: left;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 10px;
}

div#voices ul li i {
    float: left;
    width: 285px;
    font-size: 14px;
    overflow: hidden;
    font-style: normal;
}

div#voices ul li h4 {
    font-size: 14px;
    margin: 10px 0 15px 0;
    position: relative;
}

div#voices button.arrow {
    top: 180px;
}

button.otziv {
    background-color: #d41c3e;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 16px 40px;
    outline: none;
    display: block;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: none;
}

div#voices ul li i.data {
    float: left;
    width: 100%;
    text-align: right;
    color: #d41c3e;
    margin-top: 10px;
    height: auto;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

div#voices ul li p {
    float: left;
    width: 100%;
    margin: 0;
}

div#voices ul li p {
    text-align: right;
    margin-top: 10px;
}

div#preim ul li img {
    width: 110px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

div#preim ul li i {
    font-style: normal;
}

.cont i {
    font-style: normal;
    color: #d41c3e;
    font-size: 14px;
}

.checkboxBlock {
    min-height: 240px;
}

div#cover {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
}

div#centerForm {
    width: 630px;
    height: 420px;
    box-shadow: 0 12px 18px 3px rgba(35, 35, 35, 0.4);
    background-color: #222222;
    border: 1px solid #383838;
    display: block;
    margin: 0 auto;
    margin-top: 25vh;
    position: relative;
    color: #fff;
    background-image: url(../img/pattern.svg);
    background-size: 230px;
}

div#centerForm form.form {
    width: 480px;
    margin: 0 auto;
}

div#centerForm h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 0;
}

div#centerForm form.form p {
    text-align: center;
    line-height: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #545454;
    margin-bottom: 30px;
}

div#centerForm form.form label {
    float: left;
    width: 200px;
    margin: 16px 0;
    color: #868686;
}

div#centerForm form.form button {
    background-color: #d41c3e;
    color: #fff;
    font-size: 16px;
    outline: none;
    padding: 15px 0;
    border: none;
    width: 204px;
    display: block;
    border-radius: 40px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

div#centerForm form.form input {
    background-color: rgb(29, 29, 29);
}

i.close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

i.close:before {
    content: '';
    width: 26px;
    height: 2px;
    background-color: #fff;
    display: block;
    transform: rotate(45deg);
    margin-top: 13px;
    margin-left: 1px;
}

i.close:after {
    content: '';
    width: 26px;
    margin-top: -2px;
    margin-left: 1px;
    height: 2px;
    background-color: #fff;
    display: block;
    transform: rotate(-45deg);
}

div#centerForm form.form label.policy {
    font-size: 13px;
    width: 260px;
    text-align: left;
    margin-top: 10px;
}

div#centerForm form.form label.policy a {
    color: #a5a5a5;
}

@-webkit-keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

button:after, .cont a.goMap:after,a.otziv:after {
    content: '';
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 20;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

button.arrow:after,div#header .menu button.recall:after {
    display: none;
}

.process div#preloader {
    display: block;
    background-image: url(../img/preloader2.svg);
}

div#preloader.thanks {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
}

div#preloader.thanks .success {
    width: 540px;
    height: 270px;
    box-shadow: 0 12px 18px 3px rgba(35, 35, 35, 0.4);
    background-color: #222222;
    border: 1px solid #383838;
    display: block;
    margin: 0 auto;
    margin-top: 25vh;
    position: relative;
    color: #fff;
    background-image: url(../img/pattern.svg);
    background-size: 230px;
    padding: 0 44px;
}

div#preloader.thanks .success h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 0;
}

div#preloader.thanks .success p {
    text-align: center;
    line-height: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #545454;
    margin-bottom: 42px;
}

button.closeThis {
    background-color: #009037;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    padding: 15px 0;
    width: 196px;
    display: block;
    border-radius: 40px;
    cursor: pointer;
    margin-top: 15px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

div#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat;
    display: none;
    background-position: 50%;
    background-size: 18vh;
}

div#category.matherial {
    padding-bottom: 60px;
    padding-top: 5px;
}

div#category.matherial ul {
    position: relative;
    z-index: 9;
}

div#category.matherial h3 {
    font-size: 34px;
    font-weight: 900;
    text-align: center;
}

div#calculator.notfound {
    text-align: center;
    font-size: 32px;
}

div#calculator.notfound p.error404 {
    font-weight: bold;
    font-size: 182px;
    margin-top: 40px;
    margin-bottom: 0;
}

div#calculator.notfound p {
    margin-bottom: 90px;
    margin-top: 0;
}

div#category.matherial button.arrow {
    top: 174px;
}

div#category ul.catList {
    height: 0;
}

div#category ul.catList li {
    width: 293px;
    text-align: left;
    height: 58px;
    padding: 20px 10px;
}

div#category ul.catList li img {
    float: left;
    width: 90px;
    margin: -10px 20px 0 0;
    min-height: auto;
    max-height: 76px;
}

.onList {
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 9;
}

.onList span {
    display: block;
    position: relative;
    margin: 0 auto;
    color: #505050;
    width: 180px;
    padding: 9px 14px;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 6px;
}

.onList span:after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #505050;
    border-left: 2px solid #505050;
    display: block;
    position: absolute;
    right: 15px;
    top: 9px;
    transform: rotate(-45deg);
}

.onList span:hover {
    color: #d41c3e;
}

.onList span:hover:after {
    border-bottom: 2px solid #d41c3e;
    border-left: 2px solid #d41c3e;
}

body.onlistcat div#category button {
    display: none;
}

body.onlistcat div#category ul.slickSlider {
    height: 0;
}

body.onlistcat div#category ul.catList {
    display: block;
    height: 822px;
}

body.onlistcat div#category .onList span:after {
    transform: rotate(135deg);
    top: 15px;
}

.needMaster {
    position: fixed;
    right: 50px;
    bottom: 0;
    color: #fff;
    background-color: #0019fe;
    padding: 11px 25px 10px 25px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 20px hsla(0, 0%, 0%, 0.5);
    cursor: pointer;
    transition: 0.1s;
    z-index: 999;
}

.needMaster:hover {
    background-color: #0048fe;
    padding: 11px 25px 20px 25px;
}

.fancybox-button:after {
    content: '';
    display: none;
}

.rating {
    float: left;
    width: 130px;
    height: 26px;
}

a.otziv {
    background-color: #d41c3e;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 16px 40px;
    outline: none;
    display: block;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 130px;
    text-decoration: none;
}

li.yandex:before, li.google:before {
    background-image: url(../img/yandex.svg);
    position: absolute;
    right: 0;
    top: 41px;
    content: '';
    width: 126px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}

li.google:before {
    background-image: url(../img/google.png);
    background-size: 100px;
    background-position: 50% 10px;
}

#about .lbl a {
    float: left;
    width: 40%;
    height: 476px;
    margin-right: 40px;
}

.lbl a {
    float: left;
    outline: none;
    width: 100%;
    height: 480px;
    background-position: center;
    background-size: cover;
}

.rbl {
    padding-right: 20px;
}

div#about h3 {
    font-size: 34px;
    font-weight: 900;
}

div#about p {
    line-height: 24px;
    font-size: 18px;
}

div#about {
    overflow: hidden;
}

div#about a {
    height: 280px;
    width: 381px;
    float: left;
    background-position: center;
    background-size: cover;
    outline: none;
}

.sliderSlick {
    overflow: hidden;
    float: left;
    width: 100%;
}

.new-call {
    float: right;
    color: #ffffff;
    width: 130px;
    border: 3px solid #52b418;
    border-radius: 47px;
    padding: 10px 0 10px 0;
    margin-top: -8px;
    font-size: 16px;
    background-color: transparent;
    outline: none;
    margin-right: 15px;
    margin-left: 8px;
    cursor: pointer;
}

.new-call:hover {
    background-color: #52b418;
}

@media screen and (max-width: 600px) {
  .hidemob {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .widthmob {
    width: 100%;
  }
}