
body.single-post #primary,
body.single-post #secondary{
    padding: 10px 25px;
}

body.single-post #commentform .comment-form-comment > label{
    display:block;
}
body.single-post #commentform textarea{
    height: 150px;
    width: 100%;
}
body.single-post #commentform  input[type=submit]{
    background: #747474;
    color: white;
    border: none;
    padding: 5px 10px;
}
body.single-post #secondary{
   display:none; 
}

header {
    position: relative;
    padding-top: 90px;
    background-color: #fff
}

header .internal-module {
    padding: 0!important
}

header .button {
    border: 1px solid #fff;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700
}

header .navbar-brand {
    padding: 6px 0 0
}

header p {
    margin: 0 auto 20px
}

header ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto 50px
}

header ul li {
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 5px
}

header ul li:last-of-type {
    margin: 0 auto
}

header ul li.active a {
    color: #f07d19
}

header ul li a {
    color: #646464;
    text-transform: uppercase
}

header ul li a:focus {
    background-color: transparent!important;
    color: #f07d19
}

header ul li a:hover {
    background-color: transparent!important;
    color: #f07d19
}

header ul li:not(:last-of-type) {
    margin: 0 auto
}

header ul.font-thin li:before {
    background-color: #c02562
}

header ul.navbar-nav li {
    padding: 0 8px
}

header ul.navbar-nav li:before {
    width: 3px;
    height: 3px;
    background-color: #b5b5bb
}

header ul.navbar-nav li:first-of-type:before {
    width: 0
}

header .slide img {
    margin: auto
}

header .social-icons{
    display:block;
    margin-left:15px;
    margin-right: -15px;
}

header.module .internal-module .navigation-menu {
    border-bottom: 1px solid #cecece;
    transition: all .5s
}

header.module .internal-module .navigation-menu.slim {
    opacity: .9
}

@media(min-width:768px){
    header.module .internal-module .navigation-menu.slim .telephone-block a{
        font-size: 12px;
        margin-top: 13px;
        margin-bottom: -10px;
    }
}

header.module .internal-module .navigation-menu.slim>nav {
    margin-top: 0!important;
    margin-bottom: 0
}

header.module .internal-module .navigation-menu.slim>nav .navbar-nav li {
    border-bottom: none
}

header.module .internal-module .navigation-menu.slim>nav .navbar-nav li a {
    padding: 10px 0 9px 0
}

header.module .internal-module .navigation-menu>nav {
    transition: all .5s
}

header.module .internal-module .navbar-socials {
    display: flex
}

header.module .internal-module .navbar-socials .social-icons li {
    width: 50%;
    float: left;
    text-align: center;
}

header.module .internal-module .navbar-socials .social-icons li img{
    height: 13px;
}

header.module .internal-module .navbar-socials .social-icons li a{
    padding:0;
    position: relative;
    z-index: 2;
}

header.module .internal-module .navbar-socials li a {
    padding: 5px
}

header.module .internal-module .telephone-block {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: -2px
}

