* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

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

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

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

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

::placeholder {
    color: #b3b3b6
}

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

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

button,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: TTCommonsDemiBold
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

b,
strong {
    font-weight: 700
}

.slick-slide {
    outline: 0
}

.all-page {
    padding-top: 0;
    padding-bottom: 80px
}

.s-mask {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.s-mask:after {
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #1d1f20;
    top: 0;
    left: 0;
    opacity: .4
}

.s-mask img {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover
}

.btn1 {
    display: inline-block;
    outline: 0;
    border: none;
    background-color: #f38832;
    border-radius: 5px;
    background-clip: padding-box;
    color: #fff;
    font-size: 17px;
    min-width: 170px;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    font-family: TTCommonsMedium;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.btn1:hover {
    background-color: #f38832;
    color: #fff
}

.btn2 {
    display: inline-block;
    outline: 0;
    background-color: #e49759;
    border: none;
    border-radius: 5px;
    background-clip: padding-box;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .05em;
    width: 230px;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    text-align: center;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    font-family: TTCommonsMedium;
    border-radius: 5px;
    background-clip: padding-box;
    color: #fff
}

.btn2:hover {
    background-color: #f38832;
    border-color: #f38832
}

.btn3 {
    display: inline-block;
    outline: 0;
    background-color: transparent;
    border: none;
    border-radius: 40px;
    background-clip: padding-box;
    color: #f38832;
    border: 1px solid #c4c4c4;
    font-size: 17px;
    min-width: 140px;
    font-family: TTCommonsMedium;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.btn3:hover {
    background-color: #f38832;
    color: #fff;
    border-color: #f38832
}

.link {
    position: relative;
    color: #f38832;
    font-size: 16px;
    font-family: TTCommonsMedium;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-left: 65px
}

.link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 45px;
    height: 1px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #f38832
}

.link:hover {
    color: #000
}

.link:hover:before {
    background-color: #000
}

.s-title {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 1.1em;
    font-family: TTCommonsDemiBold
}

.ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1)
}

.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5 {
    margin-bottom: 20px;
    font-family: TTCommonsDemiBold;
    line-height: 1.1em
}

.wp-editor h1 {
    font-size: 40px
}

.wp-editor h2 {
    font-size: 36px
}

.wp-editor h3 {
    font-size: 30px
}

.wp-editor h4 {
    font-size: 26px
}

.wp-editor h5 {
    font-size: 24px
}

.wp-editor p {
    line-height: 1.3em;
    font-size: 20px;
    margin-bottom: 20px;
    color: #888b95
}

.wp-editor p:before {
    display: none !important
}

.wp-editor b,
.wp-editor strong {
    font-family: inherit;
    font-size: inherit;
    color: #000
}

.wp-editor a {
    font-family: inherit;
    font-size: inherit;
    color: #f38832
}

.wp-editor a:hover {
    color: #000
}

.wp-editor ol {
    margin: 10px 0;
    margin-left: 20px
}

.wp-editor ol li {
    list-style: decimal;
    margin: 5px 0;
    line-height: 1.2em;
    font-size: 20px;
    color: #888b95
}

.wp-editor ul {
    margin: 0;
    margin-left: 30px
}

.wp-editor ul li {
    margin: 20px 0;
    line-height: 1.2em;
    font-size: 20px;
    color: #888b95;
    position: relative
}

.wp-editor ul li:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: -30px;
    top: 9px;
    width: 20px;
    height: 2px;
    background-color: #f38832;
    display: block
}

.wp-editor img {
    display: block;
    max-width: 100%
}

@font-face {
    font-family: TTCommons;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(assets/fonts/TTCommons/TTCommons-Regular.woff2)
}

@font-face {
    font-family: TTCommonsMedium;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(assets/fonts/TTCommons/TTCommons-Medium.woff2)
}

@font-face {
    font-family: TTCommonsDemiBold;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(assets/fonts/TTCommons/TTCommons-DemiBold.woff2)
}

#menu-btn {
    display: none;
    opacity: 0;
    visibility: hidden
}

.menu-icon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 27px;
    display: none
}

.menu-icon .navicon {
    background: #000;
    display: block;
    height: 3px;
    position: relative;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    width: 100%
}

.menu-icon .navicon:after,
.menu-icon .navicon:before {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%
}

.menu-icon .navicon:before {
    top: 8px
}

.menu-icon .navicon:after {
    top: -8px
}

.menu-btn:checked~.main-menu {
    max-height: 240px
}

.menu-btn:checked~.menu-icon .navicon {
    background: 0 0
}

.menu-btn:checked~.menu-icon .navicon:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-btn:checked~.menu-icon .navicon:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0
}

.main-menu {
    clear: both;
    max-height: 0;
    -o-transition: max-height .2s ease-out;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

.main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.main-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul .menu-item-has-children a {
    padding-right: 12px;
    position: relative
}

.main-menu ul .menu-item-has-children a:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 4px;
    height: 4px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.main-menu ul .menu-item-has-children .sub-menu li a:after {
    display: none
}

.main-menu ul .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1 !important;
    visibility: visible !important
}

.main-menu ul .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.main-menu ul .menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden
}

.main-menu ul .home-link a {
    opacity: 1 !important;
    font-size: 0;
    line-height: 0;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px
}

.main-menu ul .home-link a:hover {
    opacity: .7 !important
}

.main-menu ul .home-link a span {
    display: block;
    padding-bottom: 6px
}

.main-menu ul .home-link a span svg path {
    fill: #fff;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.main-menu ul .home-link a:hover span {
    display: block
}

.main-menu ul .home-link a:hover span svg path {
    opacity: 1
}

.main-menu ul li {
    display: block;
    position: relative
}

.main-menu ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: TTCommonsMedium;
    display: inline-block
}

.main-menu ul li a:hover {
    opacity: .7
}

.main-menu ul li a:hover:after {
    opacity: .7
}

.main-menu ul .current-menu-item a {
    opacity: .7
}

.main-menu ul .current-menu-item a:after {
    opacity: .7
}

.main-menu ul li .sub-menu {
    width: 290px;
    position: absolute;
    -o-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    left: 0;
    top: 100%;
    display: block;
    visibility: hidden;
    opacity: 0
}

.main-menu ul li .sub-menu .current-menu-item a {
    opacity: 1
}

.main-menu ul li .sub-menu .current-menu-item .sub-menu li a {
    color: rgba(255, 255, 255, .7)
}

.main-menu ul li .sub-menu .current-menu-item .sub-menu li a:hover {
    opacity: 1
}

.main-menu ul li .sub-menu li {
    display: block;
    margin-right: 0
}

.main-menu ul li .sub-menu li:last-child a {
    border-bottom: none
}

.main-menu ul li .sub-menu li a {
    color: #fff;
    background-color: #f38832;
    font-size: 17px;
    display: block;
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.2em;
    font-family: TTCommonsMedium
}

.main-menu ul li .sub-menu li a:hover {
    opacity: 1;
    color: rgba(255, 255, 255, .7)
}

.main-menu ul li .sub-menu li .sub-menu {
    opacity: 0;
    -o-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: hidden;
    width: 230px;
    border-left: 1px solid rgba(255, 255, 255, .7);
    position: absolute;
    z-index: 3;
    left: 100%;
    top: 0;
    padding: 0
}

