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

div#topMenu {
    height: 110px;
    background-color: #ffaa12;
    box-shadow: 0 0 10px #000;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    background-color: #ffffff;
}

div#headScreen {
    background-color: #222222;
    height: 860px;
    background: radial-gradient(#333, #111);
}

div#preferens {
    height: 240px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}

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

.w50 {
    width: 50%;
    padding-top: 60px;
}

div#left {
    float: left;
    color: #fff;
}

div#right {
    float: right;
    position: relative;
    margin-right: -35px;
}

img.imgTop {
    width: calc(100% - 20px);
    float: right;
    padding-top: 90px;
    position: relative;
    z-index: 2;
}

div#left h1 {
    font-size: 58px;
    font-weight: 900;
    margin-bottom: 50px;
}

div#left p {
    color: #ffffff;
    font-size: 18px;
    border-top: 4px solid #ffaa12;
    padding-top: 55px;
}

.count {
    position: absolute;
    color: #fff;
    right: 40px;
    border: 15px solid #ffaa12;
    width: 294px;
    height: 468px;
    padding: 7px 10px;
    top: 100px;
}

.count p.massa {
    float: right;
    width: 130px;
    font-size: 12px;
    margin-top: 122px;
}

.count p.arrow {
    float: left;
    width: 134px;
    font-size: 10px;
    margin: 0;
    text-align: center;
}

.count p.massa b {
    float: left;
    font-weight: 900;
    line-height: 51px;
    width: 100%;
    text-align: center;
    font-size: 50px;
}

.count p.massa span {
    border-top: 2px solid #ffaa12;
    margin-top: 2px;
    float: left;
    padding-top: 4px;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.count p.arrow b {
    font-size: 48px;
    font-weight: 900;
    line-height: 47px;
}

.count p.arrow span {
    border-top: 2px solid #ffaa12;
    margin-top: 2px;
    float: left;
    padding-top: 4px;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

p.max {
    position: absolute;
    margin: 0;
    right: -3px;
    font-size: 10px;
    color: #ffaa12;
    top: 0;
    padding: 3px 10px;
}

.count p.length {
    float: right;
    width: 180px;
    margin-top: 170px;
    margin-right: 10px;
}

.count p.length b {
    float: left;
    font-weight: 900;
    line-height: 51px;
    width: 100%;
    text-align: center;
    font-size: 48px;
}

.count p.length span {
    border-top: 2px solid #ffaa12;
    margin-top: 2px;
    float: left;
    padding-top: 4px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

div#left form {
    float: left;
    margin-top: 40px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.5);
    border-radius: 28px;
    width: 100%;
    display: block;
}

div#left form p {
    border: none;
    padding: unset;
    font-size: 12px;
    color: #ffaa12;
}

div#left form input[type="tel"] {
    font-size: 24px;
    color: #333;
    border: none;
    border-radius: 10px 0 0 10px;
    padding: 13px 11px;
    outline: none;
    float: left;
    height: 26px;
    width: 283px;
    text-align: center;
}

div#left form button {
    float: left;
    margin: 0;
    border: none;
    background-color: #ffaa12;
    color: #222;
    padding: 10px 13px;
    font-size: 16px;
    height: 52px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    outline: none;
    background: linear-gradient(to top,#ffaa12 0,#ffd500 100%) no-repeat;
}

div#left p.formDesc {
    float: right;
    border-top: none;
    margin: 10px 0;
    margin-right: 10px;
    font-size: 10px;
    padding: 0;
    width: 100%;
    color: #ffaa12;
    text-align: right;
}

.phones {
    float: right;
    margin-top: 30px;
    width: 200px;
}
.icon-phone{display:flex;}
.phones a.icon-phone {
    color: #222;
    text-decoration: none;
    float: left;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 3px;
}

button.recall {
    float: right;
    margin: 0;
    border: none;
    background-color: #222222;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    height: 46px;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    margin-top: 32px;
    margin-left: 20px;
}

.addresAndWorkTime {
    float: left;
    border-right: 1px solid #d88f0e;
    padding-right: 30px;
    margin-top: 10px;
    height: 90px;
}

a.logo {
    float: left;
    width: 84px;
    margin-top: 10px;
    margin-right: 30px;
    border-right: 1px solid #d88f0e;
    padding-right: 30px;
    height: 90px;
    color: #222;
    text-decoration: none;
}

a.logo img {
    width: 77px;
    float: left;
}

.addresAndWorkTime a {
    color: #222;
    text-decoration: none;
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 24px;
    font-weight: 800;
}

.addresAndWorkTime p {
    font-size: 14px;
    font-weight: 500;
}

a.logo b {
    font-weight: 700;
    font-size: 10px;
    float: left;
}

.prices {
    float: left;
    color: #fff;
    width: 100%;
    text-align: left;
    margin-top: 65px;
    font-style: italic;
}

.prices p {
    float: left;
    font-size: 26px;
    clear: both;
    margin-top: 10px;
}