header.module .internal-module .telephone-block a {
    margin-top: 4px;
    color: inherit;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

header.module .internal-module .telephone-block a:last-of-type {
    margin-top: 6px
}

header.module .internal-module .navigation-menu.mobile-menu {
    position: fixed;
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 9999
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav {
    margin-right: 10px
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav li {
    border-bottom: 1px solid #c4c4c4
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav li.current-menu-item a{
    color: #f07d19;
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav li.current-menu-item a:before {
    content: "";
    background-color: #f07d19;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out;
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav li:first-child {
    padding-left: 0
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav li:last-child {
    padding-right: 0
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav li.active a:before {
    content: "";
    background-color: #f07d19;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav li a {
    padding: 5px 0 16px 0;
    color: #646464
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav li a:before {
    content: "";
    background-color: #f07d19;
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav li a:hover {
    color: #f07d19
}

header.module .internal-module .navigation-menu.mobile-menu .navbar-nav li a:hover:before {
    width: 100%
}

header.module .internal-module .navigation-menu.mobile-menu .navbar {
    margin-top: 20px;
    border: none!important
}

header.module .internal-module .navigation-menu.mobile-menu .navbar .navbar-header {
    margin-left: 0;
    margin-right: 0
}

header.module .internal-module .navigation-menu.mobile-menu .navbar .navbar-header .navbar-toggle {
    margin-right: 0;
    padding-right: 0;
}

header.module .internal-module .navigation-menu.mobile-menu .navbar .navbar-header .navbar-toggle .icon-bar {
    background: #a8aaba;
    width: 22px;
    height: 3px
}

header.module .internal-module .navigation-menu.mobile-menu .navbar .navbar-header .navbar-brand .logo {
    display: none
}

@media (min-height:650px) {
    header.module .internal-module>.container {
        height: auto
    }
}

@media (min-width:768px) and (max-width:1200px) {
    header.module .internal-module .container-fluid.mobile-menu .navbar .navbar-footer .navbar-nav>li>a {
        font-size: 14px;
        height: auto
    }
    header.module .internal-module .navbar-socials {
        display: none
    }
}

@media (min-width:768px) {
    .navbar-toggle {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:1099px) {

    .lightbox-structure p{
        position:relative !important;
    }
    header {
        padding-top: 50px;
    }
    .navbar-header {
        width: 100%
    }
    header .navbar-brand {
        padding: 15px
    }
    .mobile-menu .navbar-brand img {
        width: 100px
    }
    header .navbar-collapse.collapse {
        display: none!important
    }
    header .navbar-collapse.collapse[aria-expanded=true] {
        display: block!important
    }
    .navbar-collapse.collapse.in {
        height: calc(100vh)!important
    }
    .navbar-brand.for-mobile {
        display: block!important;
        padding-left:0;
    }
    .navbar-brand:not(.for-mobile) {
        display: none!important
    }
}

@media (min-width:1100px) {
    .navbar-toggle {
        display: none!important
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .for-tablet {
        display: none!important
    }
    header.module .internal-module .navigation-menu.mobile-menu .navbar-nav {
        margin-right: 0
    }
}

@media (max-width:1099px) {
    .flexy-only-desktop{
        display:block !important;
    }
    header.module .internal-module .navigation-menu.mobile-menu .navbar{
        margin-top:0;
        margin-bottom:0;
    }
    .telephone-block:not(.for-tablet) {
        display: none!important
    }
    .telephone-block.for-tablet {
        position: relative!important;
        z-index: 3
    }
    header.module .internal-module .navbar-socials {
        width: 100%;
        padding-top: 10px
    }
    header.module .internal-module .navbar-socials:before{
        content: "";
        background: #f28f4c;
        display:block;
        position:absolute;
        left:0;
        top:-20px;
        height:2px;
        width:0;
        -webkit-transition: all .44s cubic-bezier(.645,.05,.355,1);
        -o-transition: all .44s cubic-bezier(.645,.05,.355,1);
        transition: all .44s cubic-bezier(.645,.05,.355,1);
    }
    header.module .internal-module #navbar.in .navbar-socials:before{
        width:100%;
        transition-delay: 1s;
    }
    header.module .internal-module .navbar-socials li a {
        display: inline
    }
    .mobile-menu .navbar-socials>div {
        margin-right: 0!important
    }
    #navbar {
        position: relative
    }
    
    #navbar:not(.in) {
        height: 0;
        overflow: hidden
    }

    .navbar-collapse.collapse {
        transition: all .6s
    }
    .mobile-menu .navbar-nav li:nth-child(1) {
        padding-left: 0px!important
    }
    .mobile-menu .navbar-nav li {
        border-bottom: none!important;
        margin-left: 0;
        padding-left: 0;
    }
    .navbar-toggle {
        position: relative;
        z-index: 99
    }
    .nav.navbar-nav {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap
    }
    .nav.navbar-nav.menu-items {
        padding-bottom: 100px
    }
    .nav.navbar-nav.menu-items li {
        margin-bottom: 15px
    }
    .nav.navbar-nav.menu-items li:first-of-type {
        margin-top: auto
    }
    .nav.navbar-nav.menu-items li:last-of-type {
        margin-bottom: auto
    }
}

@media (max-width:768px) {
    header.module .internal-module .navigation-menu.slim {
        opacity: 1
    }
    header .the_subtitle {
        text-align: center
    }
    header .slider .slide {
        display: flex;
        flex-direction: column-reverse
    }
    header .slider .slide img {
        margin-bottom: 30px;
        margin-top: 30px
    }
    header {
        padding-top: 0
    }
    header .buttons_block {
        float: left
    }
    header .internal-module {
        display: block;
        padding: 80px 0 60px
    }
    header .internal-module>.container {
        height: 100vh
    }
    header.module .internal-module .telephone-block{
        width: auto;
        margin: auto;
        margin-left: 0;
    }
    header .internal-module .navigation-menu.mobile-menu {
        position: fixed;
        top: 0;
        bottom: unset;
        background-image: url(../img/BG.svg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 55px!important
    }
    header .internal-module .navigation-menu.mobile-menu .navbar {
        margin: 0;
        border: none!important
    }
    header .internal-module .navigation-menu.mobile-menu .navbar .navbar-header .navbar-brand .logo {
        display: initial
    }
    header .internal-module .navigation-menu.mobile-menu .navbar .navbar-footer .navbar-nav {
        width: 100%;
        margin: auto
    }
    header .internal-module .navigation-menu.mobile-menu #navbar .navbar .navbar-footer .navbar-nav li a {
        text-transform: uppercase;
    }
    
    header .internal-module .navigation-menu.mobile-menu .navbar .navbar-footer .navbar-nav li:before {
        background: 0 0
    }
    header .internal-module .navigation-menu.mobile-menu .dropdown-menu {
        text-align: center;
        width: 100%;
        margin: auto
    }
    header .internal-module .navigation-menu.mobile-menu .dropdown-menu>li>a {
        color: #fff;
        opacity: .9
    }
    
    header .social-icons{
        display:block;
    }
    
    header.module .internal-module .navbar-socials .social-icons li img {
        width: 23px;
        height: 23px;
    }
    
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .telephone-block.for-tablet a{
        font-size: 17px;
    }
    
    header .social-icons > div{
        float:left;
        width:50%;
    }

    .mobile-menu .navbar {
        margin-top: 0!important
    }
    .mobile-menu .navbar-brand {
        display: block;
        padding: 15px;
        padding-left: 0;
    }
    .mobile-menu .navbar-brand img {
        width: 100px
    }
    .mobile-menu .navbar-nav {
        overflow: hidden
    }
    .mobile-menu .navbar-nav li {
        border-bottom: none!important;
        margin-left: 0;
        padding-left: 0px!important
    }

    .mobile-menu .navbar-nav li a {
        font-size: 21px;
        line-height: normal
    }
    .mobile-menu .navbar-nav li a:before {
        content: none!important;
        background-color: #f07d19;
        width: 100%!important;
        height: 3px;
        position: absolute;
        bottom: 50%!important;
        transition: width .2s ease-in-out;
        -moz-transition: width .2s ease-in-out;
        -webkit-transition: width .2s ease-in-out
    }
    .mobile-menu .navbar-socials {
        position: absolute;
        bottom: 20px;
        left: 0
    }
    .mobile-menu .navbar-socials>div {
        display: flex
    }
    .mobile-menu .navbar-socials>div:nth-child(1) {
        margin-right: 0
    }
    .mobile-menu .navbar-socials>div:nth-child(2) {
        margin-left: auto
    }
    .mobile-menu .navbar-socials>div a {
        padding: 0px!important
    }
    .mobile-menu .navbar-socials>div a img {
        height: 20px
    }
    
    
    
}

body {
    font-family: Roboto!important
}

@media (min-width:1300px) {
    .container {
        width: 1280px!important
    }
}

@media (max-width:1099px) {
    /*for admin*/
    header.module .internal-module .navigation-menu.mobile-menu{
        top:0 !important;
    }
    html #wpadminbar{
        display:none;
    }
    html{
        margin-top:0 !important;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar .navbar-nav li a{
         opacity: 0;
         -webkit-transition: all .44s cubic-bezier(.645,.05,.355,1);
        -o-transition: all .44s cubic-bezier(.645,.05,.355,1);
        transition: all .44s cubic-bezier(.645,.05,.355,1);
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .navbar-nav li:nth-child(1) a{
        transition-delay: .2s;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .navbar-nav li:nth-child(2) a{
        transition-delay: .4s;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .navbar-nav li:nth-child(3) a{
        transition-delay: .6s;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .navbar-nav li:nth-child(4) a{
        transition-delay: .8s;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .navbar-nav li:nth-child(5) a{
        transition-delay: 1s;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in  .navbar-nav li a{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar .telephone-block.for-tablet a{
        opacity:0;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .telephone-block.for-tablet a{
        opacity:1;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .telephone-block.for-tablet a:first-of-type{
        transition-delay: 1.2s;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .telephone-block.for-tablet a:last-of-type{
        transition-delay: 1.4s;
    }
    
    header.module .internal-module .navigation-menu.mobile-menu #navbar .social-icons li{
        opacity:0;
        -webkit-transition: all .44s cubic-bezier(.645,.05,.355,1);
        -o-transition: all .44s cubic-bezier(.645,.05,.355,1);
        transition: all .44s cubic-bezier(.645,.05,.355,1);
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .social-icons li{
        opacity:1;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .social-icons li:nth-child(1){
        transition-delay: 1.5s;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .social-icons li:nth-child(2){
        transition-delay: 1.6s;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .social-icons li:nth-child(3){
        transition-delay: 1.7s;
    }
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .social-icons li:nth-child(4){
        transition-delay: 1.8s;
    }
    .navbar-header {
        float: none
    }
    .navbar-left {
        float: none!important
    }
    .navbar-right {
        float: none!important
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .collapse.in {
        display: block!important
    }
}

.the_title {
    color: #f07d19;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto 50px;
    text-align: center!important
}

.title {
    font-size: 36px;
    font-weight: 600;
    margin: 0 auto 60px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.title span {
    display: block
}

.title.light {
    color: #fff
}

body p {
    margin: 0 0 15px
}

h2 {
    color: #000
}

.the_subtitle {
    font-size: 24px;
    line-height: 31px
}

body p,
span {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #000;
    text-align: justify;
}

b,
strong {
    font-weight: 500!important
}

.align-right {
    text-align: right
}

.separation-line {
    display: inline-block;
    margin: 45px 0;
    position: relative;
    width: 100%
}

.separation-line::before {
    content: "";
    display: block;
    background-color: #f07d19;
    width: 55%;
    height: 2px;
    position: absolute
}

.separation-line.to-right::before {
    right: 0
}

.padding-40 {
    padding: 40px 0
}

.padding-l-0 {
    padding-left: 0!important
}

.padding-r-0 {
    padding-right: 0!important
}

.padding-r-30 {
    padding-right: 30px!important
}

.full-height {
    height: 100%
}

.flex-vertical {
    align-items: center
}

.info-tip {
    color: #000;
    opacity: .5;
    font-size: 12px;
    line-height: normal!important;
    text-align: left!important;
    padding: 20px 0;
    margin-bottom: 0
}

.lightbox-structure {
    position: relative
}

.lightbox-structure p {
    font-size: 16px;
    line-height: 8px !important;
    padding-right: 30px;
    position:absolute;
    left:10px;
    display: block;
    width: 90%;
}
.lightbox-structure p:nth-child(1){
    top:0;
}
.lightbox-structure p:nth-child(2){
    top:20%;
}
.lightbox-structure p:nth-child(3){
    top:40%;
}
.lightbox-structure p:nth-child(4){
    top:70%;
}

.lightbox-structure p:after {
    content: "";
    width:60px;
    height: 20px;
    position: ABSOLUTE;
    top: 10px;
    right: -14px;
    background-image: url(../rezon/assets/arr-to-right.svg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: center
}

.lightbox-structure p:after{
    top: 40%;
}


.entry-content {
    margin-bottom: 50px
}

@media(min-width:768px){
    body:not(.home) .entry-content {
        margin-top: 50px
    }
    body.page-template-contacts-page .entry-content {
        margin-top: 0px;
    }
}

.entry-content .sub-title-wrapper {
    z-index: 3
}

.entry-content .sub-title-wrapper:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f07d19;
    right: 0;
    z-index: 1;
    position: absolute;
    top: calc(50% - 1px)
}

.entry-content .sub-title-wrapper.right-to-left:after {
    top: calc(50% + 29px)
}

.entry-content .sub-title {
    color: #f07d19;
    margin-bottom: 30px
}

.entry-content .sub-title.labeled {
    color: #fff;
    background-color: #f07d19;
    padding: 20px;
    min-width: 50%;
    display: inline-block;
    text-transform: uppercase;
    min-height: 60px;
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
    z-index: 4
}

.entry-content .sub-title.labeled:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 50px;
    border-color: transparent transparent transparent #f07d19;
    position: absolute;
    right: -50px;
    top: 0
}

@media (max-width:768px) {
    .entry-content .sub-title.labeled:before {
        content: none
    }
}

.entry-content .sub-title.labeled.right-to-left {
    float: right;
    text-align: right
}

.entry-content .sub-title.labeled.right-to-left:before {
    border-width: 30px 50px 30px 0;
    border-color: transparent #f07d19 transparent transparent;
    left: -50px
}

.entry-content .sub-title.labeled.right-to-left:after {
    left: -100%
}

.entry-content img {
    max-width: 100%;
    width: 100%
}

.entry-content .images-grid img {
    height: 160px;
    object-fit: contain;
}

hr {
    clear: both;
    border-width: 1px 0 0;
    margin: 30px 0;
    height: 0;
    border-color: transparent!important;
    border-width: 0!important
}

hr.hr--large {
    margin: 40px auto
}

.flexy {
    display: flex;
    flex-wrap: wrap;
}

.sub-title-wrapper {
    position: relative
}

.empty-space.h-60 {
    height: 60px
}

.empty-space.m-b-40 {
    margin-bottom: 40px
}

.gray-block {
    background-color: #c4c4c4;
    color: #000
}

.gray-block h2 {
    margin-bottom: 40px
}

.gray-block ul {
    padding-left: 0
}

.gray-block ul li {
    font-size: 20px;
    line-height: normal;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 20px
}

.gray-block ul li:before {
    content: "";
    position: relative;
    left: -15px;
    top: -2px;
    width: 8px;
    height: 8px;
    background-color: #f07d19;
    display: inline-block;
    border-radius: 50%
}

.dimension-tab-holder{
    width:100%;
    overflow-x: auto;
}

.table-title {
    color: #f07d19;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center
}

.table-tile {
    padding: 20px 10px;
    border: 2px solid #ef8737;
    border-top: 1px solid #eee;
    text-align: center
}

.table-tile p,
.table-tile span {
    font-size: 16px
}

.h3-300 {
    font-weight: 300
}

.entry-content .images {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 50px 0
}

.entry-content .images img {
    display: inline-block;
    flex: 1;
    max-width: 100%;
    overflow-x: hidden;
    margin:0 10px;
}

.entry-content #out-advantages .images img{
    /*max-height: 160px;*/
}

.module {
    display: table;
    width: 100%;
    color: #000
}

.module.module_dark .title {
    color: #fff
}

.module.module_dark p {
    color: #fff
}

.module.module_dark span {
    color: #fff
}

.module.module_dark .the_title {
    color: #f07d19
}

.module.module_dark .button {
    background-color: #fff;
    color: #2b92e4
}

.module.module_dark ul li {
    color: #fff
}

.module .internal-module {
    /*display: table-cell;*/
    display: block;
    vertical-align: middle;
    padding: 50px 0
}


.navbar-brand {
    color: #fff;}



.navbar-brand:focus {
    color: #fff!important;
    outline: 0
}

.navbar-brand:hover {
    color: #fff!important;
    outline: 0
}

.navbar-footer-brand {
    color: #fff;
    padding: 0!important;
    height: auto!important;
    line-height: 20px
}


@media (max-width:768px) {
    footer {
        text-align: center
    }
    footer #payment-block {
        flex-direction: column
    }
    footer .address {
        margin: auto;
        margin-bottom: 20px
    }
    footer ul {
        margin-bottom: 30px
    }
    footer ul li {
        max-width: fit-content;
        margin: auto
    }
    footer .contacts {
        margin-bottom: 30px
    }
    footer #payment-items .payment-item {
        width: calc(100%/3);
        float: left
    }
    .for-mobile {
        display: initial
    }
    .for-tablet {
        display: none
    }
    .for-desktop {
        display: none
    }
    #navbar {
        position: relative
    }
    .values-list .value .additory-module {
        padding: 20px
    }
    .values-list .value .additory-module .value__list .item .image {
        width: 40px;
        height: 40px
    }
    .values-list .value .additory-module .value__list .item .price {
        font-size: 20px;
        line-height: 20px
    }
    .values-list .value__grid .grid-cell:nth-child(2) .grid-cell {
        grid-template-columns: 100%
    }
    #vps-vds .flexy {
        flex-direction: column
    }
    #vps-vds .text {
        margin-top: 20px
    }
    #contact-form {
        background-color: #fff
    }
    #contact-form .the_title {
        margin-bottom: 30px
    }
    #contact-form .contact-form {
        box-shadow: none;
        padding: 20px 15px;
        width: 100%;
        max-width: 400px;
        margin: auto
    }
    .navbar-footer-brand {
        margin-bottom: 20px;
        display: block
    }
    .navbar-collapse.collapse {
        transition: all .6s
    }
    .navbar-collapse.collapse.in {
        height: calc(100vh - 53px)!important
    }
    #bonuses .the_title {
        text-align: left
    }
    .countdown .bloc-time {
        padding: 3px
    }
    #pricing .packages {
        grid-template-columns: 100%
    }
    #pricing .packages .package.package-pro {
        margin-top: 0;
        height: unset
    }
}

@media (max-width:767px) {
    .navbar-footer-brand {
        float: unset!important
    }
    .title {
        font-size: 18px;
        line-height: 25px
    }
    .with-logotype {
        display: none
    }
    #faq {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain
    }
    .the_title {
        font-size: 22px;
        line-height: 25px;
        margin: 0 auto 30px;
        text-align: center
    }
    dropdown-menu .divider {
        background-color: #fff;
        opacity: .2
    }
    #navbar .navbar-brand {
        display: none
    }
}

.for-mobile {
    display: none
}

.header-slider img{
    margin-top:0 !important;
}

@-webkit-keyframes animate-background {
    0% {
        background-position-x: 50%
    }
    50% {
        background-position-x: 60%
    }
    100% {
        background-position-x: 50%
    }
}

@-moz-keyframes animate-background {
    0% {
        background-position-x: 50%
    }
    50% {
        background-position-x: 60%
    }
    100% {
        background-position-x: 50%
    }
}

/*@-ms-keyframes animate-background {*/
/*    0% {*/
/*        background-position-x: 50%*/
/*    }*/
/*    50% {*/
/*        background-position-x: 60%*/
/*    }*/
/*    100% {*/
/*        background-position-x: 50%*/
/*    }*/
/*}*/

@keyframes animate-background {
    0% {
        background-position-x: 50%
    }
    50% {
        background-position-x: 60%
    }
    100% {
        background-position-x: 50%
    }
}

body.home-page h1 {
    text-align: left!important
}

@media(max-width:768px){
    body.home-page .images.flexy{
        flex-direction: column;
    }
    body.home-page .images.flexy img{
        margin:0;
        margin-bottom:20px;
        /*max-width: 400px;*/
    }
}

body.home-page .module:not(#first-block) p {
    text-align: justify
}

body.home-page #first-block > .module,
body.home-page #benefits{
  padding:40px 0;      
}

#first-block .internal-module {
    padding: 0
}

#first-block #header-slider {
    height: calc(100vh - 90px)
}

#first-block #header-slider>div {
    height: 100%;
}

#first-block #header-slider .slick-track {
    height: 100%
}

#first-block #header-slider .slick-arrow {
    display: none!important;
    height: auto;
    top: 0;
    z-index: 9
}

@media (max-width:768px) {
    #first-block #header-slider .slick-arrow {
        display: block!important
    }
}

#first-block #header-slider .slick-dots {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: auto;
    min-width: 220px
}

#first-block #header-slider .slick-dots li {
    opacity: .5;
    margin: 10px 40px
}

#first-block #header-slider .slick-dots li.slick-active {
    opacity: 1
}

