:root {
  --dark-blue: #123D67;
  --light-blue:#f2f4f5;
  --yellow:#FFD200;
  --light-yellow:#ffe56c;
  --red:#e73411;
}

.hidden {
    display: none;
}

#successMessage {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4CAF50;
    color: white;
    padding: 20px;
    border-radius: 5px;
    animation: fadeOut 4s ease-in-out forwards;
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@font-face {
    font-family: 'Muller Demo';
    src: url('../fonts/muller_extrabold_demo.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/muller_extrabold_demo-1.eot') format('embedded-opentype'), /* IE < 9 */
        url('../fonts/muller_extrabold_demo.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/muller_extrabold_demo.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
        url('../fonts/muller_extrabold_demo.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/muller_extrabold_demo.svg') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
    font-family: 'Noah';
    src: local('Noah Regular Italic'), local('Noah-RegularItalic'), url('Noahregularitalic.woff2') format('woff2'), url('Noahregularitalic.woff') format('woff'), url('Noahregularitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Noah';
    src: local('Noah Regular'), local('Noah-Regular'), 
    url('../fonts/Noahregular.woff2') format('woff2'), 
    url('../fonts/Noahregular.woff') format('woff'), 
    url('../fonts/Noahregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noah';
    src: local('Noah Bold Italic'), local('Noah-BoldItalic'), 
    url('../fonts/Noahbolditalic.woff2') format('woff2'), 
    url('../fonts/Noahbolditalic.woff') format('woff'), 
    url('../fonts/Noahbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Noah';
    src: local('Noah Bold'), local('Noah-Bold'), 
    url('../fonts/Noahbold.woff2') format('woff2'), 
    url('../fonts/Noahbold.woff') format('woff'), 
    url('../fonts/Noahbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0px 16px 35px -5px rgba(131,70,0,0.4), 0 0 0 0px rgba(255, 210, 0, 0.7);
    }
    50% {
      box-shadow: 0px 16px 35px -5px rgba(131,70,0,0.4), 0 0 0 30px rgba(255, 210, 0, 0);
    }
    100% {
        box-shadow: 0px 16px 35px -5px rgba(131,70,0,0.4);
    }
}
a, abbr, acronym, address, applet, b, big, blockquote, body, caption,
    center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form,
    h1, h2, h3, h4, h5, h6, html, i, iframe, img, input, ins, kbd, label,
    legend, li, menu, object, ol, p, pre, q, s, samp, small, span, strike,
    strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt,
    u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-family: inherit;
}

.us, h1, h2, h3, input, p, textarea {
    cursor: text
}
input[type=submit] {
    cursor:pointer;
}
ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left:15px;
    margin-bottom:20px;
    padding-left:15px;
}
ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left:15px;
    margin-bottom:20px;
    padding-left:15px;
}
h1 {
    font-family: Muller Demo;
    font-style: normal;
    font-weight: 800;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: 2px;
    color: var(--dark-blue);
    margin-bottom: 32px;
}
h3 {
    font-size:52px;
    font-family:"Yeseva One";
    text-align:center;
    margin-bottom:25px;
    padding-left:60px;
    padding-right:60px;
}
h3 span {
    position:relative;
    display: inline-block;
}
h3 span:before, h3 span:after {
    content:"";
    position:absolute;
    width:12px;height:12px;
    border-radius:50%;
    background-color:var(--yellow);
    top:50%;margin-top:-3px;
    left:0;
    margin-left:-60px;
}
h3 span:after {
    left:auto;
    right:0;
    margin-left:0;
    margin-right:-60px;
}
b {font-weight:bold;}
p {
    margin-bottom:20px;
    line-height:22px;
}
p:last-child {
    margin-bottom:0;
}
html {
    -webkit-text-size-adjust: none;
    height:100%;
    min-height:100%;
    position:relative;
}
img {
    border: none;
    display: block;
    max-width:100%;
}
input {
    vertical-align: middle
}
.inputBlue, .inputYellow {
    position:relative;
}
.inputBlue:after, .inputYellow:after {
    content:"";
    position: absolute;
    bottom:0;
    left:22px;right:22px;
    background:rgba(18, 61, 103, 0.2);
    height:2px;
}
.inputYellow:after {
    background-color: #ffff90;
}
.inputBlue input, .inputYellow input {
    display:block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: var(--light-blue);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.75px;
    color: var(--dark-blue);
    padding:18px 20px;
}
.inputYellow input {
    background-color: var(--light-yellow);
}
body {
    font-family: 'Noah', 'Arial', sans-serif;
    font-size: 16px;
    color: #000;
    background: #ffffff;
    position:relative;
    width:100%;
    overflow-x: hidden;
}
::-moz-selection {
    background: var(--dark-blue);
    color: #fff
}
::selection {
    background: var(--dark-blue);
    color: #fff
}
::-moz-selection {
    background: var(--dark-blue);
    color: #fff
}
input[type="checkbox"],
input[type="radio"] {
    display:none;            
}
input[type="checkbox"] + label, 
input[type="radio"] + label {
    cursor: pointer;
    padding: 4px 2px 0 0;
    font-weight: 300;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    position: relative;
    display: inline-block;
    height: 38px;
    width: 44px;
    margin: 0 0 -2px 0;
    background: url( ../img/checkbox.png ) no-repeat 0 -38px;
}
input[type="checkbox"]:checked + label::before {
    background: url( ../img/checkbox.png ) no-repeat 0 0;
}
input[type="radio"] + label::before {
    background: url( ../img/checkbox.png ) no-repeat 0 -18px;
}
input[type="radio"]:checked + label::before {
    background: url( ../img/checkbox.png ) no-repeat -18px -18px;
}
blockquote {
    font-family: Akrobat;
    font-size: 24px;
    font-weight: 600;
    padding-left:24px;
    border-left:8px solid var(--red-main);
    position:relative;
    margin: 40px 0;
}
a {
    text-decoration: none;
    transition: 0.2s ease;
    color: var(--dark-blue);
}
body {
    background: url(../img/top-map.png) no-repeat center top;
    background-size: 100% auto;
}
form .formSuccess {
    font-family: "Muller Demo";
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-align: center;
    color: var(--dark-blue);
}
section {
    width:1280px;
    margin: 0 auto;
    position: relative;
    z-index:10;
}
header {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top:35px;
    margin-bottom: 20px;
}
header .logo {
    margin-right:42px;
    width:119px;height:119px;
}
header nav {
    margin-top:-10px;
    align-items: center;
    display: flex;
}
header nav a img {
    display:inline-block;
    margin-right: 5px;
}
header nav a {
    margin-right:38px;
    font-weight: bold;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
}
header nav a:hover {
    opacity: 0.5;
}
header a.menu {
    margin-left:auto;
    margin-top:-8px;
    width:35px;
}
header a.menu.active img {
    display:none;
}
.floatmenu {
    display:none;
}
.floatmenu.active {
    display:block;
    position:absolute;
    right:0;top:70px;
    min-width:180px;
    padding:30px 40px 30px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 50px 0 rgba(4, 23, 42, 0.21);
    background-color: rgba(255, 255, 255, 0.97);
    z-index:100;
}
.floatmenu.active a.mobile {
    display:none;
}
.floatmenu.active a {
    display:block;
    text-align:right;
    font-size: 24px;
    font-weight: bold;
    color: var(--dark-blue);
    margin-bottom:8px;
}
.floatmenu.active a.close {
    position: absolute;
    top:0px;right:10px;
    font-size:28px;
    color:var(--yellow);
}
.flag {
    width: 28px;
    margin-right: 20px;
}
.flag :last-child {
    margin-right: 0;
}
.top {
    display:flex;
    justify-content: space-between;
    margin-bottom:70px;
}
.top .steps {
    display: flex;
    align-items: center;
}
.top .steps span {
    margin-right:58px;
    position: relative;
    font-family: Noah;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1.25px;
    color: var(--dark-blue);
}
.top .steps span:after {
    content: "";
    position: absolute;
    width:25px;height:14px;
    background:url(../img/arrow_right.png);
    top:50%;
    margin-top:-7px;
    margin-left:20px;
}
.top .steps span:last-child:after {
    display:none;
}
.top .steps span:last-child {
    margin-right: 0;
}
.top .topContacts {
    width:424px;height:209px;
    box-sizing: border-box;
    background-image: url(../img/top_contacts_bg.png);
    background-size: 100% 100%;
    padding-right: 40px;
    padding-top: 60px;
    margin-top:-20px;
}
.top .topContacts a {
    display: block;
    text-align:right;
}
.top .topContacts a:first-child {
    font-family: Muller Demo;
    font-style: normal;
    font-weight: 800;
    font-size: 33.6794px;
    line-height: 34px;
    letter-spacing: 1.68397px;
}
.top .topContacts a:last-child {
    font-family: Noah;
    font-style: normal;
    font-weight: bold;
    font-size: 22.2284px;
    line-height: 28px;
    letter-spacing: 1.58774px;
}
.mainVideo {
    display:flex;
    align-items: center;
    margin-bottom: 30px;
    z-index:2;
}
.mainVideo > div {
    width:50%;
}
.mainVideo > div.video a {
    display: inline-block;
    border: solid 8px var(--yellow);
    box-shadow: 0px 31px 64px rgba(255,154,0,0.38);
    border-radius: 10px;
    position: relative;
}
.mainVideo > div.video a:before {
    content:"";
    position: absolute;
    top:50%;left:50%;
    width:20%;height: 35%;
    transform: translate(-50%,-50%);
    background-size: 100% 100%;
}
.mainVideo > div.video a:after {
    content:"";
    background: url(../img/main_video_arrow.png);
    background-size: 100% 100%;
    width: 42px;height:158px;
    position:absolute;
    top:50%;
    margin:-79px -78px 0 0;
    right:0;
}
.mainVideo > div.button a {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 420px;height: 80px;
    border-radius: 44px;
    text-align: center;
    box-sizing: border-box;
    background: var(--yellow);
    color: var(--dark-blue);
    font-family: "Muller Demo";
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 auto 20px;
    animation: radial-pulse 2s infinite;
}
.mainVideo > div.button p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color:var(--dark-blue)
}
.mainVideo > div.button p b {
    font-family: "Muller Demo";
    font-weight:bold;
}
.topTeam {
    background:#fff;
    position: relative;
    z-index:9;
}
.topTeam:before {
    content: "";
    position: absolute;
    left:0;right:0;bottom:100%;
    height:470px;width:100%;
    background-image: url(../img/white_wave_team.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topTeam:after {
    content: "";
    position: absolute;
    left:0;right:0;bottom:0;
    height:170px;z-index:20;
    background: url(../img/yellow_wave_team.png) no-repeat top left;
    background-size: 100% 100%;
}
.topTeam section {
    text-align:center;
}
.topTeam section img {
    display:block;
}
.important {
    background: url(../img/important_white_wave_bottom.png) no-repeat bottom left var(--yellow);
    background-size: 100% 75px;
    position: relative;
    padding-bottom:125px;
}
.important .title {
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 2px;
    color:var(--dark-blue);
    width:100%;
    margin-bottom:65px;
}
.important section {
    display:flex;
    flex-wrap: wrap;
}
.important section div.item {
    width:33.33%;
    box-sizing: border-box;
    padding-left:40px;
    padding-right:40px;
    position: relative;
}
.important section div.item p {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
    color:var(--dark-blue);
    position: relative;
}
.important section div.item span {
    position: absolute;
    left:0;top:0;
    color: #ffffff;
    font-family: "Muller Demo";
    font-size: 28px;
    font-weight: 800;
    margin-top:-10px;
    height:100%;
}
.important section div.item p:before {
    content:"";
    position: absolute;
    bottom:0;left:0;
    height:calc(100% - 30px);
    width:2px;background:#fff;
    left:-33px;
    opacity: 0.5;
}
.delieveryTypes {
margin-bottom:80px;
}
.delieveryTypes > .title {
    color: var(--dark-blue);
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 70px;
    margin-top:30px;
}
.delieveryTypes .items {
    display:flex;
}
.delieveryTypes .items .item {
    width:calc(100% / 6 - 30px);
    border-radius: 28px;
    background: url(../img/delivery_wave.png) no-repeat #ffffff bottom;
    background-size:100% auto;
    box-shadow: 0px 8px 24px rgba(18,61,103,0.14);
    margin-right:30px;
    box-sizing: border-box;
    padding:90px 20px 20px;
    position: relative;
}
.delieveryTypes .items .item:hover {
    background: url(../img/delivery_wave_y.png) no-repeat #ffffff bottom;
    background-size:100% auto;
    box-shadow: 0 0 0 4px #ffd200 ,0px 8px 24px rgba(255,123,0,0.29);
}
.delieveryTypes .items .item:last-child {
    margin-right:0;
}
.delieveryTypes .items .item img {
    position: absolute;
    margin:-16px 0 0 0;
    left:0;
    top:0;
    width:183px;
    z-index:75;
}
.delieveryTypes .items .item .period {
    color: var(--dark-blue);
    font-family: "Muller Demo";
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 1.5px;
    position: relative;
}
.delieveryTypes .items .item .period span {
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    bottom:0;
    position: absolute;
}
.delieveryTypes .items .item .title {
    color: var(--dark-blue);
    font-family: "Muller Demo";
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    margin-top:15px;
    display: flex;
    align-items: center;
}
.delieveryTypes .items .item .title label {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color:#fff;
    padding:0 5px;
    display:inline-block;
    background:url(../img/delivery_subtitle_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}
.delieveryTypes .items .item .separator {
    height:2px;
    position:relative;
    background:var(--yellow);
    margin:14px 0 15px;
}
.delieveryTypes .items .item:hover .separator {
    background:var(--dark-blue);
}
.delieveryTypes .items .item .separator:before {
    content:"";
    width:50px;
    height:4px;
    background:var(--yellow);
    left:0;top:0;
    position: absolute;
}
.delieveryTypes .items .item:hover .separator:before {
    background:var(--dark-blue);
}
.delieveryTypes .items .item .price {
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
}
.delieveryTypes .items .item .price span {
    opacity: 0.3048968;
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
}
.delieveryTypes .items .item .price span:first-child {
    margin-right:5px;
}
.delieveryTypes .items .item .price span:last-child {
    margin-left:5px;
}
.logistConsult {
    display:flex;
    align-items: flex-end;
    margin-bottom:75px;
    width:100%;
    position:relative;
}
.logistConsult:after {
    content:"";
    position: absolute;
    bottom:0;left:0;
    width:100%;
    height:4px;
    border-radius:1px;
    background:var(--yellow);
}
.logistConsult .photo {
    width:320px;
    text-align:center;
    padding-left:20px;
}
.logistConsult .photo p {
    position: absolute;
    bottom:-25px;left:0;
    width:100%;
    text-align:left;
    font-size: 12px;
    letter-spacing: 1px;
    color: #9ea3a8;
}
.logistConsult .desc {
    padding-bottom:42px;
}
.logistConsult .desc a {
    display:flex;
    align-items: center;
    color: var(--red);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 1.17px;
    text-transform: uppercase;
}
.logistConsult .desc img {
    position:relative;
    margin-left:-10px;
}
.logistConsult .desc .title {
    color: var(--dark-blue);
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--light-blue);
    padding-bottom:8px;
    margin-bottom:8px;
    width:220px;
}
.logistConsult .desc .name {
    font-family: "Muller Demo";
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    margin-bottom:10px;
}
.logistConsult .desc .post {
    color: var(--dark-blue);
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1px;
}
.logistConsult .form {
    margin-left:auto;
    width:400px;
    margin-right:100px;
    padding-bottom:40px;
    position:relative;
}
.logistConsult .form .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    color: var(--dark-blue);
    margin-bottom:30px;
}
.logistConsult .form div.inputBlue {
    margin-bottom:20px;
}
.logistConsult .form input[type=submit]{
    width: 315px;
    height: 63px;
    border-radius: 33px;
    box-shadow: 0 4px 18px -2px rgba(121, 29, 0, 0.22);
    background-color: var(--yellow);
    font-family: "Muller Demo";
    font-size: 19px;
    font-weight: 800;
    color: var(--dark-blue);
    position: absolute;
    margin-bottom:-30px;
    transform: translate(-50%,0);
    left:50%;
    z-index:10;
    bottom:0;
}
.packTypes {
    margin-bottom:20px;
}
.packTypes .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-bottom:24px;
}
.packs {
    display:flex;
    justify-content: space-between;
}
.packs > div {
    padding-right:30px;
}
.packs > div:last-child {
    padding-right:0;
}
.packs > div img {
    border-radius: 16px;
}
.packs .name {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-top:20px;
    margin-bottom:6px;
}
.packs .price {
    font-size: 12.6px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.53px;
    color: #123d67;
}
.calcOnline {
    background-image:url(../img/calc_online_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 50px;
}
.calcOnline section {
    display:flex;
    align-items: flex-end;
}
.calcOnline .photo {
    width:330px;height:648px;
    position: relative;
}
.calcOnline .photo img {
    margin-left:-75px;
    position: absolute;
    bottom:0;
    max-width: 999px;
    width:413px;
}
.calcOnline .desc {
    width:400px;
}
.calcOnline .desc .title {
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 2px;
    color: var(--dark-blue);
    margin-bottom:120px;
}
.calcOnline .desc a {
    display:flex;
    align-items: flex-start;
    color: var(--red);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 1.17px;
    text-transform: uppercase;
    margin-left:-20px;
}
.calcOnline .desc a span {
    font-weight:bold;
    margin-top:14px;
}
.calcOnline .desc .content {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    position: relative;
    padding-bottom:10px;
    margin-bottom:10px;
}
.calcOnline .desc .content:after {
    content: "";
    position: absolute;
    height:2px;
    background:var(--dark-blue);
    opacity: 0.1;
    left:0;bottom:0;
    width:215px;
}
.calcOnline .desc .name {
    font-family: "Muller Demo";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.75px;
    color: var(--dark-blue);
    margin-bottom:10px;
}
.calcOnline .desc .post {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-bottom:80px;
}
.calcOnline .form {
    background:var(--yellow);
    padding:40px 60px;
    border-radius:30px;
    box-shadow: 0 20px 50px 0 rgba(255, 141, 0, 0.53);
    margin-left:auto;
    width:520px;
    z-index:20;
}
.calcOnline .form .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    color: var(--dark-blue);
    margin-bottom:30px;
}
.calcOnline .form div.inputYellow {
    margin-bottom:20px;
}
.calcOnline .form input[type=submit] {
    border-radius: 30px;
    box-shadow: 0 4px 18px -2px rgba(121, 29, 0, 0.22);
    background-color: #fff;
    height:63px;width:242px;
    text-align:center;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.66px;
    color: var(--dark-blue);
    margin:0 auto;
    display:block;
}
.calcOnline .form p {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    color: #9e6a34;
    width:300px;
    display:block;
    margin: 15px auto 0;
    line-height:12px;
}
.buh {
    margin-top:60px;
    position:relative;
    z-index:1;
}
.buh:after {
    content:"";
    position: absolute;
    bottom:0;left:0;
    width:100%;height:108px;
    background:url(../img/buh_bottom_yellow.png) no-repeat;
    background-size:100% 108px;
    z-index:20;
}
.buh section {
    display:flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.buh section > div {
    width:50%;
}
.buh .top {
    display:flex;
    width:100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:0;
    position: relative;
    z-index:11;
}
.buh .top .title {
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 2px;
    color: var(--dark-blue);
    margin-right:60px;
}
.buh .reqv {
    display:flex;
    background:var(--light-blue);
    padding:15px 25px;
    border-radius: 11px;
    align-items: center;
}
.buh .reqv.mobile {display:none}
.buh .reqv img {
    height:33px;
    width:31px;
    margin-right:15px;
}
.buh .reqv span {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.52px;
    color: var(--dark-blue);
}
.buh .content {
    padding:0 50px 130px 50px;
}
.buh .content .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-bottom:20px;
}
.buh .content .text p, .buh .content .text ul li {
    font-size: 18px;
    letter-spacing: 0.2px;
    color:var(--dark-blue);
}
.buh .photo > img {
    margin-top:-140px;
    position:relative;
    z-index:0;
}
.buh .photo:before {
    content:"";
    display:none;
    position: absolute;
    width:314px;height:307px;
    background:url(../img/stamp.png) no-repeat;
    bottom:50px;
    margin-left:-70px;
}
.buh .photo .info {
    position: absolute;
    right:20px;
    bottom:250px;
    z-index:25;
}
.buh .photo .info a {
    display:flex;
    align-items: center;
}
.buh .photo .info a img  {
    height:84px;width:108px;
    margin-left:-20px;
}
.buh .photo .info a span {
    margin-top:-14px;
    color:var(--red);
    text-transform: uppercase;
}
.buh .photo .info .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
}
.buh .photo .info .name {
    font-family: "Muller Demo";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.75px;
    color: var(--dark-blue);
}
.buh .photo .info .post {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.9px;
    color: var(--dark-blue);
}
.pay {
    background: url(../img/pay_bottom_yellow.png) no-repeat var(--yellow) bottom center;
    background-size:100% 150px;
    padding-bottom:0;
    padding-top:50px;
}
.pay .title {
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--dark-blue);
    margin-bottom:48px;
}
.pay .steps {
    display:flex;
}
.pay .steps .step {
    width:25%;
    padding-right:120px;
}
.pay .steps .step .img {
    margin-bottom:20px;
    position: relative;
}
.pay .steps .step .img:after {
    content:"";
    position: absolute;
    width:24px;height:54px;
    background:url(../img/arrow-right.png);
    right:0;
    top:50%;
    margin-top:-27px;
}
.pay .steps .step:last-child .img:after {
    display:none;
}
.pay .steps .step .desc {
    font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #123d67;
}
.pay .video {
    text-align:center;
    margin-top:70px;
    margin-bottom:60px;
    position:relative;
}
.pay .video a {
    position: relative;
    display:inline-block;
}
.pay .video a:before, .pay .video a:after {
    content:"";
    width:211px;height:424px;
    background:url(../img/china-pattern.png);
    background-size: 100% 100%;
    left:0;top:50%;
    position: absolute;
    margin: -212px  0 0 -211px;
}
.pay .video a:after {
    left:auto;right:0;
    margin: -212px -211px 0 0;
    transform:rotate(-180deg);
}
.pay .video img {
    border:8px solid var(--yellow);
    border-radius:10px;
    display: inline-block;
    box-shadow: 0 42px 100px 0 rgba(170, 107, 0, 0.72);
}
.pay .video a span {
    position: absolute;
    top:50%;left:50%;
    width:16%;height: 26%;
    transform: translate(-50%,-50%);
    background-size: 100% 100%;
    z-index:9;
}
.pay .form {
    border-radius: 20px;
    box-shadow: 0 20px 30px -5px rgba(170, 107, 0, 0.37);
    border: solid 4px var(--light-yellow);
    background-color: #fac403;
    padding:50px 80px 20px;
}
.pay .form .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    text-align:left;
    background:none;
    padding:0;
    margin-bottom:20px;
}
.pay .form .fields {
    display:flex;
    justify-content: space-between;
    margin-bottom:23px;
}
.pay .form .fields div {
    width:35%;
}
.pay .form .fields input[type=submit] {
    border-radius: 33.1px;
    box-shadow: 0 4px 18px -2px rgba(121, 29, 0, 0.22);
    background-color: #fff;
    width: 254px;
    height: 63px;
    font-family: "Muller Demo";
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.66px;
    color: var(--dark-blue);
}
.pay .form p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #9e6a34;
}
.pay .types {
    text-align:center;
    margin: 35px 0 0;
}
.pay .types .title {
    border-radius: 15px;
    background-color: #ffe56c;
    padding:4px 16px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.75px;
    color: var(--dark-blue);
    width:auto;
    display: inline-block;
    margin:  0 0 30px;
}
.pay .docs {
    display:flex;
    width:auto;
    margin: 0 auto;
    justify-content: center;
}
.pay .docs .item {
    margin: 0 25px;
}
.pay .docs .item img {
    margin-bottom:16px;
    border-radius: 8px;
    box-shadow: 0 8px 20px -3px rgba(18, 61, 103, 0.34);
}
.pay .docs .item .name {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-align: center;
    color: var(--dark-blue);
}
.pay .docs .item .currency {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: var(--dark-blue);
}
.mapContainer {
    overflow: hidden;
    padding-top:110px;
}
.mapContainer section {
    display:flex;
    justify-content: space-between;
    position:relative;
    margin-bottom:50px;
}
.mapContainer:after {
    content:"";
    position: absolute;
    bottom:0;
    left:0;right:0;
    height:4px;
    background:var(--light-blue);
}
.mapContainer .text {
    width:500px;
}
.mapContainer .text .title {
    display:inline-block;
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    position: relative;
    border-bottom:2px solid var(--light-blue);
    padding-bottom:20px;
    margin-bottom:20px;
}
.mapContainer .text p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.75px;
    color: var(--dark-blue);
}
.mapContainer .text .columns {
    display:flex;
    
}
.mapContainer .text .columns ul {
    padding-right:40px;
}
.mapContainer .text .columns li {
    margin-bottom:10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 0.58px;
    color: #123d67;
    list-style: none;
    padding-left:20px;
    margin-left:0;
    position: relative;
}
.mapContainer .text .columns li:before {
    content:"";
    position: absolute;
    width:4px;height:4px;
    border-radius:50%;
    left:0;top:5px;
    background:var(--yellow);
}
.mapContainer .map img.mob {display:none;}
.mapContainer .map img {
    margin-top:-80px;
    min-width: 800px;
}
.about {
    background:url(../img/about-bg.jpg) no-repeat bottom center;
    background-size: 964px 489px;
    position: relative;
}
.about:after {
    content:"";
    position: absolute;
    bottom:0;left:0;right:0;
    height:95px;
    background:url(../img/about_bottom.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}
.about section {
    display:flex;
    justify-content: center;
    align-items: flex-end;
}
.about .text {
    align-self: center;
    margin: 0 70px 0 0;
    padding-bottom: 20px;
}
.about .text .title {
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    color: var(--dark-blue);
    margin-bottom:50px;
}
.about .text a {
    display:flex;
    align-items: center;
    color: var(--red);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.17px;
    text-transform: uppercase;

}
.about .text span {
    margin-top:-15px;
}
.about .text img {
    position:relative;
    margin-left:-20px;
}
.about .text .subtitle {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-bottom:18px;
}
.about .text .name {
    font-family: "Muller Demo";
    font-size: 18px;
    font-weight: 800;
    color: var(--dark-blue);
}
.about .text .post {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.9px;
    color: var(--dark-blue);
}
.about .more {
    align-self: center;
    padding-left:20px;
    margin: 0 0 0 70px;
}
.about .more .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-bottom:10px;
}
.about .more a {
    display:flex;
    align-content: center;
    margin-bottom:10px;
}
.about .more a img {
    margin-right:8px;
}
.about .more a span {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    color: var(--dark-blue);
}
.statistic {
    background:var(--light-blue);
    padding-top:45px;
    padding-bottom:45px;
    position:relative;
    margin-bottom:60px;
}
.statistic:after {
    content:"";
    background:url(../img/statistic_bottom.png) no-repeat top  center;
    background-size: 100% 100%;
    width:100%;
    height:60px;
    position: absolute;
    left:0;
    bottom:-60px;
}
.statistic .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-bottom:30px;
}
.statistic .title span {
    font-family:'Noah';
}
.statistic .digits {
    display:flex;
    justify-content: space-between;
    margin-bottom:60px;
}
.statistic .digits div {
    display:flex;
    align-items: center;
    font-size: 15.9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: 0.66px;
  color: #123d67;
}
.statistic .digits div span {
    padding-left:10px;
}
.statistic .digits div b {
    display:block;
    font-weight:bold;
}
.opinions {
    display:flex;
    flex-wrap: wrap;
}
.opinions a {
    margin-bottom:15px;
    width:calc(25% - 15px);
    margin-right:15px;
}
.opinions a img {
    border-radius:12px;
    box-shadow: 0 13px 33px -3px rgba(18, 61, 103, 0.34);
}
.statistic .buttonContainer {
    text-align:center;
    margin-bottom:40px;
    margin-top:40px;
}
.statistic .buttonContainer a {
    display:flex;
    align-items: flex-start;
    justify-content: center;
    padding:20px 0 0px;
    background: rgba(18,61,103,0.05);
    border-radius:40px;
    width:390px;
    margin: 0 auto;
    color: var(--dark-blue);
    font-size: 26.46px;
    font-weight: 700;
    letter-spacing: 1px;
}
.statistic .buttonContainer a img {
    margin-right:10px;
    margin-top:-5px;
}
#thanksLetters {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#thanksLetters div {
    width:calc(100% / 7 - 16px);
    margin-bottom:16px;
}
#thanksLetters {
    padding: 0;
}
#example {
    padding-left:80px;
    padding-right:80px;
}
#example img {
    border-radius:10px;
}
.garant section {
    display:flex;
    align-items: center;
    border-bottom:4px solid var(--yellow);
    margin-bottom:80px;
}
.garant section div.text {
    width:430px;
}
.garant section div.text .title {
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: 2px;
    color: var(--dark-blue);
    margin-bottom:85px;
}
.garant section div.text .title span {
    font-family: 'Noah';
}
.garant section div.text .pluses div {
    display:flex;
    align-items: center;
    margin-bottom:10px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--dark-blue);
}
.garant section div.text .pluses div img {
    margin-right:10px;
}
.garant section div.photo {
    background:url(../img/ivan-black.jpg) no-repeat bottom right;
    background-size: 100% 100%;
    min-height:550px;
    width:calc(100% - 430px);
    padding-top:150px;
}
.garant section div.photo a {
    display:flex;
    align-items: center;
    color: var(--red);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 1.17px;
    text-transform: uppercase;
}
.garant section div.photo a img {
    position:relative;
    margin-left:-10px;
}
.garant section div.photo a span {
    margin-top:-10px;
}
.garant section div.photo .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-bottom:9px;
    padding-bottom:9px;
    position: relative;
}
.garant section div.photo .title:after {
    content: "";
    position: absolute;
    bottom:0;left:0;
    height:2px;width:215px;
    background-color: var(--dark-blue);
    opacity:0.1;
}
.garant section div.photo .name {
    font-family: "Muller Demo";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.75px;
    color: var(--dark-blue);
}
.garant section div.photo .post {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.9px;
    color: var(--dark-blue);
}
.check section {
    display:flex;
    flex-wrap: wrap;
}
.check .title {
    width:100%;
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    line-height: 1.04;
    z-index:10;
    position:relative;
    letter-spacing: 2px;
    color: var(--dark-blue);
    margin-bottom:50px;
}
.check .title > span {
    font-family: 'Noah';
}
.check .title b {
    position: relative;
    z-index:2;
}
.check .title b span {
    position: relative;
    z-index:3;
}

