.link {
    color: #c00000;
    text-decoration: underline;
    background-color: transparent;
    border: none
}

.text-small {
    font-size: 80%
}

input.error,
select.error {
    background-image: none
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

::selection {
    background-color: orange;
    color: #fff
}

body {
    color: #000;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: "PT Sans", sans-serif;
    overflow-x: hidden;
    color: #333
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

.row.d-sm-flex {
    min-width: 100%
}

.h1,
h1 {
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 35px
}

.h2,
h2 {
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 55px
}

.h3,
h3 {
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 25px
}

.p,
p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400
}

a {
    color: #c00000;
    text-decoration: underline
}

a:hover {
    color: red
}

button {
    cursor: pointer
}

button:focus {
    outline: 0
}

.btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.btn:active,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn-red {
    background-color: #c00000;
    color: #fff;
    text-align: center;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.btn-red:active,
.btn-red:focus,
.btn-red:hover {
    background-color: red;
    color: #fff;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.btn-white {
    background-color: #fff;
    color: #c00000
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: red
}

.btn-wired {
    background-color: transparent;
    border: 2px solid #595959;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
    line-height: 56px;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.btn-wired:active,
.btn-wired:focus,
.btn-wired:hover {
    background-color: #c00000;
    border: 2px solid #c00000;
    color: #fff;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.btn-sm {
    line-height: 42px;
    font-size: 15px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-uppercase {
    text-transform: uppercase
}

b,
strong {
    font-weight: 700
}

.bg-black {
    background-color: #000;
    color: #fff
}

.bg-white {
    background-color: #fff
}

.bg-gray {
    background-color: #3e3e3e;
    color: #fff
}

.bg-lightgray {
    background-color: #f0f0f0
}

.bg-red {
    background-color: #c00000;
    color: #fff
}

.shadow {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

.text-white {
    color: #fff
}

.text-red {
    color: #c00000
}

.text-gray {
    color: grey
}

.text-lightgray {
    color: #ccc
}

.bold {
    font-weight: 700
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pr-5 {
    padding-right: 5px
}

.pl-5 {
    padding-left: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.price {
    position: relative;
    text-align: right
}

.rouble {
    font-family: ALSRubl
}

header {
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
    -webkit-box-shadow: 0 0 30px gray;
    box-shadow: 0 0 30px gray;
    position: fixed !important;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    right: 0
}

header ul.navbar-nav {
    padding: 0;
    list-style: none;
    text-align: right;
    margin: 0;
    padding-right: 7px
}

header ul.navbar-nav li {
    display: inline-block
}

header ul.navbar-nav li a.nav-link {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 60px;
    display: block;
    text-decoration: none
}

header ul.navbar-nav li a.nav-link:hover {
    color: #c00000
}

header .logo-col {
    padding-right: 10px
}

header .header-phone {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #c00000;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
}

header .header-phone a {
    text-decoration: none
}

header .header-phone .small-ph {
    font-size: 22px;
    font-weight: 400;
    color: #000
}

header .navbar-brand {
    max-width: 164px;
    display: block
}

header .navbar-brand img,
header .navbar-brand svg {
    width: 100%;
    height: auto;
    max-height: 50px
}

#mm_trigger {
    display: none;
    position: absolute;
    z-index: 2;
    padding: 3px;
    left: 5px
}

#nav {
    float: left;
    width: 31px;
    height: 26px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin: 0 0 0
}

#nav span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #c00000;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav span:nth-child(even) {
    left: 50%
}

#nav span:nth-child(odd) {
    left: 0
}

#nav span:nth-child(1),
#nav span:nth-child(2) {
    top: 0
}

#nav span:nth-child(3),
#nav span:nth-child(4) {
    top: 10px
}

#nav span:nth-child(5),
#nav span:nth-child(6) {
    top: 20px
}

#nav.open span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #900
}

#nav.open span:nth-child(1) {
    left: 0;
    top: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav.open span:nth-child(2) {
    left: 38%;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

#nav.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

#nav.open span:nth-child(5) {
    left: 0;
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav.open span:nth-child(6) {
    left: 38%;
    top: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#mobile-menu {
    position: relative;
    top: -1px;
    background-color: #f0f0f0
}

#mobile-menu ul.navbar-nav {
    padding: 30px
}

#mobile-menu ul.navbar-nav li {
    text-align: left;
    display: block
}

#mobile-menu ul.navbar-nav li a.nav-link {
    text-align: center;
    color: #333;
    font-size: 20px
}

header ul.navbar-nav li a.nav-link.home-link svg {
    width: 20px;
    height: 12px;
    position: relative;
    top: 2px
}

header ul.navbar-nav li a.nav-link.home-link:hover svg path {
    fill: #c00000 !important;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.m-phone {
    display: none
}

#header-section {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 70px !important;
}

@media (max-width: 1200px) {
    #header-section {
        margin-top: 50px !important;
    }
}

#header-section:after {
    content: ''
}

#header-section .h1,
#header-section h1 {
    font-weight: 700
}

#header-section .bg-red {
    padding: 75px 33px;
    padding-bottom: 40px;
    background-color: rgba(192, 0, 0, .8)
}

#header-section .bg-red .col-4 {
    max-width: 28%;
    padding-left: 20px
}

#header-section .bg-red .col-5 {
    padding-left: 40px
}

#header-section .bg-black {
    background-color: rgba(0, 0, 0, .7);
    padding: 45px 40px
}

#header-section .bg-black .row {
    margin: 0
}

#header-section .bg-black div {
    padding: 0
}

#header-section .btn-red {
    position: absolute;
    min-width: 428px;
    padding: 0 15px;
    margin-top: 16px
}

#header-section .fs-20 {
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase
}

#header-section .fs-60 {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -2.91px;
    line-height: 60px;
    font-family: DINPro-Bold
}

#header-section .arrow {
    margin-top: 30px;
}

#useful {
    padding-top: 60px;
    padding-bottom: 55px
}

#useful .h1 {
    color: #f0f0f0;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 5px
}

#useful .text-lightgray {
    line-height: 27px
}

#useful .text-gray {
    line-height: 26px
}

#useful .text-red {
    color: red;
    margin-bottom: 15px
}

#useful .useful-img {
    text-align: right;
    margin-bottom: -24px
}

#s_package {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px
}

#s_package h3 {
    margin-bottom: 3px
}

#s_package p {
    line-height: 27px
}

#s_package .media-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 36px
}

#s_package .media-body {
    float: left;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px)
}

#our_project {
    padding-top: 100px;
    padding-bottom: 100px
}

#our_project .citata {
    position: relative;
    margin-bottom: 35px;
    font-style: italic
}

#our_project .citata:before {
    content: '';
    width: 44px;
    height: 35px;
    display: block;
    position: absolute;
    left: -65px;
    top: 5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.75 33.27'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23c00000;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eicon-quotes%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath class='cls-1' d='M0,7.84A7.34,7.34,0,0,1,2.32,2.08,8.61,8.61,0,0,1,8.32,0,9.85,9.85,0,0,1,15.6,2.8c1.86,1.86,2.8,4.67,2.8,8.4a24.72,24.72,0,0,1-1.52,9.11,24.43,24.43,0,0,1-3.68,6.48A20.87,20.87,0,0,1,8.64,31a20.52,20.52,0,0,1-4.16,2.24l-4-5.44A16.21,16.21,0,0,0,6.24,23a12.57,12.57,0,0,0,2.08-7.51,8,8,0,0,1-1.76.16,5.88,5.88,0,0,1-4.8-2.16A8.69,8.69,0,0,1,0,7.84Zm23.35,0a7.37,7.37,0,0,1,2.32-5.76,8.64,8.64,0,0,1,6-2.08A9.84,9.84,0,0,1,39,2.8c1.86,1.86,2.8,4.67,2.8,8.4a24.72,24.72,0,0,1-1.52,9.11,24.16,24.16,0,0,1-3.68,6.48A20.87,20.87,0,0,1,32,31a20.26,20.26,0,0,1-4.16,2.24l-4-5.44A16.12,16.12,0,0,0,29.59,23a12.5,12.5,0,0,0,2.08-7.51,8,8,0,0,1-1.76.16,5.91,5.91,0,0,1-4.8-2.16A8.74,8.74,0,0,1,23.35,7.84Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
}

#our_project .citata-group {
    padding: 73px 145px;
    padding-bottom: 60px;
    max-width: 1040px;
    margin: auto
}

#our_project .citata-group h2 {
    margin-bottom: 45px
}

#our_project .citata-group .italic {
    line-height: 30px;
    font-style: italic
}

#our_project .add-info {
    text-align: right;
    font-size: 18px;
    line-height: 27px
}

#calculate {
    padding-top: 80px;
    padding-bottom: 100px;
    overflow: hidden
}

#calculate .help-text {
    min-width: 170%;
    margin-left: -35%;
    margin-bottom: 43px
}

#calculate .deco-left {
    position: absolute;
    left: -119px;
    top: -38px
}

#calculate .deco-right {
    position: absolute;
    right: -102px;
    top: 11px
}

#calculate h2 {
    margin-bottom: 40px
}

#calculate label {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px
}

#calculate .inactive {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms
}

#calculate .form-group {
    margin: auto;
    margin-bottom: 40px;
    /* max-width: 420px */
}

#calculate .form-group.inactive {
    opacity: 0;
    height: 0;
    margin: 0;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms
}

#calculate .form-group .text-red {
    color: red
}

#calculate .form-group.last.select-segment {
    margin-bottom: 60px
}

#calculate select.border-red {
    border-color: red
}

#calculate #get_price {
    margin: auto
}

#calculate #get_price:disabled {
    background-color: transparent;
    border: 2px solid #595959;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
    line-height: 56px
}

#calculate #smeta {
    display: block;
    height: 0;
    top: 0;
    margin-bottom: 0;
    opacity: 0;
    width: 100%;
    max-width: 945px;
    margin: auto;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    position: relative;
    color: #333
}

#calculate #smeta.active {
    height: 705px;
    opacity: 1;
    color: #333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: 90px;
    margin-bottom: 70px;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

#calculate #smeta:after,
#calculate #smeta:before {
    content: '';
    width: 100%;
    height: 12px;
    background-repeat: repeat-x;
    display: block;
    z-index: 50;
    position: relative;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-image: url(../img/backgrounds/smeta-back.svg)
}

#calculate #smeta:before {
    background-position: top center
}

#calculate #smeta:after {
    background-position: bottom center
}

#calculate #smeta .close-smeta {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 38px;
    top: 33px;
    z-index: 50
}

#calculate #smeta .smeta-container {
    min-height: 690px;
    background-color: #fff;
    padding: 95px;
    padding-top: 72px;
    padding-bottom: 110px;
    -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 50px rgba(0, 0, 0, .4);
    margin-left: 1px;
    margin-right: 1px;
    position: relative
}

#calculate #smeta .smeta-container .h2,
#calculate #smeta .smeta-container h2 {
    margin-bottom: 63px
}

#calculate #smeta .smeta-container p {
    line-height: 26px;
    margin-bottom: 20px
}

#calculate #smeta .smeta-container table.smeta-table {
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px
}

#calculate #smeta .smeta-container table.smeta-table tr {
    border-bottom: 1px solid gray
}

#calculate #smeta .smeta-container table.smeta-table tr td {
    line-height: 50px;
    color: #323232
}

#calculate #smeta .smeta-container table.smeta-table .price {
    font-size: 24px;
    text-align: right;
    font-weight: 700;
    position: relative
}

#calculate #smeta .smeta-container .smeta-ico {
    margin-top: 5px;
    margin-bottom: 75px
}

#calculate #smeta .smeta-container .bold {
    font-size: 18px
}

#calculate #smeta .smeta-container .smeta-ico-text {
    margin-bottom: 40px
}

#calculate #smeta .mail-link {
    position: relative;
    padding: 0;
    padding-left: 50px;
    line-height: 47px;
    border: none;
    background-color: transparent;
    color: #c00000;
    text-decoration: underline
}

#calculate #smeta .mail-link:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='37px' height='37px' viewBox='0 0 37 37'%3e%3cdefs%3e%3cstyle%3e.mailico-1%7bfill:%23c00000;%7d.mailico-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eicon-mail%3c/title%3e%3cg%3e%3cg%3e%3ccircle class='mailico-1' cx='18.5' cy='18.5' r='18.5'/%3e%3cpath class='mailico-2' d='M26.19,15.64c-1.66,1.14-3.32,2.29-5,3.44-.69.48-1.86,1.46-2.72,1.46h0c-.86,0-2-1-2.72-1.46-1.64-1.15-3.3-2.3-4.95-3.44A4.15,4.15,0,0,1,9,13,1.72,1.72,0,0,1,10.7,11H26.3A1.7,1.7,0,0,1,28,12.73,3.84,3.84,0,0,1,26.19,15.64ZM28,24.27A1.7,1.7,0,0,1,26.3,26H10.7A1.7,1.7,0,0,1,9,24.27V15.85a5.85,5.85,0,0,0,1.07.92c1.76,1.2,3.54,2.4,5.27,3.66a5.77,5.77,0,0,0,3.15,1.46h0a5.77,5.77,0,0,0,3.15-1.46c1.73-1.25,3.51-2.46,5.28-3.66A6.14,6.14,0,0,0,28,15.85Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-background-size: contain;
    background-size: contain;
    width: 35px;
    height: 37px;
    left: 5px;
    top: 5px;
    background-repeat: no-repeat
}