#first-block #header-slider .slick-dots li.slick-active button {
    background: #f07d19
}

#first-block #header-slider .slick-dots li button {
    width: 15px;
    height: 15px
}

#first-block #header-slider .slick-slide {
    height: 100%;
    position: relative;
    /*display: table*/
}

#first-block #header-slider .slick-slide__inner {
    /*display: table-cell;*/
    /*vertical-align: middle*/
}

#first-block #header-slider .slick-slide img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top:0 !important;
    transition: transform 2s, transform-origin 2s ease-in-out;
    -webkit-transition: transform 2s, transform-origin 2s ease-in-out;
    -moz-transition: transform 2s, transform-origin 2s ease-in-out
}

#first-block #header-slider .slick-slide img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    /*transform-origin: 20% 30%;*/
    /*transition-duration: 2s;*/
    
    -webkit-transition: transform 2s linear, transform-origin .2s linear;
    -moz-transition: transform 2s linear, transform-origin .2s linear;
    -o-transition: transform 2s linear, transform-origin .2s linear;
    transition: transform 2s linear, transform-origin .2s linear;
}

#first-block #header-slider .slick-slide .bottom-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #f07d19;
    text-align: center;
    margin: 0 0
}

#first-block #header-slider .slick-slide .bottom-text p {
    margin: 5px 0 10px;
    color: #fff
}