.check .video {
    width:50%;
}
.check .video img {
    border:8px solid var(--yellow);
    box-shadow: 0px 42px 100px rgba(112,81,0,0.43);
    border-radius:10px;
    position: relative;
    z-index:10;
}
.check a {
    position:relative;
    display: block;
}
.check .video a:before {
    content:"";
    position: absolute;
    top:50%;left:50%;
    width:18%;height: 28%;
    transform: translate(-50%,-50%);
    background-size: 100% 100%;
    z-index:22;
}
.check .select {
    position: relative;
    width:50%;
}
.check .select img {
    margin: 100px 0 0 -80px;
    position: absolute;
    z-index:8;
    top:0;left:0;
    width:calc(100% + 80px);
    max-width:9999px;
}
.check .select a {
    position: absolute;
    top:50%;left:50%;
    transform: translate(-50%,-50%);
    margin-top:100px;
    z-index:11;
    background:#fff;
    width: 198px;
    border-radius: 33.1px;
    box-shadow: 0 4px 18px -2px rgba(121, 29, 0, 0.22), 0 0 0 18px rgba(255, 255, 255, 0.49);
    text-align: center;
    padding: 10px 0;
    font-family: "Muller Demo";
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.66px;
    color: var(--dark-blue);
}
.check .example {
    width:100%;
    margin-top:70px;
}
.check .example .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-bottom: 50px;
}
.check .exampleText {
    width:70%;
    margin-top:50px;
    box-sizing: border-box;
    padding-right:60px;
    align-self: flex-start;
}
.check .exampleText p {
    font-size: 18px;
    letter-spacing: 0.75px;
    color: #000000;
}
.check .exampleText a {
    display:flex;
    align-items:center;
    margin-top:10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.75px;
    text-align: center;
    color: var(--dark-blue);
}
.check .exampleText a img {
    width:14px;height:9px;
    margin-right:10px;
    transition: 0.2s;
}
.check .exampleText a.active img {
    transform: rotate(-180deg);
}
.check .exampleText div {
    position: relative;
    max-height:200px;
    overflow: hidden;
    transition: 1.5s;
}
.check .exampleText div:after {
    content:"";
    position: absolute;
    bottom:0;left:0;width:100%;
    height: 102px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 99%);
}
.check .exampleText div.active {
    max-height:999px;
}
.check .exampleText div.active:after {
    display:none;
}
.check .links {
    width:30%;
    margin-top:50px;
    align-self: flex-start;
}
.check .links div {
    margin-bottom:20px;
}
.check .links a {
    display:inline-block;    
    border-radius: 19.5px;
    background-color: rgba(255, 210, 0, 0.2);
    padding:8px 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.75px;
    color: var(--dark-blue);
}
.howcalc {
    position: relative;
    margin-top:150px;
    margin-bottom:300px;
    background-color: var(--yellow);
    padding:40px 0;
}
.howcalc:before {
    content:"";
    position: absolute;
    height:111px;width:100%;
    top:-111px;left:0;
    background-image: url(../img/how_to_calc_top_bg.png);
    background-size: 100% 100%;
}
.howcalc:after {
    content:"";
    position: absolute;
    height:72px;width:100%;
    bottom:-72px;left:0;
    background: url(../img/how_to_calc_bottom_bg.png) 100% 100%;
}
.howcalc .title {
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 2px;
    color: var(--dark-blue);
    margin-bottom:75px;
}
.howcalc .video {
    text-align:center;
    position: relative;
    margin-bottom:80px;
}
.howcalc .video span span {
    position: absolute;
    top:50%;left:50%;
    width:14%;height: 24%;
    transform: translate(-50%,-50%);
    background-size: 100% 100%;
    z-index:99;
}
.howcalc .video a, .howcalc .video > a > span {
    position:relative;
    display:inline-block;
    z-index:8;
}
.howcalc .video a {
    z-index:7;
}
.howcalc .video > a > span:before {
    content: "";
    position: absolute;
    width:348px;height:430px;
    background: url(../img/howcalc_v_left.png) 100% 100%;
    left:0;top:50%;
    margin-top:-215px;
    margin-left:-290px;
}
.howcalc .video > a > span:after {
    content: "";
    position: absolute;
    width:348px;height:454px;
    background: url(../img/howcalc_v_right.png) 100% 100%;
    right:0;top:50%;
    margin-top:-227px;
    margin-right:-290px;
}
.howcalc .video a:before {
    content: "";
    position: absolute;
    width:210px;height:424px;
    background: url(../img/china-pattern.png);
    background-size: 100% 100%;
    right:100%;top:50%;
    margin-top:-212px;
}
.howcalc .video a:after {
    content: "";
    position: absolute;
    width:210px;height:424px;
    background: url(../img/china-pattern.png);
    background-size: 100% 100%;
    left:100%;top:50%;
    margin-top:-212px;
    transform: rotate(-180deg);
}
.howcalc .video img {
    display: inline-block;
    position: relative;
    z-index: 10;
    border:8px solid var(--yellow);
    border-radius: 10px;
    box-shadow: 0 42px 100px 0 rgba(52, 33, 0, 0.53);
}
.howcalc .form {
    border-radius: 20px;
    box-shadow: 0 20px 30px -5px rgba(170, 107, 0, 0.37);
    border: solid 4px var(--light-yellow);
    background-color: var(--yellow);
    padding:50px 80px 20px;
    margin-bottom:-250px;
}
.howcalc .form .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    margin-bottom:20px;
}
.howcalc .form .fields {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.howcalc .form .fields > div {
    width:30%;
    margin-bottom:20px;
}
.howcalc .form .fields input[type=submit] {
    background:#fff;
    font-family: "Muller Demo";
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.66px;
    text-align: center;
    color: var(--dark-blue);
    width:100%;height:100%;
    border-radius: 33.1px;
    box-shadow: 0 4px 18px -2px rgba(121, 29, 0, 0.22);
}
.howcalc .form p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #9e6a34;
}
.team {
    margin-top: 100px;
    margin-bottom:100px;
}
.team .logo {
    text-align:center;
}
.team .logo img {
    display:inline-block;
}
.logo__team {
    margin-bottom: 40px;
}
.team .logo  span {
    display:block;
    text-align: center;
    font-family: "Muller Demo";
    font-size: 66px;
    font-weight: 800;
    line-height: 0.76;
    letter-spacing: 2.75px;
    color: var(--dark-blue);
}
#teamContainer {
    position:absolute;
    overflow:hidden;
    left:-9999px;
    transition: 0.2s;
    padding: 0;
}
#teamContainer.loaded {
    position:relative;
    left:auto;
    user-select: none;
}
#teamContainer:after {
    content:"";
    position: absolute;
    left:0;right:0;bottom:0;
    height: 16px;
    border-radius: 8px;
    background-color: var(--light-blue);
    z-index:190;
}
#teamContainer .bar {
    position: absolute;
    left:0;bottom:0;
    height: 16px;
    border-radius: 8px;
    background-color: var(--yellow);
    width:30%;
    z-index:200;
}
#teamContainer img {
    opacity:1;
    transition:0.5s;
    position: relative;
    z-index: 10;
    display:inline-block;
}
#teamContainer .container {
    width:9999px;
    position: relative;
    margin: 90px auto 0;
    padding-left:20px;
    padding-right:20px;
    white-space: nowrap;
}
#teamContainer .container:before {
    content:"";
    position: absolute;
    left:0;top:0;bottom:0;right:0;
    background:#fff;
    opacity: 0.6;
    z-index:100;
}
#teamContainer .container > div {
    position: relative;
    display:inline-block;
    bottom:0;
}
#teamContainer .container > div.active {
    z-index:100;
}
#teamContainer .container > div.active img {
    opacity:1;
    filter: contrast(1.1) drop-shadow(0 12px 44px rgba(145,101,75,0.62)) brightness(110%);
}
#teamContainer div.hover {
    position: absolute;
    z-index:8;
    transition: 0.5s;
    opacity:0;
    transform: translate(0,-100%);
    left:0;right:0;top:0;
    background:none;
    overflow: visible;
    height:auto;
    margin-left:0;
    text-align:center;
    padding: 0;
}
#teamContainer .container > div.active img + .hover {
    width:auto;height:auto;
    opacity:1;
}
#teamContainer div.name {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    padding-bottom:10px;
    margin-bottom:10px;
    position:relative;
    border-bottom:2px solid var(--yellow)
}
#teamContainer div.post {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.67px;
    color: var(--dark-blue);
}
.member1 {
    z-index:5;
}
.member2 {
    margin-left:-70px;
    z-index:6;
}
.member3 {
    margin-left:-65px;
    z-index:7;
}
.member4 {
    margin-left:-65px;
    z-index:8;
}
.member5 {
    margin-left:-65px;
    z-index:9;
}
.member6 {
    margin-left:-65px;
    z-index:10;
}
.member7 {
    margin-left:-65px;
    z-index:9;
}
.member8 {
    margin-left:-50px;
    z-index:8;
}
.member9 {
    margin-left:-70px;
    z-index:7;
}
.member10 {
    margin-left:-45px;
    z-index:6;
}
.member11 {
    margin-left:-45px;
    z-index:5;
}
.member12 {
    margin-left:-35px;
    z-index:4;
}
.clients {
    padding:0;
}
.clients .title {
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 2px;
    color: var(--dark-blue);
    text-align:center;
    margin-bottom:40px;
}
.clients .finances {
    text-align: center;
    margin-bottom:75px;
}
.clients .finances div {
    display:flex;
    align-items: center;
    justify-content: center;
    background:var(--light-blue);
    width:656px;
    margin: 0 auto;
    padding:25px 0;
    border-radius:44px;
}
.clients .finances div span {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.04;
    letter-spacing: 1.4px;
    color:var(--yellow);
    margin: 0 10px;
}
.clients .finances div span.summ {
    color: var(--dark-blue);
}
.clients .container {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
}
.clients .container div {
    width:calc(100%/7);
    box-sizing: border-box;
    padding: 0 15px 30px;
    text-align: center;
}
.clients .container div img {
    display: inline;
}
.clients .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 420px;height: 80px;
    border-radius: 44px;
    text-align: center;
    box-sizing: border-box;
    background: var(--yellow);
    box-shadow: 0px 16px35px-5px rgba(131,70,0,0.4);
    box-shadow: 0px 0px20px rgba(255,210,0,0.1);
    color: var(--dark-blue);
    font-family: "Muller Demo";
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 auto 150px;
    animation: radial-pulse 2s infinite;    
}
.contacts {
    position: relative;
    background: linear-gradient(180deg, #F2F4F5, #FFFFFF);
}
.contacts:before {
    content:"";
    position: absolute;
    top:-95px;left:0;right:0;height:95px;
    background:url(../img/contacts_top_bg.png);
    background-size:100% 100%;
}
.contacts section {
    display:flex;
    flex-wrap: wrap;
}
.contacts .title {
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 2px;
    color: var(--dark-blue);
    margin-bottom:40px;
    width:100%;
}
.contacts .content {
    width:65%;
    font-family: Noah;
    font-size: 18px;
    letter-spacing: 0.75px;
    color: var(--dark-blue);
}
.contacts .content b {
    font-weight:bold;
}
.contacts .note {
    width:35%;
    box-sizing: border-box;
    padding-left:60px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.58px;
    color: var(--dark-blue);
}
.contacts .note:before {
    content:"i";
    position: absolute;
    margin-left:-40px;
    width:22px;height:22px;
    text-align: center;
    border: 2px solid  #b1c9e1;
    border-radius:50%;
    box-sizing: border-box;
    font-size:18px;
    font-weight:bold;
    line-height:16px;
    padding-left:2px;
}
.contacts .separator, .contacts2 .separator {
    height:2px;
    background-color: rgba(18, 61, 103, 0.05);
    width:100%;
    margin: 40px 0;
}
.cities {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
}
.cities .city .name {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--dark-blue);
    display:flex;
}
.cities .city .name img {
    margin-left:10px;
    margin-bottom:8px;
}
.cities .city .address {
    font-size: 18px;
    letter-spacing: 0.75px;
    color: var(--dark-blue);
}
.contacts2 {
    position: relative;
    background: var(--light-blue);
    margin-top:105px;
    margin-bottom:130px;
    padding-bottom:40px;
    padding-top:40px;
}
.contacts2:before {
    content:"";
    position: absolute;
    top:-60px;left:0;right:0;height:60px;
    background:url(../img/contacts2_top_bg.png);
    background-size:100% 100%;
}
.contacts2:after {
    content:"";
    position: absolute;
    bottom:-60px;left:0;right:0;height:60px;
    background:url(../img/contacts2_bottom_bg.png);
    background-size:100% 100%;
}
.contacts2 .phones {
    display:flex;
    justify-content: space-between;
}
.contacts2 .phones a, .contacts2 .phones span {
    font-size: 56px;
    font-weight: bold;
    line-height: 1.03;
    letter-spacing: 2.37px;
    color: var(--dark-blue);
    display:flex;
    align-items: center;
}
.contacts2 .phones span {
    font-size: 17.6px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.73px;
    color: var(--dark-blue);
}
.contacts2 .phones a img, .contacts2 .phones span img {
    margin-right:20px;
    max-width: 80px;
}
.contacts2 .socials {
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px;
}
.contacts2 .socials a, .contacts2 .socials div {
    text-align: center;
    color:var(--dark-blue);
}
.contacts2 .socials a img, .contacts2 .socials div img {
    display:inline-block;
}
.contacts2 .socials a span, .contacts2 .socials div span {
    display:block;
    text-align:center;
}
.contacts2 .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 40px;
    color: var(--dark-blue);
}
.contacts2 .title span {
    font-family: Noah;
}
.contacts2 .fields {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}
.contacts2 .fields .inputBlue input {
    background:#fff;
    width:350px;
}
.contacts2 .fields .inputBlue {
    margin-right:30px;
}
.contacts2 .fields input[type=submit] {
    margin-right:30px;
    border-radius: 31.1px;
    box-shadow: 0 4px 17px -2px rgba(121, 29, 0, 0.22);
    background-color: var(--yellow);
    font-family: "Muller Demo";
    font-size: 18px;
    font-weight: 800;
    color: var(--dark-blue);
    width: 229px;
    height: 62px;
}
.contacts2 .fields p {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--dark-blue);
    line-height:12px;
}
.contacts2 .fields p b {
    font-weight:bold;
}
.usefulvideo {
    margin-bottom:70px;
}
.usefulvideo section {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 60px;
}
.usefulvideo section:after {
    content:"";
    position: absolute;
    bottom:0;left:0;right:0;
    height:2px;
    background-color: var(--light-blue);
}
.usefulvideo .title {
    font-family: "Muller Demo";
    font-size: 48px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 2px;
    text-align: center;
    color: var(--dark-blue);
    margin-bottom:70px;
    width:100%;
}
.usefulvideo a {
    width:24%;
    border-radius: 7.7px;
    margin-bottom:16px;
}
.usefulvideo a img {
    box-shadow: 0 13px 33px -3px rgba(18, 61, 103, 0.34);
    border-radius: 10px;
}
.usefulvideo .links {
    width:100%;
    display:flex;
    justify-content: center;
    margin-top:70px;
}
.usefulvideo .links a {
    width:auto;
    display:flex;
    align-items: center;
    border-radius: 46.5px;
    background-color: rgba(18, 61, 103, 0.05);
    margin: 0 22px;
    padding: 20px 35px 5px;
    font-size: 26.5px;
    font-weight: bold;
    letter-spacing: 1.1px;
    text-align: center;
    color: var(--dark-blue);
}
.usefulvideo .links a img {
    box-shadow: none;
}
.usefulvideo .links a span {
    margin-top:-10px;
}
.thanks .logo {
    text-align:center;
}
.thanks .logo img {
    display:inline-block;
    height:160px;
    margin-bottom: 10px;
}
.thanks .logo > span {
    display:block;
    text-align: center;
    font-family: "Muller Demo";
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 2.75px;
    color: var(--dark-blue);
}
.thanks .logo > span span {
    font-family: Noah;
}
.thanks .bottomteam {
    text-align:center;
}
.thanks .bottomteam img {
    display: block;
    margin: 0 auto;
}
footer {
    background:var(--light-blue);
    padding: 22px 0;
}
footer section {
    display:flex;
    align-items: center;
}
footer section div {
    margin-right:50px;
    font-size: 14px;
    letter-spacing: 0.88px;
    color: var(--dark-blue);
}
footer section div b, footer section div a {
    font-weight:bold;
}
footer section div:last-child {
    margin-left: auto;
    margin-right: 0;
}
.fw {
    position: absolute;
    width:520px;
    left:50%;
    margin-left:-260px;
    box-sizing: border-box;
    padding:40px 60px 20px;
    background:var(--yellow);
    border-radius: 30px;
    box-shadow: 0 20px 50px 0 rgba(255, 141, 0, 0.53);
    z-index:1000;
    display:none;
}
.fw .title {
    font-family: "Muller Demo";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    color: var(--dark-blue);
    margin-bottom:30px;
}
.fw div {
    margin-bottom:20px;
}
.fw input[type=submit] {
    background:#fff;
    border-radius: 33.1px;
    box-shadow: 0 4px 18px -2px rgba(121, 29, 0, 0.22);
    background-color: #fff;
    font-family: "Muller Demo";
    font-size: 19.1px;
    font-weight: 800;
    letter-spacing: 0.66px;
    color: var(--dark-blue);
    display:block;
    width:300px;
    margin: 0 auto 10px;
    padding:20px 0;
}
.fw p {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    line-height:12px;
    color: #9e6a34;
}
.mask {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top:0;right:0;bottom:0;left:0;
    z-index:999;
    cursor:pointer;
    display:none;
}