#calculate #smeta .smeta-1 {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#calculate #smeta .smeta-1.active {
    min-height: 400px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#calculate #smeta .smeta-2 {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#calculate #smeta .smeta-2.active {
    height: 380px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#calculate .question-label {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.contact-form {
    margin: auto;
    margin-bottom: 60px
}

#effective {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 77px
}

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

ul.list-red li {
    background-color: #c00000;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    /* line-height: 65px;
    padding: 0 20px;
    padding-left: 68px; */
    line-height: 32px;
    padding: 20px 20px 20px 68px;
    margin-bottom: 20px;
    display: inline-block;
    min-width: 50%;
    position: relative;
    letter-spacing: .6px
}

ul.list-red li:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22;' xml:space='preserve'%3e%3cpath fill='%23ffffff' d='M21.2,6.2L8.6,18.7c-0.3,0.3-0.9,0.3-1.2,0L0.8,12c-0.3-0.3-0.3-0.9,0-1.2l1.7-1.6c0.3-0.3,0.9-0.3,1.2,0L8,13.5L18.4,3.3 c0.3-0.3,0.9-0.3,1.2,0L21.2,5C21.6,5.3,21.6,5.9,21.2,6.2L21.2,6.2z'/%3e%3c/svg%3e");
    width: 22px;
    height: 22px;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px
}

#process {
    padding-top: 82px;
    padding-bottom: 60px;
    overflow: hidden
}

#process .h1 {
    font-size: 48px;
    margin-bottom: 5px
}

#process h2 {
    margin-bottom: 30px
}

#process h3 {
    margin-bottom: 13px
}

#process .process-arrow {
    position: absolute;
    z-index: 50
}

#process .process-arrow.arrow-1 {
    right: 29px;
    bottom: -16px
}

#process .process-arrow.arrow-2 {
    right: 0;
    top: 60px
}

#process .process-arrow.arrow-3 {
    right: 120px;
    bottom: -100px
}

#process .process-arrow.arrow-4 {
    left: -30px;
    bottom: 40px
}

#process .process-arrow.arrow-5 {
    right: 104px;
    bottom: -186px
}

#process .process.process-4 {
    padding-top: 13px
}

#process .process.process-4 .process-ico {
    margin-bottom: 12px
}

#process .process.process-5 {
    padding-top: 220px
}

#process .process.process-6 {
    padding-top: 80px
}

#ready_base {
    padding-top: 85px
}

#ready_base .h1 {
    font-size: 48px;
    margin-bottom: 18%
}

#ready_base h2 {
    margin-bottom: 40px
}

#ready_base .ready-block {
    height: 25vw;
    padding: 0;
    overflow: hidden;
    position: relative
}

#ready_base .ready-pan {
    position: relative
}

#ready_base .ready-pan .normal-state {
    height: 25vw;
    position: relative;
    padding-top: 10vw;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

#ready_base .ready-pan .normal-state h3 {
    padding-left: 50px;
    padding-right: 50px
}

#ready_base .ready-pan .active-state {
    position: relative;
    height: 25vw;
    background-color: #fff;
    padding: 2vw 3vw;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

#ready_base .ready-pan .active-state .h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px
}

#ready_base .ready-pan .active-state .fs-50 {
    font-size: 54px;
    font-weight: 700;
    line-height: 50px;
    margin-top: -5px;
    margin-right: -5px;
    color: #c00000
}

#ready_base .ready-pan .active-state .mb-30 {
    margin-bottom: 2vw
}

#ready_base .ready-pan .active-state table.work-table {
    width: 100%;
    margin-bottom: 10px
}

#ready_base .ready-pan .active-state table.work-table tr td {
    font-size: 18px;
    line-height: 31px;
    border-bottom: 1px solid #ccc
}

#ready_base .ready-pan .active-state table.work-table tr td.price {
    font-weight: 700
}

#ready_base .ready-pan .active-state .work-total.text-center {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px
}

#ready_base .ready-pan .normal-state.active {
    height: 0;
    padding-top: 0;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

#ready_base .ready-pan .active-state.active {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

#ready_base .ready-1 {
    background-image: url(../img/ready-1.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

#ready_base .ready-1 .normal-state {
    background-color: rgba(51, 226, 255, .5)
}

#ready_base .ready-2 {
    background-image: url(../img/ready-2.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

#ready_base .ready-2 .normal-state {
    background-color: rgba(255, 0, 0, .5)
}

#ready_base .ready-3 {
    background-image: url(../img/ready-3.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

#ready_base .ready-3 .normal-state {
    background-color: rgba(51, 153, 51, .5)
}

#ready_base .ready-4 {
    background-image: url(../img/ready-4.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

#ready_base .ready-4 .normal-state {
    background-color: rgba(190, 139, 0, .5)
}

#project_str {
    padding-top: 80px;
    padding-bottom: 80px
}

#project_str h2 {
    margin-bottom: 72px
}

#project_str .col-3 {
    min-height: 220px
}

#consultation {
    position: relative;
    background-image: url(../img/backgrounds/consult-back.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 425px;
    padding-top: 70px;
    padding-bottom: 0
}

#consultation .container {
    z-index: 10
}

#consultation .row {
    min-height: 355px
}

#consultation:before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .5);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

#consultation:after {
    width: 100%;
    height: 42px;
    background-color: #c00000;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 80
}

#consultation h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px
}

#consultation .col-6 {
    min-height: 300px
}

#consultation .julia-fixed {
    position: absolute;
    right: 78px;
    bottom: 0;
    z-index: 50
}

#consultation .phone {
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 30px;
    letter-spacing: 1px
}

#consultation .phone-ico {
    margin-top: -5px
}

#consultation div.bold {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 10px
}

#consultation .small {
    font-size: 13px;
    line-height: 18px
}

#consultation #julia {
    min-height: 313px
}

#complex {
    padding-top: 83px;
    padding-bottom: 0
}

#complex h2 {
    margin-bottom: 40px
}

#complex h3 {
    margin-bottom: 10px
}

#complex p {
    line-height: 25px;
    margin-bottom: 60px
}

#partners {
    padding-top: 20px;
    padding-bottom: 60px
}

#partners .partners-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

#partners .partners-col .partner.col-15 {
    width: 20%;
    text-align: center;
    margin-bottom: 12px
}

#partners .partners-col .partner.col-2 {
    padding: 0;
    text-align: center;
    margin-bottom: 40px
}

#projects {
    padding-top: 65px;
    padding-bottom: 60px
}

#projects h2 {
    margin-bottom: 65px
}

#projects a {
    text-decoration: none;
    color: #fff
}

#projects .project-card {
    height: 100%;
    border: 1px solid transparent;
    padding: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

#projects .project-card .project-img {
    border: 1px solid #fff
}

#projects .project-card .project-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

#projects .project-card:hover {
    border: 1px solid gray;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

#projects .project-card:hover .project-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

#projects .project-card h3 {
    margin-bottom: 5px
}

#projects .project-card .project-img {
    margin-bottom: 20px;
    overflow: hidden
}

#projects .project-card .project-img img {
    width: 100%;
    height: auto
}

#projects .project-card .project-table {
    width: 100%;
    color: #ccc
}

#projects .project-card .project-table tr {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray
}

#projects .project-card .project-table tr td {
    line-height: 38px;
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 10px
}

#projects .project-card .project-table tr td:nth-child(2) {
    text-align: right
}

#projects .project-card .project-table tr:last-child {
    border-bottom: none
}

#projects .project-card a {
    color: red;
    text-decoration: underline
}

#base {
    padding-top: 85px;
    padding-bottom: 10px
}

#base h2 {
    margin-bottom: 78px
}

#base h3 {
    margin-bottom: 5px
}

#base p {
    line-height: 27px
}

#base .base-card {
    margin-bottom: 53px
}

#base .base-ico {
    margin-bottom: 27px
}

#your_project {
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-top: 85px;
    padding-bottom: 80px;
    background-color: #393
}

#your_project .form-group {
    max-width: 340px;
    margin-bottom: 35px
}

#your_project .form-group.has-error:after {
    color: #fff
}

#your_project .form-group .form-error {
    color: #fff
}

#your_project .h3 {
    margin-bottom: 40px
}

#your_project p {
    margin-bottom: 50px;
    line-height: 26px
}

#project_block {
    padding-top: 96px
}

#project_block h2 {
    max-width: 380px;
    margin: auto;
    margin-bottom: -45px;
    padding-right: 30px
}

#project_block .citata {
    max-width: 455px;
    margin-bottom: 38px;
    float: right;
    position: relative
}

#project_block .citata .italic {
    font-style: italic
}

#project_block .citata:before {
    content: '';
    width: 44px;
    height: 35px;
    display: block;
    position: absolute;
    left: -65px;
    top: 5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.75 33.27'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23c00000;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eicon-quotes%3c/title%3e%3cg %3e%3cg %3e%3cpath class='cls-1' d='M0,7.84A7.34,7.34,0,0,1,2.32,2.08,8.61,8.61,0,0,1,8.32,0,9.85,9.85,0,0,1,15.6,2.8c1.86,1.86,2.8,4.67,2.8,8.4a24.72,24.72,0,0,1-1.52,9.11,24.43,24.43,0,0,1-3.68,6.48A20.87,20.87,0,0,1,8.64,31a20.52,20.52,0,0,1-4.16,2.24l-4-5.44A16.21,16.21,0,0,0,6.24,23a12.57,12.57,0,0,0,2.08-7.51,8,8,0,0,1-1.76.16,5.88,5.88,0,0,1-4.8-2.16A8.69,8.69,0,0,1,0,7.84Zm23.35,0a7.37,7.37,0,0,1,2.32-5.76,8.64,8.64,0,0,1,6-2.08A9.84,9.84,0,0,1,39,2.8c1.86,1.86,2.8,4.67,2.8,8.4a24.72,24.72,0,0,1-1.52,9.11,24.16,24.16,0,0,1-3.68,6.48A20.87,20.87,0,0,1,32,31a20.26,20.26,0,0,1-4.16,2.24l-4-5.44A16.12,16.12,0,0,0,29.59,23a12.5,12.5,0,0,0,2.08-7.51,8,8,0,0,1-1.76.16,5.91,5.91,0,0,1-4.8-2.16A8.74,8.74,0,0,1,23.35,7.84Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
}

#project_block .add-info {
    text-align: right;
    float: right
}

#project_block .icon {
    margin-bottom: 35px
}

#reviews {
    padding-top: 103px;
    padding-bottom: 10px
}

#reviews h2 {
    margin-bottom: 60px
}

#reviews .review {
    margin-bottom: 70px
}

#reviews .review .video-block {
    margin-bottom: 16px;
    min-height: 315px
}

#reviews .review p {
    margin-bottom: 30px
}

#reviews .review .review-info {
    letter-spacing: 1px
}

#geography {
    overflow: hidden
}

#geography #map {
    min-height: 755px;
    background-color: beige;
    margin-bottom: -755px
}

#geography .map-info {
    min-height: 370px;
    padding: 40px 50px;
    margin-top: 115px;
    margin-bottom: 265px;
    -webkit-box-shadow: -10px 0 30px rgba(128, 128, 128, .4);
    box-shadow: -10px 0 30px rgba(128, 128, 128, .4)
}

#geography .map-info:after {
    -webkit-box-shadow: 11px 0 30px rgba(128, 128, 128, .4);
    box-shadow: 11px 0 30px rgba(128, 128, 128, .4);
    content: '';
    width: 100%;
    height: 100%;
    background-color: #c00000;
    display: block;
    position: absolute;
    top: 0;
    right: -100%
}

#geography .map-info h2 {
    margin-bottom: 35px
}

#geography .map-info .contacts {
    letter-spacing: .75px
}

#questions {
    padding-top: 80px;
    min-height: 658px
}

#questions .nastya-img {
    margin-left: -12px;
    margin-top: 22px;
    margin-bottom: -2px
}

#questions form {
    max-width: 360px;
    margin: auto;
    padding-top: 55px
}

#questions form .form-group {
    margin-bottom: 35px
}

#questions form .form-group input {
    width: 100%
}

#questions form .form-group textarea {
    width: 100%;
    padding: 10px 20px;
    min-height: 168px;
    margin-bottom: 14px
}

#questions form button {
    margin: 0
}

#questions .tehnolog-info {
    padding-top: 50px
}

#cookies {
    background-color: #333;
    color: #fff;
    padding-top: 52px;
    padding-bottom: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