.anourmous {
    background-color: #f8f8f8
}

.with-achievements {
    background-color: #fff
}

.with-achievements .achievement {
    position: relative;
    text-align: center;
    height: 276px;
    margin-bottom: 50px
}

.with-achievements .achievement h4 {
    font-size: 15px;
    color: #646464;
    line-height: 35px;
    margin-bottom: 15px
}

.with-achievements .achievement .additory-module {
    display: table;
    width: 100%;
    position: absolute
}

.with-achievements .achievement .additory-module div {
    padding-top: 50px
}

.with-achievements .achievement .additory-module div img {
    height: 100px;
    margin-bottom: 20px
}

.with-logotype {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 5
}

.navbar-toggle .bar1 {
    transition: .4s
}

.navbar-toggle .bar2 {
    transition: .4s
}

.navbar-toggle .bar3 {
    transition: .4s
}

.navbar-toggle:not(.collapsed) .bar2 {
    opacity: 0
}

.navbar-toggle:not(.collapsed) .bar1 {
    transform: rotate(-45deg) translate(-5px, 5px)
}

.navbar-toggle:not(.collapsed) .bar3 {
    transform: rotate(45deg) translate(-5px, -5px)
}



#bonuses {
    background-color: #4aa7f0;
    background-image: url(../img/bg-1.svg);
    background-size: cover;
    background-position: center
}

#bonuses ul {
    padding-left: 0
}

#bonuses ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 40px
}

#bonuses ul li:after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

#vps-vds p {
    font-size: 16px;
    line-height: 21px
}

#vps-vds .flexy {
    display: flex;
    align-items: center
}

#vps-vds .internal-module {
    padding: 40px 0
}

body.nasha-produkcija-page .dropdown-section .accordion .card {
    border-top: none;
    border-bottom: none
}

body.nasha-produkcija-page .dropdown-section .accordion .card-body {
    padding: 40px
}

body.nasha-produkcija-page .dropdown-section .accordion .card-body p {
    line-height: 32px;
    text-align: left
}

.dropdown-section .accordion .card {
    /*overflow: hidden;*/
    margin: 20px 0;
    margin-bottom: 50px;
    margin-top: 0;
    background-color: #eaeaea
}

.dropdown-section .accordion .card.card-inner {
    padding: 20px;
    margin: 0 -20px
}

@media(max-width:768px){
    .dropdown-section .accordion .card.card-inner {
        padding: 0px;
        margin: 0px
    }
    .cutting-types{
        margin-top:20px;
    }
}

.mltlngg_switcher{
    position: fixed;
    top: 55px;
    right: 0;
    z-index:9999999;
}
.mltlngg_switcher ul li{
    padding: 5px 10px !important;
}
.mltlngg_switcher ul li ul{
    left: 0;
}

.dropdown-section .accordion .card.card-inner a {
    color: #f07d19
}

.dropdown-section .accordion .card-inner-header {
    font-size: 18px;
    text-transform: uppercase
}

.dropdown-section .accordion .card-inner-header a[data-toggle=collapse][aria-expanded=false]:before {
    content: "+";
    position: absolute
}