#formsContainer {
    position: absolute;
    left:-9999px;top:0;
}
.spasiboContent {
    position:relative;
    z-index:10;
}
body.inner .topTeam:before {
    bottom:auto;
    top:-345px;
}
body.inner .topTeam:after {
    display:none;
}
body.inner header {
    justify-content: center;
}
body.inner header .logo {
    width:auto;height:160px;
    margin-right:0;
}
.spasiboContent div, .spasiboContent p {
    text-align:center;
     font-size:26px;
}
.spasiboContent a {
    font-weight:bold;
    font-size:32px;
}
.spasiboContent div.title {
    display: block;
    font-family: "Muller Demo";
    font-size: 36px;
    color:var(--dark-blue);
    margin-bottom:20px;
}
.politicContainer p {
    text-align:left;
    color:var(--dark-blue);
    margin-bottom:10px;
}
.politicContainer p.subtitle {
    font-size:18px;
    font-weight:bold;
}
.thanksBack {
    margin-top:50px;
}
.thanksBack a {
    font-size:26px;
    font-weight:bold;
    font-family: "Muller Demo";
}
@media(max-width: 1300px) {
    section {width:900px;}
    header nav a {font-size:18px;margin-right:20px;}
    h1 { font-size:60px; } 
    .top .topContacts a:first-child{font-size:28px}
    .top .topContacts a:last-child{font-size:18px}
    .top .steps span{font-size:20px;}
    .mainVideo > div.video a:after {display:none;}
    .mainVideo > div.button a {width:calc(100% - 80px);}
    .important section div.item p{font-size:20px}
    .delieveryTypes .items{flex-wrap: wrap;}
    .delieveryTypes .items .item{width:29%;margin: 0 2% 40px;}
    .logistConsult .form{margin-right:0;width:350px;}
    .calcOnline .photo{height:600px;}
    .calcOnline .photo img{max-width:300px;}
    .calcOnline .form{padding:20px 30px;}
    .calcOnline .desc .title{margin-bottom:60px;font-size:34px;}
    .calcOnline {background-position: center 22px;}
    .buh .top .info{margin-left:auto}
    .buh .photo > img {width:350px;height:408px;margin-left:-80px;}
    .buh .photo .info{margin-right:0;bottom:100px;}
    .buh .content .title{font-size:20px;}
    .pay .steps .step{padding-right:30px;}
    .pay .steps .step:last-child{padding-right:0;}
    .pay .form{padding: 40px 20px;}
    .pay .form .fields div{width:30%;}
    .mapContainer .map img {max-width:600px;min-width:600px;margin-top:40px;}
    .statistic .digits {flex-wrap: wrap;}
    .statistic .digits div {width:33%;margin-bottom:20px;}
    .opinions{justify-content: flex-start;}
    .opinions a{width:31%;margin-right:2%;}
    .garant section div.photo {background-size: 100% auto;padding:200px 0 0;}
    .check .title{font-size:28px;}
    .check .title b:after{height:12px;}
    .check .select img{margin-top:50px;}
    .check .select a {margin-left:-50px;}
    .howcalc .form .fields > div {width:45%;}
    .team {margin-bottom:50px;}
    .clients .finances div span{font-size:28px;}
    .clients .finances div img {height:20px;}
    .clients .container{justify-content: flex-start;}
    .clients .container div { width:calc(100%/6);}
    .cities .city {padding-right:20px;}
    .cities .city .address{font-size:16px;}
    .contacts2 .phones a {font-size:28px;}
    .contacts2 .phones span {font-size:20px;}
    .contacts2 .fields .inputBlue input {width:250px;}
}
@media(max-width: 930px) {
    section {width:700px;}
    header nav {display:block;}
    header a.menu {margin-top:-24px;}
    h1 {font-size:48px;}
    .floatmenu.active {top:50px;}
    .top {flex-wrap: wrap;}
    .top div {order:2;width:100%;}
    .top div.topContacts { order:1; }
    .buh .top .title, .top div {width:100%;}
    .buh .photo > img {margin-left:0;margin-top:-100px;}
    .mainVideo > div.button a {height:auto;padding-bottom:20px;}
    .topTeam:after{height:100px;}
    .important {background-size: 100% 45px;}
    .important .title{font-size:40px;}
    .logistConsult .photo {padding-left:0;}
    .logistConsult .photo img {margin-left:-40px;width:250px;height:261px;max-width:none;}
    .logistConsult .photo p{width:50%;margin-bottom:-20px;line-height:14px;}
    .logistConsult .form input[type="submit"]{font-size:16px;width:auto;padding-right:15px;padding-left:15px;}
    .calcOnline {margin-top:80px;}
    .calcOnline section {flex-wrap: wrap;}
    .calcOnline .form {width:100%;z-index:10;}
    .calcOnline .photo {height:auto;width:50%;}
    .calcOnline .photo img {position:relative;margin:0 0 -30px;width:300px;height:416px;}
    .calcOnline .desc {width:50%;}
    .calcOnline .desc .title {margin-bottom:20px;}
    .calcOnline .desc .post {margin-bottom:20px;}
    .buh:after {height:50px;background-size: 100% 100%;}
    .buh section > div {width:100%;}
    .buh .content {padding-left:0;padding-right:0;}
    .buh .photo:before {width: 200px;height: 200px;bottom:80px;background-size:100% 100%;}
    .buh .top .title, .top div {width:auto;}
    .pay .steps .step .img img {width:80px;}
    .pay .form {padding-bottom:20px;}
    .pay .form .title {text-align: center;}
    .pay .form .fields {flex-wrap: wrap;justify-content: center;margin-bottom:0;}
    .pay .form .fields > div, .pay .form .fields > input {width:100%;margin-bottom:20px;}
    .pay .form p {text-align:center;}
    .pay .video img {width:700px;height:400px;}
    .mapContainer {padding-top:40px;overflow: visible;}
    .mapContainer section {flex-wrap: wrap;}
    .mapContainer div {width:100%;}
    .mapContainer .text {width:100%;z-index:10;}
    .mapContainer .map {margin-top:-80px;}
    .about:after{height:55px;}
    .about .more{margin-left:30px;}
    .about {background-size:100% auto;}
    .about .text{margin-right:10px;}
    .about .text .title{margin-bottom:30px;font-size:32px;}
    .garant section div.text .title{font-size:32px;margin-bottom:40px}
    .garant section div.text .pluses div{font-size:18px;}
    .garant section div.text{width:330px;}
    .garant section div.photo{width:calc(100% - 330px);padding-top:50px;min-height:380px;}
    .about section .img img {width:295px;height:476px;}
    .check section {flex-wrap: wrap;justify-content: center;}
    .check .video img{display: inline;}
    .check .video, .check .select {width:100%;text-align:center;}
    .check .select a {margin-top:50px;}
    .check .select{margin-top:-250px;}
    .check .select img {margin: 0 0 0 -80px;position: relative;width:calc(100% + 160px );}
    .check .example{margin-top:0;}
    .howcalc:before{height:50px;top:-50px;}
    .howcalc .form .fields > div {width:100%;}
    .howcalc .form .fields input[type="submit"]{height:60px;}
    .howcalc .video img {width:700px;height:401px;}
    .clients .container div { width:calc(100%/4);padding-bottom:0;} 
    .contacts .content{margin-bottom:20px;width:100%;}
    .contacts .note{width:100%;padding-left:40px;}
    .cities .city {padding-right:20px;width:50%;margin-bottom:40px;}
    .cities{flex-wrap: wrap;}
    #thanksLetters div {width:calc(100%/4 - 15px);margin-bottom:15px;}
    .contacts2 .phones {flex-wrap: wrap;}
    .contacts2 .phones a {width:50%;margin-bottom:20px;}
    .contacts2 .socials{flex-wrap: wrap;}
    .contacts2 .socials a,.contacts2 .socials div {margin-bottom:20px;width:33%;}
    .contacts2 .fields{flex-wrap: wrap;}
    .contacts2 .fields > div {width:100%;margin-bottom:20px;}
    .contacts2 .fields .inputBlue input {width:100%;}
    .usefulvideo a{width:calc(50% - 8px);text-align:center;}
    .usefulvideo a img {display: inline-block;}
    .usefulvideo .links a{font-size:18px;}
    #teamContainer .container {transition: 0.2s;margin-top:90px;}
    #teamContainer:after{content:"";position: absolute;top:75%;left:50%;margin:-40px 0 0 -40px;width:80px;height:80px;background:url(../img/swipe.png);background-size: 100% 100%;}
    .mainVideo > div.button a{font-size:22px;}
    .thanks .logo > span{line-height: 40px;}
}
@media(max-width: 730px) {
    body{background-size: auto 600px;background-position: top center;}
    section {width:100%;}
    header{margin-left:16px;margin-right:16px;width:calc(100% - 32px);}
    header .logo {width:84px;height:84px;}
    header nav {display:none;}
    .floatmenu.active a.mobile {display:block;}
    .floatmenu.active {right:16px;}
    .top{position: relative;padding-left:16px;padding-right:16px;}
    .top .topContacts{position: absolute;width: 180px;height:90px;top:-90px;left:120px;padding-top:22px;padding-right:12px;background-image:url(../img/top_contacts_bg_small.png);}
    .top .topContacts a:first-child{font-size:14px;}
    .top .topContacts a:last-child{display:none;}
    h1{font-size: 36px;line-height:1.13;}
    .top .steps span{font-size:15px;margin-right:26px;}
    .top .steps span:after{background-size: 100% 100%;width:13px;height:7px;margin-left:6px;margin-top:-3px;}
    .mainVideo {flex-wrap: wrap;margin-left:16px;margin-right:16px;}
    .mainVideo > div{width: 100%;}
    .mainVideo > div.video {margin-bottom:80px;}
    .mainVideo > div.video a{position: relative;display: block;}
    .mainVideo > div.video a:after {display: block;top:100%;right:50%;margin: -30px -21px 0 0;transform: rotate(90deg);}
    .mainVideo > div.button a {padding-left:20px;padding-right:20px;width:auto;box-sizing: border-box;}
    .mainVideo > div.button p{font-size:14px;line-height: 1.21;letter-spacing: 0.26px;}
    .mainVideo > div.video a img{width:100%;}
    .topTeam{margin-top:80px;}
    .topTeam:before{height:135px;}
    body.inner .topTeam:before {top:-135px;}
    .topTeam:after{background-image: url(../img/buh_bottom_yellow.png);height:30px;bottom:-1px;}
    .topTeam section {background:#fff;overflow:hidden;}
    .topTeam section img {width:600px;max-width: 600px;position:relative;left:50%;transform:translateX(-50%);}
    .important {padding-left:16px;padding-right:16px;}
    .important .title {font-size: 36px;line-height: 1.11;letter-spacing: 1.5px;margin-top:30px;margin-bottom:20px;}
    .important section div.item{width:100%;margin-bottom:20px;}
    .important section div.item span{margin-top:-5px;}
    .important {padding-bottom: 75px;}
    .delieveryTypes{padding-left:16px;padding-right:16px;margin-bottom:40px;}
    .delieveryTypes > .title{font-size: 36px;line-height: 1.11;letter-spacing: 1.5px;}
    .delieveryTypes .items {justify-content: space-between;}
    .delieveryTypes .items .item{width:48%;margin: 0 0 22px;}
    .logistConsult{flex-wrap: wrap;}
    .logistConsult .desc, .logistConsult .photo{width:50%;border-bottom:4px solid var(--yellow);padding-left:0;}
    .logistConsult .photo img{margin-left:-20px;}
    .logistConsult .desc{padding-bottom:20px;padding-right:16px;box-sizing: border-box;}
    .logistConsult .form{width:100%;align-self: flex-end;margin-top:34px;padding-left:16px;padding-right:16px;}
    .logistConsult .desc img{max-width:80px;}
    .logistConsult .desc a{font-size:14px;}
    .logistConsult .desc .title{font-size: 19px;line-height: 1;letter-spacing: 0.8px;width:100%;}
    .logistConsult .form .title {font-size: 20px;line-height: 1.05;letter-spacing: 0.83px;}
    .logistConsult .form input[type="submit"]{position: relative;font-size:19px;padding-right:40px;padding-left:40px;}
    .logistConsult:after{display:none;}
    .logistConsult .photo p{left:16px;right:16px;width:auto;margin-bottom:-10px;text-align: center;}
    .packTypes {margin-left: 16px;margin-right: 16px;}
    .packs{flex-wrap: wrap;justify-content: space-between;}
    .packs>div{width:calc(50% - 8px);padding-right:0;margin-bottom:20px;}
    .packs .name{font-size: 20px;}
    .calcOnline{border-radius: 0 0 30px 30px;margin-top:40px;background-size: auto 450px;background-position: center -100px;background-image:url(../img/calc_online_bg_mobile.jpg);background-color: #f2f4f5;}
    .calcOnline section{flex-wrap: wrap;}
    .calcOnline .photo img{max-width: none;z-index:10;width:250px;height:347px;}
    .calcOnline .desc {padding-right:16px;z-index:20;}
    .calcOnline .desc .content::after{width:100%;}
    .calcOnline .desc .title{display: none;width:auto}
    .calcOnline .desc a span{font-size:12px;margin-top:8px}
    .calcOnline .desc a img{max-width:80px;margin-left:8px;}
    .calcOnline .desc .content{font-size: 20px;}
    .buh:after{height:20px;}
    .buh .content{padding-bottom:0;}
    .buh .top .title{margin-right:0;margin-bottom:20px;}
    .buh .reqv.desktop{display:none;}
    .buh .reqv.mobile {display:flex;margin-top:20px;}
    .buh section > div {padding-left:16px;padding-right:16px;box-sizing: border-box;}
    .buh .reqv{padding-left:60px;}
    .buh .photo > img{margin-top:0;margin-left:-40px;}
    .buh section > div.photo {display:flex;}
    .buh .photo:before{bottom:30px;}
    .buh .photo .info a img{max-width:78px;max-height:56px;}
    .logistConsult .desc a{font-size:14px;}
    .buh .photo .info{right:16px;bottom:60px;}
    .buh .photo .info .title{font-size: 19px;letter-spacing: auto;padding-bottom:6px;margin-bottom:6px;border-bottom:2px solid var(--light-blue)}
    .buh .photo .info a.call{margin-top:16px;border-radius: 26.5px;box-shadow: 0 3px 14px -2px rgba(121, 29, 0, 0.22);background-color: var(--yellow);text-align:center;display:block;padding:16px 0;font-family: "Muller Demo";font-size: 15px;font-weight: 800;letter-spacing: 0.53px;color: var(--dark-blue);}
    .buh section > div.photo {margin-top:50px;}
    .pay {padding-left:16px;padding-right:16px;background-size: 100% 130px;margin-bottom:60px;}
    .pay .title{font-size:36px;}
    .pay .steps {flex-wrap: wrap;justify-content: space-between;}
    .pay .steps .step {width:48%;margin-bottom:30px;padding-right:0;}
    .pay .steps .step .img::after{display:none;}
    .pay .steps .step .desc{font-size:14px;font-weight:bold;}
    .pay .video{margin:30px 0 50px;}
    .pay .video a::before, .pay .video a::after {display:none;height:100%;top:0;margin-top:0;}
    .pay .video img {width:auto;height:auto;}
    .pay .form{border:none;padding:0;box-shadow: none;background: none;}
    .pay .docs {justify-content: space-between;}
    .pay .docs .item{margin:0;width:31%;text-align:center;}
    .pay .docs .item img{display:inline-block;}
    .mapContainer{padding-left:16px;padding-right:16px;overflow:hidden;margin-bottom:0;}
    .mapContainer .text .title {font-size: 20px;line-height: 1.05;letter-spacing: 0.83px;}
    .mapContainer .map {position: relative;}
    .mapContainer .map img.mob {display:block;}
    .mapContainer .map img.desktop {display:none;}
    .mapContainer .map{margin-top:0;}
    .mapContainer .map img{margin:0;width:calc(100% + 120px);max-width: 9999px;position:relative;left:50%;transform:translate(-50%, -80px);}
    .map a:before {content:"";z-index:9;margin: -80px 0 0 -40px;border-radius:50%;position: absolute;top:50%;left:50%;width:80px;height:80px;background:url(../img/iconzoom.png);border-radius: 50%;box-shadow: 0px 1px 30px 1px rgba(36,85,109,0.09);}
    .about {padding-left:16px;padding-right:16px;overflow: hidden;padding-top:50px;margin-top:-140px;}
    .about:after {height:30px;}
    .about section {flex-direction: column;justify-content: start;align-items: flex-start;}
    .about section .img {position: absolute;right:0;bottom:0;max-width:300px;margin: 0 -100px 0 0;}
    .about .text {align-self: flex-start;width:100%;margin:0;z-index:10;}
    .about .text .title {font-size: 36px;line-height: 1.11;letter-spacing: 1.5px;margin-bottom:16px;}
    .about .text img{max-width:78px;max-height:56px;margin-left:-10px;}
    .about .text span{font-size: 12.5px;font-weight: bold;letter-spacing: 0.94px;}
    .about .more{margin:0;align-self: flex-start;padding:0 0 30px;z-index:10;}
    .statistic {padding:40px 16px;}
    .statistic .digits {justify-content: space-between;margin-bottom:40px;}
    .statistic .digits div {width:50%;}
    .statistic .digits div span{font-size:12px;}
    .opinions {justify-content: space-between;}
    .opinions a, .opinions a {width:calc(50% - 10px);margin-right:0;}
    .statistic .buttonContainer a {max-width:100%;font-size: 21.2px;letter-spacing: 0;}
    .statistic .buttonContainer a span {margin-top:3px;}
    #thanksLetters, #example{padding: 0;}
    #example:before {content:"";z-index:2;position:absolute;left:0;top:0;bottom:0;width:40px;background-image: linear-gradient(to right, rgba(242, 244, 245, 1) 0, rgba(242, 244, 245, 0) 100%);}
    #example:after {content:"";z-index:2;position:absolute;right:0;top:0;bottom:0;width:40px;background-image: linear-gradient(to left, rgba(242, 244, 245, 1) 0, rgba(242, 244, 245, 0) 100%);}
    #example:before {background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);}
    #example:after {background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);}
    .clients div.mobhidden {display:none;}
    #thanksLetters div {width:calc(100% / 3 - 16px);} 
    .statistic:after {height:20px;bottom:-20px;}
    .garant section {flex-wrap: wrap;margin-bottom:40px;}
    .garant section div.text {width: 100%;padding-left:16px;padding-right:16px;}
    .garant section div.photo{width: 100%;padding-left:16px;padding-right:16px;}
    .garant section div.text .title{font-size: 36px;margin-bottom:16px;}
    .garant section div.text .pluses div{font-size:16px;}
    .garant section div.text .pluses div img{width:26px;height:26px;}
    .garant section div.photo{padding-top:30px;}
    .garant section div.photo a img{max-width:78px;max-height:56px;}
    .garant section div.photo a span{font-size:12px;font-weight:bold;line-height:12px;}
    .garant section div.photo .title{font-size: 20px;}
    .garant section div.photo .title:after{width:170px;}
    .garant section div.photo .name{font-size:14px;margin-bottom:4px;}
    .garant section div.photo .post{font-size:10px;}
    .garant section div.photo{min-height:300px;background-position: -20px bottom;background-size: auto 100%;}
    .check {padding-left:16px;padding-right:16px;}
    .check .title {text-align: left;font-size:36px;line-height: 1.11;letter-spacing: 1.5px;}
    .check .select {margin-top:-150px;overflow:hidden;}
    .check .select a{padding-top:15px;padding-bottom:15px;margin-left:0;}
    .check .exampleText{width:100%;padding-right:0;}
    .check .links{width:100%;}
    .howcalc {margin-top:100px;margin-bottom:60px;padding-left:16px;padding-right:16px;padding-bottom:20px;}
    .howcalc:before{height:30px;top:-30px;}
    .howcalc .title{font-size:36px;margin-bottom:24px;}
    .howcalc .video span:before,.howcalc .video span:after,.howcalc .video a:before,.howcalc .video a:after{display:none;}
    .howcalc .video{margin-bottom:50px;}
    .howcalc .video img {width:auto;height:auto;}
    .howcalc .form{box-shadow:none;border:none;padding:0;margin-bottom:0;}
    .howcalc .form .title{text-align:center;font-size:20px;}
    .howcalc .form p{text-align:center;}
    .howcalc:after{height:30px;bottom:-30px;background-size:100% 100%;}
    .team .logo {margin-bottom:20px;}
    .team .logo span{font-size:36px;}
    .clients {padding-left:16px;padding-right:16px;}
    .clients .title{font-size:36px;}
    .clients .finances div{width:100%;}
    .clients .finances div img{height:15px;}
    .clients .finances div span{font-size:17px;}
    .clients .finances div span.sep{margin:0;}
    .clients .finances{margin-bottom:35px;}
    .clients .container{margin-bottom:30px;}
    .clients .container div{padding-left:25px;padding-right:25px;width:calc(100%/2)}
    .clients .button{margin: 0 auto 100px;font-size:22px;height:50px;padding-top:15px;max-width:100%;}
    .contacts:before{height:25px;top:-25px;}
    .contacts{padding-left:16px;padding-right:16px;}
    .contacts .note:before{font-size:14px;}
    .cities .city {width:100%;}
    .contacts2 {margin-top:40px;padding-left:16px;padding-right:16px;margin-bottom:60px;}
    .contacts2:before{height:30px;top:-30px;}
    .contacts2 .phones a{width:100%;}
    .contacts2 .phones span{display:none;}
    .contacts .separator{margin: 20px 0 20px 0;}
    .contacts2 .separator{margin: 0 0 20px 0;}
    .contacts2 .socials {align-items: flex-start;padding:0;}
    .contacts2 .socials a,.contacts2 .socials div {width:50%;}
    .contacts2 .title {font-size:20px;margin-bottom:20px;}
    .contacts2 .fields .inputBlue{margin-right:0;}
    .contacts2 .fields input[type="submit"] {margin-left:auto;margin-right:auto;}
    .contacts2 .fields p {width:100%;text-align:center;margin-top: 10px;}
    .contacts2:after {height:30px;bottom:-30px;}
    .usefulvideo{padding-left:16px;padding-right:16px;}
    .usefulvideo section {padding-bottom:30px;}
    .usefulvideo .title {margin-bottom:40px;}
    .usefulvideo a{width:100%;}
    .usefulvideo .links{flex-wrap: wrap;margin-top:30px;}
    .usefulvideo .links a{margin-bottom:20px;}
    .thanks .logo > span {font-size:20px;letter-spacing: 0;}
    footer section {flex-wrap: wrap;}
    footer section div {width:100%;margin:0 0 20px;text-align:center;}
    footer section div:last-child{margin-bottom:0;}
    .fw {left:16px;right:16px;margin:0;width:auto;}
    .fw input[type=submit]{max-width:100%;}
}
@media(max-width: 500px) {
    .buh .photo > img {margin-left:-110px;}
    .garant section div.photo {background-position: -30px bottom;}
}
@media(max-width: 360px) {
    .top div.topContacts{position: relative;top:auto;left:0;}
    .delieveryTypes .items .item .period {font-size:28px;}
    .calcOnline .photo img {margin-left:-50px;}
    .logistConsult .photo img {margin-left:-50px}
}