body {
    font-family: Montserrat;
    margin: 0;
}

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

.center {
    margin: 0 auto;
    width: 1200px;
}

a.logo {
    float: left;
    margin: 15px 40px 15px 0;
    width: 90px;
}

a.logo img {
    width: 100%;
}

div#contakts {
    background-color: #fff;
    position: relative;
    padding: 5px 0;
}

div#header {
    background-color: #ffffff;
    color: #444;
    background-image: url(/img/bg-top.jpg);
    background-size: 1050px;
    background-repeat: no-repeat;
    height: 600px;
}

.w50 {
    width: 50%;
    float: left;
}

h1 {
    font-size: 38px;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 15px;
}

p.location {
    float: left;
    margin: 47px 10px 0 0;
}

p.location a {
    text-decoration: none;
    color: #333;
}

button.getForm {
    float: right;
    background-color: #ffc108;
    border: none;
    border-radius: 10px;
    color: #000;
    height: 46px;
    padding: 0 20px;
    font-family: 'Montserrat';
    outline: none;
    margin-top: 46px;
    cursor: pointer;
    font-size: 14px;
}

a.phone {
    float: right;
    text-decoration: none;
    color: #333;
    font-size: 26px;
    margin: 55px 30px 0 0;
}

div#menu {
    background-color: #ffffff;
    padding-bottom: 40px;
    border-radius: 30px;
    margin-top: -30px;
    position: relative;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.menu li {
    float: left;
    text-align: center;
}

ul.menu li a {
    float: left;
    width: 270px;
    height: 280px;
    color: #333;
    text-decoration: none;
    background-color: #ffffff;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

ul.menu li a img {
    width: 230px;
    height: 170px;
    padding: 20px;
    background: linear-gradient(-30deg, #2476ab, #299eef);
    border-radius: 10px;
    transition: 0.5s;
}

.voicesScroll ul.voices li img {
    width: 80px;
    max-height: 80px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

div#content2 ul li img {
    width: 80px;
    max-height: 80px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

ul.menu li a b {
    font-size: 18px;
    font-weight: 400;
    margin-top: 24px;
    float: left;
    width: 100%;
    transition: 0.5s;
}

ul.menu li a i {
    position: absolute;
    background-color: #ffc107;
    font-style: normal;
    padding: 5px 10px 5px 10px;
    right: -10px;
    top: 15px;
    border-radius: 4px 0 0 4px;
    border-bottom: 1px solid #9e7700;
    color: #000;
}

ul.menu li a i:before {
    content: '';
    border: 5px solid transparent;
    border-left: 5px solid #9e7700;
    border-top: 5px solid #9e7700;
    position: absolute;
    right: 0px;
    top: 30px;
}

ul.menu li a:hover {
    color: #fff;
}

form.consult {
    background-color: #ffffff;
    color: #333;
    padding: 30px;
    margin-top: 0px;
    width: 365px;
    float: right;
    border: 13px solid #ffc108;
    margin-top: 40px;
}

form.consult h3 {
    margin: 0 0 30px 0;
    font-size: 23px;
    font-weight: 800;
    color: #2476ab;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 30px;
}

form.consult label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #2476ab;
}

form.consult input {
    float: left;
    width: 100%;
    font-size: 18px;
    padding: 14px;
    margin-bottom: 30px;
    border: 1px solid #d0d0d0;
    outline: none;
    border-radius: 10px;
    background-color: #eaeaea;
}

button.sendForm {
    background-color: #ffc108;
    border: none;
    border-radius: 10px;
    color: #000;
    height: 50px;
    padding: 0px 20px;
    font-family: 'Montserrat';
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    font-size: 14px;
}

.ws {
    width: 330px;
    margin: 0 auto;
}

h2 {
    color: #2476ab;
    font-size: 38px;
    margin-bottom: 50px;
    margin-top: 10px;
    text-align: center;
}

div#content {
    background-color: #2576ab;
    color: #fff;
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: center -380px;
    padding-top: 50px;
    margin-top: -50px;
}

div#footer {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

ul.menu li a:hover img {
    padding-bottom: 90px;
    transition: 0.3s;
}

ul.menu li a:hover b {
    margin-top: -46px;
    z-index: 9;
    position: relative;
    transition: 0.3s;
}

div#menu p {
    text-align: center;
    margin-bottom: 70px;
}