.dropdown-section .accordion .card-inner-header a[data-toggle=collapse][aria-expanded=true]:before {
    content: "-";
    position: absolute
}

.dropdown-section .accordion .card-inner-header a div {
    padding-left: 22px;
    text-decoration: underline
}

.dropdown-section .accordion .card-inner-body {
    margin: 0 -20px;
    padding: 20px
}

.dropdown-section .accordion .card-inner-body table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #f07d19
}

.dropdown-section .accordion .card-inner-body table.with-bottom-tile {
    border-bottom: none
}

.dropdown-section .accordion .card-inner-body table th {
    background-color: #f07d19;
    color: #fff;
    padding: 10px;
    text-align: center;
    line-height: normal;
}

.dropdown-section .accordion .card-inner-body table tr {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #cecece
}

.dropdown-section .accordion .card-inner-body table td {
    padding: 20px
}

.dropdown-section .accordion .card .counter-container {
    padding: 8.5px 10px;
    border-radius: 30px;
    display: inline-block
}

.dropdown-section .accordion .card .counter-container input[type=text] {
    display: inline-block;
    width: 70px;
    margin: 0 10px;
    text-align: center
}

.dropdown-section .accordion .card .counter-container .compound {
    display: inline-block
}

.dropdown-section .accordion .card .counter-container .compound span {
    font-size: 14px
}

.dropdown-section .accordion .card .counter-container button {
    display: inline-block;
    width: 24px;
    background: #f07d19;
    color: #fff
}

.dropdown-section .accordion .card a[data-toggle=collapse][aria-expanded=true] .fa {
    transform: rotate(-90deg)
}

.dropdown-section .accordion .card a[data-toggle=collapse][aria-expanded=true] svg {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.dropdown-section .accordion .card a[data-toggle=collapse][aria-expanded=true] svg path {
    fill: #fff
}

.dropdown-section .accordion .card h4.mb-0 {
    text-transform: uppercase;
    padding: 13px;
    text-align: center;
    background-color: #f07d19;
    color: #fff;
    font-size: 25px;
    margin: 0
}

.dropdown-section .accordion .card-body {
    padding: 20px
}

.dropdown-section .accordion .card-body p {
    line-height: 45px;
    text-align: center
}

.dropdown-section .accordion .card-body p{
    text-align:left;
}

.dropdown-section .accordion .card-header .fa {
    float: right;
    transition: all .7s
}

.dropdown-section .accordion .trigger {
    position: relative;
    text-align: center;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    padding: 5px
}

.dropdown-section .accordion .trigger svg {
    margin: auto;
    padding: 5px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.cutting-requirements p a[aria-controls]:before{
    opacity:0;
}

.dropdown-section .accordion .cutting-requirements .card.card-inner {
    margin: auto;
    border-bottom: none;
    border-top: none;
    padding: 0
}

.dropdown-section .accordion .cutting-requirements .card-inner-header {
    font-size: 16px
}

.dropdown-section .accordion .cutting-requirements .card-inner-body {
    padding: 20px 0
}

.dropdown-section .accordion .cutting-requirements .card-inner-body ul {
    padding-left: 37px
}

.dropdown-section .accordion .cutting-requirements .card-inner-body ul li {
    color: #000;
    opacity: .5;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: justify;
}

#contact-form {
    background-color: #f8f8f8;
    min-height: 500px
}

#contact-form .the_title {
    color: #4aa7f0;
    margin-bottom: 10px
}

#contact-form .block__content {
    display: flex;
    align-items: center
}

#contact-form .block__content p {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    max-width: 400px
}

#contact-form .block__content .schedule {
    margin-top: 20px;
    color: #4aa7f0
}

#contact-form .schedule {
    color: #4aa7f0;
    font-size: 27px;
    line-height: 38px
}

#contact-form .contact-form {
    padding: 56px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    width: 480px;
    margin: 0 0 0 auto;
    position: absolute;
    top: -410px;
    right: 15px
}

#contact-form .contact-form .form__title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px
}

#contact-form .contact-form form .query_type input[type=radio] {
    display: none
}

#contact-form .contact-form form .query_type label {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    padding: 20px 5px 17px
}

#contact-form .contact-form form .query_type label.is_checked {
    padding: 20px 5px 17px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    color: #4aa7f0
}

#contact-form .contact-form form .input__holder {
    margin: 20px 0 30px
}

#contact-form .contact-form form .input__holder input {
    padding: 18px 15px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee
}

#contact-form .contact-form form input[type=submit] {
    width: 100%;
    text-transform: uppercase
}

@media (max-width:1300px) {
    #contact-form .contact-form {
        position: initial;
        padding: 26px;
        width: 430px
    }
}

#timer {
    background-color: #4aa7f0;
    background-image: url(../img/bg-1.svg);
    background-size: cover;
    background-position: center
}

#timer .the_title {
    max-width: 500px;
    margin-left: 0
}

#timer .dial-container {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: auto;
    height: 100px;
    float: left;
    width: 50%;
    cursor: default
}

#timer .dial-container.dial-container--hh {
    width: 120px
}

#timer .transitions-off * {
    transition: none!important
}

#timer .below-timer h4 {
    color: #fff;
    text-align: center;
    margin-top: 20px
}


@media (max-width:768px) {
    header .slick-dots {
        width: 100%
    }
    header .slick-arrow.slick-prev {
        left: 10%
    }
    header .slick-arrow.slick-next {
        right: 10%
    }
    .module {
        display: block
    }
    .module .internal-module {
        padding: 30px 0;
        display: block
    }
    .module.module_dark .button {
        width: 100%;
        margin: 10px auto
    }
    #location .internal-module {
        background-position: -290%;
        background-size: initial
    }
    #location .the_title {
        text-align: center
    }
    #contact-form .contact-form {
        padding: 15px;
        margin: auto;
        width: 100%;
        max-width: 400px
    }
    #contact-form .contact-form form .query_type label {
        text-align: center
    }
    #contact-form .block__content {
        display: block!important
    }
    #contact-form .block__content p {
        padding: 15px;
        margin: auto
    }
    #timer .dial-container.dial-container--hh {
        width: 35px
    }
    #timer .dial-container--hh span {
        min-width: 60px!important
    }
    #GBPS200 .flexy {
        display: block!important
    }
    #GBPS200 .button {
        width: 100%;
        margin-top: 20px
    }
    .values-list .value__grid .grid-cell:nth-child(2) {
        grid-template-columns: 100%!important
    }
    form .query_type {
        display: grid;
        grid-template-columns: 50% 50%
    }
    #bonuses ul {
        max-width: 400px;
        margin: auto
    }
    #bonuses ul li {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px
    }
    .with-achievements .achievement {
        height: auto
    }
    .with-achievements .achievement .additory-module {
        position: relative
    }
    .with-achievements .achievement .additory-module div {
        height: auto;
        text-align: center;
        padding-top: 10px
    }
    
}

.countdown {
    margin: 0 auto;
    max-width: 100%;
    min-height: 100px
}

.countdown .bloc-time {
    float: left;
    text-align: center
}

.countdown .bloc-time:last-child {
    margin-right: 0
}

.countdown .count-title {
    display: block;
    margin-bottom: 15px;
    font: normal .94em Lato;
    color: #1a1a1a;
    text-transform: uppercase
}