#cookies .cookies-text {
    max-width: 940px;
    margin: auto
}

footer.footerwrapper {
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 40px
}

#thanks {
    vertical-align: middle;
    display: table-cell
}

.form,
form {
    position: relative
}

.form .form-group,
form .form-group {
    position: relative;
    margin: auto;
    margin-bottom: 45px;
    max-width: 338px
}

.form .form-group .row .has-error:after,
form .form-group .row .has-error:after {
    content: '*';
    right: 3px
}

.form .has-error,
form .has-error {
    position: relative
}

.form .has-error:after,
form .has-error:after {
    content: '*';
    position: absolute;
    right: -12px;
    top: -13px;
    font-size: 28px;
    color: #c00000
}

.form label,
form label {
    width: 100%;
    text-align: center
}

.form input,
form input {
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    max-width: 338px;
    width: 100%
}

.form select,
form select {
    font-size: 18px;
    width: 100%;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    padding-right: 0;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    border: 1px solid gray
}

.form textarea,
form textarea {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 338px;
    padding: 15px
}

.form .form-control-file,
form .form-control-file {
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.form .form-control-file+label,
form .form-control-file+label {
    cursor: pointer;
    color: #666;
    display: block;
    line-height: 44px;
    height: 44px;
    max-height: 44px;
    overflow: hidden;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    max-width: 338px;
    margin: auto;
    text-align: left
}

.form .form-group.has-error .form-control-file+label,
form .form-group.has-error .form-control-file+label {
    border: 1px solid #c00000
}


/* .form .form_input_wrapper,
form .form_input_wrapper {
    display: inline-block;
    width: 66%;
    max-width: 338px
}

.form .form_input_wrapper .masked,
form .form_input_wrapper .masked {
    display: inline-block;
    width: 100%;
    max-width: 224px;
    min-width: 150px
}

.form .country_selector,
form .country_selector {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    z-index: 500;
    text-align: left
}

.form .country_selector .cs_selected,
form .country_selector .cs_selected {
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666
}

.form .country_selector ul li,
form .country_selector ul li {
    color: gray
}

.form .form_input_wrapper.has-error .cs_selected,
form .form_input_wrapper.has-error .cs_selected {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-color: #c00000
}
 */

.form button[type=submit],
form button[type=submit] {
    margin: auto;
    display: block;
    cursor: pointer
}

.form button[type=submit]:disabled,
form button[type=submit]:disabled {
    cursor: auto
}

.form .form-error,
form .form-error {
    top: -20px;
    display: block;
    color: #c00000;
    line-height: 20px;
    text-align: left;
    position: absolute;
    margin: 0;
    font-size: 14px
}

.submit-block {
    position: relative;
    max-width: 338px;
    margin: auto
}

.preloader {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 45px;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    background-image: url(../img/icons/preloaderr.gif);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

#questions_form .preloader {
    left: 145px;
    top: 8px
}

.contact-form {
    max-width: 950px;
    padding: 95px 70px;
    overflow: unset;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}

#cost_form {
    margin: auto
}

#cost_form input {
    min-width: initial
}


/* .country_selector {
    width: 100%;
    margin-right: 10px;
    position: relative;
    z-index: 500
}

.country_selector .cs_selected {
    padding-right: 0;
    font-size: 18px;
    width: 100%;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    padding-left: 25px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    border: 1px solid #ccc
}

.country_selector .cs_selected:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 10px;
    border: 5px solid transparent;
    border-top: 8px solid #999
}

.country_selector ul {
    display: none;
    list-style: none;
    position: absolute;
    cursor: pointer;
    top: 45px;
    left: 0;
    width: 200px;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 500;
    padding: 10px
}

.form_input_wrapper {
    margin: auto
} */

.form_input_wrapper {
    /* background: #fff; */
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
}

.stb_form .form_input_wrapper,
#swtb_right .form_input_wrapper {
    padding: 0.6111em 0.125em;
    width: 290px;
}

.country_selector {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    height: 44px;
}

.cs_selected {
    color: #777;
    position: relative;
    font: 1em/1.3333 'MyriadPro LightSemiCondenced', Tahoma, monospace;
    cursor: pointer;
    padding: 0 0 0 20px;
    line-height: 42px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
    width: 130px;
    flex: none;
    max-width: none;
}

.cs_selected:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 4px;
    border: 5px solid transparent;
    border-top: 8px solid #999;
}

.country_selector ul {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    width: 170px;
    float: left;
    border: 1px solid #bbb;
    background: #fff;
    padding: 0;
    margin: 0;
}

.country_selector ul li {
    color: #000;
    width: 100%;
    padding: 5px 10px;
    border-top: 1px solid #f0f0f0;
    font: 1em/1.3333 'MyriadPro LightSemiCondenced', Tahoma, monospace;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.country_selector ul li:first-child {
    border: none;
}

.country_selector ul li:hover,
.country_selector ul li.active {
    background: #f0f0f0;
}

.country_selector ul li span {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #777;
}

.cs_phone_input {
    min-width: 150px;
}

.fancybox {
    outline: 0
}

.fancybox-button {
    width: 60px;
    height: 60px;
    padding: 15px;
    background: 0 0
}

.fancybox-caption {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: unset;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 44px;
    text-align: left;
    opacity: 1 !important;
    visibility: visible !important;
    background: 0 0;
    z-index: 1 !important
}

.fancybox-caption:before {
    background-image: none
}

.fancybox-infobar {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    opacity: 1;
    visibility: visible;
    background: 0 0
}

.fancybox-navigation .fancybox-button:after {
    padding: 60px
}

.fancybox-close-small svg path {
    stroke: #c00000
}

.fancybox-toolbar {
    z-index: 100000
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    opacity: 1;
    visibility: visible
}

.fancybox-navigation .fancybox-button {
    height: 60px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 48%;
    width: 40px
}

.fancybox-modal .fancybox-caption,
.fancybox-modal .fancybox-infobar,
.fancybox-modal .fancybox-navigation {
    display: none
}

ul.list-icon {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

ul.list-icon li {
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: .75px
}

ul.list-icon li span {
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px
}

iframe {
    width: 100%;
    border: none
}

.flickity-button {
    position: absolute;
    background: 0 0;
    border: none;
    color: #fff
}

.flickity-button:hover {
    background: 0 0;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: 1
}

.flickity-button:disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: #fff
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 20px
}

.flickity-prev-next-button.next {
    right: 20px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

section.body {
    margin-top: 70px;
    padding-top: 80px;
    padding-bottom: 80px
}

body,
html {
    height: 100%
}

.body.height-100 {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 70px
}

.content {
    display: table-row;
    height: 100%
}

.body {
    padding-top: 70px
}

@media (max-width:1599px) {
    #ready_base .ready-block .active-state .mb-30 {
        margin-bottom: 2vw
    }
    #ready_base .ready-block .active-state .work-total.text-center {
        font-size: 21px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 10px
    }
}

@media (max-width:1399px) {
    #ready_base .ready-block .active-state .mb-30 {
        margin-bottom: 1.5vw
    }
    #ready_base .ready-block .active-state .fs-50 {
        display: inline
    }
}