.prices p b {
    font-size: 46px;
    width: 100%;
    float: revert;
    text-align: left;
    margin-top: 5px;
}

.prices p i {
    float: left;
    width: 100%;
}

.prices p i b.yellow {
    font-size: 30px;
    color: #ffaa12;
    text-align: right;
    font-weight: normal;
}

.prices p b span {
    font-size: 46px;
    font-weight: 500;
}

.social {
   
    float: left;
    margin-top: 10px;
    height: 90px;
}

.social a {
    float: right;
    width: 34px;
    height: 34px;
    text-align: center;
    margin: 27px 0;
    margin-left: 20px;
}

.social a img {
    height: 100%;
}

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

div#preferens ul li {
    float: left;
    width: 219px;
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    margin-left: -1px;
    height: 240px;
}

div#preferens ul li img {
    margin: 10px 0;
    height: 86px;
}

div#preferens ul li i {
    width: 100%;
    font-size: 15px;
    float: left;
    font-style: normal;
    font-weight: 500;
}

div#preferens ul li h4 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
}

div#content {
    min-height: 600px;
}

div#list {
    position: relative;
}

.mainpul img {
    float: right;
    padding-top: 90px;
    position: relative;
    z-index: 2;
    width: 510px;
}

.mainpul {
    float: left;
    width: 100%;
    position: relative;
    min-height: 570px;
    border-bottom: 1px dashed #b3b3b3;
    margin-bottom: 10px;
}

.mainpul .count {
    color: #191919;
    background-color: #ffffff;
    top: 25px;
    right: 0;
}

div#m3 img {
    padding-top: 150px;
    width: 394px;
    margin-right: -30px;
}

div#m3 .count p.massa {
    margin-top: 14px;
}

div#m3 .count p.length {
    margin-top: 277px;
}

div#m2 img {
    width: 390px;
    padding-top: 120px;
    margin-right: -25px;
}

div#m2 .count p.massa {
    margin-top: 210px;
    margin-right: 160px;
}

div#m2 .count p.length {
    margin-top: 0px;
}

div#m1 img {
    width: 422px;
    padding-top: 88px;
    margin-right: -40px;
}

div#m4 img {
    width: 382px;
    padding-top: 137px;
    margin-right: -25px;
}

div#m1 .count p.massa {
    margin-top: 120px;
}

.mainpul h3 {
    float: left;
    font-size: 35px;
    width: 570px;
    font-weight: 900;
    color: #1c1c1c;
    margin-top: 60px;
}

.mainpul table {
    width: 600px;
    border-collapse: collapse;
}

.mainpul table td {
    padding: 10px;
    border: 1px solid #dcdcdc;
}

.mainpul tbody tr:nth-child(odd) {
    background: #fff;
}

.mainpul tbody tr:nth-child(even) {
    background: #F7F7F7;
}

.price {
    font-family: Prata;
    font-size: 34px;
    margin-top: 42px;
    float: left;
    width: 412px;
}

.price b {
    font-weight: normal;
    font-size: 50px;
}

button.getForm {
    margin: 0;
    border: none;
    background-color: #ffaa12;
    color: #222;
    padding: 10px 13px;
    font-size: 16px;
    float: left;
    height: 52px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    width: 185px;
    margin-top: 45px;
    background: linear-gradient(to top,#ffaa12 0,#ffd500 100%) no-repeat;
}

div#gruzList {
    margin-top: 50px;
    background-color: #222222;
    background: radial-gradient(#333, #111);
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-bottom: 35px;
}

div#gruzList h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    margin: 30px 0;
    color: #fff;
    border-bottom: 3px solid #ffaa12;
    padding-bottom: 33px;
}

div#gruzList ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 972px;
    height: 290px;
    margin-bottom: 40px;
    margin-top: 27px;
}

div#gruzList ul li {
    float: left;
    width: 300px;
    text-align: left;
    margin: 0px 12px;
}

div#gruzList ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    padding: 15px 0;
    float: left;
    margin: 5px 0;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(to top,#ffaa12 0,#ffd846 100%) no-repeat;
}

div#gruzList a.phone {
    color: #ffaa12;
    text-decoration: none;
}

div#gruzList p {
    line-height: 24px;
}

div#callBack {
    padding-bottom: 30px;
    text-align: center;
    background-color: #f0f0f0;
}

div#callBack h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    margin: 40px 0;
    color: #1c1c1c;
}

div#callBack form {
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.3);
    border-radius: 28px;
    width: 499px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

div#callBack form input[type="tel"] {
    font-size: 24px;
    color: #333;
    border: none;
    border-radius: 10px 0 0 10px;
    padding: 13px 11px;
    outline: none;
    float: left;
    height: 26px;
    width: 283px;
    text-align: center;
}

div#callBack form button {
    margin: 0;
    border: none;
    background-color: #ffaa12;
    color: #000;
    padding: 10px 13px;
    font-size: 16px;
    height: 52px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    outline: none;
    background: linear-gradient(to top,#ffaa12 0,#ffd500 100%) no-repeat;
}