.countdown .figure {
    position: relative;
    float: left;
    height: 100px;
    width: 70px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #fff
}

.countdown .figure span {
    color: #4aa7f0
}

.countdown .figure:last-child {
    margin-right: 0
}

.countdown .figure>span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 70px;
    font-weight: 700;
    color: #4aa7f0
}

.countdown .figure .top {
    z-index: 3;
    background-color: #f7f7f7;
    transform-origin: 50% 100%;
    transform: perspective(200px);
    height: 50%;
    overflow: hidden;
    backface-visibility: hidden
}

.countdown .figure .top:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-color: #f7f7f7
}

.countdown .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.countdown .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.countdown .figure .bottom {
    z-index: 1
}

.countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, .02)
}

.countdown .figure .top-back {
    height: 50%;
    overflow: hidden;
    backface-visibility: hidden;
    z-index: 4;
    bottom: 0;
    background-color: #fff;
    transform-origin: 50% 0;
    transform: perspective(200px) rotateX(180deg)
}

.countdown .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width:1299px) {
    .countdown .figure {
        margin-right: 5px;
        margin-left: 5px;
        width: 50px
    }
}

@media (max-width:991px) {
    .countdown .figure {
        overflow: hidden;
        width: 50%;
        margin-left: 0;
        margin-right: 0
    }
}

#customers {
    background-color: #f8f8f8
}

#customers .slider .slick-dots {
    display: block;
    margin: 30px auto;
    text-align: center;
    padding-left: 0
}

#customers .slider .slick-dots li {
    display: inline-block;
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: #000;
    opacity: .5;
    margin: 0 10px;
    border-radius: 50%
}

#customers .slider .slick-dots li:focus {
    outline: 0
}

#customers .slider .slick-dots li:hover {
    outline: 0
}

#customers .slider .slick-dots li.slick-active {
    opacity: 1
}

#customers .slider .slick-dots li button {
    opacity: 0
}

#customers .slider .slide {
    margin: 10px
}

#customers .slider .slide:focus {
    outline: 0
}

#customers .slider .slide__inner {
    padding: 30px;
    background: #fff;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12)
}

#customers .slider .slide__inner .header {
    display: table
}

#customers .slider .slide__inner .header .position {
    color: #4da945
}

#customers .slider .slide__inner .header .avatar {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden
}

#customers .slider .slide__inner .header .personal__info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px
}

#customers .slider .slide__inner .feedback {
    margin-top: 15px
}

#pricing {
    background-color: #fff
}

#pricing .packages {
    display: grid
}

#pricing .packages .package {
    background-color: #fff;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .05);
    padding: 20px;
    width: 290px;
    margin: 20px auto;
    text-align: center;
    position: relative;
    padding-bottom: 80px
}

#pricing .packages .package .button__holder {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    margin: auto;
    display: inline-block
}

#pricing .packages .package .button__holder .button {
    padding: 15px 10px;
    display: inline-block;
    margin: 0 30px;
    width: calc(100% - 60px)
}

#pricing .packages .package.package-pro {
    background-color: #4aa7f0;
    background-image: url(../img/bg-1.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    height: calc(100% + 80px);
    margin-top: -40px
}

#pricing .packages .package.package-pro .package__price {
    color: #fff
}

#pricing .packages .package.package-pro .package__price p {
    color: #fff
}

#pricing .packages .package.package-pro .package__price span {
    color: #fff
}

#pricing .packages .package.package-pro .package__description {
    color: #fff
}

#pricing .packages .package.package-pro .package__title {
    color: #fff
}

#pricing .packages .package.package-pro .button {
    background-color: #fff;
    color: #4aa7f0
}

#pricing .packages .package__logo {
    height: 100px;
    display: flex;
    align-items: end
}

#pricing .packages .package__logo img {
    margin: auto
}

#pricing .packages .package__title {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0
}

#pricing .packages .package__price {
    margin: 40px 0
}

#pricing .packages .package__price span {
    color: #4aa7f0;
    font-size: 50px;
    line-height: 62px
}

#pricing .packages .package__description {
    margin: 60px 0
}

#pricing .packages .package__details .p-row {
    color: #fff;
    height: 30px
}

#pricing .packages .package__details .p-row span {
    color: #fff;
    font-size: 14px;
    line-height: 18px
}

#pricing .packages .package__details .p-row span:first-child {
    float: left
}

#pricing .packages .package__details .p-row span:last-child {
    float: right
}

@media (min-width:1280px) {
    #pricing .packages {
        grid-template-columns: 25% 25% 25% 25%
    }
}

@media (min-width:768px) and (max-width:1280px) {
    #pricing .packages {
        grid-template-columns: 50% 50%
    }
}

@media (max-width:1282px) {
    #pricing .packages .package.package-pro {
        margin-top: 0;
        height: unset
    }
}

#GBPS200 {
    background-color: #4e4e4e;
    color: #fff
}

#GBPS200 .flexy {
    display: flex;
    align-items: flex-start;
    align-content: flex-start
}

#GBPS200 .the_title {
    font-size: 38px;
    line-height: 60px;
    flex: auto;
    margin-bottom: 0
}

#GBPS200 .the_title span {
    font-size: 58px
}

#GBPS200 .button {
    background-color: #4aa7f0;
    color: #fff;
    flex: auto;
    padding-left: 35px;
    padding-right: 35px
}

#GBPS200 .statistiq-block {
    text-align: center
}

#GBPS200 .statistiq-block h2 {
    margin-bottom: 30px
}

#GBPS200 .statistiq-block .text {
    font-weight: 100
}

@media (max-width:767px) {
    #GBPS200 .the_title {
        font-size: 20px;
        line-height: 25px
    }
    #GBPS200 .the_title span {
        font-size: 25px;
        line-height: 25px
    }
}

.font-thin {
    font-weight: 100
}

.color-black{
    color:black !important;
}

.col-md-auto {
    display: inline-block;
   width: calc(100% / 5.1);
}



* {
    box-sizing: border-box
}

p {
    color: #6c6c6c
}

span {
    color: #6c6c6c
}

.slider {
    position: relative;
    min-width: 100%;
    width: 0;
    visibility: hidden
}

.slider.slick-initialized {
    visibility: visible
}

.slider:focus {
    outline: 0
}

.button {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    transition: all, .2s, ease
}

.button:hover {
    color: #fff!important;
    background: #4aa7f0
}

.button.button_trans {
    background-color: transparent!important;
    color: #fff!important;
    border: 1px solid #fff
}

.button:not(.light) {
    min-width: 220px;
    background-color: #4aa7f0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 19px 25px
}

.button:not(.light):hover {
    cursor: pointer;
    background-color: #2b92e4!important;
    text-decoration: none;
    transition: all .4s ease-in-out
}

a:focus {
    text-decoration: none!important
}

a:hover {
    text-decoration: none!important
}

img {
    max-width: 100%
}

.package__title {
    color: #000
}

.contacts a:first-of-type {
    margin-bottom: 15px;
    display: inline-block
}

.navbar .navbar-brand span {
    color: #4aa7f0
}

#benefits .slider .slide:focus {
    outline: 0
}

#benefits .slider .slide .additory-module img {
    margin-left: auto;
    margin-right: auto
}

#benefits .slider .slick-dots {
    display: block;
    margin: 30px auto;
    text-align: center;
    padding-left: 0
}