@media (max-width:1199.98px) {
    #mm_trigger {
        display: block
    }
    .h1,
    h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px
    }
    .h2,
    h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 40px
    }
    .h3,
    h3 {
        font-size: 20px;
        line-height: 24px
    }
    p {
        font-size: 14px;
        line-height: 20px
    }
    .btn-sm {
        line-height: 42px;
        font-size: 11px
    }
    header {
        height: 50px
    }
    header .navbar-brand {
        max-width: 105px;
        display: block;
        margin-left: 45px
    }
    header .navbar-brand svg {
        max-height: 30px
    }
    header .header-phone {
        font-size: 25px;
        line-height: 38px;
        letter-spacing: -1.8px;
        margin-right: -15px
    }
    header .header-phone .small-ph {
        font-size: 20px
    }
    #header-section {
        margin-top: 50px;
        margin-bottom: 0
    }
    #header-section .bg-red {
        max-width: 380px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        min-height: 417px
    }
    #header-section .bg-red .row {
        margin-left: -10px;
        margin-right: -10px
    }
    #header-section .bg-red .row div {
        margin-bottom: 3px
    }
    #header-section .bg-black {
        max-width: 380px
    }
    #header-section .bg-black svg {
        width: 110px;
        height: 55px;
        margin-top: 0
    }
    #header-section .bg-black .arrow {
        height: 35px
    }
    #header-section ul.list-icon li {
        letter-spacing: 0
    }
    #header-section ul.list-icon li span {
        text-align: center;
        width: 15px;
        height: 20px;
        display: inline-block;
        margin-right: 2px
    }
    #header-section .arrow {
        margin-top: 16px;
        margin-left: -20px;
        max-width: 40px
    }
    #header-section .btn-red {
        min-width: 310px;
        padding: 0 10px;
        margin-top: 5px;
        font-size: 14px;
        line-height: 50px;
        margin-left: -12px
    }
    #header-section .col-xl-6 {
        padding-left: 0
    }
    #useful {
        padding-top: 55px;
        padding-bottom: 45px
    }
    #useful .h1 {
        font-size: 36px
    }
    #useful p {
        font-size: 14px;
        line-height: 20px
    }
    #useful .useful-img {
        margin-bottom: 20px
    }
    #useful .useful-img img {
        width: 100%;
        height: auto
    }
    #useful .text-lightgray {
        line-height: 20px;
        margin-bottom: 10px
    }
    #useful .text-gray {
        line-height: 20px
    }
    #useful .text-red {
        margin-bottom: 12px
    }
    #s_package {
        padding-top: 55px;
        padding-bottom: 50px
    }
    #s_package h2 {
        margin-bottom: 35px
    }
    #s_package h3 {
        font-size: 17px;
        line-height: 21px
    }
    #s_package p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0
    }
    #s_package .mb-30 {
        margin-bottom: 18px
    }
    #s_package .media-body {
        width: -webkit-calc(100% - 74px);
        width: calc(100% - 74px)
    }
    #s_package .media-img {
        width: 64px;
        height: 60px;
        margin-right: 10px;
        padding-top: 5px;
        padding-left: 2px
    }
    #s_package .media-img svg {
        width: 100%;
        height: auto
    }
    #our_project {
        padding-top: 40px;
        padding-bottom: 70px
    }
    #our_project .add-info {
        font-size: 14px;
        line-height: 20px;
        margin-top: -10px
    }
    #our_project .citata {
        padding-top: 5px;
        margin-bottom: 0
    }
    #our_project .citata:before {
        left: -55px;
        top: 7px
    }
    #our_project .citata-group {
        max-width: 670px;
        padding: 40px 95px
    }
    #our_project .citata-group h2 {
        margin-bottom: 35px
    }
    #our_project .citata-group .italic {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }
    #calculate {
        padding-top: 80px;
        padding-bottom: 60px
    }
    #calculate h2 {
        margin-bottom: 25px
    }
    #calculate .deco-right {
        right: -12px;
        top: 20px;
        max-width: 170px
    }
    #calculate .deco-left {
        left: -15px;
        top: 4px;
        max-width: 210px
    }
    #calculate form {
        padding-left: 10px;
        padding-right: 10px
    }
    #calculate form .form-group.last {
        margin-bottom: 20px
    }
    #calculate form label {
        margin-bottom: 11px;
        font-size: 14px
    }
    #calculate form select {
        margin-bottom: -5px
    }
    #calculate form .help-text {
        font-size: 14px;
        line-height: 20px;
        min-width: 160%;
        margin-left: -30%;
        margin-bottom: 56px
    }
    #calculate form .help-text.inactive {
        margin-bottom: 0
    }
    #calculate form .btn-wired {
        color: #fff;
        line-height: 50px;
        font-size: 13px;
        letter-spacing: 0;
        background-color: #c00000;
        border: none
    }
    #effective {
        padding-top: 57px;
        padding-bottom: 45px
    }
    #effective h2 {
        margin-bottom: 35px
    }
    #effective ul.list-red li {
        font-size: 16px;
        padding-left: 45px;
        /* line-height: 48px; */
		line-height: 1.4px;
        margin-bottom: 14px;
        letter-spacing: .5px
    }
    #effective ul.list-red li:before {
        width: 16px;
        height: 16px;
        left: 14px;
        top: 14px;
        bottom: 20px
    }
    #smeta {
        display: none
    }
    #process {
        padding-top: 56px
    }
    #process .h1 {
        font-size: 36px;
        margin-bottom: 5px
    }
    #process h3 {
        margin-bottom: 13px;
        font-size: 17px;
        line-height: 21px
    }
    #process p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0
    }
    #process .process-ico {
        padding-top: 15px;
        margin-bottom: 8px
    }
    #process .process-ico img {
        max-width: 200px
    }
    #process .process.process-4 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        padding-top: 178px;
        padding-left: 24px
    }
    #process .process.process-4 .process-ico {
        margin-bottom: 19px
    }
    #process .process.process-5 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 178px
    }
    #process .process.process-5 .process-ico {
        margin-bottom: 19px
    }
    #process .process.process-6 {
        padding-top: 123px
    }
    #process .process.process-6 .process-ico {
        margin-bottom: 15px
    }
    #process .process .process-arrow.arrow-1 {
        right: -8px;
        bottom: -52px
    }
    #process .process .process-arrow.arrow-2 {
        top: unset;
        bottom: -52px;
        right: -12px
    }
    #process .process .process-arrow.arrow-3 {
        right: 103px;
        bottom: -163px
    }
    #process .process .process-arrow.arrow-4 {
        left: unset;
        bottom: -30px;
        right: -10px
    }
    #process .process .process-arrow.arrow-5 {
        right: 91px;
        bottom: -129px
    }
    #ready_base {
        padding-top: 54px
    }
    #ready_base .ready-container {
        max-width: 768px;
        margin: auto
    }
    #ready_base .ready-block {
        height: 384px
    }
    #ready_base .ready-block .h1 {
        font-size: 36px;
        margin-bottom: 16%
    }
    #ready_base .ready-block .normal-state {
        padding-top: 45%;
        height: 384px
    }
    #ready_base .ready-block .active-state {
        padding: 8% 12%;
        height: 384px
    }
    #ready_base .ready-block .active-state .mb-30 {
        margin-bottom: 9%
    }
    #ready_base .ready-block .active-state .h5 {
        font-size: 21px;
        font-weight: 700;
        line-height: 32px
    }
    #ready_base .ready-block .active-state .text-right {
        font-size: 14px;
        line-height: 20px
    }
    #ready_base .ready-block .active-state .fs-50 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 0;
        margin-right: 2px
    }
    #ready_base .ready-block .active-state table.work-table {
        margin-bottom: 7px
    }
    #ready_base .ready-block .active-state table.work-table tr td {
        font-size: 14px;
        line-height: 32px
    }
    #ready_base .ready-block .active-state .work-total.text-center {
        margin-bottom: 12px
    }
    #project_str {
        padding-top: 57px;
        padding-bottom: 10px
    }
    #project_str h2 {
        margin-bottom: 37px
    }
    #project_str a {
        font-size: 14px
    }
    #project_str .p,
    #project_str p {
        margin-top: 5px
    }
    #project_str .col-3 {
        min-height: 232px
    }
    #project_str .sostav-col {
        margin-bottom: 25px
    }
    #consultation {
        padding-top: 60px
    }
    #consultation h2 {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 28px;
        margin-bottom: 35px
    }
    #consultation .julia-fixed {
        position: absolute;
        right: 59px;
        bottom: 32px;
        z-index: 50;
        max-width: 265px
    }
    #consultation div.bold {
        font-size: 13px;
        line-height: 16px;
        margin-top: 0
    }
    #consultation .phone {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 47px
    }
    #consultation .small {
        font-size: 10px;
        line-height: 15px
    }
    #consultation .phone-ico {
        margin-top: -20px
    }
    #consultation #julia {
        min-height: 360px
    }
    #complex {
        padding-top: 56px
    }
    #complex h2 {
        margin-bottom: 30px
    }
    #complex h3 {
        font-size: 14px;
        line-height: 18px
    }
    #complex p {
        line-height: 21px;
        margin-bottom: 35px
    }
    #complex .complex-img img {
        width: 100%;
        height: auto
    }
    #complex .mb-40 {
        margin-bottom: 20px
    }
    #partners {
        padding-top: 10px;
        padding-bottom: 20px
    }
    #partners .partner img {
        width: auto;
        height: auto;
        max-height: 50px
    }
    #projects {
        padding-top: 50px
    }
    #projects h2 {
        margin-bottom: 30px
    }
    #base {
        padding-top: 57px;
        padding-bottom: 0
    }
    #base h2 {
        margin-bottom: 35px
    }
    #base h3 {
        margin-bottom: 5px;
        font-size: 17px;
        text-transform: unset;
        line-height: 21px
    }
    #base p {
        line-height: 20px
    }
    #base .base-ico {
        margin-bottom: 10px
    }
    #base .base-ico svg {
        width: 65px;
        height: 65px
    }
    #base .base-card {
        margin-bottom: 44px
    }
    #your_project {
        padding-top: 60px;
        padding-bottom: 105px
    }
    #your_project .p-lg-0 {
        padding: 0
    }
    #your_project .h3,
    #your_project h3 {
        font-size: 24px
    }
    #your_project p {
        margin-bottom: 33px
    }
    #project_block {
        padding-top: 70px
    }
    #project_block h2 {
        padding-left: 35px;
        padding-right: 35px;
        margin-top: 27px;
        margin-bottom: 35px
    }
    #project_block .icon {
        margin-bottom: 60px
    }
    #project_block .jora_img {
        max-width: 350px;
        margin-top: -30px
    }
    #project_block .citata {
        font-size: 14px;
        line-height: 20px;
        padding-top: 8px;
        margin-bottom: 12px
    }
    #project_block .citata:befoe {
        margin-bottom: 12px;
        left: 5px;
        top: -37px
    }
    #project_block .add-info {
        font-size: 14px
    }
    #reviews {
        padding-top: 57px
    }
    #reviews h2 {
        margin-bottom: 35px
    }
    #reviews .review .video-block {
        min-height: 200px
    }
    #reviews .review .video-block iframe {
        width: 100%;
        border: none;
        height: 200px
    }
    #reviews .review p {
        margin-bottom: 20px
    }
    #reviews .review .review-info {
        padding-left: 0
    }
    #geography .map-info {
        margin-top: 0;
        margin-bottom: 0;
        padding: 55px 15px;
        min-height: 360px
    }
    #geography .map-info h2 {
        text-align: center
    }
    #geography .map-info p.mb-40 {
        margin-bottom: 17px
    }
    #geography .map-info .contacts {
        font-size: 12px
    }
    #geography #map {
        height: 360px;
        min-height: 360px;
        margin-bottom: -360px
    }
    #questions {
        padding-top: 57px;
        min-height: 530px
    }
    #questions form {
        padding: 0
    }
    #questions form .form-group {
        margin-bottom: 15px
    }
    #questions form .form-group textarea {
        margin-bottom: 0
    }
    #questions .tehnolog-info {
        padding-top: 0;
        font-size: 14px;
        padding-right: 0;
        line-height: 20px
    }
    #questions .nastya-img {
        margin-left: -50px;
        margin-top: 29px;
        max-width: 206px
    }
    #cookies {
        padding-top: 20px;
        padding-bottom: 20px
    }
    #cookies .cookies-text {
        font-size: 12px;
        line-height: 16px
    }
    footer.footerwrapper {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        line-height: 35px
    }
    #calculate #smeta:after,
    #calculate #smeta:before {
        -webkit-background-size: 102% 102%;
        background-size: 102%;
        overflow: hidden
    }
    #calculate #smeta .smeta-container {
        margin-left: 0;
        margin-right: 0
    }
    #calculate #smeta .smeta-container table.smeta-table tr td {
        line-height: 46px
    }
    #calculate #smeta .smeta-container table.smeta-table .price {
        font-size: 18px;
        letter-spacing: 0
    }
    #mobile-menu {
        position: relative;
        top: -1px;
        background-color: #f0f0f0;
        display: block;
        width: 100%
    }
    #mobile-menu ul.navbar-nav {
        padding: 0;
        text-align: center
    }
    #mobile-menu ul.navbar-nav li {
        display: inline-block
    }
    #mobile-menu ul.navbar-nav li a.nav-link {
        text-align: center;
        color: #333;
        font-size: 12px
    }
}

@media (max-width:991.98px) {
    header .header-phone {
        margin-right: 0
    }
    #ready_base .ready-block .active-state .work-total .text-center {
        font-size: 24px
    }
    #ready_base .ready-block .active-state table.work-table {
        margin-bottom: 15px
    }
    #project_str .p,
    #project_str p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px
    }
    #questions h2 {
        margin-bottom: 35px
    }
    #questions form .form-group {
        margin-bottom: 20px
    }
    #projects .project-card .project-table tr td {
        line-height: 21px;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .form .form_input_wrapper,
    form .form_input_wrapper {
        width: 100%;
        max-width: 338px
    }
}

@media (max-width:767.98px) {
    #mobile-menu {
        position: relative;
        top: -1px;
        background-color: #f0f0f0
    }
    #mobile-menu ul.navbar-nav {
        padding: 30px;
        padding-top: 20px;
        padding-bottom: 20px
    }
    #mobile-menu ul.navbar-nav li {
        text-align: left;
        display: block
    }
    #mobile-menu ul.navbar-nav li a.nav-link {
        text-align: center;
        color: #333;
        font-size: 20px;
        line-height: 43px
    }
    #calculate .deco-left {
        left: -110px
    }
    #calculate .deco-right {
        right: -80px;
        top: 20px;
    }
    #calculate #smeta .smeta-container {
        min-height: 640px;
        padding-bottom: 70px
    }
    #calculate #smeta .smeta-1 {
        text-align: center
    }
    #project_block {
        padding-bottom: 40px
    }
    #project_block .jora_img {
        display: none
    }
    .review-ico img {
        width: 50px;
        height: 50px
    }
    #process .process-ico img {
        max-width: 140px
    }
    #process .process.process-4,
    #process .process.process-5,
    #process .process.process-6 {
        padding-top: 0
    }
    #effective ul.list-red li {
        line-height: 24px;
        padding-top: 5px;
        padding-bottom: 5px
    }
    #effective ul.list-red li:before {
        top: 10px
    }
    #partners .partner img {
        width: auto;
        height: auto;
        max-height: 40px
    }
    #consultation .julia-fixed {
        right: -40px
    }
    #smeta_table {
        text-align: left
    }
}