.main-menu ul li .sub-menu li .sub-menu li {
    position: static
}

.main-menu ul li .sub-menu li .sub-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    padding-left: 20px;
    padding-right: 20px
}

.main-menu ul li .sub-menu li .sub-menu li:last-child a {
    border-bottom: none
}

.main-menu ul li .sub-menu .menu-item-has-children {
    position: relative
}

.main-menu ul li .sub-menu .menu-item-has-children:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body.no-scroll,
html.no-scroll {
    width: 100%;
    max-width: 100%;
    overflow: hidden !important
}

.modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9200
}

.modalWindowWrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9300
}

.modalTable {
    display: table;
    height: 100%;
    width: 100%
}

.modalCell {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 10px
}

.modalWindow {
    position: relative;
    color: #000;
    background: #fff;
    border-radius: 5px;
    background-clip: padding-box;
    max-width: 550px;
    margin: auto;
    text-align: center;
    padding: 40px 0
}

.modalWindowClose {
    display: block;
    position: absolute;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    top: -30px;
    width: 20px;
    z-index: 3;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.modalWindowClose:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.title-modal {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px
}

.subtitle-modal {
    color: #000;
    font-size: 20px;
    margin-top: 20px
}

.btnSenks {
    margin-top: 30px;
    border-color: #f38832;
    width: 220px;
    height: 50px;
    line-height: 48px;
    letter-spacing: .05em;
    font-size: 18px;
    border-radius: 4px;
    background-clip: padding-box
}

.modalWindowForm {
    width: 420px;
    margin: 0 auto
}

.modalWindowForm .desc {
    color: #c2c5cc;
    font-size: 12px;
    margin: 20px 0;
    margin-top: 25px
}

.modalWindowForm .btn1:hover {
    background-color: #f38832 !important;
    color: #fff !important
}

.modalWindowForm .form-wrap {
    margin-top: 0
}

.modalWindowForm .inputItem input {
    border: 1px solid #ccccd7;
    letter-spacing: 0;
    text-transform: none;
    font-size: 20px;
    height: 60px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.modalWindowForm .inputItem input:focus {
    border-color: #f38832
}

body {
    min-width: 320px;
    position: relative;
    font-family: TTCommons, sans-serif
}

a,
b,
label,
li,
p,
pre,
span,
strong {
    font-family: TTCommons, sans-serif
}

.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: #fff
}

header {
    position: relative;
    z-index: 3
}

.header-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 88px;
    height: 60px
}

.header-menu-wrap .main-menu {
    display: block
}

.header-menu-wrap-black {
    background-color: #000
}

.header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 88px
}

.logo:hover {
    opacity: .7
}

.header-label {
    color: #989898;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    margin-left: 60px
}

.header-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 80px
}

.header-link .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #e8e8eb;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.header-link p {
    color: #989898;
    font-size: 20px;
    line-height: 1.1em;
    padding-left: 14px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400
}

.header-tel {
    text-align: right;
    margin-left: 90px
}

.header-tel .tel {
    color: #131414;
    font-size: 30px;
    font-family: TTCommonsDemiBold;
    display: block
}

.header-tel .tel:hover {
    color: #f38832
}

.header-tel .btn {
    display: inline-block;
    color: #e49759;
    font-size: 20px;
    margin-top: -5px
}

.header-tel .btn:hover {
    color: #000
}

.header-fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(183, 183, 183, .25);
    -ms-box-shadow: 0 4px 4px rgba(183, 183, 183, .25);
    box-shadow: 0 4px 4px rgba(183, 183, 183, .25);
    height: 60px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header-fixed-active {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header-fixed-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo-fixed {
    margin-right: 40px
}

.logo-fixed img {
    width: 68px
}

.logo-fixed:hover {
    opacity: .7
}

.header-fixed-tel {
    text-align: right;
    margin-left: 20px
}

.header-fixed-tel a {
    display: block;
    color: #333;
    font-size: 21px;
    font-weight: 700;
    line-height: 1
}

.fixed-menu {
    position: fixed;
    z-index: 900;
    overflow: hidden;
    overflow: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 50px);
    top: 50px;
    background-color: #fff;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    -ms-transform: translateY(200%);
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
}

.fixed-menu-open {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.fixed-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fixed-menu-wrap .tel {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    display: inline-block;
    line-height: 1
}

.fixed-menu-wrap .logo {
    margin-right: 40px
}

.fixed-menu-wrap .logo img {
    width: 170px
}

.fixed-menu-wrap .main-menu {
    width: auto
}

.fixed-menu-wrap .main-menu ul .home-link a {
    font-size: 0 !important;
    padding: 0
}

.fixed-menu-wrap .main-menu ul .home-link a span svg path {
    fill: #fff;
    opacity: 1
}

.fixed-menu-wrap .main-menu ul .menu-item-has-children a:after {
    border-color: #9ca3ba
}

.fixed-menu-wrap .main-menu ul .menu-item-has-children a:hover:after {
    border-color: #f38832
}

.fixed-menu-wrap .main-menu ul .current-menu-item a {
    color: #f38832
}

.fixed-menu-wrap .main-menu ul .current-menu-item a:after {
    border-color: #f38832
}

.fixed-menu-wrap .main-menu ul li {
    margin-right: 30px
}

.fixed-menu-wrap .main-menu ul li a {
    font-size: 15px;
    color: #9ca3ba
}

.fixed-menu-wrap .main-menu ul li a:hover {
    color: #f38832
}

.fixed-menu-wrap .main-menu ul li .sub-menu li a {
    color: #fff
}

.fixed-menu-box {
    margin-top: 30px
}

.fixed-menu-box .city {
    color: #989898;
    font-size: 20px
}

.fixed-menu-box .tel {
    display: block;
    color: #131414;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    display: inline-block
}

.fixed-menu-box .tel:hover {
    color: #f38832
}

.fixed-menu-box ul .menu-item-has-children-active a:after {
    opacity: 0;
    visibility: hidden
}

.fixed-menu-box ul .menu-item-has-children .sub-menu {
    display: none
}

.fixed-menu-box ul .menu-item-has-children .sub-menu li a:after,
.fixed-menu-box ul .menu-item-has-children .sub-menu li a:before {
    display: none
}

.fixed-menu-box ul .menu-item-has-children a {
    position: relative;
    padding-left: 15px
}

.fixed-menu-box ul .menu-item-has-children a:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 8px;
    width: 8px;
    height: 2px;
    background-color: #f38832
}

.fixed-menu-box ul .menu-item-has-children a:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 3px;
    top: 5px;
    width: 2px;
    height: 8px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #f38832
}

.fixed-menu-box ul .current-menu-item a {
    color: #f38832
}

.fixed-menu-box ul li a {
    color: #606062;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px
}

.fixed-menu-box ul li a:hover {
    color: #f38832
}