div#content h3 {
    font-size: 38px;
    margin-bottom: 55px;
    margin-top: 55px;
    text-align: center;
}

form.ur-consult {
    background-color: #fff;
    color: #333;
    padding: 30px 60px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    width: 710px;
    margin: 0 auto;
    height: 440px;
    margin-bottom: 100px;
    position: relative;
}

form.ur-consult p {
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    z-index: 1;
}

form.ur-consult img.bg {
    float: left;
    width: 370px;
    position: absolute;
    left: 40px;
    top: 90px;
    z-index: 0;
}

form.ur-consult .ws {
    float: right;
    margin-top: 35px;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

form.ur-consult .ws label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

form.ur-consult .ws input {
    float: left;
    width: 100%;
    font-size: 18px;
    padding: 14px;
    margin-bottom: 30px;
    border: 1px solid #d0d0d0;
    outline: none;
    border-radius: 10px;
    background-color: #eaeaea;
}

form.ur-consult .ws button.sendForm {
    width: 200px;
    float: right;
    margin-right: 60px;
    margin-top: 10px;
}

div#content2 {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 70px;
    border-radius: 30px;
    margin-top: -30px;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

div#content3 {
    background-color: #2476ab;
    color: #fff;
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: center -565px;
    padding-top: 50px;
    margin-top: -50px;
    height: 600px;
}

div#content2 h3 {
    color: #2476ab;
    font-size: 38px;
    margin-bottom: 50px;
    margin-top: 10px;
    text-align: center;
}

div#content3 h3 {
    font-size: 38px;
    margin-bottom: 55px;
    margin-top: 55px;
    text-align: center;
}

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

div#content2 ul li {
    float: left;
    width: 350px;
    margin: 10px;
    height: 170px;
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

div#content2 ul li b {
    float: right;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 254px;
    text-align: left;
}

div#content2 ul li i {
    float: left;
    font-style: normal;
    width: 254px;
    font-size: 14px;
}

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

.voicesScroll ul.voices {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 220px;
    overflow: hidden;
    margin-bottom: 60px;
}

.voicesScroll ul.voices li {
    float: left;
    width: 350px;
    margin: 10px;
    height: 180px;
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background-color: #fff;
}

.voicesScroll ul.voices li .pH4 {
    float: left;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
    color: #333;
    font-weight: 600;
}

.voicesScroll ul.voices li p.ratingDate {
    float: right;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
    color: #3d981f;
    width: auto;
    height: auto;
    background-color: #fff;
    padding: 0;
}

.voicesScroll ul.voices li p {
    float: right;
    font-style: normal;
    width: 232px;
    font-size: 14px;
    color: #333;
    height: 108px;
    background-color: #f3f3f3;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #ffffff;
    margin-top: 5px;
    position: relative;
}

button.addVices {
    background-color: #ffc108;
    border: none;
    border-radius: 10px;
    color: #000000;
    height: 56px;
    padding: 0px 35px;
    font-family: 'Montserrat';
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

div#footer a.logo {
    margin: 0;
    width: 100%;
    margin-bottom: 35px;
}

.left-b {
    float: left;
    width: 200px;
    margin-right: 40px;
}

div#footer div#about-company h4 {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    float: left;
    margin: 0;
    margin-bottom: 32px;
    color: #555;
}

div#footer div#about-company p {
    float: left;
    margin: 0;
    line-height: 20px;
    text-align: center;
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
}

div#footer .pH3 {
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 900;
    color: #2476ab;
    margin: 30px 0 24px 0;
}

div#copyright {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f3f3f3;
    text-align: center;
    font-size: 14px;
    color: #989898;
}

ul.footerMenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.footerMenu li {
    float: left;
    width: 100%;
}

ul.footerMenu li a {
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    float: left;
    margin: 4px 0;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 15px;
}

div#footer-contacts p.location {
    margin: 5px 0;
}