@media (max-width:575.98px) {
    header .navbar-brand {
        margin: auto
    }
    #header-section .bg-black svg {
        margin-bottom: 0
    }
    #header-section .bg-black .arrow {
        height: 35px;
        margin-bottom: 0
    }
    h2 {
        margin-bottom: 25px;
        letter-spacing: -.25px;
        line-height: 30px
    }
    .julia-fixed {
        display: none
    }
    .nastya-img {
        display: none
    }
    form input {
        width: 100%;
        min-width: 100px
    }
    header .header-phone {
        display: none
    }
    #header-section h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0
    }
    #header-section .btn-red {
        font-size: 13px;
        min-width: 100%;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        letter-spacing: 0
    }
    #header-section .col-xl-6 {
        padding: 0
    }
    #header-section .bg-black,
    #header-section .bg-red {
        max-width: 100%;
        text-align: center
    }
    #header-section .bg-red {
        min-height: 125px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0
    }
    #header-section .bg-black {
        padding-top: 60px;
        padding-left: 25px;
        padding-right: 25px
    }
    #header-section .bg-black svg {
        width: 170px;
        height: 100px;
        margin-bottom: 40px
    }
    #header-section .bg-black img.arrow {
        display: none
    }
    #useful h2 {
        margin-bottom: 15px
    }
    #useful .useful-img {
        text-align: center;
        margin-bottom: -5px
    }
    #useful .useful-img img {
        max-width: 62%;
        margin-bottom: 0
    }
    #useful .h1 {
        text-align: center
    }
    #useful h3 {
        text-align: center
    }
    #s_package .media-img {
        width: 50px;
        height: 50px;
        margin-right: 5px;
        padding-top: 5px;
        padding-left: 0
    }
    #s_package h2 {
        margin-bottom: 10px
    }
    #s_package p {
        font-size: 13px;
        line-height: 20px
    }
    #our_project {
        padding-bottom: 50px
    }
    #our_project img {
        max-width: 120px;
        height: auto
    }
    #our_project .citata-group {
        padding: 40px 20px
    }
    #our_project .citata-group h2 {
        margin-bottom: 35px
    }
    #our_project .citata {
        padding-top: 15px
    }
    #our_project .citata:before {
        left: -5px;
        top: -30px
    }
    #calculate {
        padding-top: 55px;
        padding-bottom: 45px
    }
    #calculate form {
        padding: 0
    }
    #calculate .form {
        padding-left: 0
    }
    #calculate .help-text {
        font-size: 14px;
        line-height: 20px;
        min-width: 100%;
        margin-left: 0;
        margin-bottom: 43px;
        text-align: center
    }
    #calculate .help-text.inactive {
        margin-bottom: 0
    }
    #calculate #smeta .smeta-container {
        min-height: 600px;
        padding-bottom: 60px;
        padding-left: 60px;
        padding-right: 60px
    }
    #effective {
        padding-top: 57px;
        padding-bottom: 200px;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        background-position: right bottom
    }
    #effective ul.list-red li {
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 14px;
        padding-left: 35px;
        line-height: 18px;
        margin-bottom: 15px;
        letter-spacing: .5px
    }
    #process .process-ico {
        padding: 0;
        text-align: center
    }
    #process .process-ico img {
        max-width: 100px
    }
    #process .h1 {
        width: 20px;
        font-size: 14px;
        line-height: 20px;
        float: left
    }
    #process .process p {
        padding-left: 20px;
        padding-right: 20px
    }
    #process .process.process-4 {
        padding-top: 0;
        padding-left: 25px;
        padding-right: 25px
    }
    #process .process.process-5 {
        padding-top: 0;
        padding-left: 25px;
        padding-right: 25px
    }
    #process .process.process-6 {
        padding-top: 0
    }
    #ready_base .ready-block {
        height: 100vw
    }
    #ready_base .ready-block .normal-state {
        padding-top: 45%;
        height: 100vw
    }
    #ready_base .ready-block .normal-state h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px
    }
    #ready_base .ready-block .active-state {
        height: 100vw;
        padding: 10% 5%
    }
    #ready_base .ready-block .active-state .mb-30 {
        margin-bottom: 5%
    }
    #ready_base .ready-block .active-state .text-right {
        text-align: right
    }
    #ready_base .ready-block .active-state .text-right .fs-50,
    #ready_base .ready-block .active-state .text-right div {
        display: inline
    }
    #project_str {
        padding-bottom: 65px
    }
    #project_str .p,
    #project_str p {
        text-align: left;
        margin: 0;
        line-height: 18px
    }
    #project_str .sostav-col {
        margin-bottom: 25px
    }
    #project_str .sostav-ico {
        padding-right: 15px
    }
    #project_str .sostav-ico svg {
        width: 46px;
        height: 46px
    }
    #project_str .primer-ico img {
        max-width: 50px
    }
    #consultation {
        height: 355px;
        min-height: 200px
    }
    #consultation h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 25px
    }
    #consultation .phone {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 15px
    }
    #consultation .phone-ico {
        margin-top: -5px;
        width: 24px
    }
    #complex p {
        line-height: 23px
    }
    #complex .col-6 p {
        line-height: 21px
    }
    #partners {
        padding-bottom: 0
    }
    #partners .partner img {
        max-height: 24px
    }
    #projects .project-card .project-table tr td {
        line-height: 30px;
        font-size: 14px
    }
    #base {
        padding-bottom: 40px
    }
    #base h3 {
        margin-bottom: 0
    }
    #base p {
        margin-bottom: 0
    }
    #base .base-card {
        margin-bottom: 18px
    }
    #base .base-ico {
        margin-right: 15px
    }
    #base .base-ico svg {
        width: 50px;
        height: 50px
    }
    #base .base-info {
        text-align: left
    }
    #your_project {
        padding-bottom: 115px;
        padding-left: 15px;
        padding-right: 15px
    }
    #your_project .h3 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px
    }
    #your_project p {
        line-height: 21px;
        margin-bottom: 25px
    }
    #your_project form {
        padding-left: 15px;
        padding-right: 15px
    }
    #your_project form .form-group {
        margin-bottom: 30px
    }
    #project_block {
        padding-top: 60px;
        padding-bottom: 20px
    }
    #project_block h2 {
        margin: 0;
        padding: 0 5px;
        margin-bottom: 40px
    }
    #project_block .icon img {
        max-width: 80px
    }
    #project_block .citata {
        padding-top: 0
    }
    #project_block .citata:before {
        left: 0;
        top: -45px
    }
    #reviews iframe {
        width: 100%;
        border: none;
        height: 200px
    }
    #reviews .review {
        margin-bottom: 40px
    }
    #reviews .review .video-block {
        min-height: 200px
    }
    #reviews .review .review-info {
        padding-left: 0;
        font-size: 13px
    }
    #reviews .review img {
        width: 100%;
        height: auto
    }
    #geography #map {
        height: 460px;
        min-height: 360px;
        margin-bottom: 0
    }
    #geography .map-info {
        padding: 0;
        background-color: #c00000;
        min-height: 200px
    }
    #geography .map-info h2 {
        background-color: #c00000;
        padding-top: 55px;
        padding-bottom: 20px;
        padding-bottom: 20px;
        margin-bottom: 0;
        position: absolute;
        width: 100%;
        top: -461px
    }
    #geography .map-info p.mb-40 {
        background-color: #c00000;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px
    }
    #geography .map-info .contacts {
        background-color: #c00000;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 40px
    }
    #questions {
        min-height: 510px
    }
    #questions h2 {
        margin-bottom: 33px
    }
    #questions form .form-group {
        margin-bottom: 20px
    }
    #questions form .form-group textarea {
        width: 100%;
        margin-bottom: 15px
    }
    #questions form button {
        margin: auto
    }
    #questions .tehnolog-info {
        display: none
    }
    #cookies .cookies-text {
        font-size: 10px;
        line-height: 14px
    }
    footer.footerwrapper {
        font-size: 10px;
        line-height: 10px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .carousel:after {
        content: ''
    }
    .m-phone {
        display: block;
        width: 40px;
        position: absolute;
        right: 15px;
        top: -6px
    }
    .carousel-cell {
        padding: 0 40px
    }
    #smeta_form {
        margin-bottom: 15px
    }
    .contact-form {
        padding: 95px 30px
    }
    .fancybox-caption {
        padding-left: 20px
    }
}

@media (max-width:480px) {
    #effective {
        -webkit-background-size: 180% 180%;
        background-size: 180%
    }
    .fancybox-slide--html {
        padding: 20px
    }
    .contact-form {
        padding: 60px 30px
    }
    #calculate #smeta .smeta-container {
        min-height: 500px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0
    }
    #calculate #smeta:after,
    #calculate #smeta:before {
        -webkit-background-size: 160% 160%;
        background-size: 160%
    }
    #calculate #smeta .smeta-container .h2,
    #calculate #smeta .smeta-container h2 {
        margin-bottom: 30px
    }
    #calculate #smeta .close-smeta {
        width: 30px !important;
        height: 30px !important;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 50
    }
    .flickity-prev-next-button.previous {
        left: 0
    }
    .flickity-prev-next-button.next {
        right: 0
    }
    #questions {
        min-height: 510px;
        padding-left: 15px;
        padding-right: 15px
    }
    #header-section .bg-black svg {
        margin-bottom: 0
    }
    #header-section .bg-black .arrow {
        opacity: 0
    }
    #useful {
        display: none
    }
}

@media (max-width:360px) {
    .fancybox-slide--html {
        padding: 0
    }
}

@media (min-width:576px) {
    .carousel:after {
        content: ''
    }
}

.fancybox-slide:before {
    margin: 0;
}

@media (max-width: 425px) {
    .contact-form {
        padding: 60px 20px;
    }
}

@media (max-width: 375px) {
    .contact-form {
        padding: 60px 17px;
    }
    .cs_selected {
        width: 115px;
        overflow: hidden;
    }
    .cs_phone_input {
        padding: 0 5px;
    }
}

header ul.navbar-nav {
    text-align: left;
    padding: 0;
}

header .logo-col {
    padding-right: 15px;
}

header .header-phone {
    letter-spacing: -1px;
}

@media (max-width: 1199.98px) {
    #partners {
        padding-bottom: 60px;
    }
}

@media (max-width: 575.98px) {
    #partners {
        padding-bottom: 60px;
    }
}

#projects .project-card .project-table tr td.center_top20 {
    text-align: center;
    padding-top: 20px;
}


/* 31 JUL 19 */

body.offer {
    padding: 0;
    margin: 0;
}

#content section {
    clear: both;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 60px;
}

.row {
    margin: 0 -15px;
}

#content {
    overflow-x: hidden;
}

.logo {
    height: 300px;
    background: url('../img/offer_bg.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}

.logo_wrapper {
    position: relative;
}

.logo_box {
    padding: 55px 60px 0;
}

.lb_img {
    margin: 0 0 42px;
}

.lb_img img {
    max-width: 260px;
}

.lb_h1 {
    text-transform: uppercase;
    max-width: 400px;
}

.lb_h1 h1 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'PT Sans', Tahoma, monospace;
    font-weight: 700;
    color: #fff;
}

.lb_text {}

.lb_text img {
    max-height: 87px;
}

.new_images_box .container,
.logo .container {
    padding: 0;
}

.adv_box {
    width: 25%;
    float: left;
    border-bottom: 8px solid #c62026;
}

.ab_txt {
    width: 100%;
    height: 67px;
    padding: 0 12px;
    background: #c62026;
    font-size: 18px;
    line-height: 67px;
    font-family: 'PT Sans', Tahoma, monospace;
    font-weight: bold;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    text-align: center;
}

.ab_img {
    height: 150px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/complex1.jpg');
}

.ab_img img {
    object-fit: cover;
    width: 100%;
}

.adv_box.grey {
    border-bottom: 8px solid #7F8081;
}

.adv_box.grey .ab_txt {
    background: #7F8081;
}

.adv_box.grey .ab_img {
    background-image: url('../img/complex2.jpg');
}

.adv_box.yellow {
    border-bottom: 8px solid #FF9900;
}

.adv_box.yellow .ab_txt {
    background: #FF9900;
}

.adv_box.yellow .ab_img {
    background-image: url('../img/complex3.jpg');
}

.adv_box.blue {
    border-bottom: 8px solid #398EE0;
}

.adv_box.blue .ab_txt {
    background: #398EE0;
}

.adv_box.blue .ab_img {
    background-image: url('../img/complex4.jpg');
}

.quote {
    padding: 63px 0 37px;
}

.flex {
    display: flex;
    align-items: flex-end;
}

.quote_box {
    width: 54%;
    float: left;
}

.qb_container {
    max-width: 549px;
    padding: 37px 38px 44px 55px;
    border-radius: 4px;
    background: #e5e5e5;
    box-sizing: border-box;
    position: relative;
}

.qb_container:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 28px;
    bottom: 51px;
    right: -20px;
    background: url('../img/grey_elem.png') center center no-repeat;
}

.qb_container p {
    font: 18px/26px 'PT Sans', Tahoma, monospace;
    font-weight: 300;
    color: #000;
    margin-top: 18px;
}

.qb_container p:first-child {
    margin: 0;
}

.qb_manager {
    width: 46%;
    float: left;
}

.qbm_img {
    margin-bottom: 19px;
    text-align: center;
}

.qbm_img img {
    width: 150px;
    border-radius: 50%;
}


/* .qbm_position {
					margin-bottom: 8px;
					text-align: center;
					font: 14px/18px 'PT Sans', Tahoma, monospace;
					font-weight: 300;
					color: #7f8081;
				}
				
				.qbm_name {					
					font: 14px/18px 'PT Sans', Tahoma, monospace;
					font-weight: 300;
					color: #000;
					text-align: center;	
				}	 */

.qbm_name,
.qbm_position,
.qbm_phone,
.qbm_email {
    font: 14px/18px 'MyriadPro', Tahoma, monospace;
    font-weight: 300;
    text-align: center;
}

.qbm_position {
    padding: 0 30px;
}

.qbm_name,
.qbm_position,
.qbm_phone {
    margin-bottom: 4px;
}

.qbm_name,
.qbm_phone,
.qbm_phone a {
    color: #000;
}

.qbm_phone a {
    text-decoration: none;
}

.qbm_position {
    color: #7f8081;
}

.qbm_email,
.qbm_email a {
    color: #045595;
}

.qbm_email a {
    text-decoration: underline;
}

.calculation {
    padding: 40px 0 0;
}

.section_header {
    padding: 0 15px 13px;
}

.section_header h2 {
    font: 32px/40px 'PT Sans', Tahoma, monospace;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

.calc_header {
    padding: 0 15px;
}

.ch_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0 27px;
    border-top: 4px solid #7f8081;
    border-bottom: 2px solid #7f8081;
}

.ch_table table tr td {
    font: 14px/20px 'PT Sans', Tahoma, monospace;
    font-weight: 300;
    color: #000;
    padding: 4px 15px;
}

.ch_table table tr td:first-child {
    color: #7f8081;
}

.ch_green_btn {
    display: inline-block;
    font: 18px/25px 'PT Sans', Tahoma, monospace;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0;
    width: 200px;
    text-decoration: none;
    background: #c52026;
    border-radius: 8px;
}

.ch_green_btn:hover {
    color: #fff;
}

.calc_table {
    padding: 0 15px;
}

.calc_table table {
    width: 100%;
    border-collapse: collapse;
}

.calc_table table tr td {
    padding: 15px;
    font: 14px/18px 'PT Sans', Tahoma, monospace;
    font-weight: 300;
    color: #000;
    vertical-align: middle;
}

.calc_table table tr>td {
    background: #f0f0f0;
}

.calc_table table tr:nth-child(2n)>td {
    background: #fff;
}

.calc_table table tr td tr td,
.calc_table table tr:nth-child(2n) td tr td {
    background: transparent !important;
}

.calc_table table.visible-lg tr td.ct_img {
    width: 102px;
}

.ct_img img {
    width: 100%;
    max-width: 102px;
}

.calc_table table tr td.ct_name {
    font-weight: bold;
}