div#callBack p {
    line-height: 24px;
}

div#about {
    margin-bottom: 60px;
}

div#about div#map {
    float: left;
    width: 470px;
    margin-right: 30px;
    border: 15px solid #ffaa12;
}

div#about div#map iframe {
    width: 100%;
    height: 370px;
    border: none;
}

div#about h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    margin: 40px 0 45px 0;
    color: #1c1c1c;
}

p {
    line-height: 24px;
}

div#textaddress a {
    text-decoration: none;
    color: #ffaa00;
    font-weight: 700;
    font-size: 18px;
}

div#textaddress h4 {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 20px;
    color: #1c1c1c;
}

div#textaddress p.time {
    margin-top: 0;
}

div#footer {
    background-color: #222222;
    background: radial-gradient(#333, #111);
    border-top: 15px solid #ffaa12;
    padding-bottom: 35px;
}

div#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

div#footer ul li a {
    text-decoration: none;
    color: #e4e4e4;
    float: left;
    padding: 5px 0;
    width: 100%;
}

div#footer h3 {
    font-weight: 900;
    color: #fff;
    font-size: 27px;
    border-bottom: 3px solid #ffaa12;
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.w30 {
    float: left;
    width: 340px;
    margin-right: 50px;
}

.about {
    float: right;
    width: 220px;
    margin-top: 30px;
}

.about a.logo {
    margin: 0 auto;
    border: none;
    color: #fff;
    padding: 0;
    float: none;
    display: block;
    width: 144px;
    text-align: center;
    height: 180px;
}

.about a.logo img {
    width: auto;
}

.about a.logo b {
    float: none;
    font-size: 18px;
}

.text {
    color: #e4e4e4;
    font-size: 14px;
    float: left;
    width: 100%;
    border-top: 3px solid #ffaa12;
}

.text p {
    line-height: 19px;
}

div#about button.recall {
    float: left;
    margin: 10px 0;
}

.contakts .social {
    width: auto;
    clear: both;
}

.contakts .social a {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.contakts .phones {
    float: right;
    width: auto;
    margin-top: 35px;
    margin-left: 10px;
}

.contakts .phones a.icon-phone {
    color: #ffaa12;
    font-size: 24px;
    margin-top: 3px;
    margin-right: 0;
    margin-left: 25px;
}

div#m4 .count p.massa {
    margin-top: 30px;
}

div#m4 .count p.length {
    margin-top: 246px;
}

div#m1 .count p.length {
    margin-top: 150px;
}

div#footer ul li a:hover {
    color: #ffaa12;
}

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

div#centerForm {
    width: 630px;
    height: 420px;
    box-shadow: 0 12px 18px 3px rgba(35, 35, 35, 0.4);
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    display: block;
    margin: 0 auto;
    margin-top: 25vh;
    position: relative;
    color: #000;
    background-size: 230px;
}

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

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

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

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

div#centerForm form.form input {
    background-color: rgb(242, 242, 242);
    width: 225px;
    float: left;
    color: #000;
    padding: 15px 20px;
    border: 1px solid rgb(184, 184, 184);
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 4px;
    height: 18px;
    outline: none;
}

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

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: #0549c5;
}

div#centerForm form.form button {
    background: linear-gradient(0deg, #ffaa12, #ffd206);
    color: #0e0e0e;
    box-shadow: 0 0 0px 1px #ffc50e;
    width: 180px;
    cursor: pointer;
    padding: 13px 30px;
    margin-top: 10px;
    border: none;
    font-size: 18px;
    float: right;
    margin-right: 13px;
    border-radius: 3px;
}

.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(193, 193, 193, 0.6);
}

div#preloader.thanks .success {
    width: 540px;
    height: 270px;
    box-shadow: 0 12px 18px 3px rgba(35, 35, 35, 0.4);
    background-color: #ffffff;
    border: 1px solid #9a9a9a;
    display: block;
    margin: 0 auto;
    margin-top: 25vh;
    position: relative;
    color: #000;
    background-size: 230px;
    padding: 0 44px;
}

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

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

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

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

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

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

i.close:after {
    content: '';
    width: 26px;
    margin-top: -2px;
    margin-left: 1px;
    height: 2px;
    background-color: #000;
    display: block;
    transform: rotate(-45deg);
}
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999999;
    bottom: 90px;
    right: 20px;
    text-align: left;
    font-size: 14px;
    font-family: Verdana, sans-serif;
    color: #FFF;
    background: #000;
    padding: 10px 10px;
    width: 235px;
    border-radius: 10px;
}
.cookie_btn {
   display: block;
    text-decoration: none;
    font-size: 11px;
    padding: 10px 5px;
    border-radius: 6px;
    color: #FFF !important;
    text-align: right;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    width: 95%;
    text-align: center;
    margin-top: 14px;
    background: #ffaa12;
}