div#footer-contacts a.phone {
    margin: 8px 0 0 0;
    float: left;
}

div#footer-contacts button.getForm {
    float: left;
    margin: 10px 0;
}

div#footer-contacts {
    width: 602px;
    margin-right: 0;
}

.map {
    float: right;
    width: 315px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #dadada;
}

div#footer-menu {
    width: 250px;
    margin-right: 70px;
    margin-left: 38px;
}

div#footer-contacts a.mail {
    float: left;
    text-decoration: none;
    color: #333;
    font-size: 19px;
    margin-top: 16px;
    margin-bottom: 11px;
}

div#footer a:hover {
    color: #298c1d;
}

div#hidden {
    position: fixed;
    left: 0;
    width: 50%;
    background-color: #fff;
    z-index: 9;
    border-radius: 0 30px 30px 0;
    height: 100vh;
    left: -60%;
    transition: 0.3s;
    box-shadow: 0 0 40px rgb(0 0 0 / 50%);
}

.leftSlide {
    display: none;
    padding: 30px;
    float: left;
    width: calc(100% - 60px);
}

div#hidden.visible {
    left: 0;
}

.leftSlide.active {
    display: unset;
}

div#hidden h3 {
    font-weight: 900;
    font-size: 32px;
    margin: 0;
    color: #2476ab;
}

i.close {
    width: 33px;
    height: 29px;
    position: absolute;
    right: 35px;
    top: 35px;
    cursor: pointer;
    z-index: 9;
}

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

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

img.imgs {
    float: left;
    width: 230px;
    max-height: 140px;
    margin-top: 30px;
}

.leftSlide p {
    margin: 26px 0px;
    line-height: 22px;
}

form.cv-consult p {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

form.cv-consult {
    color: #333;
    padding: 5px 40px;
    width: calc(100% - 100px);
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
    border: 10px solid #ffc107;
    margin-top: 15px;
    float: right;
    padding-bottom: 28px;
}

form.cv-consult input {
    float: left;
    width: 100%;
    font-size: 18px;
    padding: 14px;
    margin-bottom: 21px;
    border: 1px solid #d0d0d0;
    outline: none;
    border-radius: 10px;
    background-color: #eaeaea;
}

form.cv-consult label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

form.cv-consult input[type="tel"] {
    margin-bottom: 33px;
}

form.cv-consult .ws {
    width: 100%;
    max-width: 300px;
}

div#cover {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgb(0 0 0 / 0.8);
}

div#centerForm {
    width: 630px;
    height: 430px;
    box-shadow: 0 12px 18px 3px rgb(35 35 35 / 40%);
    background-color: #ffffff;
    border: 1px solid #383838;
    display: block;
    margin: 0 auto;
    margin-top: 25vh;
    position: relative;
    border-radius: 6px;
    color: #333;
    background-size: 230px;
}

/* i.close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
} */
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: 21px 0;
    color: #333;
}

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: #0081bd;
}

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

div#centerForm form.form input {
    background-color: #f5f5f5;
    width: 225px;
    float: right;
    color: #000;
    padding: 10px 15px;
    border: 1px solid #c5c5c5;
    font-size: 22px;
    margin-bottom: 20px;
    outline: none;
    border-radius: 6px;
    font-family: 'Montserrat';
}

div#centerForm.voices {
    height: 600px;
    margin-top: 8vh;
}

div#centerForm textarea {
    width: 100%;
    float: right;
    color: #000;
    padding: 10px 15px;
    border: 1px solid #c5c5c5;
    font-size: 16px;
    margin-bottom: 20px;
    outline: none;
    border-radius: 6px;
    font-family: 'Montserrat';
    background-color: #f5f5f5;
    resize: none;
    height: 110px;
}

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;
}

.process div#preloader {
    display: block;
    background-image: url(/img/preloader.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 rgb(35 35 35 / 40%);
    background-color: #ffffff;
    border: 1px solid #ffffff;
    display: block;
    margin: 0 auto;
    margin-top: 25vh;
    position: relative;
    background-size: 230px;
    padding: 0 44px;
    border-radius: 8px;
}

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

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: #87ba28;
    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;
}