.ct_name span {
    margin-top: 8px;
    display: block;
    /* font: 14px/18px 'PT Sans', Tahoma, monospace;
								font-weight: 300; */
    font-size: 12px;
    line-height: 18px;
    font-weight: 200 !important;
}

.ct_qty {
    min-width: 80px;
}

.calc_table table tr td.ct_qty span,
.calc_table table tr td.ct_price span,
.calc_table table tr td.ct_sum span {
    display: block;
    margin-bottom: 4px;
    color: #7f8081;
}

.ct_price {
    min-width: 125px;
}

.calc_table table tr td.ct_sum {
    font: 18px/23px 'PT Sans', Tahoma, monospace;
    font-weight: 500;
    white-space: nowrap;
}

.calc_table table tr td.ct_sum span {
    margin-bottom: 0;
    font: 14px/18px 'PT Sans', Tahoma, monospace;
    font-weight: 300;
}

.calc_table table tr td.sum_txt {
    font: 18px/23px 'PT Sans', Tahoma, monospace;
    font-weight: 500;
}

.calc_table table.visible-lg tr:last-child td {
    border-top: 2px solid #7f8081;
    border-bottom: 4px solid #7f8081;
}

.features {
    padding: 73px 0 0;
    margin-bottom: 36px;
    break-before: page;
}

.features .section_header {
    padding-bottom: 57px;
}

.features .section_header h2 {
    color: #9D0000;
}

.features_container {
    margin: 0 -15px;
    padding: 0 15px;
}

.fc_item {
    padding: 0 15px;
    width: 33.333333%;
    display: block;
    float: left;
    box-sizing: border-box;
    font: 14px/20px 'PT Sans', Tahoma, monospace;
    color: #000;
}

.fci_img {
    margin: 0 0 32px;
    height: 169px;
    overflow: hidden;
}

.fci_img img {
    width: 100%;
}

.fci_caption {
    margin: 0 0 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.fc_line {
    border-bottom: 4px solid #7f8081;
    padding-top: 68px;
}

.manager {
    padding-bottom: 100px;
}

.manager .qb_manager {
    width: 100%;
    margin-bottom: 30px;
}

.pdf_link {
    width: 100%;
    text-align: center;
}

.clearfix {
    clear: both;
}

.hidden-lg {
    display: none;
}

.calc_link {
    display: none;
}

@media (max-width:991px) {
    .new_images_box .container {
        padding: 0;
        max-width: none;
    }
    .ab_txt {
        /* padding: 0 17px 0 15px; */
    }
    .ct_img img {
        min-width: 60px;
    }
    .container {
        padding: 0 15px;
    }
    .qb_container {
        padding: 37px;
    }
    .qb_container p {
        font-size: 15px;
        line-height: 21px;
        margin-top: 15px;
    }
    .fc_line {
        padding-top: 45px;
    }
    .features {
        margin-bottom: 45px;
    }
}

@media (max-width:767px) {
    .logo {
        height: 316px;
        min-height: 316px;
        background: #000;
        position: relative;
    }
    .logo:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 155px;
        width: 100%;
        background: url('../img/mobile_offer_bg.jpg') center center no-repeat;
        background-size: cover;
    }
    .logo .row {
        margin: 0;
    }
    .logo_box {
        padding: 16px 15px 0;
    }
    .lb_img {
        margin: 0 0 18px;
        text-align: center;
    }
    .lb_img img {
        max-width: 136px;
    }
    .lb_h1 {
        margin: 0 0 8px;
    }
    .lb_h1 h1 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin: 0;
    }
    .adv_box,
    .adv_box.grey,
    .adv_box.yellow,
    .adv_box.blue {
        border: none;
    }
    .ab_img {
        display: none;
    }
    .ab_txt {
        height: 8px;
    }
    .quote {
        padding: 23px 0 41px;
    }
    .flex {
        display: block;
    }
    .quote_box {
        width: 100%;
    }
    .qb_manager {
        width: 100%;
        margin-top: 39px;
    }
    .qb_container {
        padding: 0;
        background: transparent;
    }
    .qb_container:after {
        display: none;
    }
    .qb_container p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 14px;
    }
    .qbm_img {
        width: 64px;
        margin: 0 12px 0 0;
        float: left;
    }
    .qbm_img img {
        width: 64px;
    }
    /* 
			.qbm_position, .qbm_name {				
				text-align: left;
			}	
	
			.qbm_name span {	
				display: block;
			} 			
			*/
    .qbm_data {
        margin-left: 76px;
    }
    .qbm_position {
        padding: 0;
    }
    .qbm_position,
    .qbm_name,
    .qbm_phone,
    .qbm_email {
        text-align: left;
    }
    .calculation {
        padding: 41px 0 32px;
    }
    .section_header {
        padding: 0 15px 8px;
    }
    .calculation .section_header {
        padding-left: 30px;
        padding-right: 30px;
    }
    .section_header h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .calculation .container {
        padding-left: 0;
        padding-right: 0;
    }
    .visible-lg {
        display: none;
    }
    .ch_wrapper {
        padding: 8px 0 16px;
    }
    .ch_table table tr td {
        font-size: 12px;
        line-height: 16px;
    }
    .hidden-lg {
        display: table;
    }
    .hidden-lg .ct_order {
        max-width: 21px;
        padding-right: 0;
        vertical-align: top;
    }
    .hidden-lg .ct_common {
        padding-left: 0;
    }
    .visible-table-row-xs>td {
        display: table-cell;
        min-width: 15px;
        width: 33%;
    }
    .ct_common table tr td {
        min-width: 15px;
        font-size: 12px;
        line-height: 16px;
    }
    .calc_table table tr td.sum_txt {
        font-size: 16px;
        line-height: 21px;
    }
    .ct_common table tr td.ct_name {
        padding-top: 0;
        padding-bottom: 12px;
    }
    .ct_common table tr td.ct_qty,
    .ct_common table tr td.ct_price,
    .ct_common table tr td.ct_sum {
        width: 33%;
        padding: 0 8px;
        text-align: center;
    }
    .ct_common table tr td.ct_qty span,
    .ct_common table tr td.ct_price span,
    .ct_common table tr td.ct_sum span {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }
    .ct_common table tr td.ct_sum {
        font-size: 12px;
        line-height: 16px;
    }
    .ct_common table tr td.ct_name img {
        max-width: 60px;
        float: left;
        margin-right: 16px;
    }
    .ctn_box {
        margin-left: 76px;
    }
    .ctn_box a {
        font-size: 12px;
        line-height: 18px;
        color: #045595;
        text-decoration: underline;
        display: block;
    }
    .calc_table table tr td.ct_name .ctn_box span {
        display: none;
    }
    .ct_name span {
        margin-top: 0;
    }
    .ct_name span a {
        color: #045595;
        text-decoration: underline;
    }
    .ct_name span a:hover {
        text-decoration: none;
    }
    .calc_table table tr td.sum_txt {
        border-top: 2px solid #7F8081;
        border-bottom: 2px solid #7F8081;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .calc_table table tr td.sum_txt span {
        float: right;
    }
    .calc_link {
        margin-top: 16px;
        display: block;
        text-align: center;
        padding: 0 30px;
    }
    .calc_link a.ch_green_btn {
        width: 100%;
        font-size: 16px;
        max-width: 300px;
    }
    .features .section_header h2 {
        text-align: center;
    }
    .features {
        padding: 32px 0 0;
        margin-bottom: 34px;
    }
    .features .section_header {
        padding-bottom: 32px;
    }
    .fc_item {
        padding: 0 15px 32px;
        width: 100%;
    }
    .fci_img {
        margin-bottom: 16px;
        height: 150px;
    }
    .fci_caption {
        margin: 0 0 8px;
        font-family: 'PT Sans', Arial, monospace;
        font-weight: bold;
    }
    .features_container {
        padding-bottom: 0;
    }
    .features {
        margin-bottom: 0;
    }
    .manager .qb_manager {
        width: auto;
        margin: 16px 15px 40px;
    }
    .pdf_link {
        display: none;
    }
    .qbm_name span a {
        color: #045595;
        text-decoration: underline;
    }
    .qbm_name span a:hover {
        text-decoration: none;
    }
    .gallery_container.s_table {
        margin-top: 8px;
    }
    .s_table .gallery_container a {
        padding: 16px 15px 0;
    }
    .gallery_container.s_table a {
        width: 100%;
        height: 179px;
    }
    .gallery_container.s_table a span {
        display: block;
    }
    .gallery_container a img {
        height: auto;
        width: 100%;
    }
    .fc_line {
        padding-top: 20px;
        clear: both;
    }
    #content .container {
        width: auto;
    }
}

.after_table_notice {
    padding: 15px 0 24px;
    border-bottom: 4px solid #7f8081;
    margin-bottom: 63px;
}

.atn_header {
    font: 20px/30px 'PT Sans', Tahoma, monospace;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
}

.atn_text {
    font: 14px/20px 'MyriadPro', Tahoma, monospace;
    font-weight: 200;
    color: #000;
}

@media (max-width:991px) {}

@media (max-width:767px) {
    .after_table_notice {
        padding: 9px 15px 14px;
        border-bottom: 2px solid #7f8081;
        margin-bottom: 38px;
    }
    .atn_header {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 3px;
    }
    .atn_text {
        font-size: 9px;
        line-height: 12px;
    }
    .qbm_img+div {
        display: none;
    }
}