#benefits .slider .slick-dots li {
    display: inline-block;
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: #000;
    opacity: .5;
    margin: 0 10px;
    border-radius: 50%
}

#benefits .slider .slick-dots li:hover {
    outline: 0
}

#benefits .slider .slick-dots li:focus {
    outline: 0
}

#benefits .slider .slick-dots li.slick-active {
    opacity: 1
}

#benefits .slider .slick-dots li button {
    opacity: 0
}

form label {
    font-weight: 700;
    font-size: 16px
}

.contact-form .aslabel {
    font-weight: 700;
    font-size: 16px
}



.slick-arrow {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    font-size: 23px;
    color: #fff
}

.slick-arrow.slick-next {
    right: 15%
}

.slick-arrow.slick-prev {
    left: 65%
}

.slick-dots {
    width: 50%;
    margin-right: 0;
    text-align: center;
    margin-top: 20px
}

@media(max-width:768px){
    .slick-dots{
        width:100%;
    }
    .entry-content .images-grid img{
            object-fit: cover;
    }
}

.slick-dots li {
    display: inline-block;
    margin: 10px
}

.slick-dots li button {
    outline: 0;
    border: none;
    transition: all .5s;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .5
}

.slick-dots li button:focus {
    outline: 0
}

.slick-dots li.slick-active button {
    padding: 0 5px;
    opacity: 1
}

.slick-slide:focus {
    outline: 0
}





body.page-template-contacts-page .asLabel{
    color: #f07d30;
    font-weight: 500;
    margin-bottom: 0;
    text-align:center;
}
body.page-template-contacts-page .statistiq-block,
body.page-template-contacts-page .contact-socials{
    /*margin-top:30px;*/
    margin-top: 60px;
}
body.page-template-contacts-page .internal-module{
    padding-top:0;
}

@media (min-width:1101px){
    body.page-template-contacts-page .internal-module{
        padding-top:30px;
    }   
}

body.page-template-contacts-page .statistiq-block,
body.page-template-contacts-page .statistiq-block p{
    text-align:center;
}
body.page-template-contacts-page #section-map{
    height: 350px;
}
body.page-template-contacts-page .wpcf7-form-control-wrap{
    display:block;
}
body.page-template-contacts-page .wpcf7-form-control-wrap input,
body.page-template-contacts-page .wpcf7-form-control-wrap textarea{
    padding:10px;
    background: #eee;
    width:100%;
    border: 1px solid #f07d30;
}
body.page-template-contacts-page form label{
    display: block;
    font-size: 13px;
    color: #646464;
    font-weight: 300;
}
body.page-template-contacts-page .wpcf7-form-control-wrap textarea{
    max-height: 170px;
}
body.page-template-contacts-page form input[type="submit"]{
    background: #f07d30;
    padding: 10px 80px;
    color: white;
    margin: auto;
    display: block;
}
body.page-template-contacts-page #test-quiz{
    text-align: center;    
}
body.page-template-contacts-page #test-quiz span{
    display:inline-block;
}
body.page-template-contacts-page #test-quiz .wpcf7-form-control.wpcf7-quiz{
    width: 100px;
    padding: 0;
}
body.page-template-contacts-page #test-quiz .wpcf7-not-valid-tip{
    width: max-content;
    top: -30px;
}
body.page-template-contacts-page .entry-content a{
    color: black;
}
input[type="submit"]{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
input[type="submit"]:hover{
    background: #de6718 !important;
}
span.wpcf7-not-valid-tip {
    color: #fd6500 !important;
    font-size: 12px !important;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 0;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
    display:none !important;
}
.wpcf7-response-output.wpcf7-display-none{
    
}
.wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{

}
.wpcf7-form.sent .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    transition-delay: .5s;
    opacity:1;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 350px;
    height: auto;
    max-height: 70px;
    margin: auto;
    position: fixed;
    left: 0;
    text-align: center;
    background: #daffc3;
    border: none;
    font-weight: 300;
    color: #676767;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    -moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    -webkit-transition: all .44s cubic-bezier(.645,.05,.355,1);
    -o-transition: all .44s cubic-bezier(.645,.05,.355,1);
    transition: all .44s cubic-bezier(.645,.05,.355,1);
    
}





footer {
    background: #646464;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px
}

footer .footer-row {
    color: inherit;
    font-size: 14px;
    text-align: center;
    margin: 0 auto
}

footer .footer-row:before {
    content: "";
    position: relative;
    left: -10px;
    height: 15px;
    width: 15px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

footer .footer-row.location:before {
    background-image: url(../rezon/assets/marker-icon.svg)
}

footer .footer-row.schedule:before {
    background-image: url(../rezon/assets/clock-icon.svg)
}

footer .navbar {
    min-height: 1px
}

footer #payment-block {
    margin-top: 15px;
    display: flex;
    align-items: center
}

footer #payment-block>p {
    font-family: RajdhaniMedium;
    font-weight: 700
}

footer ._h4 {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px
}

footer .bottom-row {
    background: #f8f8f8
}

footer .no-top-margin {
    margin-top: 0!important
}

footer .no-bottom-margin {
    margin-bottom: 0!important
}

footer .with-margin {
    margin-top: 50px;
    margin-bottom: 50px
}

footer .with-margin .socials li:not(:first-of-type) {
    margin-left: 35px
}

footer .with-margin .socials li:not(:first-of-type):before {
    content: "";
    width: 20px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: 15px;
    margin-top: -4px
}

footer ul {
    list-style-type: none;
    padding: 0;
    text-align: left
}

footer ul li {
    font-weight: 400;
    padding: 3px 0;
    overflow: hidden
}

footer ul li:first-of-type {
    color: #fff;
    margin-bottom: 5px
}

footer ul li a {
    font-size: 16px;
    line-height: 21px;
    position: relative;
    color: #d8d8d8;
    transition: color .2s ease-out
}

footer ul li a:before {
    position: absolute;
    left: -100%;
    bottom: -4px;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #4aa7f0;
    transition: left .2s ease-out
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none
}

footer ul li a:hover:before {
    transition: left .2s ease-out;
    left: 0
}

footer .address {
    font-size: 20px;
    line-height: 26px;
    max-width: 300px;
    color: #fff;
    margin-bottom: 20px
}

footer .telephone {
    font-size: 18px!important
}

footer p {
    font-size: 14px
}

footer p.internal-title {
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 10px;
    padding: 8px 0
}

footer p:not([class]) {
    color: #fff;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 23px
}

footer form {
    position: relative;
    overflow: hidden;
    padding-right: 48px
}

footer form input.request-caller {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 48px;
    height: 48px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #4aa7f0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
    background-size: auto 12px;
    z-index: 2;
    transition: all .2s ease-out
}

footer form input.request-caller:hover {
    background-size: auto 14px;
    background-color: #2b92e4;
    animation: animate-background 2s infinite
}

footer form input:not(.request-caller) {
    height: 48px;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, .05);
    border-top: 1px solid #77797c;
    border-bottom: 1px solid #77797c;
    border-left: 1px solid #77797c;
    border-right: none;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #77797c
}

footer .internal-title.navbar {
    margin-bottom: 0
}

footer .contacts a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

footer .contacts a:hover {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

footer #payment-items .payment-item {
    padding: 5px 0 5px 5px
}