.main {
    position: relative;
    z-index: 2;
    height: 750px;
    min-height: 650px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main .container {
    position: relative;
    z-index: 3
}

.main-mask {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 30, 0)), to(#030303));
    background-image: -o-linear-gradient(top, rgba(29, 29, 30, 0) 0, #030303 100%);
    background-image: linear-gradient(180deg, rgba(29, 29, 30, 0) 0, #030303 100%)
}

.s-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-content {
    padding-bottom: 150px;
    width: 100%;
    max-width: 70%
}

.main-content p {
    color: #fff;
    letter-spacing: .2em;
    font-size: 14px;
    font-family: TTCommonsMedium;
    opacity: .8;
    text-transform: uppercase
}

.main-content h1 {
    color: #fff;
    line-height: 1.1em;
    margin-top: 30px;
    font-family: TTCommonsDemiBold;
    font-size: 54px
}

.main-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px
}

.main-btn a {
    display: block
}

.main-btn .btn1 {
    width: 350px
}

.main-btn .btn2 {
    width: 200px;
    margin-left: 20px;
    background-color: transparent !important
}

.main-btn .btn2:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important
}

.main-slider-wrap {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    bottom: 70px;
    overflow: hidden
}

.main-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-box {
    min-width: 120px;
    max-width: 180px;
    padding-top: 20px;
    position: relative;
    text-align: center
}

.main-box p {
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    line-height: 1.1em
}

