@import url(fonts.css);
@font-face {
    font-family: AA Bebas Neue;
    /* Имя шрифта */
    src: url(../fonts/AA-BebasNeue.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'AA Bebas Neue';
    src: url('font/PFBeauSansPro-Regular.otf');
    src: url('../fonts/AA-BebasNeue.eot?') format('embedded-opentype'), url('../fonts/AA-BebasNeue.woff') format('woff'), url('../fonts/AA-BebasNeue.ttf') format('truetype'), url('../fonts/AA-BebasNeue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.rightColumn .container ul li {
    margin-left: 55px;
    list-style-type: circle;
}

.thingsToRepair ul li {
    list-style-type: none;
}

.rightColumn .cosmeticRepairInfo, .rightColumn .thingsToRepair, .rightColumn .cosmeticRepairDetail {
    padding-left: 27px;
}

.rightColumn .termsOfRepairWrapper {
    margin-left: 27px;
}

.li_for_a {
    line-height: 1.65 !important;
    font-style: italic !important;
    list-style: none !important;
    padding-left: 20px !important;
    margin-left: -5px !important;
}

.rightColumn_li {
    margin-bottom: 7.8px !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
}

h2 {
    font-weight: 400 !important;
    font-size: 28px;
    color: #2e2e2e;
}

h3 {
    font-weight: 400 !important;
    font-size: 26px;
    color: #2e2e2e;
}

header {
    width: 100%;
    position: relative;
    /* z-index: 555; */
}

.cosmeticRepairInfo ul li {
    list-style: none;
}

header .menuWrapper {
    background-color: #0072a4;
}

header .menuWrapper .topMenu {
    width: 100%;
}

header .menuWrapper .topMenu ul {
    margin-bottom: 0;
}

header .menuWrapper .topMenu ul li {
    padding: 10.5px 0;
    float: left;
    background-color: inherit;
    transition: background-color 0.3s ease-in-out;
}

header .menuWrapper .topMenu ul li a {
    color: #e4f8ff;
    font-weight: 300;
    border-right: 1px solid white;
    text-decoration: none;
}

header .menuWrapper .topMenu ul li:last-of-type a {
    border-right: none;
}

header .menuWrapper .topMenu ul li:hover {
    background-color: #005980;
}

header .headerInfoWrapper {
    color: #4b4b4b;
}

header .headerInfoWrapper .logo {
    margin-top: 26px;
    padding-right: 0;
    padding-left: 0;
}

header .headerInfoWrapper .logo img {
    float: left;
    margin-right: 16px;
}

header .headerInfoWrapper .logo a {
    color: #4b4b4b;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 4px;
}

header .headerInfoWrapper .logo a:hover {
    text-decoration: none;
}

header .headerInfoWrapper .logo span {
    font-weight: 700;
}

header .headerInfoWrapper .logo .menuMobileVersion {
    display: none;
}

header .headerInfoWrapper .logo .menuMobileVersion .mobileCallButton {
    position: absolute;
    width: 56px;
    height: 56px;
    top: -1%;
    right: 3%;
    background: url(../img/mobileButtons.png) no-repeat;
    background-position: -121px -1px;
    cursor: pointer;
}

header .headerInfoWrapper .logo .menuMobileVersion .mobileCallButton:hover {
    background: url(../img/phone_hover.png) no-repeat;
}

header .headerInfoWrapper .logo .menuMobileVersion .mobileMenuButton {
    position: absolute;
    top: -1%;
    left: 3%;
    width: 56px;
    height: 56px;
    background: url(../img/mobileButtons.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

header .headerInfoWrapper .logo .menuMobileVersion .mobileMenuButton:hover {
    background-position: -59px 0;
}

header .headerInfoWrapper .logo .menuMobileVersion .sideMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 70%;
    height: 100%;
    overflow-y: auto;
    z-index: 290;
    background: #edefef;
}

.mobile-menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    z-index: 289;
}

.menuMobileVersion .sideMenu p {
    margin: 0 !important;
}

header .headerInfoWrapper .logo .menuMobileVersion .sideMenu li:last-of-type {
    padding-bottom: 0px !important;
}

header .headerInfoWrapper .logo .menuMobileVersion .sideMenu li a {
    padding: 12px 0;
    font-size: 14px;
    margin-top: 0;
}

header .headerInfoWrapper .logo .menuMobileVersion .contactInfoHidden {
    display: none;
    margin-top: 20px;
    padding: 0 3%;
}

header .headerInfoWrapper .timeOfWork {
    padding-left: 0;
}

header .headerInfoWrapper .timeOfWork p {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
}

header .headerInfoWrapper .timeOfWork p span {
    font-size: 14px;
    font-weight: 500;
}

header .headerInfoWrapper .contactInfo {
    text-align: right;
    line-height: 1;
    float: right;
}

header .headerInfoWrapper .contactInfo a:hover {
    text-decoration: none;
}

header .headerInfoWrapper .contactInfo p {
    font-weight: 500;
    font-size: 13px;
}

header .headerInfoWrapper .contactInfo p span {
    font-weight: 500;
    font-size: 18px;
    color: #008fbf;
}

header .headerInfoWrapper .contactInfo p:nth-of-type(2) span {
    font-weight: 300;
    font-size: 13px;
}

header .headerInfoWrapper .contactInfo p:last-of-type {
    font-weight: 400;
}

header .mainMenu {
    background-color: #07a3d7;
}

header .mainMenu nav li {
    float: left;
    padding: 13px 0px;
    border-right: 1px solid #4886a8;
    transition: background-color 0.3s ease-in-out;
}

header .mainMenu nav li:first-of-type {
    border-left: 1px solid #4886a8;
}

header .mainMenu nav li:hover {
    background-color: #0893c1;
}

header .mainMenu nav li a {
    color: #f7f7f7;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

header .mainMenu nav li > ul {
    display: none;
    position: absolute;
    top: 47px;
    width: 340px;
}

header .mainMenu nav li > ul li {
    width: 100%;
    padding: 5.5px 0;
    background-color: #0893c1;
    border-left: none;
    border-bottom: 1px solid #02759d;
}

header .mainMenu nav li > ul li:first-of-type {
    border-left: none;
    border-top: 1px solid #02759d;
}

header .mainMenu nav li > ul li:hover {
    background-color: #07a3d7;
}

header .mainMenu .headerSearch {
    height: 28px;
    padding-left: 10px;
    margin-top: 10px;
    border: none;
    border-radius: 4px;
    background-color: white;
}

header .mainMenu button {
    position: absolute;
    right: 0;
    top: 10px;
    height: 28px;
    width: 25px;
    background: url("../img/search-icon.png") no-repeat center center;
    border: none;
}

header .mainMenu button:focus {
    outline: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1216px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 800px;
    }
}

.popup-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(69, 79, 85, 0.5);
    z-index: 999;
    box-sizing: border-box;
}

.popup-wrapper form {
    position: relative;
    width: 57%;
    top: 50%;
    padding: 2% 3% 2% 1%;
    margin: auto;
    z-index: 1000;
    border-radius: 5px;
    background-color: white;
}

.popup-wrapper form p {
    color: #00171f;
    margin-left: 9%;
}

.popup-wrapper form p:first-of-type {
    font-size: 20px;
    font-weight: 400;
}

.popup-wrapper form p:nth-of-type(2) {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 31px;
}

.popup-wrapper form p:last-of-type {
    margin-left: 38%;
    font-size: 13px;
}

.popup-wrapper form .requiredToFill {
    color: red;
    font-size: 10px;
    margin-left: 5px;
}

.popup-wrapper form .closeButton {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 20px;
    height: 20px;
    background: url("../img/popup-close.png") no-repeat center center;
    background-position: 0 0;
    cursor: pointer;
}

.popup-wrapper form .closeButton:hover {
    background-position: -29px -1px;
}

.popup-wrapper form .inputGroup {
    margin-bottom: 5px;
}

.popup-wrapper form .inputGroup > label {
    float: left;
    font-size: 13px!important;
    font-weight: 500!important;
    text-align: right;
    margin-left: 0%;
    width: 36%;
    margin-top: 7px;
}

.popup-wrapper form .inputGroup .outsideLabelWrapper {
    width: 63%;
    float: right;
}

.popup-wrapper form .inputGroup .outsideLabelWrapper .labelWrapper {
    width: 120px;
    display: table;
}

.popup-wrapper form .inputGroup .outsideLabelWrapper .labelWrapper label {
    display: table-cell;
    vertical-align: middle;
}

.popup-wrapper form .inputGroup .outsideLabelWrapper .labelWrapper:first-of-type {
    float: left;
}

.popup-wrapper form .inputGroup .outsideLabelWrapper .labelWrapper:last-of-type {
    float: left;
    width: 30%;
    margin-left: 10px;
}

.popup-wrapper form .inputGroup .outsideLabelWrapper .labelWrapper:last-of-type .short-input {
    width: 97%;
}

.popup-wrapper form .inputGroup .outsideLabelWrapper .labelWrapper .short-input {
    width: 94%;
}

.popup-wrapper form .inputGroup p {
    float: left;
    font-size: 13px!important;
    font-weight: 500!important;
    text-align: right;
    margin-left: 0%;
    width: 36%;
    margin-top: 7px;
}

.popup-wrapper form .inputGroup input, .popup-wrapper form .inputGroup textarea {
    width: 62%;
    float: right;
}

.submitPopupForm {
    display: block!important;
    width: 133px;
    height: 40px;
    margin: auto;
    background-color: #05a1d4;
    color: white;
    transition: background-color 0.3s ease-in-out;
}

.submitPopupForm:hover {
    background-color: #2e2e2e;
}

p .submitPopupForm {
    display: block!important;
}

.newline {
    text-align: center;
}

.popupButton {
    position: absolute;
    left: 0;
    top: 450px;
    width: 180px;
    height: 45px;
    margin-left: -70px;
    font-weight: 700;
    font-size: 14px;
    color: white;
    border: none;
    background-color: #0893c1;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fixed {
    position: fixed;
    top: 126px;
    /*здесь указываем отступ сверху*/
    z-index: 9999;
    /*устанавливаем блок поверх всех элементов на странице*/
}

.leftColumn {
    width: 280px;
}

.leftColumn .callMeasureMan {
    position: relative;
    width: 97%;
    height: 111px;
    margin-top: 13px;
    background-color: #ffd966;
    cursor: pointer;
}

.leftColumn .callMeasureMan::after {
    position: absolute;
    right: -5%;
    top: 0;
    content: '';
    border-style: solid;
    border-width: 55.5px 0 55.5px 14px;
    border-color: transparent transparent transparent #ffd966;
}

.leftColumn .callMeasureMan img {
    position: absolute;
    left: 3%;
    bottom: 0;
}

.leftColumn .callMeasureMan .measureManParagraph {
    float: right;
    width: 65%;
    height: 100%;
    display: table;
    color: #4d4d4d;
}

.leftColumn .callMeasureMan .measureManParagraph:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.leftColumn .callMeasureMan .measureManParagraph p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.leftColumn .callMeasureMan .measureManParagraph p span {
    font-size: 20px;
}

.leftColumn .specialOffer {
    width: 100%;
    margin: 21px 0;
    padding: 20px 18px 10px;
    background-color: white;
    border: 1px solid #dfdfdf;
}

.leftColumn .specialOffer .viewAlso {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    height: 27px;
    background-color: #0baf86;
}

.leftColumn .specialOffer .viewAlso .bottomTriangle {
    position: absolute;
    bottom: -25%;
    left: 46%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #0baf86 transparent transparent transparent;
}

.leftColumn .specialOffer .viewAlso p {
    padding: 4px 0;
    color: white !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.leftColumn .specialOffer p {
    text-align: center;
}

.leftColumn .specialOffer p a {
    font-size: 14px;
    font-weight: 700;
    color: #4d4d4d;
    text-transform: uppercase;
}

.leftColumn .specialOffer p a:hover {
    text-decoration: none;
    color: #028eba;
}

.leftColumn .specialOffer p:last-of-type {
    font-size: 24px;
    font-weight: 300;
    color: #028eba;
    text-transform: none;
}

.leftColumn .specialOffer img {
    margin-left: 2.5%;
    margin-bottom: 15px;
    width: 95%;
}

.sideMenu ul li {
    background-color: #edefef;
    transition: background-color 0.2s ease-in-out;
}

.sideMenu ul li + li {
    border-top: 1px solid #ddd;
    box-shadow: inset 0 1px #fbfbfb;
}

.sideMenu ul li a {
    font-weight: 500;
    color: #323232!important;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

.sideMenu .dropdown-a {
    position: absolute;
    width: 36px;
    height: 100%;
    top: 0px;
    right: 0px;
    display: none;
}

.sideMenu .dropdown-a:before {
    width: 0;
    position: absolute;
    border: 6px solid transparent;
    top: 14px;
    left: 15px;
    content: "";
    border-bottom: none;
    border-top: 7px solid #0072a4;
}

.sideMenu .active-a .dropdown-a:before {
    border-top: none;
    border-bottom: 7px solid #0072a4;
}

.sideMenu .active-a .dropdown-a:hover:before {
    border-bottom-color: #07a3d7;
}

.sideMenu .dropdown-a:hover:before {
    border-top-color: #07a3d7;
}

.leftColumn .dropdown li:hover {
    background: transparent!important;
}

.sideMenu ul li:last-of-type {
    border-radius: 0 0 5px 5px;
}

.sideMenu ul li:hover .navbar-nav-head, .sideMenu ul li .navbar-nav-head.active-a {
    background-color: #f8f8f8;
}

.videoBlock p {
    font-size: 14px;
    font-weight: 700;
    color: #4d4d4d;
    text-transform: uppercase;
    text-align: center;
}

.videoBlock p:last-of-type {
    margin-top: 10px;
}

.videoBlock p:last-of-type a {
    color: #028eba;
    text-transform: none;
}

.videoBlock p:last-of-type a:hover {
    color: #4d4d4d;
    text-decoration: none;
}

.videoBlock iframe {
    width: 100%;
    height: 190px;
}

.rightColumn {
    float: right;
}

.rightColumn .mainPicBox {
    padding: 3px 3px 3px 0px;
    box-shadow: 9px 8px 6px -6px #777777;
}

.rightColumn .mainPicBox img {
    width: 86%;
    float: right;
    padding-top: 3px;
}

.rightColumn .mainPicBox p {
    position: absolute;
    left: 22px;
    line-height: 1.3;
    font-weight: 300;
    color: #2e2e2e;
}

.rightColumn .mainPicBox span {
    position: absolute;
    line-height: 1.3;
    color: #434343;
    font-weight: 500;
}

.rightColumn .sectionCaption {
    font-weight: 400;
    font-size: 30px;
    color: #2e2e2e;
}


/*.rightColumn .cosmeticRepairInfo p {
  font-weight: 300;
  line-height: 1.58;
  font-size: 13px;
  color: #2e2e2e;
}*/

.
/*rightColumn .cosmeticRepairInfo p:nth-of-type(2) {
  margin-top: 19px;
}
.rightColumn .cosmeticRepairInfo p .repairInfoHeader {
  font-size: 14px;
  font-weight: 500;
}*/

.rightColumn .cosmeticRepairPics p {
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}

.rightColumn .cosmeticRepairPics .photoItemWrapper .cosmeticRepairPhotoItem {
    margin-bottom: 15px;
    padding: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.photoItemWrapper {
    max-height: 281px;
    overflow: hidden;
}

.rightColumn .cosmeticRepairPics .photoItemWrapper .lastCosmeticRepairPhotoItem {
    margin-bottom: 0;
}

.rightColumn .thingsToRepair {
    /*font-weight: 300;*/
    line-height: 1.58;
    /*font-size: 13px;*/
    color: #2e2e2e;
}

.rightColumn .thingsToRepair ul {
    margin-left: 46px;
}


/*.rightColumn .thingsToRepair ul li {
  line-height: 1.65;
  font-style: italic;
  list-style: none;
  padding-left: 20px;
  background: url(../img/list-item-styling-new.png) no-repeat left center;
}*/

.rightColumn .cosmeticRepairButtons {
    color: white;
    font-weight: 300;
    text-align: right;
}

.rightColumn .cosmeticRepairButtons a {
    color: white;
    border: none;
    width: 86%;
    height: 43px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

.rightColumn .cosmeticRepairButtons a p {
    margin-top: 5px;
}

.rightColumn .cosmeticRepairButtons a:hover {
    background-color: #2e2e2e;
}

.rightColumn .cosmeticRepairButtons .viewAllWorks {
    background-color: #0994c1;
}

.rightColumn .cosmeticRepairButtons .viewAllWorks span {
    font-weight: 400;
}

.rightColumn .cosmeticRepairButtons .orderRepairOnline {
    background-color: #09ad84;
}


/*.rightColumn .termsOfRepairWrapper {
  margin: 17px 0 10px 18px;
  padding-right: 14px;
  padding-bottom: 12px;
}*/

.rightColumn .termsOfRepairWrapper .termsOfRepair {
    margin-top: -16px;
}


/*.rightColumn .termsOfRepairWrapper .termsOfRepair p {
  color: #2e2e2e;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}*/

.rightColumn .termsOfRepairWrapper .termsOfRepair p:first-of-type {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
}

.rightColumn .termsOfRepairWrapper .termsOfRepair {
    margin-left: 20px;
}

.rightColumn .termsOfRepairWrapper .apartmentSquare {
    margin-left: 8%;
    margin-top: 8px;
    height: 120px;
    padding: 0 5px;
    background-color: #edefef;
}

.rightColumn .termsOfRepairWrapper .apartmentSquare p {
    color: #1d1d1d;
    font-size: 12px;
    text-align: center;
}

.rightColumn .termsOfRepairWrapper .apartmentSquare p:first-of-type {
    padding-top: 20px;
    font-weight: 500;
}

.rightColumn .termsOfRepairWrapper .apartmentSquare p:nth-of-type(2) {
    color: #0183ae;
    font-size: 14px;
}

.rightColumn .termsOfRepairWrapper .apartmentSquare p:nth-of-type(3) {
    font-weight: 500;
}


/*.rightColumn .cosmeticRepairDetail p {
  color: #000;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 300;
}*/


/*.rightColumn .cosmeticRepairDetail p:nth-of-type(3) {
  margin-bottom: 2px;
}
.rightColumn .cosmeticRepairDetail p:nth-of-type(n+4) {
  margin-bottom: 13px;
}
.rightColumn .cosmeticRepairDetail p span {
  color: #0183ae;
  font-weight: 500;
  font-size: 14px;
}*/

.rightColumn .slides {
    position: relative;
}

.rightColumn .slides .slide {
    margin-right: 12px !important;
}

.rightColumn .slides .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/sprites.png) no-repeat -128px 0 !important;
}

.rightColumn .slides .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/sprites.png) no-repeat 0 0;
}

.rightColumn .slides .bx-wrapper .bx-prev:hover {
    background: url(../img/sprites.png) no-repeat -78px 0 !important;
}

.rightColumn .slides .bx-wrapper .bx-next:hover {
    background-position: -50px 0;
}

.rightColumn .slides .bx-wrapper .bx-controls-direction a {
    position: absolute;
    right: -1%;
    margin-top: -16px;
    outline: 0;
    width: 27px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.rightColumn .slides .bx-pager {
    display: none;
}

.rightColumn .slides .blurLeft {
    width: 20%;
    position: absolute;
    left: -7%;
    background: #f2f2f2;
    background: -moz-linear-gradient(left, #f2f2f2 0%, #f2f2f2 49%, #f2f2f2 51%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #f2f2f2), color-stop(49%, #f2f2f2), color-stop(51%, #f2f2f2), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, #f2f2f2 0%, #f2f2f2 49%, #f2f2f2 51%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, #f2f2f2 0%, #f2f2f2 49%, #f2f2f2 51%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, #f2f2f2 0%, #f2f2f2 49%, #f2f2f2 51%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 49%, #f2f2f2 51%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='transparent', GradientType=1);
}

.rightColumn .slides .blurRight {
    width: 20%;
    position: absolute;
    background: #f2f2f2;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #f2f2f2 49%, #f2f2f2 51%, #f2f2f2 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(49%, #f2f2f2), color-stop(51%, #f2f2f2), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #f2f2f2 49%, #f2f2f2 51%, #f2f2f2 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #f2f2f2 49%, #f2f2f2 51%, #f2f2f2 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #f2f2f2 49%, #f2f2f2 51%, #f2f2f2 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #f2f2f2 49%, #f2f2f2 51%, #f2f2f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#f2f2f2', GradientType=1);
}

.breadCrumbs {
    margin: 27px 0 29px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d4d4d4;
}

.breadCrumbs span {
    font-weight: 400;
    color: #707070;
    font-size: 11px;
    display: inline;
}

.breadCrumbs span a {
    color: #0183ae;
}

.frontPageContent .fPSliderWrap {
    position: relative;
    margin-bottom: 15px;
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    height: 260px;
    overflow: hidden;
    left: 10px;
}

.frontPageContent .sliderCaptions {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 43px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 9;
}

.frontPageContent .sliderCaptions p {
    font-weight: 300;
    color: white;
    font-size: 18px;
    text-align: center;
    width: 50%;
    margin-top: 10px;
}

.frontPageContent .sliderCaptions p:first-of-type {
    float: left;
}

.frontPageContent .sliderCaptions p:nth-of-type(2) {
    float: right;
}

.frontPageContent .sliderInfo {
    position: absolute;
    top: 37%;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
}

.frontPageContent .sliderInfo p {
    text-align: center;
    color: white;
}

.frontPageContent .sliderInfo p:first-of-type {
    margin-bottom: -3px;
    font-size: 24px;
    font-weight: 500;
}

.frontPageContent .sliderInfo p:nth-of-type(2) {
    font-size: 18px;
    font-weight: 300;
}

.frontPageContent .bx-pager {
    display: none;
}

.frontPageContent .bx-viewport {
    position: static !important;
}

.frontPageContent .bx-next {
    background: url(../img/fp-slider-controls.png);
    background-position: -56px 0;
    right: 2%;
}

.frontPageContent .bx-next:hover {
    background-position: 0 0;
}

.frontPageContent .bx-prev {
    background: url(../img/fp-slider-controls.png);
    background-position: -28px 0;
    left: 3%;
}

.frontPageContent .bx-prev:hover {
    background-position: -84px 0;
}

.frontPageContent .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 43%;
    outline: 0;
    width: 18px;
    height: 28px;
    text-indent: -9999px;
    z-index: 9999;
}

.frontPageContent .fPInfo {
    padding-top: 2px;
}

.frontPageContent .fPInfo p {
    color: #2e2e2e;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.frontPageContent .fPInfo p:first-of-type {
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 27px;
    font-family: AA Bebas Neue;
}

.frontPageContent .fPInfo p:first-of-type span {
    font-weight: 500;
    font-family: AA Bebas Neue;
}

.frontPageContent .fPInfo .inBetweenParagraph {
    margin-bottom: 25px !important;
    color: #2e2e2e;
    font-size: 14px !important;
    font-weight: 300;
    text-transform: none !important;
}

.frontPageContent .fPInfo .repairExampleWrap {
    width: 97%;
    padding: 10px 10px 7px 10px;
    margin: auto;
    margin-bottom: 29px;
    background-color: white;
    box-shadow: 0 0 4px #777;
}

.frontPageContent .fPInfo .repairExampleWrap img {
    width: 100%;
}

.frontPageContent .fPInfo .repairExampleWrap .repairExampleBottom {
    padding: 0 2% 2% 3%;
}

.frontPageContent .fPInfo .repairExampleWrap .repairExampleBottom p {
    margin: 11px 0 13px 0%;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}

.frontPageContent .fPInfo .repairExampleWrap .repairExampleBottom a, a.bg_btn, .page-id-2150 .rightColumn .container .row a {
    display: table;
    width: 100%;
    height: 47px;
    background-color: #03a0d3;
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto;
    transition: background-color 0.3s ease-in-out;
}

.frontPageContent .fPInfo .repairExampleWrap .repairExampleBottom a:hover {
    background-color: #2e2e2e;
}

.frontPageContent .fPInfo .repairExampleWrap .repairExampleBottom a span {
    display: table-cell;
    vertical-align: middle;
}

.frontPageContent .fPInfo .servicesProvided {
    margin-top: 34px;
    margin-bottom: 29px;
    border: 2px solid #afdfee;
    border-radius: 3px;
}

.frontPageContent .fPInfo .servicesProvided p {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.frontPageContent .fPInfo .servicesProvided ul {
    margin-left: 25px;
    padding: 25px;
}

.frontPageContent .fPInfo .servicesProvided ul li {
    margin-bottom: 6px;
    list-style-image: url(../img/list-item-styling.png);
    font-weight: 300;
    font-size: 14px;
    color: #1a1a1a;
}

.frontPageContent .fPInfo .workBenefit .workBenefitCaption {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: none;
}

.frontPageContent .fPInfo .workBenefit .hiddenCaption {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
    display: none;
}

.frontPageContent .fPInfo .workBenefit p:last-of-type {
    line-height: 1.75;
    margin-bottom: 25px;
}

.frontPageContent .priceCategories {
    line-height: 1.75;
}

.frontPageContent .priceCategories p {
    margin-bottom: 25px;
}

.frontPageContent .priceCategories p:first-of-type {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #0072a4;
    line-height: 1.43;
}

.frontPageContent .priceCategories p:nth-of-type(2) {
    font-style: italic;
}

.frontPageContent .priceCategories p:last-of-type {
    font-weight: 700;
}

.frontPageContent .customersRecallWrapper p:first-of-type {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-left: 1%;
    text-transform: uppercase;
}

.frontPageContent .customersRecallWrapper .recallItem {
    margin-bottom: 27px;
    border: 2px solid #e3e3e3;
}

.frontPageContent .customersRecallWrapper .recallItem .customersPersonInfo p:first-of-type {
    padding-left: 0px;
    margin-bottom: -1px;
    font-size: 18px;
    color: rgb(51, 85, 161);
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}

.frontPageContent .customersRecallWrapper .recallItem .customersPersonInfo p:nth-of-type(2) {
    font-weight: 500;
    font-style: normal;
    margin-bottom: 36px;
    line-height: 1.75;
}

.frontPageContent .customersRecallWrapper .recallItem .customersPersonInfo p:last-of-type {
    line-height: 26px;
}

.frontPageContent .customersRecallWrapper .recallItem p {
    line-height: 1.6;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    color: rgb(50, 50, 50);
    font-family: "Tahoma", sans-serif;
}

.frontPageContent .customersRecallWrapper .recallItem .customersPlace img {
    width: 100%;
    max-width: 200px;
    height: 75px;
    border-radius: 0;
}

.frontPageContent .bottomRepairDetails {
    padding: 0 1%;
}

.frontPageContent .bottomRepairDetails p {
    line-height: 1.6;
    /*margin-bottom: 27px;*/
}

.frontPageContent .bottomRepairDetails p:first-of-type {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 16px;
}

.frontPageContent .videoOfWork {
    margin-bottom: 17px;
}

.frontPageContent .videoOfWork p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    padding-left: 1%;
    text-transform: uppercase;
}

.frontPageContent .videoOfWork iframe {
    width: 96%;
    height: 258px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

.bottomMenu {
    line-height: 1.9;
    font-weight: 500;
    background-color: #edefef;
    font-size: 13px;
}

.bottomMenu a {
    color: #737373;
}

.bottomMenu a:hover {
    text-decoration: none;
    color: #0183ae;
}

footer {
    position: relative;
    padding-top: 33px;
    padding-bottom: 12px;
    background-color: #0072a4;
    color: white;
    margin-top: 35px;
}

footer .bottomInfo .bottomLogo {
    width: 112px;
    margin-bottom: 15px;
}

footer .bottomInfo .bottomLogo img {
    float: left;
}

footer .bottomInfo .bottomLogo p {
    float: right;
    margin-top: 6px;
}

footer .bottomInfo p {
    font-weight: 300;
    font-size: 13px;
}

footer .guarantee {
    border-radius: 17px;
    border: 3px solid #d4e7f0;
    width: 106px;
    margin-top: 5px;
    margin-bottom: 6px;
    padding-left: 9px;
    padding-right: 4px;
}

footer .guarantee span {
    color: #d4e7f0;
    font-weight: bold;
}

footer .guarantee span:first-of-type {
    font-size: 46px;
    float: left;
    line-height: 1;
    margin-left: -2px;
}

footer .guarantee span:nth-of-type(2) {
    font-size: 21px;
    float: right;
}

footer .guarantee span:nth-of-type(3) {
    font-size: 11px;
    float: right;
}

footer .guarantee + p {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}

footer .bottomContacts {
    font-weight: 300;
    font-size: 13px;
}

footer .bottomContacts span {
    font-weight: 500;
}

footer .bottomContacts .bold {
    font-size: 18px !important;
}

footer .orderNowForm .orderNowBtn {
    width: 100%;
    background-color: #08a5d8;
    transition: background-color 0.3s ease-in-out;
}

footer .orderNowForm .orderNowBtn:hover {
    color: white;
    background-color: #2e2e2e;
}

footer .orderNowForm a {
    font-weight: 300;
    font-size: 13px;
    font-style: italic;
    color: white;
    text-align: center;
    text-decoration: none;
}

footer .orderNowForm a:hover {
    color: #d4e7f0;
}

@media (min-width: 768px) and (max-width: 992px) {
    /*.page-id-8 .rightColumn .cosmeticRepairInfo h2 {
        margin-left: 20px;
    }*/
    .mainWrapper {
        background-color: white;
    }
    .topMenu ul li a {
        padding: 0 17px;
        font-size: 14px;
    }
    .topMenu ul li:first-of-type a {
        padding-left: 23px;
    }
    .headerInfoWrapper {
        height: 107px;
    }
    .headerInfoWrapper .logo {
        margin-top: 25px;
        margin-left: 26px;
    }
    .headerInfoWrapper .timeOfWork p {
        margin-top: 33px;
    }
    .headerInfoWrapper .toDoWorks p {
        font-weight: 300;
        margin-top: 27px;
        margin-left: 16px;
        font-size: 14px;
        line-height: 1.6;
    }
    .headerInfoWrapper .contactInfo {
        padding-top: 25px;
        padding-right: 10px;
    }
    .mainMenu nav li a {
        padding: 0 18px;
    }
    .mainMenu .headerSearch {
        width: 93%;
    }
    .rightColumn {
        width: 69%;
    }
    .leftColumn {
        width: 31%;
    }
    .leftColumn ul li {
        /* padding: 7px 0 7px 0; */
    }
    .leftColumn ul li a {
        font-size: 16px;
    }
    .leftColumn ul li:first-of-type {
        /* padding-top: 16px; */
        /* font-size: 13px; */
    }
    .leftColumn ul li:first-of-type p {
        border-radius: 13px 13px 0 0;
        display: block;
    }
    .mainPicBox {
        margin-top: 2px;
        height: 64px;
        background: url("../img/main-picture-tablet.png") no-repeat right;
        background-size: contain;
    }
    .mainPicBox img {
        display: none;
    }
    .mainPicBox p {
        top: 12px;
        font-size: 30px;
    }
    .mainPicBox span {
        top: 12px;
        left: 150px;
        font-size: 30px;
    }
    .breadCrumbs {
        display: inline;
    }
    .sectionCaption {
        margin-top: 44px;
        margin-left: 20px;
    }
    .cosmeticRepairInfo {
        margin-top: 8px;
    }
    /*.cosmeticRepairInfo p {
    margin-left: 20px;
  }*/
    .cosmeticRepairPics p {
        text-align: left;
        margin-left: 20px;
        margin-top: 8px;
    }
    .max-img {
        width: 137px;
        height: 137px;
        position: relative;
    }
    .cosmeticRepairPics .photoItemWrapper {
        margin-left: 4%;
    }
    .cosmeticRepairPics .photoItemWrapper .cosmeticRepairPhotoItem {
        float: left;
        margin-right: 4%;
        width: 26.5%;
    }
    .cosmeticRepairPics .photoItemWrapper .cosmeticRepairPhotoItem:last-of-type {
        margin-right: 0;
    }
    .cosmeticRepairPics .photoItemWrapper .cosmeticRepairPhotoItem:nth-of-type(4) {
        display: none;
    }
    .thingsToRepair p {
        margin-top: 24px;
    }
    .cosmeticRepairButtons a {
        float: none;
        margin: 5px 10% !important;
        width: 80% !important;
    }
    .cosmeticRepairButtons .viewAllWorks {
        margin: 0px 0px 0px 24px;
    }
    .cosmeticRepairButtons .viewAllWorks span {
        display: none;
    }
    .cosmeticRepairButtons .orderRepairOnline {
        margin-left: 5px;
    }
    .termsOfRepairWrapper {
        margin: 17px 0 10px 18px;
        padding-right: 14px;
        padding-bottom: 12px;
    }
    .termsOfRepairWrapper .termsOfRepair p:first-of-type {
        margin-top: 20px;
    }
    .termsOfRepairWrapper .apartmentSquare {
        width: 68%;
    }
    .termsOfRepairWrapper .odd {
        float: right;
    }
    .termsOfRepairWrapper .even {
        float: left;
        margin-left: 4% !important;
    }
    .cosmeticRepairDetail {
        padding-left: 28px;
    }
    .cosmeticRepairDetail p:first-of-type {
        margin-top: 7px;
    }
    .slides {
        padding-left: 22px;
        padding-top: 11px;
        width: 143% !important;
        margin-left: -43% !important;
    }
    .slides .bx-wrapper {
        margin: 0 auto 23px;
    }
    .slides .bx-wrapper .bx-viewport {
        border: 5px solid #ffffff;
        height: 146px !important;
    }
    .blurLeft, .blurRight {
        height: 200px;
        top: -11%;
    }
    .blurRight {
        right: -8%;
    }
    .bottomMenu {
        padding-top: 23px;
        padding-bottom: 40px;
    }
    .bottomMenu .thirdColumnMenu {
        margin-left: 8%;
    }
    .bottomMenu .forthColumnMenu {
        margin-left: 12%;
    }
    .bottomMenu .forthColumnMenu li:last-of-type {
        line-height: 1.5;
        margin-top: 4px;
    }
    footer .bottomInfo {
        padding-right: 3%;
        padding-left: 0.5%;
    }
    footer .guaranteeWrapper {
        width: 15% !important;
        position: absolute !important;
        top: 58%;
        left: 39%;
    }
    footer .guaranteeWrapper .guarantee {
        margin-left: 14%;
    }
    footer .bottomContacts {
        margin-top: -3px;
        padding-left: 5%;
    }
    footer .orderNowForm {
        padding-left: 7%;
        /*margin-bottom: 84px;*/
    }
    .servicesProvided {
        padding: 18px 6%;
    }
    .recallItem {
        padding: 22px 3% 28px;
        padding: 22px 3% 28px;
    }
    .fPInfo p {
        margin-bottom: 15px;
    }
    .priceCategories {
        margin-top: 45px;
        margin-bottom: 40px;
    }
    .bottomRepairDetails {
        margin-top: 40px;
    }
    .videoOfWork {
        margin-top: 10px;
    }
    .fPInfo {
        padding-left: 20px;
    }
    .customersRecallWrapper {
        padding-left: 1.5%;
    }
    .customersRecallWrapper .customersPersonInfo {
        margin-left: 3.5%;
        margin-top: -7px;
    }
    .rightColumn .cosmeticRepairInfo table {
        width: 510px !important;
        margin-left: -15px!important;
    }
}

@media (min-width: 1200px) {
    .rightColumn .cosmeticRepairInfo table {
        width: 750px !important;
    }
}

@media (min-width: 992px) and (max-width: 1999px) {
    .rightColumn .cosmeticRepairInfo table {
        width: 610px;
    }
}

@media (min-width: 992px) {
    .topMenu ul li a {
        padding: 0 13px;
        font-size: 13px;
    }
    .topMenu ul li:first-of-type a {
        padding-left: 0;
    }
    .headerInfoWrapper {
        height: 105px;
    }
    .headerInfoWrapper .timeOfWork p {
        margin-top: 36px;
    }
    .headerInfoWrapper .toDoWorks p {
        font-weight: 500;
        margin-top: 35px;
        font-size: 13px;
        line-height: 1.6;
    }
    .headerInfoWrapper .contactInfo {
        padding-top: 20px;
    }
    .mainMenu nav li a {
        padding: 0 19px;
    }
    .mainMenu .headerSearch {
        width: 100%;
    }
    .leftColumn {
        width: 25.6%;
    }
    .leftColumn ul li {
        padding: 0px 0 1px 0;
    }
    .leftColumn ul li a {
        font-size: 14px;
    }
    .leftColumn ul li:first-of-type {
        border-radius: 5px 6px 0 0;
    }
    .rightColumn {
        width: 73.2%;
    }
    .mainPicBox {
        height: 146px;
    }
    .mainPicBox img {
        height: 99%;
    }
    .mainPicBox p {
        top: 30px;
        font-size: 36px;
    }
    .mainPicBox span {
        top: 74px;
        left: 22px;
        font-size: 36px;
    }
    .sectionCaption {
        margin-top: 6px;
        margin-left: 22px;
    }
    .cosmeticRepairInfo {
        margin-top: 18px;
    }
    /*  .cosmeticRepairInfo p {
    margin-left: 27px;
  }*/
    .cosmeticRepairButtons {
        position: relative;
    }
    .cosmeticRepairPics p {
        text-align: center;
        margin-top: -3px;
    }
    .cosmeticRepairPics .photoItemWrapper {
        margin-left: 14%;
    }
    .cosmeticRepairPics .photoItemWrapper .cosmeticRepairPhotoItem {
        width: 47.5%;
    }
    .thingsToRepair p {
        margin-top: -6px;
    }
    .cosmeticRepairButtons a {
        width: 93%;
    }
    .cosmeticRepairButtons .viewAllWorks {
        margin: 19px 0px 12px 23px;
    }
    .cosmeticRepairButtons .orderRepairOnline {
        margin-left: 23px;
    }
    .termsOfRepairWrapper {
        margin: 17px 0 10px 18px;
        padding-right: 14px;
        padding-bottom: 12px;
        background-color: #ffffff;
        box-shadow: 9px 8px 6px -6px #777777;
    }
    .termsOfRepairWrapper .termsOfRepair p:first-of-type {
        margin-top: 39px;
    }
    .termsOfRepairWrapper .apartmentSquare {
        width: 93%;
    }
    /*  .cosmeticRepairDetail {
    padding-left: 30px;
  }*/
    .cosmeticRepairDetail p:first-of-type {
        margin-top: 27px;
    }
    .slides {
        padding-left: 21px;
        padding-top: 16px;
    }
    .slides .bx-wrapper {
        /*margin: 0 auto 55px;*/
    }
    .slides .bx-wrapper .bx-viewport {
        background: #fafafa;
        border: 5px solid #fafafa;
        height: 146px !important;
    }
    .slides .blurLeft, .slides .blurRight {
        height: 180px;
        top: -8%;
    }
    .slides .blurRight {
        right: -7%;
    }
    .bottomMenu {
        padding-top: 21px;
        padding-bottom: 10px;
    }
    .bottomMenu .secondColumnMenu {
        margin-left: 8%;
    }
    .bottomMenu .thirdColumnMenu {
        margin-left: 10%;
    }
    .bottomMenu .forthColumnMenu {
        margin-left: 16%;
    }
    .bottomMenu .forthColumnMenu li:last-of-type {
        line-height: 1.5;
        margin-top: 4px;
    }
    .bottomMenu .fifthColumnMenu {
        margin-left: 16%;
    }
    footer .bottomInfo {
        padding-right: 2%;
    }
    footer .bottomContacts {
        margin-left: 8.2%;
        padding-right: 2%;
    }
    footer .orderNowForm {
        /*margin-bottom: 85px;*/
    }
    .servicesProvided {
        padding: 18px 2.7%;
    }
    .recallItem {
        padding: 30px 2.7% 16px;
    }
    .bottomRepairDetails {
        margin-top: 60px;
    }
    .bottomRepairDetails .repairDetailRight {
        padding-left: 2%;
    }
    .bottomRepairDetails .repairDetailLeft {
        padding-right: 2%;
    }
    .fPInfo p {
        margin-bottom: 20px;
    }
    .priceCategories {
        margin-top: 45px;
        margin-bottom: 56px;
    }
    .videoOfWork {
        margin-top: 20px;
    }
    .fPInfo {
        padding-left: 20px;
    }
    .customersRecallWrapper {
        padding-left: 0;
        margin-left: -2px;
        padding-top: 7px;
        margin-bottom: -23px;
    }
    .customersRecallWrapper .customersPersonInfo {
        margin-left: 0;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .sideMenu .dropdown-a{
        display: block;
    }
    .rightColumn .cosmeticRepairInfo, .rightColumn .thingsToRepair, .rightColumn .cosmeticRepairDetail {
        padding-left: 25px;
    }
    .tabsV ul li {
        width: 100%;
    }
    .tabsV iframe {
        height: 200px;
    }
    .pre_list {
        width: 100%!important;
        margin-left: 0!important;
    }
    .banner-slider {
        display: none;
    }
    .row-head {
        line-height: 30px!important;
    }
    .prise__row {
        line-height: 35px!important;
        `
    }
    .tabsV ul li {
        margin-right: 100%!important;
    }
    .por__gallery__photo {
        width: 100%!important;
    }
    .btn__more {
        padding: 0 10px!important;
    }
    .row .pre_list li {
        width: 49%!important;
        margin-bottom: -1px!important;
    }
    .rightColumn .termsOfRepairWrapper {
        margin-left: 25px;
    }
    .nom {
        display: none;
    }
    .modal-open .modal {
        overflow-x: none!important;
        overflow-y: none!important;
    }
    /* .page-id-18 .cosmeticRepairInfo, .page-id-20 .cosmeticRepairInfo,
    .page-id-22 .cosmeticRepairInfo, .page-id-24 .cosmeticRepairInfo,
    .page-id-26 .cosmeticRepairInfo, .page-id-28 .cosmeticRepairInfo,
    .page-id-30 .cosmeticRepairInfo, .page-id-38 .cosmeticRepairInfo{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }*/
    .page-id-18 .photoItemWrapper img, .page-id-20 .photoItemWrapper img, .page-id-28 .photoItemWrapper img, .page-id-30 .photoItemWrapper img, .page-id-34 .photoItemWrapper img {
        margin: 0 auto 4px;
        display: block;
    }
    .page-id-18 .thingsToRepair, .page-id-20 .thingsToRepair, .page-id-24 .thingsToRepair .page-id-30 .thingsToRepair {
        padding-left: 0 !important;
    }
    .page-id-18 .thingsToRepair ul, .page-id-20 .thingsToRepair ul {
        margin-left: 0 !important;
    }
    .page-id-18 .termsOfRepair p, .page-id-20 .termsOfRepair p {
        margin-left: 0 !important;
    }
    .page-id-20 .mainWrapper .row {
        padding-right: 10px;
    }
    /*.page-id-26 .cosmeticRepairInfo img {
        width: 100%;
    }*/
    .popup-wrapper {
        /*overflow-y: scroll!important;*/
    }
    .popup-wrapper form p:first-of-type {
        margin-bottom: 0px;
        font-size: 18px;
        text-align: center;
    }
    .popup-wrapper form p:nth-of-type(2) {
        margin-bottom: 0px;
        margin-left: 10px;
        font-size: 12px;
    }
    .popup-wrapper form .inputGroup {
        margin-bottom: 0px;
        position: relative;
        padding: 0 5px;
    }
    .popup-wrapper form .inputGroup > label {
        float: none;
        text-align: left;
        margin-left: 0%;
        width: 100%;
        margin-top: 0px;
        font-size: 12px !important;
        margin-bottom: 0;
    }
    .popup-wrapper form .secondLabel {
        font-size: 12px !important;
    }
    .popup-wrapper form .requiredToFill {
        position: absolute;
        float: none;
        top: 0;
    }
    .inputGroup:nth-of-type(3) .requiredToFill {
        left: 147px;
    }
    .inputGroup:nth-of-type(7) .requiredToFill {
        left: 30px;
    }
    .inputGroup:nth-of-type(8) .requiredToFill {
        left: 40px;
    }
    .inputGroup:nth-of-type(9) .requiredToFill {
        left: 57px;
    }
    .inputGroup:nth-of-type(10) .requiredToFill {
        left: 100px;
    }
    p .requiredToFill {
        left: -13px;
    }
    .popup-wrapper form .submitPopupForm {
        height: 30px;
    }
    .popup-wrapper form .inputGroup input, .popup-wrapper form .inputGroup textarea {
        width: 100%;
        height: 24px;
    }
    .popup-wrapper form .inputGroup textarea {
        height: 40px;
    }
    .popup-wrapper form .inputGroup .outsideLabelWrapper {
        width: 100%;
        float: right;
    }
    .popup-wrapper form {
        width: 90%;
    }
    .popup-wrapper form p:last-of-type {
        margin-left: 10%;
        font-size: 12px;
        position: relative;
    }
    .page-id-66 .cosmeticRepairInfo iframe {
        width: 90%;
        height: 200px;
    }
    /*.postid-1030 .mainWrapper {
        width: 310px;
       margin: 0 7px 0 10px;
    }*/
    .postid-1030 .mainWrapper .container {
        width: 100% !important;
    }
    /* .postid-1030 .mainWrapper .cosmeticRepairInfo, .page-id-8 .mainWrapper .cosmeticRepairInfo, .page-id-66 .cosmeticRepairInfo{
        padding-right: 10px!important;
    }*/
    .tablepress-id-1 .column-2 {
        width: 100px !important;
    }
    .page-id-12 .cosmeticRepairInfo table {
        font-size: 10px !important;
    }
    .page-id-42 .thingsToRepair .alignright {
        float: none;
        display: block;
    }
    /*.page-id-26 .cosmeticRepairInfo .alignleft{
       float: none;
    }*/
    .page-id-24 .photoItemWrapper img, .page-id-36 .photoItemWrapper img, .page-id-38 .photoItemWrapper img, .page-id-42 .photoItemWrapper img {
        width: 70%;
        margin: auto;
        display: block;
    }
    /*.page-id-22 .photoItemWrapper img {*/
    /*margin: 0 auto 4px;*/
    /*}*/
    .page-id-24 .cosmeticRepairButtons {
        text-align: center;
    }
    .mob-visible {
        display: block !important;
    }
    .container {
        /*width: 320px !important;*/
        width: 90% !important;
        padding-left: 5px !important;
        padding-right: 0px !important;
        box-sizing: content-box;
    }
    .rightColumn {
        width: 100% !important;
    }
    .rightColumn .container {
        border-left: none;
        border-right: none;
    }
    .mob-hidden {
        display: none;
    }
    header #menu-top-menu li:first-of-type {
        display: none;
    }
    .menuWrapper {
        z-index: 999;
    }
    .menuWrapper .container {
        border-left: none;
        border-right: none;
    }
    .menuWrapper .topMenu li:nth-of-type(4) {
        display: none;
    }
    .menuWrapper .topMenu li a {
        padding: 0 9px;
    }
    .headerInfoWrapper .logo {
        margin-top: 15px !important;
    }
    .headerInfoWrapper .logo img {
        width: 50px;
        margin-left: 42%;
        float: none !important;
    }
    .headerInfoWrapper .logo a>p {
        font-size: 17px!important;
        line-height: 1.1!important;
        margin-top: 9px!important;
        text-align: center;
    }
    .mainMenu {
        z-index: 999;
    }
    .mainMenu .container {
        border-left: none;
        border-right: none;
    }
    .mainMenu ul li {
        padding: 11px 0px !important;
        border-right: none !important;
    }
    .mainMenu ul li:nth-of-type(5) a {
        border-right: none;
    }
    .mainMenu ul li > ul {
        position: absolute;
        top: 41px !important;
        right: 0;
        width: 320px !important;
    }
    .mainMenu ul li a {
        border-right: 1px solid white;
        padding: 0 7px;
        font-size: 14px!important;
    }
    .sectionCaption {
        text-transform: uppercase;
        margin-top: 23px;
        text-align: center;
    }
    .sectionCaption span:last-of-type {
        font-weight: 500;
    }
    .cosmeticRepairInfo {
        /*padding: 2px 28px 2px 0!important;*/
    }
    .cosmeticRepairInfo td {
        /*padding: 4px;*/
    }
    .cosmeticRepairPics {
        padding: 2px 25px !important;
    }
    .cosmeticRepairPics p {
        text-align: left;
    }
    .cosmeticRepairPics .cosmeticRepairPhotoItem {
        width: 100%;
    }
    .cosmeticRepairButtons {
        margin-top: -4px !important;
        padding: 11px 20px 11px 20px !important;
        text-align: center !important;
    }
    .cosmeticRepairButtons a {
        width: 100%;
        margin-bottom: 12px;
    }
    .thingsToRepair {
        margin-top: 4px;
    }
    .thingsToRepair p {
        margin-left: 33px !important;
    }
    .thingsToRepair ul {
        margin-left: 33px !important;
    }
    .termsOfRepairWrapper {
        margin: 36px 0 0 0 !important;
        padding-right: 0px !important;
    }
    .termsOfRepairWrapper .termsOfRepair p:first-of-type {
        margin-left: 32px;
        margin-bottom: 15px !important;
        font-size: 14px !important;
        font-weight: 500;
        text-align: left;
    }
    .termsOfRepairWrapper .termsOfRepair p:last-of-type {
        margin-left: 28px;
        margin-bottom: 36px !important;
        text-align: left;
        font-size: 12px !important;
    }
    .termsOfRepairWrapper .apartmentSquare {
        width: 55%;
        margin: 0 auto 10px !important;
    }
    .bottomMobilePic {
        width: 88%;
        margin: 5px auto 20px;
    }
    .videoBlock {
        padding: 0 20px !important;
    }
    .videoBlock p:last-of-type {
        margin-top: 6px !important;
        margin-bottom: 14px !important;
    }
    .bottomMenu .container-fluid {
        margin-right: auto!important;
        margin-left: auto!important;
        width: 320px !important;
        border-right: none !important;
        border-left: none !important;
    }
    .bottomMenu .container-fluid .container {
        border-left: none !important;
        border-right: none !important;
    }
    .bottomMenu .firstColumnMenu {
        margin: 12px 0 20px 5px;
    }
    .bottomMenu .secondColumnMenu {
        margin-top: 12px;
        margin-left: 12px;
    }
    footer {
        padding: 30px 0 0 0 !important;
        box-sizing: content-box !important;
    }
    footer .container-fluid {
        margin-right: auto!important;
        margin-left: auto!important;
        width: 320px !important;
        border-right: none !important;
        border-left: none !important;
    }
    footer .container-fluid .container {
        border-left: none !important;
        border-right: none !important;
    }
    footer .bottomLogo {
        margin-left: 10% !important;
        margin-bottom: 12px !important;
    }
    footer .bottomInfo p {
        margin-left: 10%;
    }
    footer .bottomContacts {
        padding-left: 10%;
        padding-right: 5%;
        margin-top: 20px;
    }
    footer .mobile {
        display: block !important;
        margin-top: 10px;
    }
    footer .mobile .guarantee {
        margin-left: 12% !important;
    }
    footer .mobile p {
        margin-left: 12% !important;
        text-align: left !important;
    }
    footer .orderNowForm {
        padding: 28px 63px 85px 36px;
    }
    .fPInfo {
        padding: 0 0;
    }
    .fPInfo .fPCaption {
        font-size: 22px !important;
        text-align: center;
    }
    .fPInfo .repairExampleBottom {
        text-align: center;
    }
    .servicesProvided {
        padding: 7% 10%;
    }
    .servicesProvided p {
        font-size: 16px !important;
        text-align: center;
    }
    .priceCategories {
        margin-top: 30px;
    }
    .priceCategories p:first-of-type {
        font-size: 16px !important;
        text-align: center;
    }
    .customersRecallWrapper {
        padding: 0 4%;
    }
    .customersRecallWrapper p:first-of-type {
        font-size: 21px !important;
    }
    .customersRecallWrapper .recallItem {
        padding: 5% 3%;
    }
    .customersRecallWrapper .recallItem p {
        font-size: 14px !important;
    }
    .customersRecallWrapper .recallItem .customersPersonInfo {
        margin-top: 17px;
        text-align: center;
        margin-left: 0;
    }
    .customersRecallWrapper .recallItem .customersPlace img {
        margin-bottom: 7px;
    }
    .videoOfWork {
        margin-bottom: 0 !important;
    }
    .videoOfWork p {
        font-size: 20px !important;
        text-align: center;
    }
}

body {
    background-color: #fafafa !important;
    position: relative;
    overflow-x: hidden;
    font-size: 16px;
}

.rightColumn .cosmeticRepairInfo table {
    margin-left: 3%;
}

.fluid {
    width: 100%;
}

.mob-visible {
    display: none;
}

.container {
    max-width: 1216px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    /*  font-family: 'Tahoma', sans-serif;*/
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.navigation {
    margin: 46px 0 46px 23px;
}

.photoItemWrapper img {
    margin-bottom: 4px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.thmbnail-works > a {
    display: block;
    margin-left: 27px;
}

.workItem {
    margin-bottom: 45px;
}

body.single-photos .cosmeticRepairInfo img {
    /*margin-bottom:15px;*/
}

#wpcf7-f964-o1 {
    /*margin-top: 14%;*/
    position: relative;
}

.recallItem img {
    width: 87px;
    height: 87px;
}

img.alignnone, img.alignleft, img.alignright {
    max-width: 780px;
}

img.alignleft {
    float: left;
    padding: 3px 0 3px 3px;
}

img.alignleftimg {
    float: left;
    margin: -13px 23px 10px 0;
}

img.alignright {
    float: right;
    padding: 3px 0 3px 3px;
}

.searchcontainer {
    padding-left: 20px;
}

.remont-podstr img {
    max-width: 780px;
}


/*.page-id-22 .thingsToRepair p:first-of-type{
    font-style: normal;
    font-weight: 300;
    line-height: 1.58;
    font-size: 13px;
    color: #0183ae;
    margin-left: 7px;
}*/


/*.page-id-22 .thingsToRepair p{
    font-style: italic;
    font-weight: 300;
    line-height: 1.58;
    font-size: 13px;
    color: #2e2e2e;
    margin-left: 7px;
}
.page-id-22 .thingsToRepair h3{
    margin-left: 7px;
}*/


/*.page-id-22 .cosmeticRepairInfo{
    margin: 0;
}*/


/*.page-id-24 .thingsToRepair p{
    font-weight: 300;
    color: #2e2e2e;
}*/


/*.page-id-24 .photoItemWrapper img,.page-id-36 .photoItemWrapper img,
.page-id-22 .photoItemWrapper img {
    width: 75%;
    height: 170px;
    margin: auto;
    display: block;
}*/


/*.page-id-24 .termsOfRepair p{
    font-size: 16px !important;
}*/


/*.page-id-24 .cosmeticRepairDetail p:first-of-type{
    color: #000;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
}*/

.page-id-24 .cosmeticRepairDetail p {
    /*margin-left: 26px;*/
}


/*.page-id-24 .cosmeticRepairDetail ul li{
    color: #000;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
}*/


/*.page-id-26 .cosmeticRepairInfo .alignleft{
    margin-right: 7px;
}*/


/*.page-id-28 .cosmeticRepairInfo{
    margin: 0;
}*/

.page-id-28 .termsOfRepairWrapper {
    padding: 0 5px!important;
}

.page-id-28 .rightColumn .termsOfRepairWrapper .termsOfRepair {
    margin-left: 0;
}

.page-id-28 .termsOfRepair table, .page-id-42 table, .page-id-2053 table:first-of-type {
    width: 100%;
    border: none;
}

.page-id-28 .termsOfRepair thead, .page-id-42 tr:first-of-type, .page-id-2053 table:first-of-type tr:first-of-type {
    background-color: #f5f5f5;
}

.page-id-2053 tr:first-of-type, .page-id-2053 table:first-of-type tr:first-of-type td {
    font-weight: 500;
}

.page-id-28 .termsOfRepair thead th, .page-id-42 tr:first-of-type td, .page-id-2053 table:first-of-type tr:first-of-type td {
    padding: 10px 8px;
}

.page-id-28 .termsOfRepair tr td, .page-id-42 tr td, .page-id-42053 table:first-of-type tr td {
    padding: 4px 6px;
}

.page-id-28 .termsOfRepair tr:hover, .page-id-42 tr:hover, .page-id-2053 table:first-of-type tr:hover {
    background-color: #f5f5f5;
}

.page-id-28 .termsOfRepair tr strong, .page-id-42 tr strong, .page-id-2053 table:first-of-type tr strong {
    font-weight: 500;
}

.page-id-28 .cosmeticRepairDetail p:first-of-type {
    font-size: 15px;
    font-weight: 300 !important;
}

.page-id-28 .cosmeticRepairDetail p:last-of-type {
    margin-top: 15px;
}

.page-id-28 .cosmeticRepairDetail ul li {
    font-style: normal;
    margin-left: 55px;
}

.videoBlock a img {
    max-width: 280px;
    width: 100%;
}


/*.page-id-30 .thingsToRepair p{
    color: #2e2e2e;
    font-weight: 300;
    margin-left: 0;
    margin-left: 0 !important;
}*/

.page-id-42 .termsOfRepairWrapper {
    padding: 5px 17px;
}

.page-id-30 .termsOfRepairWrapper {
    padding: 5px 17px 5px 0;
}


/*.page-id-30 .cosmeticRepairDetail p:first-of-type{
    font-size: 14px;
    font-weight: 300 !important;
}*/


/*.page-id-30 .cosmeticRepairDetail {
    padding-left: 20px;
}*/


/* .page-id-38 .cosmeticRepairInfo{
    margin: 0;
}*/


/*.page-id-32 .cosmeticRepairInfo, .page-id-34 .cosmeticRepairInfo,.page-id-36 .cosmeticRepairInfo{
    padding-left: 22px !important;
}*/


/*.page-id-32 .thingsToRepair p, .page-id-38 .thingsToRepair p, .page-id-42 .thingsToRepair p{
    color: #2e2e2e !important;
    margin-left: 0 !important;
}*/


/*.page-id-32 .cosmeticRepairInfo, .page-id-32 .cosmeticRepairDetail div{
    font-weight: 300
}*/


/*.page-id-32 .cosmeticRepairDetail {
    padding-left: 22px;
}*/


/*.page-id-32 .cosmeticRepairInfo .alignleft {
    margin-right: 5px;
}*/


/*.page-id-32 h3 {
    font-size: 14px;
    margin-left: 0;
}
.page-id-32 strong, .page-id-38 strong{
    font-size: 17px !important
}
.page-id-38 .cosmeticRepairDetail p strong{
    font-size: 14px !important;
}
.page-id-38 .termsOfRepair img{
    margin-right: 5px !important;
}
.page-id-34 h2{
    font-size: 14px;
    margin-left: 0;
}*/


/*.page-id-34 div, .page-id-36 div,.page-id-38 div {
    font-weight: 300 !important;
}*/


/*.page-id-36 .cosmeticRepairDetail {
    padding-left: 22px;
}
.page-id-36 .cosmeticRepairDetail div:last-of-type{
    color: #028eba;
}
.page-id-36 .cosmeticRepairDetail p:first-of-type {
    font-size: 16px;
}*/


/*.page-id-38 .thingsToRepair p{
    font-weight: 300 !important;
}*/


/*.page-id-38 .thingsToRepair {
    padding-left: 26px;
}*/

.page-id-38 .photoItemWrapper img, .page-id-42 .photoItemWrapper img {
    width: 75%;
    height: 150px;
    margin: 5px auto 0;
    display: block;
}


/*.page-id-38 .cosmeticRepairDetail p:first-of-type, .page-id-40 .cosmeticRepairDetail p:first-of-type,
.page-id-42 .cosmeticRepairDetail p:first-of-type{
    font-size: 14px;
    font-weight: 300 !important;
}*/


/*.cosmeticRepairInfo{
    margin: 0;
    padding-left: 0 !important;
}*/


/*.page-id-42 h3 {
    font-size: 18px !important;
    font-weight: 400;
}*/


/*.page-id-42 .thingsToRepair p {
    font-weight: 300;
}
.page-id-42 .thingsToRepair {
    padding-left: 27px !important;
}*/

.page-id-42 .thingsToRepair .alignright {
    padding: 3px 0 3px 18px;
    margin-top: 20px;
}


/*.page-id-42 .thingsToRepair ul{
    margin-left: 0;
}
.page-id-42 .thingsToRepair ul li,.page-id-42 .cosmeticRepairDetail ul li {
    margin-left: 0;
}*/


/*.page-id-42 .thingsToRepair ul,.page-id-2087 ul{
   margin-bottom: 15px;
}*/


/*.page-id-42 .cosmeticRepairDetail ul li {
    font-style: italic;
    font-weight: 300;
}*/


/*.page-id-2087 .cosmeticRepairInfo ul li {
    font-style: italic;
    font-weight: 300;
}*/

.page-id-1301 h4 {
    font-size: 15px;
}

.page-id-2053 table p {
    margin-left: 0;
}

.page-id-2050 ul li strong {
    font-weight: 400;
    font-style: italic;
}


/*.page-id-2069 .cosmeticRepairInfo p:nth-of-type(2) {
    margin-top: 0px;
}
.page-id-68 .cosmeticRepairInfo {
    margin-left: 20px;
}*/

.inl_table {
    display: inline-block;
    width: 220px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .page-id-24 .photoItemWrapper img, .page-id-36 .photoItemWrapper img, .page-id-38 .photoItemWrapper img, .page-id-42 .photoItemWrapper img {
        width: 50%;
    }
    .page-id-32 .photoItemWrapper a {
        width: 48%;
        display: block;
        float: left;
    }
    .page-id-32 .photoItemWrapper a img {
        margin: 10px 15%;
        width: 70%;
    }
}

@media (max-width: 300px) {
    .page-id-66 .cosmeticRepairInfo iframe {
        max-width: 159px !important;
        width: 100%!important;
        height: 150px!important;
        margin: auto;
    }
}

@media (max-width: 967px) {
    .page-id-32 .photoItemWrapper a {
        width: 90%;
        display: block;
        float: none;
    }
    .page-id-32 .photoItemWrapper a img {
        margin: 10px 15%;
        width: 70%;
    }
    .page-id-32 .cosmeticRepairButtons {
        text-align: left !important;
    }
}

a.clickbtn {
    display: table;
    width: 100%;
    background-color: #03a0d3;
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto;
    transition: background-color 0.3s ease-in-out;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a.clickbtn:hover {
    text-decoration: none;
}

td.column-4 span {
    color: black !important;
}

.hrmy {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 75, 242, 0.75), rgba(0, 0, 0, 0));
}

table.no-border tr td {
    padding-left: 10px !important;
}


/*.page-id-3329 .cosmeticRepairInfo {
  margin-left: 20px;
}*/

.liststyle li {
    line-height: 1.65;
    font-style: italic;
    padding-left: 20px;
    background: url(../img/list-item-styling-new.png) no-repeat left center;
}

.short-input {
    width: 80% !important;
    display: inline-block;
}

.inline_bl {
    display: inline-block!important;
    width: 70px!important;
}

.cosmeticRepairInfo a img {
    max-width: 100%!important;
    height: auto;
}

table.tble_111 tr td {
    width: 150px!important;
    vertical-align: top;
}

table.tble_111 tr td img {
    width: 150px;
}

.wp-post-image {
    margin: 5px 10px;
}


/*---------------------redisign--------------------*/

@media (min-width: 992px) {
    .col-md-offset-5 {
        margin-left: 23.2%;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 18.4%;
    }
}

@media (min-width: 992px) {
    .col-md-8 {
        width: 26.5%;
    }
    .toDoWorks {
        width: 29.6%
    }
}

@media (min-width: 992px) {
    .bottomInfo {
        width: 31.5%;
    }
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 10.5%;
    }
    .customersPlace .col-md-6 {
        width: 17%;
        margin-right: 5px;
    }
    .recallItem .col-md-21 {
        width: 95.5%;
    }
}

@media (min-width: 992px) {
    .col-md-7 {
        width: 31.4%;
    }
}

.slide img {
    border-radius: 0;
}

.banner-wrapper {
    width: 100%;
    margin-bottom: 20px;
    /*	background-image: url(../img/bacground-banner.png); */
}

.banner-slider {
    /*	padding: 43px 0 43px 0; */
}

.bx-prev {
    background-image: url(../img/arr_sl-left.png);
    position: absolute;
    top: 41%;
    left: 15px;
}

.bx-next {
    background-image: url(../img/arr_sl-right.png);
    position: absolute;
    top: 41%;
    right: 15px;
}

.bx-prev:hover {
    background-image: url(../img/arr-left-h.png);
}

.bx-next:hover {
    background-image: url(../img/arr-right-h.png);
}

.navbar-nav.old {
    display: none;
}

.navbar-nav.new {
    display: block;
}

.rightColumn.frontPageContent {
    margin-top: 15px;
}

.sideMenu {
    margin-top: 15px;
}

.sideMenu .dropdown li {
    background: transparent;
    padding: 6px 10px 0 0;
}

.sideMenu .dropdown li:hover {
    background-color: transparent!important;
}

.sideMenu .dropdown li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding: 0px 0 3px;
}

.sideMenu .dropdown li a:hover,
.sideMenu .dropdown li.current-menu-item a {
    text-decoration: underline;
}

.sideMenu .dropdown li:first-of-type {
    padding: 4px 10px 0 0;
}

.sideMenu .dropdown li:hover {}

.sideMenu .dropdown {
    background-color: #f8f8f8;
    padding-left: 36px;
    display: none;
    border-top: 1px solid #ddd;
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.11);
    padding: 5px 0 5px 36px;
}

.sideMenu .dropdown:active {
    display: block;
}

.navbar-nav-head {
    padding-left: 22px;
    position: relative;
    padding-right: 32px;
}

.navbar-nav-head {
    margin: 0!important;
}

.navbar-nav {
    color: #fff;
}

.navbar-nav-head a {
    padding: 8px 0 8px;
    display: block;
    cursor: pointer;
}

.por__gallery {
    text-align: justify;
}

.por__gallery::after {
    content: '';
    width: 100%;
    display: inline-block;
}

.por__gallery__photo {
    display: inline-block;
    width: 31%;
    margin-bottom: 15px;
}

.por__gallery__photo p {
    font-family: "Tahoma", sans-serif!important;
    font-size: 16px!important;
    text-transform: none!important;
    padding-top: 9px;
    text-align: center;
    margin-bottom: 14px!important;
}

.por__gallery__photo img {
    border-radius: 0;
    width: 100%;
}

.btn__more {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e22765+0,bd1645+99 */
    background: #e22765;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e22765 0%, #bd1645 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e22765 0%, #bd1645 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e22765 0%, #bd1645 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e22765', endColorstr='#bd1645', GradientType=0);
    /* IE6-9 */
    outline: 0;
    border-radius: 8px;
    margin: -19px auto 0;
    text-align: center;
    color: white;
    line-height: 56px;
    border: 0;
    padding: 0 28px;
    display: block;
    cursor: pointer;
}

.btn__more:active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1645+0,e22765+100 */
    background: #bd1645;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bd1645 0%, #e22765 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1645 0%, #e22765 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1645 0%, #e22765 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bd1645', endColorstr='#e22765', GradientType=0);
    /* IE6-9 */
}

.prise__row th {
    padding-left: 17px;
}

.prise__row td {
    padding-left: 17px;
}

.prise__row {
    line-height: 46px;
    border-bottom: 1px solid rgb(182, 182, 182);
    border-top: 1px solid rgb(182, 182, 182);
}

.row-head {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07a3d7+0,015c84+100 */
    background: #07a3d7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #07a3d7 0%, #015c84 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #07a3d7 0%, #015c84 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #07a3d7 0%, #015c84 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#07a3d7', endColorstr='#015c84', GradientType=0);
    /* IE6-9 */
    color: white;
    line-height: 65px;
}

.prise__row.twoo {
    border-bottom: 1px solid rgb(182, 182, 182);
    border-top: 1px solid rgb(182, 182, 182);
    background-color: rgb(242, 242, 242);
}

.prise {
    width: 100%;
}

.btn__more-prise {
    margin-top: 30px;
}

.tabsV {
    display: inline-block;
    margin-top: 4px;
    width: 100%;
}

.tabsV > div {
    padding-top: 16px;
}

.tabsV ul {
    margin: 0px;
    padding: 0px;
}

.tabsV ul:after {
    content: "";
    display: block;
    clear: both;
    height: 4px;
    background: rgb(0, 114, 164);
}

.tabsV ul li {
    margin: 5px 0;
    padding: 0px;
    cursor: pointer;
    display: block;
    float: left;
    padding: 8px 22px;
    margin-right: 4px;
    margin-bottom: 0!important;
    background: rgb(7, 163, 215);
    color: #707070;
    font-size: 18px!important;
    color: white!important;
    border-radius: 6px 6px 0 0;
}

.tabsV ul li.active, .tabs ul li.active:hover {
    background: rgb(0, 114, 164);
    color: #fff;
}

.tabsV ul li:hover {
    cursor: pointer;
}

@media (max-width: 340px) {
    .rightColumn img {
        max-width: 280px;
        display: block;
        float: none;
        margin: 0 auto;
    }
}

.pre_list {
    text-align: center;
    width: 116%;
    margin-left: -8%;
}

.pre_list li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin-bottom: -23px!important;
}

.pre_list li .icon {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-position: center!important;
    background-repeat: no-repeat!important;
    margin: 0 auto;
}

.pre_list li h5 {
    text-align: center;
    font-size: 15px;
    width: 128px;
    margin: 10px auto;
    line-height: 21px;
    display: block;
}

.pre_list .pre_list-1 .icon {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07a3d7+0,015c83+100 */
    background: url(../img/pr_1.png), no-repeat, #07a3d7;
    /* Old browsers */
    background: url(../img/pr_1.png), no-repeat, -moz-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* FF3.6-15 */
    background: url(../img/pr_1.png), no-repeat, -webkit-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/pr_1.png), no-repeat, linear-gradient(to bottom, #07a3d7 0%, #015c83 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.pre_list .pre_list-2 .icon {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07a3d7+0,015c83+100 */
    background: url(../img/pr_2.png), no-repeat, #07a3d7;
    /* Old browsers */
    background: url(../img/pr_2.png), no-repeat, -moz-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* FF3.6-15 */
    background: url(../img/pr_2.png), no-repeat, -webkit-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/pr_2.png), no-repeat, linear-gradient(to bottom, #07a3d7 0%, #015c83 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.pre_list .pre_list-3 .icon {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07a3d7+0,015c83+100 */
    background: url(../img/pr_3.png), no-repeat, #07a3d7;
    /* Old browsers */
    background: url(../img/pr_3.png), no-repeat, -moz-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* FF3.6-15 */
    background: url(../img/pr_3.png), no-repeat, -webkit-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/pr_3.png), no-repeat, linear-gradient(to bottom, #07a3d7 0%, #015c83 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.pre_list .pre_list-4 .icon {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07a3d7+0,015c83+100 */
    background: url(../img/pr_4.png), no-repeat, #07a3d7;
    /* Old browsers */
    background: url(../img/pr_4.png), no-repeat, -moz-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* FF3.6-15 */
    background: url(../img/pr_4.png), no-repeat, -webkit-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/pr_4.png), no-repeat, linear-gradient(to bottom, #07a3d7 0%, #015c83 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.pre_list .pre_list-5 .icon {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07a3d7+0,015c83+100 */
    background: url(../img/pr_5.png), no-repeat, #07a3d7;
    /* Old browsers */
    background: url(../img/pr_5.png), no-repeat, -moz-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* FF3.6-15 */
    background: url(../img/pr_5.png), no-repeat, -webkit-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/pr_5.png), no-repeat, linear-gradient(to bottom, #07a3d7 0%, #015c83 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.pre_list .pre_list-6 .icon {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07a3d7+0,015c83+100 */
    background: url(../img/pr_6.png), no-repeat, #07a3d7;
    /* Old browsers */
    background: url(../img/pr_6.png), no-repeat, -moz-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* FF3.6-15 */
    background: url(../img/pr_6.png), no-repeat, -webkit-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/pr_6.png), no-repeat, linear-gradient(to bottom, #07a3d7 0%, #015c83 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.pre_list .pre_list-7 .icon {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07a3d7+0,015c83+100 */
    background: url(../img/pr_7.png), no-repeat, #07a3d7;
    /* Old browsers */
    background: url(../img/pr_7.png), no-repeat, -moz-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* FF3.6-15 */
    background: url(../img/pr_7.png), no-repeat, -webkit-linear-gradient(top, #07a3d7 0%, #015c83 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/pr_7.png), no-repeat, linear-gradient(to bottom, #07a3d7 0%, #015c83 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (max-width: 340px) {
    .menuWrapper .topMenu li:last-child {
        overflow: hidden;
        width: 70px;
    }
}

@media (max-width: 768px) {
    .sideMenu ul li {
        padding: 0px;
    }
    ul.menu {
        padding: 10px;
    }
    .sideMenu .dropdown {
        padding-left: 25px;
    }
    .sideMenu .dropdown li {
        padding: 0px!important;
    }
}

.sideMenu ul li.hasMenu:after {
    content: '>';
    position: absolute;
    right: 14px;
    top: 7px;
    font-family: monospace;
}
.mainMenu.fixed {
    width: 100%;
    top: 0;
}
@media screen and (max-width: 375px) {
    .prise__row th, .prise__row td {
        padding-left: 0;
        text-align: center;
        width: 33%;
        padding: 0 5px;
    }
    .prise__row td {
        height: 70px;
    }
}
@media screen and (max-width: 320px) {
    .prise__row th, .prise__row td {
        padding-left: 0;
        text-align: center;
        width: 33%;
        padding: 0 5px;
        font-size: 12px;
    }
    .prise__row td {
        height: 70px;
    }
    .mainMenu ul li a {
        font-size: 13px !important;
    }
}

@media (max-width: 767px) {
    body div.container {
        margin: 0 auto !important;
    }

    header {
        background-color: #ffffff;
        position: sticky;
        top: 0;
        z-index: 290;
    }

    header .container {
        display: flex;
        box-sizing: border-box;
        padding: 0 !important;
    }

    header .container * {
        box-sizing: inherit;
    }

    header .container .headerInfoWrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 0;
    }

    .topMenu--desktop,
    .mainMenu--desktop {
        display: none;
    }

    header #menu-top-menu.menu li:first-of-type {
        display: list-item;
    }

    header .headerInfoWrapper .logo .menuMobileVersion .mobileMenuButton {
        position: static;
    }

    header .headerInfoWrapper .logo .menuMobileVersion .mobileCallButton {
        display: none;
    }

    header .headerInfoWrapper .logo {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0 !important;
    }

    header .headerInfoWrapper .logo__image {
        margin: 0 !important;
    }

    header .headerInfoWrapper .logo__image img {
        margin: 0;
        display: block;
    }

    header .headerInfoWrapper .logo .logo__text {
        margin: 0;
        font-weight: 700;
    }

    header .headerInfoWrapper .logo .logo__text p {
        margin: 0 !important;
    }

    header .headerInfoWrapper .logo__text br {
        display: none;
    }

    header .headerInfoWrapper .logo .menuMobileVersion {
        margin-left: auto;
    }

    .sideMenu ul.menu {
        padding: 0;
    }

    .sideMenu ul.menu .menu-item:first-child {
        border-top: 1px solid #ddd;
        box-shadow: inset 0 1px #fbfbfb;
    }

    .sideMenu ul.menu .menu-item {
        padding-left: 22px;
        padding-right: 32px;
    }

    .sideMenu ul.menu .menu-item a {
        display: block;
    }

    .header__contacts {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        margin-top: 10px;
    }

    .header__contacts-phone {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        color: #4b4b4b;
        text-decoration: none;
    }

    .header__contacts-button.btn__more {
        margin: 0;
        padding: 10px !important;
        font-size: 16px;
        line-height: 20px;
    }

    .fixed-phone {
        display: block;
        position: fixed;
        z-index: 20;
        bottom: 24px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 24px;
        border-radius: 50%;
        background-color: rgb(7, 163, 215);
        color: #ffffff;
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
        background-image: url("../img/icon-phone.svg");
        background-size: 25px auto;
        background-position: center;
        background-repeat: no-repeat;
    }

    .button-up {
        padding: 0;
        margin: 0;
        border: none;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        text-align: left;
        letter-spacing: inherit;
        position: fixed;
        z-index: 20;
        bottom: 24px;
        left: 20px;
        display: none;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ffffff;
        color: rgb(7, 163, 215);
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.16);
    }

    .button-up--visible {
        display: flex;
    }

    .button-up__icon {
        width: 15px;
        height: auto;
        transition: transform 0.2s ease-in-out;
    }

    .header-outer {
        padding-top: 0 !important;
    }
}

@media (max-width: 359px) {
    .header__contacts {
        gap: 8px;
    }

    .header__contacts-phone {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    .header__contacts {
        display: none;
    }

    .fixed-phone {
        display: none;
    }

    .mainMenu.mainMenu--desktop.fixed {
        position: static;
    }

    .header-outer--sticky .header-inner {
        position: fixed;
        z-index: 50;
        top: 0;
        left: 0;
        width: 100vw;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
        background-color: #ffffff;
    }

    .header-outer--slide-header .header-inner {
        -webkit-animation-name: slide-header;
        animation-name: slide-header;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}

@keyframes slide-header {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}