footer #payment-items .payment-item .inner {
    margin: auto
}



@media (min-width:768px) and (max-width:1099px) {
    .for-tablet {
        display: block
    }
}

@media(max-width:992px){
    .entry-content .images-grid img {
        /*object-fit: cover;*/
        margin-bottom: 20px;
        /*object-fit: scale-down;*/
    }
    header.module .internal-module .navigation-menu.mobile-menu{
        background:white;
        background: rgba(255, 255, 255, 0.98);
    }
    
    body.page-template-proizvodstvo .entry-content .images-grid img{
        height:auto !important;
    }
}

@media (max-width:768px) {
    #first-block #header-slider .slick-arrow{
        top: 35%;
        z-index: 9;
        font-size: 50px;
    }
    #first-block .slick-arrow.slick-next {
        right: 5%;
    }
    #first-block .slick-arrow.slick-prev {
        left: 5%;
    }
    .dropdown-section .accordion .card-inner-body table td {
        padding: 15px
    }
    .dropdown-section .accordion .cutting-requirements .card-inner-body ul{
        padding-left:20px;
    }
    .dropdown-section .accordion .cutting-requirements .card-inner-body{
        margin:0;
    }
    
    body.page-template-contacts-page .entry-content{
        padding-top: 50px;
    }
    
    body.reklamnoye-proizvodstvo .with-achievements .images-grid div {
        margin-bottom: 20px
    }

    #first-block #header-slider {
        /*min-height: calc(100vh - 50px);*/
        height: 220px;
        min-height: auto;
    }
    #first-block #header-slider .slick-dots li button{
        display:none;
    }
    .entry-content {
        padding-top: 60px
    }
    
    table ~ p{
        margin-top:15px !important;
    }
    
    /*body p:first-of-type {*/
    /*    margin: 15 0 15px*/
    /*}*/
    
    body p{
        margin: 15px 0 15px
    }
    
    body.home .entry-content {
        padding-top: 50px
    }
    .entry-content p,
    body.nasha-produkcija-page .dropdown-section .accordion .card-body p{
        text-align:justify;
    }
    
    .the_title {
        font-size: 22px;
        line-height: 25px;
        margin: 0 auto 30px;
        text-align: center!important
    }
    body.home-page .module:not(#first-block) p{
        /*text-align:left;*/
    }
    .table-title {
        text-align: left;
         margin-top: 0;
    }
    
    .for-mobile {
        display: initial
    }
    .flex-col-reversed-mobile {
        flex-direction: column-reverse
    }
    .padding-l-0 {
        padding-left: 15px!important
    }
    .padding-r-0 {
        padding-right: 15px!important
    }
    .padding-r-30 {
        padding-right: 15px!important
    }
    .padding-40 {
        padding: 20px 0
    }
    .gray-block h2 {
        font-size: 21px;
        font-weight: 400
    }
    .gray-block ul li {
        font-size: 17px;
        font-weight: 300
    }
    hr {
        margin: 10px!important;
        height: 0
    }
    hr.hr--large {
        margin: 20px auto !important;
    }
    

    
    
    body.page-template-proizvodstvo hr, body.page-template-proizvodstvo hr.hr--large{
        display:none;
    }
    body.page-template-proizvodstvo .entry-content .sub-title-wrapper{
        margin-bottom:20px;
        margin-top:30px;
    }
    
    body.page-template-nasha-produkciya hr, body.page-template-nasha-produkciya hr.hr--large{
        display:none;
    }
    body.page-template-nasha-produkciya .entry-content .sub-title-wrapper{
        margin-top:40px;
    }
    
    
    .entry-content .sub-title.labeled{
        width:100%;
    }
    
    .entry-content .sub-title.labeled.right-to-left {
        text-align: center;
    }
    .entry-content img {
        /*margin: 20px auto;*/
        margin-top: 0;
    }
    .entry-content .thumbnail-image img {
        margin: 0
    }
    .entry-content .images-grid img {
       margin-top:0;
    }
    body.nasha-produkcija-page .the_title {
        text-align: center!important
    }
    body.nasha-produkcija-page .dropdown-section .accordion .card-body {
        padding: 15px
    }
    body.nasha-produkcija-page .dropdown-section .accordion .card-body>div {
        padding-left: 0!important;
        padding-right: 0!important
    }
    body.nasha-produkcija-page .dropdown-section .accordion .card-inner-header {
        display: none
    }
    body.nasha-produkcija-page .dropdown-section .accordion .card-inner-body {
        overflow-x: auto
    }
    body.nasha-produkcija-page .dropdown-section .accordion .card-inner-body table td {
        font-size: 11px
    }
    body.nasha-produkcija-page .lightbox-structure p:after {
        content: none
    }
    .entry-content .sub-title.labeled.right-to-left{
        float:unset;
    }
    .dropdown-section .accordion .card-body p {
        text-align: left
    }
    .cutting-requirements {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .dropdown-section .cutting-requirements  .card-inner-header{
        display:block !important;
    }
    body.cutting-page .dropdown-section .accordion .card-inner-body {
        padding: 15px
    }
    body.cutting-page table.dimension-tab tr th:nth-child(3),
    body.cutting-page table.dimension-tab tr th:nth-child(4) {
        display: none
    }
    body.cutting-page table.dimension-tab tr td:nth-child(3),
    body.cutting-page table.dimension-tab tr td:nth-child(4) {
        display: none
    }
    
    .dropdown-section .accordion .card-inner-body table th{
        padding:5px;
        font-weight: 400;
        line-height: normal;
    }
    .table-tile p, .table-tile span{
        font-size: 16px;
        line-height: normal;
    }
    
    .entry-content .sub-title{
        text-align:center;
    }
    
    .with-margin-bottom20-sm{
        margin-bottom:20px;
    }
    
    .lightbox-structure > p{
        
    }
    .lightbox-structure > p:before{
        content: "";
        position:absolute;
        left:0;
    }
    .lightbox-structure > p:nth-child(1):before{
        content: "1";
    }
    .lightbox-structure > p:nth-child(2):before{
        content: "2";
    }
    .lightbox-structure > p:nth-child(3):before{
        content: "3";
    }
    .lightbox-structure > p:nth-child(4):before{
        content: "4";
    }
    .lightbox-structure > p{
        padding-left:20px;
        position:relative;
    }
    .marker{
        position:absolute;
        background: #f07d30;
        width: 20px;
        color: white;
        text-align: center;
        height: 20px;
        border-radius: 50%;
    }
    .marker.marker-acril{
        top: 10%;
        left: 10%;
    }
    .marker.marker-poster{
        top: 35%;
        left: 10%;
    }
    .marker.marker-acril-prov{
        top: 55%;
        left: 10%;
    }
    .marker.marker-alumin{
        top: 76%;
        left: 10%;
    }
    
    
    .entry-content .sub-title-wrapper {
        display: block;
        width: 100%;
    }
    
    body.page-template-contacts-page .wpcf7-form-control-wrap textarea {
        max-height: 80px;
    }
}


@media(max-width:320px){
    header.module .internal-module .navigation-menu.mobile-menu #navbar.in .telephone-block.for-tablet a{
        font-size: 14px;
    }
}



/* Video */
#myVideo, body.home .slider video {
  position: static;
  right: 0;
  bottom: 0;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
}