.main-box:hover .main-icon {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.main-icon {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-services {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative
}

.home-services-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home-services-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px
}

.home-services-box {
    background-color: #fff;
    position: relative;
    border-radius: 3px;
    background-clip: padding-box;
    overflow: hidden;
    -webkit-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    -ms-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    margin-bottom: 30px;
    width: 32%;
    margin-right: 2%;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.home-services-box:nth-child(3n) {
    margin-right: 0
}

.home-services-box .price {
    width: 160px;
    height: 46px;
    border-radius: 0 0 3px 0;
    background-clip: padding-box;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #f38832
}

.home-services-box .price p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    font-family: TTCommonsMedium
}

.home-services-box a {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.home-services-box:hover {
    background-color: #000;
    -webkit-box-shadow: 0 14px 44px rgba(148, 143, 143, .4);
    -ms-box-shadow: 0 14px 44px rgba(148, 143, 143, .4);
    box-shadow: 0 14px 44px rgba(148, 143, 143, .4)
}

.home-services-box:hover .home-services-text h5 {
    color: #fff
}

.home-services-box:hover .home-services-image {
    color: #f38832
}

.home-services-box:hover .home-services-image img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home-services-box:nth-child(1) {
    width: 40%
}

.home-services-box:nth-child(2) {
    width: 24%
}

.home-services-seo-text {
    margin-top: 20px;
    margin-bottom: 60px
}

.home-services-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative
}

.home-services-image img {
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-services-text {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px
}

.home-services-text h5 {
    line-height: 1.2;
    font-size: 20px;
    font-family: TTCommonsMedium;
    font-weight: 500;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.home-about {
    padding: 80px 0;
    background-color: #f5f5f5
}

.home-about-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.home-about-image {
    width: 360px
}

.home-about-image img {
    max-width: 100%;
    margin-top: 30px
}

.home-about-content {
    width: calc(100% - 400px)
}

.home-about-content .s-title {
    margin-bottom: 30px
}

.home-about-content b,
.home-about-content strong {
    font-family: TTCommonsMedium;
    color: #888b95
}

.home-about-content ul {
    margin-left: 15px
}

.home-about-content ul li {
    margin: 30px 0
}

.home-about-content ul li:before {
    left: -15px;
    width: 5px;
    height: 5px;
    top: 8px;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #f38832
}

.home-about-content .link {
    display: inline-block;
    margin-top: 40px
}

.home-services-v2 {
    overflow: hidden
}

.home-services-slider-wrap {
    margin-top: 30px;
    height: 290px
}

.home-services-slider {
    position: absolute;
    margin-left: -10px;
    width: 100%
}

.home-services-slide {
    margin: 0 10px;
    max-width: 270px
}

.home-services-slide-item {
    background-color: #fff;
    position: relative;
    border-radius: 3px;
    background-clip: padding-box;
    overflow: hidden;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 5px 10px rgba(148, 143, 143, .2);
    -ms-box-shadow: 0 5px 10px rgba(148, 143, 143, .2);
    box-shadow: 0 5px 10px rgba(148, 143, 143, .2);
    width: 100%;
    margin-bottom: 30px;
    margin-left: 10px
}

.home-services-slide-item .price {
    width: 160px;
    height: 46px;
    border-radius: 0 0 3px 0;
    background-clip: padding-box;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #f38832
}

.home-services-slide-item .price p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    font-family: TTCommonsMedium
}

.home-services-slide-item a {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.home-services-slide-item:hover {
    background-color: #000
}

.home-services-slide-item:hover .title {
    color: #fff
}

.home-services-slide-item:hover .home-services-slide-item-image {
    color: #f38832
}

.home-services-slide-item:hover .home-services-slide-item-image img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home-services-slider-arrows {
    margin-top: 20px
}

.home-services-slide-item-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative
}

.home-services-slide-item-image img {
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-services-slide-text {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px
}

.home-services-slide-text .title {
    line-height: 1.1em;
    font-size: 18px;
    font-family: TTCommonsMedium;
    font-weight: 500;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.home-price {
    padding: 80px 0
}

.home-price .s-title {
    text-align: center
}

.home-price-wrap {
    width: 950px;
    margin: 0 auto;
    margin-top: 40px
}

.table-price {
    width: 100%
}

.table-price-head {
    align-items: center;
    background-color: #f38832;
    padding: 16px 40px
}

.table-price-head p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-family: TTCommonsMedium
}

.table-price-item {
    align-items: center;
    background-color: #f3f3f3;
    padding: 15px 40px
}

.table-price-item:nth-child(2n) {
    background-color: #fff
}

.table-price-item p {
    color: #606062;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 400
}

.table-price-item-hidden {
    display: none
}

.home-price-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.home-price-btn .btn2 {
    border-color: #f38832;
    color: #f38832;
    width: 270px;
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 500
}

.home-price-btn .btn2:hover {
    background-color: #f38832;
    color: #fff
}

.advantages {
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 120px;
    overflow: hidden
}

.advantages h2 {
    text-align: center
}

.advantages .container {
    position: relative;
    z-index: 2
}

.advantages-bg {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.advantages-wrap {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantages-slide {
    width: 23%
}

.advantages-box {
    background-color: #fff;
    height: 100%;
    padding: 40px 25px;
    padding-bottom: 50px;
    position: relative;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    -ms-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.advantages-box .count {
    position: absolute;
    color: #f3f3f3;
    font-size: 60px;
    top: 30px;
    line-height: 1;
    z-index: 3;
    display: block;
    right: 2px;
    font-family: TTCommonsMedium
}

.advantages-box .text {
    color: #888b95;
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 40px
}

.advantages-box:hover {
    -webkit-box-shadow: 0 14px 44px rgba(148, 143, 143, .4);
    -ms-box-shadow: 0 14px 44px rgba(148, 143, 143, .4);
    box-shadow: 0 14px 44px rgba(148, 143, 143, .4)
}

.advantages-box:hover .advantages-icon {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.advantages-icon {
    text-align: center;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.seo {
    padding: 80px 0;
    padding-top: 60px
}

.seo .s-title {
    margin-bottom: 20px
}

.seo-text-wrap {
    max-width: 850px
}

.seo-text {
    position: relative;
    height: 400px;
    overflow: hidden;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.seo-text:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 80px;
    visibility: hidden;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    opacity: 0;
    left: 0;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.seo-compact:after {
    opacity: 1;
    visibility: visible
}

.seo-more .btn1 {
    margin-top: 20px;
    display: block;
    display: inline-block;
    background-color: #fff;
    color: #f38832;
    width: 270px;
    border: 1px solid #f38832
}

.seo-more .btn1:hover {
    background-color: #f38832;
    color: #fff
}

.seo-open {
    height: auto
}

.faq {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f5f5
}

.faq h2 {
    text-align: center
}

.faq-wrap {
    max-width: 950px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 40px
}

.faq-box {
    cursor: pointer;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    background-clip: padding-box;
    position: relative;
    -webkit-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    -ms-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 10px
}

.faq-box:hover {
    -webkit-box-shadow: 0 14px 44px rgba(148, 143, 143, .4);
    -ms-box-shadow: 0 14px 44px rgba(148, 143, 143, .4);
    box-shadow: 0 14px 44px rgba(148, 143, 143, .4)
}

.faq-box:hover .faq-title p {
    color: #f38832
}

.faq-box:hover .faq-title span {
    background-color: #f38832;
    border-color: #f38832
}

.faq-box:hover .faq-title span:after,
.faq-box:hover .faq-title span:before {
    background-color: #fff
}

.faq-title p {
    color: #000;
    font-size: 22px;
    font-family: TTCommonsMedium;
    line-height: 1.2em;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    padding-right: 40px
}

.faq-title span {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 12px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #dbdde2
}

.faq-title span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #f38832;
    display: block;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.faq-title span:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #f38832;
    display: block;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -8px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.faq-box-open .faq-title span {
    background-color: #f38832;
    border-color: #f38832
}

.faq-box-open .faq-title span:before {
    background-color: #fff
}

.faq-box-open .faq-title span:after {
    opacity: 0;
    visibility: hidden
}

.faq-hidden {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 90%;
    display: none
}

.faq-hidden p {
    color: #888b95;
    font-size: 20px;
    line-height: 1.3em
}

.faq-btn {
    text-align: center;
    margin-top: 0
}

.faq-btn a {
    border-color: #9298ad;
    color: #9298ad
}

.faq-btn a:hover {
    background-color: #9298ad;
    color: #fff
}

.insta {
    padding: 80px 0
}

.insta-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.insta-head a {
    border-color: #f38832;
    color: #f38832
}

.insta-head a:hover {
    color: #fff
}

.insta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.insta-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.insta-item:nth-child(3n) {
    margin-right: 0
}

.insta-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.insta-item p {
    position: absolute;
    z-index: 3;
    font-size: 20px;
    width: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.insta-item:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.insta-v2 .insta-wrap {
    overflow: hidden;
    display: block
}

.insta-v2 .insta-item {
    width: 270px;
    height: 170px;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px !important
}

.insta-v2 .insta-item:first-child {
    width: 560px;
    height: 360px
}

.insta-v2 .insta-item:nth-child(3) {
    margin-right: 0 !important
}

.insta-v2 .insta-item:nth-child(5) {
    margin-right: 0 !important
}

.insta-v2 .insta-item:last-child {
    margin-right: 0 !important
}

.map-mobile {
    display: none
}

.map {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative
}

.map-v2 {
    margin-top: 0
}

.map-text {
    background: url(img/back.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.map-content {
    width: 550px;
    -webkit-box-shadow: 0 4px 34px rgba(148, 142, 142, .25);
    -ms-box-shadow: 0 4px 34px rgba(148, 142, 142, .25);
    box-shadow: 0 4px 34px rgba(148, 142, 142, .25);
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff;
    padding: 45px 60px;
    padding-bottom: 50px;
    position: relative
}

.map-content .title {
    color: #000;
    font-size: 24px;
    font-family: TTCommonsDemiBold
}

.map-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.map-content-box {
    margin-top: 40px;
    width: 45%
}

.map-content-box .icon {
    width: 18px
}

.map-content-box .icon img {
    max-width: 100%;
    margin-top: 0;
    width: auto;
    height: auto
}

.map-content-box .text {
    width: calc(100% - 30px)
}

.map-content-box .name {
    color: #888b95;
    font-size: 20px;
    margin-bottom: 10px
}

.map-content-box .city {
    color: #000;
    font-size: 20px;
    line-height: 1.1em
}

.map-content-box a {
    color: #f38832;
    font-size: 20px
}

.map-content-box a:hover {
    color: orange
}

.map-content-box .tel {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.close-map {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 12px
}

.from-application {
    background-color: #f38832;
    padding: 80px 0
}

.from-application-form {
    margin: 0 auto;
    width: 360px;
    text-align: center
}

.from-application-form .title {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -.02em;
    margin-bottom: 30px
}

.from-application-form .subtitle {
    color: #fff;
    opacity: .5;
    font-weight: 400;
    font-size: 18px
}

.from-application-form .desc {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
    opacity: .5;
    font-size: 14px;
    line-height: 1.2em
}

.form-wrap {
    margin-top: 50px
}

.form-wrap .btn1 {
    width: 100%;
    background-color: #000
}

.form-wrap .btn1:hover {
    background-color: #fff;
    color: #000
}

.inputItem {
    width: 100%;
    margin-bottom: 13px
}

.inputItem input {
    width: 100%;
    height: 66px;
    background-color: #fff;
    outline: 0;
    padding: 0 30px;
    color: #000;
    font-family: TTCommons, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .2em;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border: none;
    border-radius: 5px;
    background-clip: padding-box
}

.from-application-v2 .form-wrap {
    margin-top: 0
}

.from-application-v2 .from-application-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.from-application-v2 .from-application-head {
    width: 180px;
    text-align: left
}

.from-application-v2 .form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 290px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.from-application-v2 .inputItem {
    margin-bottom: 0;
    margin-right: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 260px
}

.from-application-v2 .btn1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 260px
}

.from-application-v2 .desc {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 14px
}

footer {
    background-color: #f3f3f3
}

.footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 90px
}

.footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-left p {
    color: #989898;
    font-size: 18px;
    margin-top: 60px
}

.logo-footer:hover {
    opacity: .7
}

.footer-menu {
    margin-left: 170px
}

.footer-menu ul li {
    margin-top: 15px
}

.footer-menu ul li a {
    color: #a6a7aa;
    font-size: 17px;
    line-height: 1.2em;
    letter-spacing: .05em;
    font-family: TTCommonsMedium;
    text-transform: uppercase
}

.footer-menu ul li a:hover {
    color: #f38832
}

.footer-right {
    width: 280px;
    text-align: right
}

.footer-right a {
    display: inline-block
}

.footer-right a br {
    display: none
}

.footer-right p br {
    display: none
}

.footer-right .tel {
    font-size: 30px;
    font-family: TTCommonsDemiBold;
    color: #131414
}

.footer-right .btn {
    color: #e49759;
    margin-top: 5px;
    font-size: 20px;
    font-family: TTCommonsMedium
}

.footer-right .btn:hover {
    color: #f38832
}

.footer-right .city {
    color: #989898;
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 40px
}

.footer-bottom {
    border-top: 1px solid #e1e3ea;
    padding: 30px 0
}

.footer-bottom-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-bottom-wrap p {
    color: #989898;
    font-size: 14px;
    line-height: 1
}

.footer-bottom-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-bottom-text .footer-link {
    display: inline-block;
    margin-left: 240px;
    color: #f38832;
    font-size: 14px;
    line-height: 1
}

.footer-bottom-text .footer-link:hover {
    color: #000
}

.dev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dev p {
    margin-right: 20px
}

.dev a:hover {
    opacity: .7
}

.breadcrumbs {
    padding-top: 30px;
    margin-bottom: 40px;
    display: block;
    margin-top: 60px
}

.breadcrumbs .breadcrumb_last {
    font-size: 16px;
    color: #9298ad
}

.breadcrumbs .line {
    width: 25px;
    height: 1px;
    background-color: #dbdde2;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

.breadcrumbs a {
    color: #f38832;
    font-size: 15px
}

.breadcrumbs a:hover {
    color: #e49759
}

.paginations-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.nav-links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.nav-links .current {
    background-color: #f38832;
    width: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    background-clip: padding-box;
    text-align: center;
    display: inline-block;
    color: #999191;
    letter-spacing: -.02em;
    font-size: 14px;
    line-height: 48px;
    background-color: #f38832;
    border-color: #f38832;
    color: #fff;
    font-family: Roboto, sans-serif;
    padding-top: 3px
}

.nav-links a {
    width: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    background-clip: padding-box;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    color: #999191;
    letter-spacing: -.02em;
    font-size: 14px;
    line-height: 48px;
    font-family: Roboto, sans-serif;
    padding-top: 3px
}

.nav-links a:hover {
    background-color: #f38832;
    border-color: #f38832;
    color: #fff
}

.nav-links .dots {
    margin: 0 10px;
    color: #000;
    font-size: 16px
}

.nav-links .next,
.nav-links .prev {
    display: none
}

.serives-slider-wrap {
    padding: 80px 0;
    padding-bottom: 60px
}

.serives-slider-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.arrows-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.arrows-wrap div {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-clip: padding-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    margin-left: 10px
}

.arrows-wrap div svg {
    width: 12px;
    height: auto
}

.arrows-wrap div svg path {
    fill: #f38832;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.arrows-wrap div:hover {
    background-color: #f38832;
    border-color: #f38832
}

.arrows-wrap div:hover svg path {
    fill: #fff
}

.serives-slider-prev {
    padding-left: 3px
}

.serives-slide-item {
    width: 100%;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 5px 10px 5px rgba(183, 183, 183, .1);
    -ms-box-shadow: 0 5px 10px 5px rgba(183, 183, 183, .1);
    box-shadow: 0 5px 10px 5px rgba(183, 183, 183, .1)
}

.serives-slide-item .price {
    width: 160px;
    height: 46px;
    border-radius: 0 0 3px 0;
    background-clip: padding-box;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #f38832
}

.serives-slide-item .price p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 46px
}

.serives-slide-item-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative
}

.serives-slide-item-image a {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.serives-slide-item-image img {
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.serives-slide-item-image:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.serives-slider {
    margin: 0 -15px;
    margin-top: 30px
}

.serives-slide {
    margin: 15px
}

.serives-slide-item-content {
    background-color: #fff;
    padding: 0 30px;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center
}

.serives-slide-item-content .title {
    color: #000;
    font-size: 20px;
    line-height: 1.1em;
    overflow: hidden;
    font-weight: 700;
    height: 44px
}

.serives-slide-item-content .text {
    margin-top: 20px;
    color: #888b95;
    height: 70px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.3em
}

.serives-slide-item-content .btn1 {
    border-radius: 34px;
    background-clip: padding-box;
    border: 1px solid #f38832;
    width: 190px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    color: #f38832;
    letter-spacing: .2em;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    font-weight: 400
}

.serives-slide-item-content .btn1:hover {
    background-color: #f38832;
    color: #fff
}

.portfolio-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.portfolio-wrap .serives-slide-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px
}

.portfolio-wrap .serives-slide-item:nth-child(3n) {
    margin-right: 0
}

.price {
    padding-bottom: 20px
}

.price-wrap {
    max-width: 950px;
    margin-top: 30px
}

.price-box {
    margin-bottom: 60px
}

.price-box-title {
    color: #000;
    font-size: 22px;
    font-family: TTCommonsMedium;
    margin-bottom: 20px
}

.page-faq-wrap {
    max-width: 950px
}

.page-services-head {
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 60px;
    height: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.page-services-head .container {
    position: relative;
    z-index: 3
}

.page-services-head-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 100px
}

.page-services-head-left {
    width: 50%
}

.page-services-head-left h1 {
    color: #fff;
    font-size: 44px;
    line-height: 1.1em;
    font-family: TTCommonsDemiBold
}

.page-services-head-left .btn1 {
    margin-top: 80px;
    width: 260px;
    height: 66px;
    line-height: 66px
}

.page-services-head-left .btn1:hover {
    background-color: #000;
    opacity: 1
}

.page-services-head-text {
    width: 400px;
    padding-top: 130px
}

.page-services-head-text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.2em
}

.breadcrumbs-wrap {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100%;
    bottom: 0
}

.breadcrumbs-wrap .breadcrumbs {
    padding: 0;
    margin: 0;
    margin-bottom: 30px
}

.breadcrumbs-wrap .breadcrumbs a {
    color: #fff
}

.breadcrumbs-wrap .breadcrumbs a:hover {
    opacity: .6
}

.breadcrumbs-wrap .breadcrumbs .breadcrumb_last {
    color: #fff;
    opacity: .5
}

.page-services {
    margin: 80px 0;
    margin-top: 0;
    padding-bottom: 0
}

.single-services-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-services-content {
    width: calc(100% - 390px)
}

.single-services-content .s-title {
    margin-bottom: 30px
}

.single-services-content .seo-text-wrap {
    margin-bottom: 60px
}

.single-services-wrap {
    margin-top: 40px;
    margin-bottom: 40px
}

.single-services-content-table {
    margin-bottom: 60px
}

.single-services-content-table .table-price-head {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 18
}

.single-services-content-table .table-price-item {
    padding: 10px 20px
}

.single-services-content-table .table-price-item p {
    font-size: 18px
}

aside {
    width: 290px;
    position: relative;
    display: block
}

.single-services-content-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.single-services-content-btn a {
    width: 270px;
    background-color: #fff;
    color: #f38832;
    border: 1px solid #f38832
}

.single-services-content-btn a:hover {
    background-color: #f38832;
    color: #fff
}

.btn-mobile {
    display: none
}

.page-menu {
    width: 100%;
    -webkit-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    -ms-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    border-radius: 5px;
    background-clip: padding-box
}

.page-menu .title {
    text-align: center;
    letter-spacing: -.02em;
    font-size: 24px;
    color: #5c5c69;
    font-weight: 600;
    padding: 20px 0
}

.page-menu ul {
    padding-bottom: 20px
}

.page-menu ul .current-menu-item a {
    background-color: #000;
    color: #fff
}

.page-menu ul .current-menu-item a span {
    color: #fff
}

.page-menu ul .current-menu-item a svg path {
    fill: #fff
}

.page-menu ul li {
    display: block;
    position: relative
}

.page-menu ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 30px;
    min-height: 55px;
    padding-right: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 2px;
    width: 100%;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #888b95;
    font-size: 18px;
    line-height: 1.1em
}

.page-menu ul li a span {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.page-menu ul li a svg path {
    fill: #a0a3ac;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.page-menu ul li a:hover {
    background-color: #000;
    color: #fff
}

.page-menu ul li a:hover span {
    color: #fff
}

.page-menu ul li a:hover svg path {
    fill: #fff
}

.navbar-portfolio {
    padding: 40px;
    width: 100%;
    -webkit-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    -ms-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    border-radius: 5px;
    background-clip: padding-box
}

.navbar-portfolio-item {
    margin-bottom: 45px
}

.navbar-portfolio-item:last-child {
    margin-bottom: 0
}

.navbar-portfolio-item .title {
    color: #888b95;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    margin-bottom: 10px
}

.navbar-portfolio-item .text {
    color: #000;
    font-size: 20px;
    line-height: 1.1em
}

.single-portfolio .portfolio-text {
    margin-bottom: 40px
}

.single-portfolio .insta-wrap {
    margin-top: 0;
    margin-bottom: 30px
}

.page-contact-wrap {
    margin-top: 35px
}

.page-contact-item {
    background-color: #fff;
    -webkit-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    -ms-box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    box-shadow: 0 14px 44px rgba(148, 143, 143, .25);
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 30px;
    padding: 40px 100px;
    padding-bottom: 0
}

.page-contact-item .title {
    color: #000;
    font-size: 30px;
    font-weight: 700
}

.page-contact-wrappper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.page-contact-box {
    margin-bottom: 50px;
    width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-contact-box .icon {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e8e8eb;
    margin-right: 24px;
    border-radius: 50%;
    background-clip: padding-box
}

.page-contact-box .content {
    width: calc(100% - 60px)
}

.page-contact-box .content .name {
    color: #888b95;
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 10px
}

.page-contact-box .content .text {
    font-size: 20px;
    line-height: 1.1em;
    color: #000
}

.page-contact-box .content .tel {
    color: #000;
    font-size: 30px;
    font-weight: 700
}

.page-contact-box .content .mail {
    font-size: 20px;
    color: #f38832
}

.page-contact-box .content .mail:hover {
    color: #000
}

.page-contact-box .content .city {
    margin-bottom: 10px
}

.geo {
    margin-bottom: 60px
}

.geo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 500px;
    margin-top: 50px
}

.geo-item {
    width: 250px;
    position: relative;
    margin-bottom: 20px
}

.geo-item a {
    display: inline-block;
    font-size: 20px;
    font-family: TTCommonsMedium;
    color: #333;
    position: relative;
    z-index: 2
}

.geo-item a:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 10px;
    background-color: #f38832;
    bottom: 2px;
    left: -5%;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
    width: 0
}

.geo-item a:hover:after {
    width: 110%
}

.page-404 {
    border-top: 1px solid #edeff3;
    border-bottom: 1px solid #edeff3;
    padding-top: 140px;
    padding-bottom: 100px;
    text-align: center
}

.page-not-fond {
    text-align: center
}

.page-not-fond h1 {
    font-size: 200px;
    background: -o-linear-gradient(315deg, #f38832 50%, #000 50%);
    background: linear-gradient(135deg, #f38832 50%, #000 50%);
    -webkit-background-clip: text;
    line-height: 1em;
    -webkit-text-fill-color: transparent
}

.page-not-fond h2 {
    font-size: 24px
}

.page-not-fond-btn a {
    margin-top: 30px;
    font-size: 16px;
    border: 1px solid #f38832;
    color: #f38832;
    background-color: #fff
}

.page-not-fond-btn a:hover {
    background-color: #f38832;
    color: #fff
}

.page-services {
    padding-top: 0;
    margin-bottom: 20px
}

.veil {
    position: absolute;
    display: none
}

.about-text {
    margin-top: 20px
}

.about {
    padding-bottom: 0
}

.page-head-title {
    padding: 0
}

.map-v3 {
    margin-top: 80px
}

.about-text {
    width: 80%
}

@media (max-width:1400px) {
    .container {
        max-width: 960px
    }

    .main-menu ul li a {
        font-size: 15px
    }

    .main-menu ul li {
        margin-right: 60px
    }

    .logo img {
        width: 170px
    }

    .header-label {
        font-size: 18px;
        margin-left: 40px
    }

    .header-link {
        margin-left: 40px
    }

    .header-link p {
        font-size: 18px
    }

    .header-tel .tel {
        font-size: 24px
    }

    .header-tel .btn {
        font-size: 18px
    }

    .header-wrap {
        height: 75px
    }

    .fixed-menu-wrap .logo img {
        width: 150px
    }

    .fixed-menu-wrap .main-menu ul li a {
        font-size: 14px
    }

    .fixed-menu-wrap .main-menu ul li {
        margin-right: 20px
    }

    .fixed-menu-wrap .tel {
        font-size: 20px
    }

    .fixed-menu-wrap .main-menu ul .home-link a span svg {
        width: 15px
    }

    .fixed-menu-wrap .main-menu ul .home-link a span {
        padding-bottom: 5px
    }

    .main-content p {
        font-size: 13px
    }

    .main-content h1 {
        font-size: 44px
    }

    .main-btn a {
        height: 60px;
        line-height: 60px
    }

    .home-services-text {
        height: 80px;
        padding: 0 20px
    }

    .home-services-text h5 {
        font-size: 18px
    }

    .home-services-image {
        height: 140px
    }

    .advantages-box {
        padding-left: 15px;
        padding-right: 15px
    }

    .insta-v2 .insta-item {
        width: 217px;
        height: 140px
    }

    .insta-v2 .insta-item:first-child {
        width: 450px;
        height: 300px
    }

    .from-application-v2 .form-wrap {
        width: calc(100% - 200px)
    }

    .from-application-v2 .inputItem {
        margin-right: 20px;
        width: 230px
    }

    .from-application-v2 .btn1 {
        width: 230px
    }

    .header-menu-wrap {
        top: 75px
    }

    .serives-slide-item-content {
        padding: 0 20px;
        padding-top: 20px;
        padding-bottom: 40px
    }

    .serives-slide-item-content .btn1 {
        height: 55px;
        line-height: 55px;
        font-size: 14px
    }

    .serives-slide-item-image {
        height: 140px
    }

    .page-services-head-text {
        padding-top: 100px;
        width: 340px
    }

    .page-services-head-text p {
        font-size: 16px
    }

    .page-services-head {
        height: 440px
    }

    .page-services-head-left .btn1 {
        margin-top: 50px;
        height: 60px;
        line-height: 60px;
        width: 240px
    }

    .page-services-head-left h1 {
        font-size: 40px
    }

    .s-title {
        font-size: 32px
    }

    .page-contact-box {
        width: 300px
    }

    .main {
        height: 650px
    }

    .main-slider-wrap {
        bottom: 50px
    }

    .advantages-box .text {
        font-size: 18px
    }

    .wp-editor p {
        font-size: 18px
    }

    .wp-editor ol li,
    .wp-editor ul li {
        font-size: 18px
    }

    .home-about-image {
        width: 320px
    }

    .home-about-content {
        width: calc(100% - 350px)
    }

    .faq-hidden p {
        font-size: 18px
    }

    .single-services-content {
        width: calc(100% - 360px)
    }

    .about-text {
        width: 100%
    }

    .geo-wrap {
        height: 600px
    }

    .insta-item p {
        height: 65px;
        padding: 10px 15px;
        font-size: 16px
    }
}

@media (max-width:992px) {
    .container {
        max-width: 720px
    }

    header {
        display: none
    }

    .header-fixed {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 50px;
        -webkit-box-shadow: 0 4px 4px rgba(183, 183, 183, .25);
        -ms-box-shadow: 0 4px 4px rgba(183, 183, 183, .25);
        box-shadow: 0 4px 4px rgba(183, 183, 183, .25)
    }

    .header-fixed .main-menu {
        display: none
    }

    .home-price-wrap {
        width: 100%
    }

    .header-fixed-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-fixed-right .tel {
        margin-right: 20px;
        padding-top: 5px
    }

    .fixed-menu-wrap .logo img {
        width: 140px;
        padding-top: 7px
    }

    .menu-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    body {
        padding-top: 50px
    }

    .main-content h1 {
        font-size: 34px;
        line-height: 1.2em
    }

    .main-btn .btn1 {
        width: 240px
    }

    .main-btn .btn2 {
        width: 180px
    }

    .main-box {
        margin-right: 60px
    }

    .main-box p {
        font-size: 16px;
        margin-top: 20px
    }

    .main-slider-wrap {
        bottom: 50px
    }

    .main {
        height: 600px;
        min-height: 0
    }

    .s-title {
        font-size: 32px
    }

    .home-services-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home-services-box {
        width: 49% !important;
        margin: 0 !important;
        margin-bottom: 15px !important
    }

    .home-services-image {
        height: 160px
    }

    .home-about-content {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px
    }

    .home-about-image {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .home-about-content .s-title {
        margin-bottom: 20px
    }

    .table-price-item {
        padding: 12px 20px
    }

    .table-price-head {
        padding-left: 20px;
        padding-right: 20px
    }

    .btn1,
    .btn2 {
        height: 60px;
        line-height: 60px;
        font-size: 16px
    }

    .home-about-content .link {
        margin-top: 20px
    }

    .advantages-box {
        max-width: 260px;
        height: 320px
    }

    .seo-more .btn1 {
        margin-top: 20px
    }

    .insta-v2 .insta-item {
        width: 49% !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
        float: none;
        height: 220px !important
    }

    .insta-v2 .insta-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .from-application-v2 .from-application-head {
        width: 100%;
        text-align: center
    }

    .from-application-v2 .from-application-head .title {
        margin-bottom: 15px
    }

    .from-application-v2 .from-application-head .subtitle br {
        display: none
    }

    .from-application-v2 .form-wrap {
        width: 360px;
        margin: 0 auto;
        margin-top: 30px
    }

    .from-application-v2 .inputItem {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px
    }

    .from-application-v2 .btn1 {
        width: 100%
    }

    .from-application-v2 .desc {
        text-align: center;
        margin-top: 20px
    }

    .footer-menu {
        margin-left: 70px
    }

    .logo-footer img {
        width: 150px
    }

    .footer-left p {
        font-size: 16px
    }

    .footer-menu ul li a {
        font-size: 15px
    }

    .footer-menu ul li {
        margin-top: 10px
    }

    .footer-right .tel {
        font-size: 24px
    }

    .footer-right .btn {
        font-size: 18px
    }

    .footer-right .city {
        font-size: 18px
    }

    .footer-bottom-text .footer-link {
        margin-left: 100px
    }

    .fixed-menu-wrap {
        padding: 20px 0;
        text-align: center
    }

    .fixed-menu-wrappper {
        width: 100%
    }

    .fixed-menu-box .tel {
        font-size: 24px;
        margin-bottom: 10px
    }

    .fixed-menu-box .request {
        color: #e49759;
        font-size: 18px;
        margin-bottom: 20px;
        display: inline-block
    }

    .advantages-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .insta {
        padding: 60px 0
    }

    .breadcrumbs {
        margin-top: 0
    }

    .portfolio-wrap .serives-slide-item {
        width: 48.5%;
        margin: 0 !important;
        margin-bottom: 20px !important
    }

    .portfolio-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-services-head-left h1 {
        font-size: 32px
    }

    .page-services-head {
        margin-top: 0
    }

    .single-services-content {
        width: 100%
    }

    .navbar {
        margin: 0 auto;
        margin-top: 60px;
        max-width: 300px
    }

    .page-contact-item {
        padding: 30px 50px
    }

    .page-contact-box {
        width: 280px
    }

    .page-contact-box .content .tel {
        font-size: 24px
    }

    .page-contact-box .content .text {
        font-size: 18px
    }

    .page-contact-item .title {
        font-size: 24px
    }

    .home-services-slide-text {
        padding: 0 20px
    }

    .home-services-slide-text .title {
        font-size: 18px
    }

    .home-services-slide-item-image {
        height: 140px
    }

    .home-services-slider-wrap {
        height: 240px
    }

    .geo-item {
        width: 180px;
        margin-bottom: 15px
    }

    .geo-item a {
        font-size: 18px
    }

    .geo-wrap {
        height: 550px
    }

    .insta-item p {
        font-size: 15px
    }
}

@media (max-width:770px) {
    .insta-item {
        width: 49%;
        margin: 0;
        margin-bottom: 10px
    }

    .footer-left {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-right {
        text-align: left;
        margin-top: 40px
    }

    .footer-bottom-text {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .dev {
        width: 100%;
        margin-top: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .btn-mobile {
        display: block
    }

    .page-services-head-left {
        width: 100%
    }

    .page-services-head-left .btn1 {
        display: none
    }

    .page-services-head-text {
        padding-top: 0;
        margin-top: 20px;
        padding-right: 80px;
        width: 100%
    }

    .page-services-head-text .btn1 {
        width: 220px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        margin-top: 20px
    }

    .page-services-head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page-services-head-wrap {
        padding: 0;
        padding-bottom: 60px
    }

    .page-portfolio-head {
        height: 320px
    }

    .page-contact {
        padding-bottom: 60px
    }

    .main-content {
        max-width: 100%
    }

    .main-content h1,
    .main-content p {
        max-width: 80%
    }

    .wp-editor h1 {
        font-size: 32px
    }

    .wp-editor h2 {
        font-size: 26px
    }

    .wp-editor h3 {
        font-size: 24px
    }

    .wp-editor h4 {
        font-size: 22px
    }

    .wp-editor h5 {
        font-size: 20px
    }

    .home-services-seo-text {
        margin-bottom: 40px
    }

    .geo-wrap {
        height: auto;
        margin-top: 30px;
        height: 1000px
    }

    .geo {
        margin-bottom: 40px
    }
}

@media (max-width:600px) {
    .main-content h1 {
        font-size: 28px;
        line-height: 1.1em
    }

    .home-about-image {
        width: 100%;
        max-width: 360px
    }

    .home-about {
        padding: 60px 0;
        padding-bottom: 40px
    }

    .s-title {
        font-size: 26px
    }

    .home-price {
        padding: 60px 0
    }

    .advantages {
        padding: 60px 0
    }

    .seo {
        padding: 60px 0
    }

    .faq {
        padding: 60px 0;
        padding-bottom: 40px
    }

    .map-content {
        width: 100%;
        padding: 30px
    }

    .from-application {
        padding: 60px 0
    }

    .faq-box {
        padding: 20px;
        padding-right: 60px
    }

    .faq-title p {
        font-size: 18px
    }

    .insta-head a {
        margin-top: 20px
    }

    .serives-slider-wrap {
        padding: 60px 0
    }

    .serives-slide-item-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .serives-slide-item-content .btn1 {
        max-width: 100%;
        height: 50px;
        line-height: 52px;
        font-size: 13px
    }

    .serives-slide-item-content .title {
        font-size: 18px
    }

    .serives-slide-item-content .text {
        font-size: 16px
    }

    .serives-slide-item-image {
        height: 120px
    }

    .serives-slide-item {
        max-width: 320px;
        margin: 0 auto
    }

    .serives-slide-item-image {
        height: 140px
    }

    .breadcrumbs-wrap .breadcrumbs {
        margin-bottom: 20px
    }

    .page-services-head-wrap {
        padding-bottom: 40px
    }

    .page-services-head-text {
        padding-right: 0
    }

    .advantages-slide {
        max-width: 230px;
        margin-right: 20px
    }

    .advantages-box {
        max-width: 100%
    }

    .advantages-box {
        height: 300px
    }

    .geo-item {
        width: 48%
    }

    .geo-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto
    }

    .geo-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto
    }
}

@media (max-width:450px) {
    .fixed-menu-wrap .logo img {
        width: 120px
    }

    .header-fixed-right .tel {
        font-size: 16px;
        margin-right: 10px
    }

    .main-btn {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-btn a {
        margin: 0 !important;
        margin-bottom: 10px !important;
        width: 100% !important;
        font-size: 15px !important
    }

    .main-content p {
        font-size: 12px
    }

    .home-services-box {
        width: 100% !important
    }

    .home-services-image {
        height: 140px
    }

    .home-services-text {
        height: 60px
    }

    .home-services-box .price {
        width: 120px;
        height: 34px
    }

    .home-services-box .price p {
        line-height: 34px;
        font-size: 14px
    }

    .home-about-image img {
        margin-top: 0
    }

    .table-price-item p {
        font-size: 14px
    }

    .insta-v2 .insta-item {
        height: 140px !important;
        margin-bottom: 10px !important
    }

    .map-content {
        padding: 30px 20px
    }

    .map-content-box {
        width: 100%;
        margin-top: 30px
    }

    .from-application-form {
        width: 100%
    }

    .from-application-form .title {
        font-size: 26px;
        margin-bottom: 20px
    }

    .form-wrap {
        margin-top: 30px
    }

    .footer-menu {
        margin-left: 20px
    }

    .footer-bottom-text .footer-link {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 20px
    }

    .footer-bottom-wrap p {
        width: 100%;
        text-align: center
    }

    .dev {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .dev p {
        text-align: left
    }

    .footer-right {
        text-align: center
    }

    .footer-wrap {
        padding-bottom: 40px
    }

    .footer-right .city {
        margin-top: 20px
    }

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

    .footer-logo-wrap {
        width: 100%;
        text-align: center
    }

    .footer-logo-wrap p {
        margin-top: 20px
    }

    .footer-left {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-menu {
        margin: 0;
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%
    }

    .modalWindowForm {
        width: 100%;
        padding: 0 20px
    }

    .title-modal {
        font-size: 26px
    }

    .modalWindowForm .desc {
        margin: 15px 0
    }

    .footer-right {
        width: 100%
    }

    .btn1_request {
        height: 50px;
        line-height: 50px;
        font-size: 13px
    }

    .table-price-item {
        padding: 12px 15px
    }

    .table-price-head {
        padding: 15px
    }

    .table-price-head p {
        font-size: 16px
    }

    .home-price-btn .btn2 {
        font-size: 16px
    }

    .faq-hidden p {
        font-size: 16px
    }

    .faq-hidden {
        width: 100%
    }

    .inputItem input {
        padding: 0 20px;
        font-size: 14px
    }

    .table-price-item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .serives-slider {
        margin-top: 20px
    }

    .serives-slider-head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .arrows-wrap {
        margin-top: 20px
    }

    .breadcrumbs .line {
        width: 15px
    }

    .price-box {
        margin-bottom: 40px
    }

    .price-box-title {
        font-size: 20px
    }

    .portfolio-wrap .serives-slide-item {
        width: 100%;
        margin: 0 auto !important;
        margin-bottom: 30px !important
    }

    .faq-box {
        padding-left: 15px
    }

    .faq-title span {
        width: 30px;
        height: 30px
    }

    .faq-title span:before {
        width: 12px;
        margin-left: -6px
    }

    .faq-title span:after {
        height: 12px;
        margin-top: -6px
    }

    .breadcrumbs .breadcrumb_last,
    .breadcrumbs a,
    .breadcrumbs p,
    .breadcrumbs span {
        white-space: nowrap
    }

    .breadcrumbs span:nth-child(1) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .single-services-content-table .table-price-item {
        padding: 10px 15px
    }

    .single-services-content-table .table-price-item p {
        font-size: 16px
    }

    .page-contact-item {
        padding: 20px;
        margin-bottom: 30px
    }

    .page-contact-box {
        margin-bottom: 20px
    }

    .home-services-slide-item-image {
        height: 160px
    }

    .home-services-slide-item {
        max-width: 350px;
        margin: 15px auto
    }

    .home-services-slider-arrows {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 0
    }

    .home-services-slide-item .price {
        width: 130px;
        height: 40px
    }

    .home-services-slide-item .price p {
        font-size: 14px;
        line-height: 40px
    }

    .page-not-fond h1 {
        font-size: 160px
    }

    .page-404 {
        padding-top: 80px;
        padding-bottom: 120px
    }

    .home-services-slide-item {
        margin: 0 auto;
        margin-bottom: 20px
    }

    .home-services-box {
        max-width: 350px;
        margin: 0 auto !important;
        margin-bottom: 20px !important
    }

    .home-services-slide-text {
        height: 60px
    }

    .home-services-slider-arrows .arrows-wrap {
        display: none
    }

    .home-services-slider-wrap {
        height: auto
    }

    .home-services-slider {
        position: static;
        width: 100%;
        margin: 0
    }

    .home-services-slide {
        max-width: 100%;
        margin: 0
    }

    .home-services-slide-item-image {
        height: 140px
    }

    .main {
        height: auto;
        padding-top: 30px;
        padding-bottom: 50px
    }

    .main-content p {
        font-family: TTCommonsMedium
    }

    .fixed-menu-wrap .logo {
        margin-right: 0
    }

    .main-slider-wrap {
        bottom: 40px
    }

    .main-box {
        min-width: 100px;
        max-width: 100px;
        margin-right: 30px
    }

    .main-box p {
        font-size: 14px
    }

    .main-icon img {
        max-width: 50px;
        max-height: 40px
    }

    .map-mobile {
        display: block;
        margin-bottom: 40px
    }

    .map-mobile .map-content {
        padding: 0;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none
    }

    .map {
        display: none;
        height: 300px
    }

    .map .map-text {
        display: none
    }

    .home-about-image {
        margin: 0 auto;
        max-width: 260px
    }

    .fixed-menu-box ul li a span {
        display: none
    }

    .geo-item {
        margin-bottom: 15px
    }

    .geo-item a {
        font-size: 16px
    }

    .insta-item p {
        font-size: 13px;
        letter-spacing: 0;
        padding: 10px;
        height: 55px
    }
}