@media print {
    .pdf_link,
    .ch_link {
        display: none;
    }
    body.offer {
        padding: 0;
        margin: 0;
    }
    #content section {
        clear: both;
    }
    .container {
        max-width: 1140px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 60px;
    }
    .row {
        margin: 0 -15px;
    }
    #content {
        overflow-x: hidden;
    }
    .logo {
        height: 180px;
        min-height: 180px;
        background: url('../img/offer_bg.jpg') center center no-repeat;
        background-size: cover;
        position: relative;
    }
    .logo:after {
        display: none;
    }
    .logo_wrapper {
        position: relative;
    }
    .logo_box {
        padding: 33px 36px 0;
    }
    .lb_img {
        margin: 0 0 25px;
        text-align: left;
    }
    .lb_img img {
        max-width: 156px;
    }
    .lb_h1 {
        text-transform: uppercase;
        max-width: 270px;
        text-align: left;
    }
    .lb_h1 h1 {
        font-size: 14px;
        line-height: 18px;
        font-family: 'PT Sans', Tahoma, monospace;
        font-weight: 700;
        color: #fff;
        text-align: left;
    }
    .lb_text {
        text-align: left;
    }
    .lb_text img {
        max-height: 52px;
    }
    .new_images_box .container,
    .logo .container {
        padding: 0;
    }
    .adv_box {
        width: 25%;
        float: left;
        border-bottom: 5px solid #c62026;
    }
    .ab_txt {
        width: 100%;
        height: 40px;
        padding: 0 7px;
        background: #c62026;
        font-size: 11px;
        line-height: 40px;
        font-family: 'PT Sans', Tahoma, monospace;
        font-weight: bold;
        color: #fff;
        text-align: left;
        box-sizing: border-box;
        text-align: center;
    }
    .ab_img {
        height: 90px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../img/complex1.jpg');
        display: block !important;
    }
    .ab_img img {
        object-fit: cover;
        width: 100%;
    }
    .adv_box.grey {
        border-bottom: 5px solid #7F8081;
    }
    .adv_box.grey .ab_txt {
        background: #7F8081;
    }
    .adv_box.grey .ab_img {
        background-image: url('../img/complex2.jpg');
    }
    .adv_box.yellow {
        border-bottom: 5px solid #FF9900;
    }
    .adv_box.yellow .ab_txt {
        background: #FF9900;
    }
    .adv_box.yellow .ab_img {
        background-image: url('../img/complex3.jpg');
    }
    .adv_box.blue {
        border-bottom: 5px solid #398EE0;
    }
    .adv_box.blue .ab_txt {
        background: #398EE0;
    }
    .adv_box.blue .ab_img {
        background-image: url('../img/complex4.jpg');
    }
    .quote {
        /* padding: 38px 0 22px; */
        padding: 0;
        margin: 0;
    }
    .flex {
        display: flex;
        align-items: flex-end;
    }
    .quote_box {
        width: 54%;
        float: left;
    }
    .qb_container {
        max-width: 329px;
        padding: 22px 23px 26px 33px;
        border-radius: 4px;
        background: #e5e5e5;
        box-sizing: border-box;
        position: relative;
    }
    .qb_container:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 17px;
        bottom: 30px;
        right: -12px;
        background: url('../img/grey_elem.png') center center no-repeat;
        background-size: contain;
        display: block !important;
    }
    .qb_container p {
        font: 11px/15px 'PT Sans', Tahoma, monospace;
        font-weight: 300;
        color: #000;
        margin-top: 11px;
    }
    .qb_container p:first-child {
        margin: 0;
    }
    .qb_manager {
        width: 46%;
        float: left;
    }
    .qbm_img {
        margin-bottom: 11px;
        text-align: center;
        width: 100%;
    }
    .qbm_img img {
        width: 90px;
        border-radius: 50%;
    }
    .qbm_name,
    .qbm_position,
    .qbm_phone,
    .qbm_email {
        text-align: center;
        font: 9px/11px 'MyriadPro', Tahoma, monospace;
    }
    .qbm_email a {
        text-decoration: none;
    }
    .qbm_data {
        width: 100%;
        clear: both;
        margin: 0;
        left: 0;
    }
    .calculation {
        padding: 24px 0 0;
        margin: 0 60px;
    }
    .section_header {
        padding: 0 9px 8px;
    }
    .section_header h2 {
        font: 19px/24px 'PT Sans', Tahoma, monospace;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        text-align: left;
        margin: 0;
    }
    .calc_header {
        padding: 0 9px;
    }
    .ch_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 14px 0 16px;
        border-top: 2px solid #7f8081;
        border-bottom: 1px solid #7f8081;
    }
    .ch_table table tr td {
        font: 9px/12px 'PT Sans', Tahoma, monospace;
        font-weight: 300;
        color: #000;
        padding: 2px 9px;
    }
    .ch_table table tr td:first-child {
        color: #7f8081;
    }
    .ch_green_btn {
        display: inline-block;
        font: 11px/15px 'PT Sans', Tahoma, monospace;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #fff;
        padding: 9px 0;
        width: 120px;
        text-decoration: none;
        background: #c52026;
        border-radius: 8px;
    }
    .ch_green_btn:hover {
        color: #fff;
    }
    .calc_table {
        padding: 0 9px;
    }
    .calc_table table {
        width: 100%;
        border-collapse: collapse;
    }
    .calc_table table tr td {
        padding: 9px;
        font: 9px/11px 'PT Sans', Tahoma, monospace;
        font-weight: 300;
        color: #000;
        vertical-align: middle;
    }
    .calc_table table tr>td {
        background: #f0f0f0;
    }
    .calc_table table tr:nth-child(2n)>td {
        background: #fff;
    }
    .calc_table table tr td tr td,
    .calc_table table tr:nth-child(2n) td tr td {
        background: transparent !important;
    }
    .ct_img img {
        width: 100%;
        max-width: 61px;
    }
    .calc_table table tr td.ct_name {
        font-weight: 500;
    }
    .ct_name span {
        margin-top: 5px;
        display: block;
        font: 9px/11px 'PT Sans', Tahoma, monospace;
        font-weight: 300;
    }
    .ct_qty {
        min-width: 48px;
    }
    .calc_table table tr td.ct_qty span,
    .calc_table table tr td.ct_price span,
    .calc_table table tr td.ct_sum span {
        display: block;
        margin-bottom: 2px;
        color: #7f8081;
    }
    .ct_price {
        min-width: 125px;
    }
    .calc_table table tr td.ct_sum {
        font: 11px/14px 'PT Sans', Tahoma, monospace;
        font-weight: 500;
        white-space: nowrap;
    }
    .calc_table table tr td.ct_sum span {
        margin-bottom: 0;
        font: 9px/11px 'PT Sans', Tahoma, monospace;
        font-weight: 300;
    }
    .calc_table table tr td.sum_txt {
        font: 11px/14px 'PT Sans', Tahoma, monospace;
        font-weight: 500;
    }
    .calc_table table.visible-lg tr:last-child td {
        border-top: 1px solid #7f8081;
        border-bottom: 2px solid #7f8081;
    }
    .features {
        padding: 44px 0 0;
        margin: 0 0 22px;
        break-before: page;
    }
    .features .section_header {
        padding-bottom: 34px;
    }
    .features .section_header h2 {
        color: #9D0000;
    }
    .features_container {
        margin: 0 -9px;
        padding: 0 9px;
    }
    .fc_item {
        padding: 0 9px;
        width: 33.333333%;
        display: block;
        float: left;
        box-sizing: border-box;
        font: 9px/12px 'PT Sans', Tahoma, monospace;
        color: #000;
    }
    .fci_img {
        margin: 0 0 19px;
        height: 101px;
        overflow: hidden;
    }
    .fci_img img {
        width: 100%;
    }
    .fci_caption {
        margin: 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .fc_line {
        border-bottom: 2px solid #7f8081;
        padding-top: 41px;
    }
    .manager {
        padding-bottom: 60px;
    }
    .manager .qb_manager {
        width: 100%;
        margin-bottom: 18px;
    }
    .pdf_link {
        width: 100%;
        text-align: center;
    }
    .clearfix {
        clear: both;
    }
    table.visible-lg {
        display: table !important;
    }
    table.visible-lg td {
        display: table-cell !important;
    }
    .hidden-lg {
        display: none;
    }
    .calc_link {
        display: none;
    }
    .after_table_notice {
        padding: 9px 0 14px;
        border-bottom: 2px solid #7f8081;
        margin-bottom: 38px;
    }
    .atn_header {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 3px;
    }
    .atn_text {
        font-size: 9px;
        line-height: 12px;
    }
}

.common_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.cp_body {
    position: absolute;
    width: 640px;
    height: 430px;
    top: 50%;
    left: 50%;
    margin: -208px 0 0 -307px;
    background: #fff;
    box-sizing: border-box;
    padding: 64px 16px 16px;
}

.cp_close {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    background: url('/img/cp_close.svg') center center no-repeat;
}

.cp_caption {
    font: 32px/40px 'PT Sans', Tahoma, monospace;
    font-weight: 500;
    text-align: center;
    color: #9d0000;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.cp_text {
    font: 16px/24px 'PT Sans', Tahoma, monospace;
    font-weight: 300;
    text-align: center;
    color: #333;
    margin-bottom: 32px;
}

.cp_content {}

.cp_content form {}

.phone_row {
    text-align: center;
    margin-bottom: 32px;
}

.submit_row {
    text-align: center;
    margin-bottom: 16px;
}

.cp_content form input[type=tel],
.cp_content form input[type=email] {
    width: 100%;
    max-width: 309px;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px 10px;
    font: 18px/18px 'PT Sans', Tahoma, monospace;
    font-weight: 300;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    display: inline-block;
}

.cp_content form input[type=submit] {
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: #c52026;
    box-shadow: 0 1px 0 #ff1a1a;
    font: 16px/20px 'PT Sans', Tahoma, monospace;
    font-weight: 300;
    padding: 15.5px 30px;
    border: none;
    height: auto;
}

.cp_notice {
    font: 12px/16px 'PT Sans', Tahoma, monospace;
    font-weight: 200;
    text-align: center;
    color: #333;
    margin: 0 auto;
    max-width: 480px;
}

.cp_notice a {
    /* border-bottom: 1px solid #333; */
}

.cp_notice a:hover {
    border: none;
}

.offer .common_popup .row {
    margin: 0;
}

.offer .new_btn {
    font-size: 18px;
    font-weight: 300;
}

@media (max-width:767px) {
    .common_popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
    }
    .cp_body {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        background: #fff;
        box-sizing: border-box;
        padding: 64px 16px 16px;
    }
    .cp_caption {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .cp_text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 28px;
    }
    .new_btn.form_submit {
        width: 100%;
        max-width: 309px;
        padding-left: 0;
        padding-right: 0;
    }
}


/* / 31 JUL 19 */


/* 23 DEC 19 */

.ny_notice {
    background: #0487ff;
    padding-top: 27px;
    padding-bottom: 23px;
    color: #fff;
}

.nyn_header {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 3px;
    font-weight: 700;
}

.nyn_text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}


/* NY NOTICE
header {
	top: 125px;
} */

@media only screen and (max-width: 767px) {
    /* NY NOTICE
header {
	top: 151px;
} */
    .ny_notice {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nyn_header {
        font-size: 18px;
        line-height: 24px;
    }
    .nyn_text {
        font-size: 14px;
        line-height: 20px;
    }
    .nyn_text br {
        display: none;
    }
}


/* / 23 DEC 19*/


/* 07 MAY 20 */

.margin60 {
    margin-top: 60px;
}

.newdata_container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .newdata_container {
        width: 1170px;
    }
    .margin60 {
        margin-top: 60px !important;
    }
}

@media (min-width: 992px) {
    .newdata_container {
        width: 750px;
    }
    .margin60 {
        margin-top: 10px;
    }
}

@media (min-width: 320px) {
    .newdata_container {
        width: 100%;
    }
    .margin60 {
        margin-top: 15px;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.row {
    margin: 0 -15px;
}

.col-sm-4 {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
}

.anticrisis {
    width: 100%;
    float: left;
    background: #FBFBFB;
    padding: 16px 0 9px;
    font-family: 'PT Sans', Tahoma, monospace;
    border-radius: 8px;
}

.anticrisis .container {
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
    float: none;
    width: auto;
}

.ac_left,
.ac_right {
    color: #333;
    position: relative;
}

.ac_center {
    position: relative;
}

.ac_center:before,
.ac_center:after {
    content: '';
    width: 1px;
    height: 72px;
    position: absolute;
    top: 50%;
    margin-top: -48px;
    left: 0;
    border-right: 1px solid #D4D4D4;
    background: #fff;
}

.ac_center:after {
    left: auto;
    right: 0;
}

.acl_small {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 6px;
    font-family: 'PT Sans', Tahoma, monospace;
    font-weight: 700;
}

.acl_big {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    font-family: 'PT Sans', Tahoma, monospace;
    font-weight: 700;
}

.ab_orange {
    color: #CC0000;
}

.acc_text {
    text-align: center;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 20px;
    color: #CC0000;
    font-family: 'PT Sans', Tahoma, monospace;
    font-weight: 700;
}

.acc_timer {
    text-align: center;
}

.acct_days,
.acct_time {
    display: inline-block;
    vertical-align: top;
}

.acct_days {
    margin-right: 16px;
}

.doubledot .acctte_digit:after {
    content: ':';
    display: inline-block;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #333;
    vertical-align: top;
}

.acctt {
    display: inline-block;
    vertical-align: top;
}

.acctte_digit {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #333;
    font-family: 'PT Sans', Tahoma, monospace;
    font-weight: 700;
}

.acct_days .acctte_digit {
    color: #CC0000;
}

.acctte_text {
    font-size: 12px;
    line-height: 12px;
    color: #CC0000;
    text-align: center;
}

.ac_top_row,
.ac_bottom_row {
    width: 100%;
    float: left;
}

.ac_top_row {
    margin-bottom: 32px;
    border-radius: 8px;
    background: #fbfbfb;
    padding: 16px 0;
}

.ac_bottom_row {
    text-align: center;
}

.ac_bottom_row a {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: #CC0000;
    margin: 0 36px;
    text-decoration: none;
}

.ac_bottom_row a img {
    max-height: 48px;
    margin-right: 14px;
}

.ac_bottom_row a span {
    border-bottom: 1px solid #CC0000 !important;
    vertical-align: middle;
    display: inline-block;
    margin-top: 8px;
}

.ac_bottom_row a:hover span {
    border-bottom: 1px solid #C80000 !important;
}

.newdata_special_header {
    text-align: center;
    margin-bottom: 16px;
    color: #CC0000;
    font-size: 32px;
    line-height: 41px;
    font-family: 'PT Sans', Tahoma, monospace;
    font-weight: 700;
    width: 100%;
    float: left;
}

.newdata_special_text {
    text-align: center;
    margin-bottom: 19px;
    color: #333;
    font-size: 18px;
    line-height: 23px;
    font-family: 'PT Sans', Tahoma, monospace;
    font-weight: 700;
    width: 100%;
    float: left;
}

.newdata_special_text span {
    max-width: 750px;
}

.newdata_special_text a {
    color: #CC0000;
    text-decoration: underline;
}

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

.newdata_group {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 41px;
}

.newdatag_one {
    display: inline-block;
    padding: 0 15px;
    max-width: 370px;
    vertical-align: top;
}

.newdatago_main {
    width: 100%;
    float: left;
    margin-bottom: 11px;
}

.newdatago_main a {
    color: #CC0000;
    text-decoration: none;
}

.newdatagom_img {
    width: 100%;
    float: left;
    margin-bottom: 22px;
    text-align: center;
}

.newdatagom_img img {
    max-height: 152px;
}

.newdatagom_text {
    text-align: center;
    color: #CC0000;
    font-size: 24px;
    line-height: 24px;
    font-family: 'PT Sans', Tahoma, monospace;
    font-weight: 700;
    border-bottom: 1px solid #c00;
}

.newdatago_main a:hover .newdatagom_text {
    border-color: #fff;
}

.newdatago_links {
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-family: 'PT Sans', Tahoma, monospace;
}

.newdatago_links a {
    color: #333;
}

.newdatago_links a:hover {
    text-decoration: underline;
}

.newdata_logo {
    width: 100%;
    float: left;
    margin-bottom: 80px;
    text-align: center;
}

.newdata_logo a {}

.newdata_logo a img {
    max-width: 147px;
}

.newdata_back_link {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 80px;
}

.newdata_back_link a {
    display: inline-block;
    padding: 12px 0;
    width: 165px;
    text-align: center;
    border-radius: 4px;
    background: #CC0000;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'PT Sans', Tahoma, monospace;
}

.sm-hidden {
    display: none;
}

.newdatagomt_header {
    display: none;
}

@media only screen and (max-width: 991px) {
    .acl_small {
        font-size: 22px;
        line-height: 28px;
    }
    .acl_big {
        font-size: 34px;
        line-height: 40px;
    }
    .acc_text {
        font-size: 25px;
        line-height: 25px;
    }
    .acctte_digit {
        font-size: 34px;
        line-height: 40px;
    }
    .acc_text {
        margin-bottom: 0;
    }
    .newdatag_one {
        max-width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .newdatagomt_header {
        display: block;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 2px;
        font-family: 'PT Sans', Tahoma, monospace;
        font-weight: 700;
    }
    .newdatagomt_header a {
        color: #c00;
        text-decoration: underline;
    }
    .newdatagomt_header a:hover {
        text-decoration: none;
    }
    /*.newdata_special_header {
		display: none;
	}*/
    .newdata_special_header {
        display: block;
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 24px;
    }
    .newdata_special_text {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 24px;
    }
    .ac_top_row {
        display: flex;
        flex-wrap: wrap;
        padding-top: 11px;
    }
    .ac_left,
    .ac_right,
    .ac_center {
        /* float: none; */
    }
    .ac_left {
        order: 1;
        width: 55%;
    }
    .ac_right {
        order: 2;
        width: 45%;
    }
    .ac_center {
        order: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .hidden-xs {
        display: none !important;
    }
    .anticrisis {
        padding: 24px 0 35px;
    }
    .acl_small {
        font-size: 13px;
        line-height: 13px;
    }
    .acl_big {
        font-size: 25px;
        line-height: 25px;
    }
    .acc_text {
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 0;
    }
    .ac_left:before,
    .ac_right:after,
    .ac_center:after {
        display: none;
    }
    .ac_center {
        /* margin-top: 56px; */
    }
    .ac_center:before {
        content: '';
        display: block;
        position: absolute;
        left: 5%;
        bottom: -14px;
        width: 90%;
        height: 2px;
        background: #D5D5D5;
        margin: 0;
        top: auto;
        border: none;
        border-bottom: 1px solid #fff;
    }
    .acctte_digit {
        font-size: 25px;
        line-height: 32px;
    }
    .acctte_text {
        font-size: 8px;
        line-height: 8px;
    }
    .doubledot .acctte_digit:after {
        font-size: 25px;
        line-height: 25px;
    }
    .newdatag_one {
        display: flex;
        padding: 0;
    }
    .newdata_group {
        margin-bottom: 16px;
    }
    .newdatago_main {
        width: 60px;
        margin-right: 25px;
        margin-bottom: 29px;
        flex-shrink: 0;
    }
    .newdatagom_img {
        margin-bottom: 0;
    }
    .newdatago_links {
        width: auto;
        font-size: 12px;
        line-height: 16px;
        text-align: left;
    }
    .newdatagom_img img {
        width: 100%;
    }
    .newdatagom_text {
        display: none;
    }
    .newdata_logo {
        margin-bottom: 46px;
    }
    .newdata_logo a img {
        max-width: 97px;
    }
}
/* /07 MAY 20 */


/* 10 MAR 21 */

@media only screen and (min-width: 1199px) and (max-width: 8120px) {
	#questions #questions_form {
		padding-bottom: 40px;
	}
	#questions .nastya-img {		
		margin-top: 57px;
	}
}

@media only screen and (max-width: 575px) {
    #questions #questions_form {
		padding-bottom: 40px;
	}
}	
/* /10 MAR 21 */



/* 12 JUL 21 */

@media only screen and (max-width: 1600px) {
	#ready_base .ready-block.bakery-block, 
	#ready_base .ready-block.cafe-block,
	#ready_base .bakery-block .ready-pan .normal-state,
	#ready_base .bakery-block .ready-pan .active-state,
	#ready_base .cafe-block .ready-pan .normal-state,
	#ready_base .cafe-block .ready-pan .active-state {
		height: 400px;
	}

	#ready_base .bakery-block .ready-pan .normal-state.active, #ready_base .cafe-block .ready-pan .normal-state.active {
		height: 0;
	}
}


#header-section.bakery-1 .bg-red, #header-section.cafe-1 .bg-red {
	min-height: 216px;
}

#ready_base .ready-block.bakery-block .ready-pan .normal-state h3, #ready_base .ready-block.cafe-block .ready-pan .normal-state h3 {
    font-size: 30px;
	line-height: 1.2;  
	margin: 0;
	height: 145px;
}

#ready_base .ready-block.bakery-block .ready-pan .active-state .h5, #ready_base .ready-block.cafe-block .ready-pan .active-state .h5 {
    font-size: 16px;   
    line-height: 1.4;
}

#ready_base .ready-block.bakery-block .ready-pan .active-state .fs-50, #ready_base .ready-block.cafe-block .ready-pan .active-state .fs-50 {
    font-size: 40px;    
    line-height: 1;    
}

#ready_base .ready-block.bakery-block .ready-pan .active-state .text-uppercase, #ready_base .ready-block.cafe-block .ready-pan .active-state .text-uppercase {
	flex-basis: unset; 
	width: 70%;
	max-width: none;
}
#ready_base .ready-block.bakery-block .ready-pan .active-state .text-right, #ready_base .ready-block.cafe-block .ready-pan .active-state .text-right {
	flex-basis: unset; 
	width: 30%;
	max-width: none;
}

#ready_base .ready-1.bakery-1 {
    background-image: url('../img/candy_shop_img_1.jpg');    
}

#ready_base .ready-2.bakery-2 {
    background-image: url('../img/candy_shop_img_2.jpg');    
}

#ready_base .ready-3.bakery-3 {
    background-image: url('../img/candy_shop_img_3.jpg');    
}

#ready_base .ready-4.bakery-4 {
    background-image: url('../img/candy_shop_img_4.jpg');    
}


#ready_base .ready-1.cafe-1 {
    background-image: url('../img/cafe_img_1.jpg');    
}

#ready_base .ready-2.cafe-2 {
    background-image: url('../img/cafe_img_2.jpg');    
}

#ready_base .ready-3.cafe-3 {
    background-image: url('../img/cafe_img_3.jpg');    
}

#ready_base .ready-4.cafe-4 {
    background-image: url('../img/cafe_img_4.jpg');    
}

.ready-block.col-xl-3 {
	flex: 0 0 25%;
    max-width: 25%;
}

#consultation div.bold.backery-cafe {    
    margin-top: 40px;
}

#geography > .container {
	max-height: 755px;
}

.header-section-text {
	font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 25px;
}

.new-page .text-lightgray {
    color: #eee;
}

.new-page .text-gray {
    color: #ccc;
}


@media only screen and (max-width: 1199px) {
	.ready-block.col-xl-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}		

@media only screen and (max-width: 1023px) {
	
	#header-section.bakery-1 .bg-red, #header-section.cafe-1 .bg-red {
		min-height: 1px;
	}
	
	#ready_base .ready-block.bakery-block, #ready_base .ready-block.cafe-block {		
		height: 384px;
	}
	
	#ready_base .ready-block.bakery-block .ready-pan .normal-state h3, #ready_base .ready-block.cafe-block .ready-pan .normal-state h3 {
		font-size: 27px;		
	}	
}

@media (max-width: 575.98px) {
	
	#header-section h1 {
		margin-bottom: 16px;
	}
	
	.header-section-text {
		font-size: 20px;
        line-height: 24px;
	}
	
	.ready-block.col-xl-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#ready_base .ready-block.bakery-block .normal-state, 
	#ready_base .ready-block.cafe-block .normal-state,
	#ready_base .ready-block.bakery-block .active-state,
	#ready_base .ready-block.cafe-block .active-state {    
		height: 120vw;
	}
	
	#ready_base .ready-block.bakery-block .ready-pan .normal-state.active, #ready_base .ready-block.cafe-block .ready-pan .normal-state.active {
		height: 0;
	}

}

/* /12 JUL 21 */


/* 14 JUL 21 */
footer {
    flex: none;
    width: 100%;
}

	.footer_top	{
		padding-top: 32px;
		padding-bottom: 32px;
		background: #fff;
	}
	
		.ft_img {
			display: flex;
		}
		
			.ft_img img {
				width: 100%;
				max-width: 231px;
			}
		
		.ft_text {
			font: 16px/24px 'PT Sans', Arial, sans-serif;
			font-weight: 400;					
			color: #7f8081;
			text-align: center;
			display: flex;
			justify-content: center;
		}
		
		.ft_phone {			
			font: 24px/20px 'PT Sans', Arial, sans-serif;
			font-weight: 700;				
			display: flex;
			justify-content: flex-end;
			align-items: center;
		}
		
			.ft_phone a {
				color: #333;				
				padding-left: 26px;
				background: url('../img/red_phone.svg') left center no-repeat;
				background-size: 20px auto;
			}		
		
	.footer_middle {
		padding-top: 28px;
		padding-bottom: 28px;
		background: #333;
	}

		.fm_left {
			line-height: 20px;
		}		
			
			.fm_left a, .fm_left span, .fm_right, .fm_right a {
				font: 12px/17px 'PT Sans', Arial, sans-serif;
				font-weight: 300;
				color: #fff;					
			}
			
			.fm_left a, .fm_left span {
				margin-right: 12px;	
			}
				
				.fm_left a:hover, .fm_right a:hover {
					text-decoration: underline;
				}
		
	.footer_bottom {
		padding-top: 16px;
		padding-bottom: 16px;
		background: #000;
	}		
		
			.fb_left img {
				width: 100%;
				max-width: 128px;
			}

		.fb_right {
			font: 14px/20px 'PT Sans', Arial, sans-serif;
			font-weight: 400;
			display: flex;
			align-items: center;
		}
		
			.fb_right a {
				color: #fff;
			}
			
			.fb_right a strong {
				font-weight: 500;
			}			
			
		.am_hidden_lg {
			display: none;
		}

		.flex_row {
			display: flex;
			align-items: center;
		}

		footer .container {
			padding-left: 15px;
			padding-right: 15px;
		}
		
@media (max-width:1139px){	
	.footer_middle {	
		padding-top: 20px;	
		padding-bottom: 20px;		
	}

		.fm_left {			
			text-align: center;
			padding-bottom: 16px;
		}
		
			.fm_left a, .fm_left span {
				margin: 0 8px;	
			}
		
		.fm_right {
			font-size: 11px;
			line-height: 15px;
			text-align: center;	
		}
		
		.fb_right {
			font-size: 11px;
			line-height: 15px;			
		}
		
		.ft_text {
			font-size: 14px;
			line-height: 18px;			
		}
		
		.ft_phone {
			font-size: 20px;
			line-height: 16px;			
		}
		
		.ft_img img {			
			max-width: 180px;
		}
}		
		
@media (max-width:1023px){
	.fm_left, .fm_left a, .fm_left span {
		line-height: 28px;
	}
	
		.footer_top .hps_span {
			display: block;
		}
}

@media (max-width:767px){
	.footer_top	{
		padding-top: 14px;
		padding-bottom: 16px;		
	}

		.footer_top .flex_row {
			flex-wrap: wrap;
		}		
	
		.ft_img {
			order: 1;
		}
	
			.ft_img img {				
				max-width: 105px;
			}
		
		.ft_text {
			font-size: 10px;
			line-height: 14px;
			margin-top: 13px;
			order: 3;
		}
		
		.ft_phone {	
			font-size: 16px;
			line-height: 1;
			white-space: nowrap;			
			order: 2;
		}
		
			.ft_phone a {						
				padding-left: 24px;				
				background-size: 16px auto;
			}		
		
	.footer_middle {
		padding-top: 16px;
		padding-bottom: 16px;		
	}

		.fm_left {
			line-height: 11px;
			text-align: left;			
		}		
		
		.row > div.fm_left, .row > div.fm_right {
			padding-left: 16px;
			padding-right: 16px;
		}		
			
			.fm_left a, .fm_left span, .fm_right, .fm_right a {
				font-size: 8px;
				line-height: 11px;			
			}
			
			.fm_left a, .fm_left span {
				margin: 0 12px 0 0;	
				color: #ccc;
			}	
		
		.fm_right {
			text-align: left;	
		}
		
		.row > div.fb_left {
			padding-right: 4px;	
		}
		
			.fb_left img {				
				max-width: 32px;
			}

		.fb_right {
			font-size: 8px;
			line-height: 11px;	
		}
		
		.am_visible_lg {
			display: none;
		}

		.am_hidden_lg {
			display: block;
		}
}
/* /14 JUL 21 */

/* 11 AUG 21 */
.smeta-1-visible-xs {
	display: none;
	text-align: center;
	width: 100%;
    margin: 20px 0 40px;
}

@media (max-width:767px){
	.smeta-1-visible-xs {
		display: block;		
	}
}
/* /11 AUG 21 */