/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/*.tm-isblog {
    overflow: hidden;
}*/
.tm-block-bottom-b {
    background: url("../images/fon-02.jpg") 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.tm-block-bottom-b .uk-grid + .uk-grid, 
.tm-block-bottom-b .uk-grid-margin, 
.tm-block-bottom-b .uk-grid > * > .uk-panel + .uk-panel {
	margin-top: 0;
}
/*.uk-container-center p {
    text-align: justify;
}*/
.tm-navbar-container {
    margin-top: -25px;
}
.tm-block-top-b p {
    display: none;
}
.tm-navbar {
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
    background: rgb(134,21,35);
    background: linear-gradient(0deg, rgba(134,21,35,1) 0%, rgba(182,24,25,1) 100%);
}
@media (min-width: 1220px) {
    .uk-sticky-placeholder .tm-navbar .uk-container {
      max-width: 100%;
      padding: 0 45px;
    }
    .uk-container {
        max-width: 1170px;
        padding: 0 35px;
    }
}
.red-logo img {
    height: 74px;
    padding: 10px 0 8px 0;
}
.red-logo p {
    margin: 0;
}
.uk-flex-small-menu {
	display: none;
    padding-left: 56px;
}
.uk-flex-small-menu a {
    font-family: Verdana, "sans-serif";
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
}
.uk-navbar-nav {
	float: right;
}
.uk-navbar-nav > li > a {
	font-family: Verdana, "sans-serif";
    font-size: 17px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 1) !important;
    text-transform: uppercase;
}
.header {
    background: url("../images/head-bg-n.jpg") 0 0 no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.header-left {
    width: 45%;
}
.header-left img {
    max-height: 830px;
    margin: 20px 0 0 25px;
}
.header-right {
    position: relative;
    width: 55%;
    padding-left: 0;
}
.header-right-top {
    position: relative;
    padding-top: 40px;
}
.header-right-top h2 {
    padding: 15px 0;
    font-family: Verdana, "sans-serif";
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #e4160a
}
.header-right-top sup {
    font-size: 30%;
    top: -1.5em;
}
.header-right-top p {
    padding: 5px 0 0 8px;
    font-family: Verdana, "sans-serif";
    font-size: 1.04vw;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #000;
    text-align: left;
}
.header-right-bottom {
    position: absolute;
    left: 0;
    bottom: 15px;
}
.header-right-bottom p {
    padding: 5px 70px 0 8px;
    /*font-family: Verdana, "sans-serif";*/
    font-family: "Calibri";
    font-size: 1.2vw;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0.7px;
    text-align: justify;
    color: #000
}
.block-technology h2 {
    margin: 40px 0;
    padding: 15px 0;
    font-family: Verdana, "sans-serif";
    font-size: 2.5vw;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background: rgb(134,21,35);
    background: linear-gradient(0deg, rgba(134,21,35,1) 0%, rgba(182,24,25,1) 100%);
}
.block-target {
    padding-top: 60px;
}
.block-technology p,
.block-target p {
    font-family: Verdana, "sans-serif";
    font-size: 1.3vw;
    line-height: 1.8vw;
    padding-bottom: 20px;
    color: #000
}
.block-slider-top,
.block-slider-bottom {
    margin: 30px 0;
}
/*.block-slider-top .swiper-container div.swiper-slide {
	margin-right: 80px !important;
}*/
/*#sliderck175 .swiper-img-cont {
	margin: 0 40px;
}*/
/*.swiper-button-prev {
	left: 15%;
    background: url("../images/prev.png") 0 0 no-repeat;
    background-size: contain;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 15%;
    background: url("../images/next.png") 0 0 no-repeat;
    background-size: contain;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 0.2;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #083C5F;
;
}
.swiper-container {
	overflow: visible;
}
.swiper-pagination-fraction, 
.swiper-pagination-custom, 
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: -55px;
}
.swiper-button-prev, 
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	z-index: 10;
	cursor: pointer;
    /*border: 1px solid #333;
    border-radius: 50%;
}
/*.swiper-slide-prev:before,
.swiper-slide-next:before,
.swiper-slide-duplicate-prev:before,
.swiper-slide-duplicate-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
}
.swiper-wrapper {
	padding-left: 35px;
}
.swiper-slide:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
}*/
.block-three .swiper-slide-active {
	margin-top: -22px;
	height: 120%;
	max-height: 120%;
	flex-shrink: 0;
}
.block-three .swiper-slide-active:before,
.block-ten-slider .swiper-slide-active:before {
	background: rgba(255,255,255,0);
}
.block-slider-top li.uk-slide-before .uk-panel:before,
.block-slider-top li.uk-slide-after .uk-panel:before,
.block-slider-bottom li.uk-slide-before .uk-panel:before,
.block-slider-bottom li.uk-slide-after .uk-panel:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}
.uk-slidenav-position .uk-slidenav {
	display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #333;
    border-radius: 50%;
    background: #eee;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -30px;
}
.uk-slidenav-position .uk-slidenav-previous {
	left: 20%;
}
.uk-slidenav-position .uk-slidenav-next {
	right: 20%;
}
.uk-slidenav-previous:before {
	line-height: 50px;
    padding-right: 5px;
    color: #333;
}
.uk-slidenav-next:before {
	line-height: 50px;
    color: #333;
}
.block-warning {
    margin: 20px 0;
    padding: 60px;
    font-family: Verdana, "sans-serif";
    font-size: 1vw;
    line-height: 1.2vw;
    letter-spacing: 0.5px;
    text-align: justify;
    color: #000;
    background: #fefee6;
    border: 6px solid #FD0206;
}
.block-warning h3 {
    font-family: Verdana, "sans-serif";
    font-size: 2vw;
    line-height: 2vw;
    color: #000;
    text-align: center;
}
.block-application h2 {
    margin: 40px 0;
    padding: 15px 0;
    font-family: Verdana, "sans-serif";
    font-size: 2.5vw;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background: rgb(134,21,35);
    background: linear-gradient(0deg, rgba(134,21,35,1) 0%, rgba(182,24,25,1) 100%);
}
.block-application h4 {
    font-family: Verdana, "sans-serif";
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 2vw;
    color: #000
}
.block-application h3 {
    margin: 40px 0;
    padding: 15px 0;
    font-family: Verdana, "sans-serif";
    font-size: 1.1vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: rgb(134,21,35);
    background: linear-gradient(0deg, rgba(134,21,35,1) 0%, rgba(182,24,25,1) 100%);
}
.block-application li {
    font-family: Verdana, "sans-serif";
    font-size: 1vw;
    color: #000;
    padding-bottom: 10px;
}
.block-member {
    padding-top: 50px;
}
.block-member p {
    font-family: Arial, "sans-serif";
    font-size: 32px;
    color: #000;
    margin-bottom: 50px;
}
.block-member p span:nth-child(1) {
    font-size: 2.6vw;
}
.block-member sup {
	font-size: 50%;
    top: -1em;
}
.block-member ul {
    padding-bottom: 45px;
}
.block-member li {
    font-family: Arial, "sans-serif";
    font-size: 1.3vw;
    line-height: 1.6vw;
    color: #000;
    padding-bottom: 10px;
}
.block-metod h2 {
    margin: 40px 0 0 0;
    padding: 15px 0;
    font-family: Verdana, "sans-serif";
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: rgb(134,21,35);
    background: linear-gradient(0deg, rgba(134,21,35,1) 0%, rgba(182,24,25,1) 100%);
}
.block-metod h2 sup {
    font-size: 40%;
    top: -1em;
}
.block-tools h2 {
    margin: 10px 0 40px 0;
    padding: 15px 0;
    font-family: Verdana, "sans-serif";
    font-size: 2.2vw;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background: rgb(134,21,35);
    background: linear-gradient(0deg, rgba(134,21,35,1) 0%, rgba(182,24,25,1) 100%);
}
.block-tools p,
.block-tools li {
	font-family: Verdana, "sans-serif";
	font-size: 1.3vw;
	line-height: 2vw;
	color: #000;
}
.block-spiral h3,
.block-context h3 {
    margin: 40px 0;
    padding: 15px 0;
    font-family: Verdana, "sans-serif";
    font-size: 1.5vw;
    text-align: center;
    color: #DB0205;
}
.block-spiral p,
.block-context p {
	font-family: Verdana, "sans-serif";
	font-size: 1.3vw;
	line-height: 2vw;
	color: #000;
}
.block-slider-bottom li .uk-panel {
    min-height: 600px;
}
.tm-block-main {
    position: relative;
}
/*.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
	content: "\e905";
    font-family: 'Luna';
	left: 10px;
	right: auto;
}*/
.tm-main-top > .uk-row-first {
    background: url("../images/hi-tech-3d-1.jpg") 35px 0 no-repeat;
}
.first-screen {
    background: url("../images/home-bg.png") 35% 0 no-repeat;
    background-size: contain;
    margin-top: 130px;
}
.first-screen .uk-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.first-screen .uk-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 0;
}
.first-screen .uk-left-1 {
    margin-top: 40%;
    margin-bottom: 3%;
}
.first-screen .uk-left-2 {
    margin-bottom: 3%;
}
.first-screen .uk-left-3 {
    margin-bottom: 9%;
}
.first-screen .uk-right-1,
.first-screen .uk-right-2,
.first-screen .uk-right-3 {
    margin-right: 10%;
}
.first-screen .uk-right-1 {
    margin-top: 8%;
}
.first-screen .uk-right-1 h2 {
    font-family: Verdana, "sans-serif";
    font-size: 3.6vw;
    line-height: 4.3vw;
    color: #fff;
    text-shadow: 1px 1px 7px black, 0 0 1em black;
}
.first-screen .uk-right-2 {
    margin-top: 15%;
}
.first-screen .uk-right-2 .uk-right-txt-1 {
    font-family: Verdana, "sans-serif";
    font-size: 36px;
    color: red;
    margin-bottom: 10px;
} 
.first-screen .uk-right-2 .uk-right-txt-2 {
    font-family: Verdana, "sans-serif";
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-shadow: 1px 1px 7px black, 0 0 1em black;
} 
.first-screen .uk-right div {
    text-align: right;
}
.first-screen .uk-right-3 {
    margin-top: 20%;
}
.first-screen .uk-right-3 a {
    padding: 16px 50px;
    font-family: Verdana, "sans-serif";
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to bottom, #B3292A, #8E282B);
    border-radius: 32px;
}
.first-screen .uk-left-top {
    font-size: 3.9vw;
    line-height: 4vw;
    color: #E42722;
    font-weight: 800;
    padding-left: 7%;
}
.first-screen .uk-left-bottom {
    display: flex;
    justify-content: flex-start;
}
.first-screen .uk-left-bottom > div {
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.3vw;
    background: #0B3E79;
    padding: 7px 7% 7px 7%;
    color: #fff;
}
.first-screen .uk-left-top-1 {
    font-size: 3vw;
    line-height: 3.5vw;
    color: #E42722;
    font-weight: 800;
    padding-left: 10%;
}
.first-screen .uk-left-bottom-1 {
    font-size: 1.5vw;
    line-height: 2vw;
    font-weight: 700;
    padding-left: 10%;
}
.red-bg h3 {
    margin-bottom: 30px;
    color: #fff;
}
h2.red-bg {
    padding: 15px 0;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #B6292A, #8D282B);
    color: #fff;
    text-align: center;
    font-family: Arial, "sans-serif";
    font-size: 2.5vw;
    font-weight: normal;
    letter-spacing: 1.5px;
}
h2.capitalize {
    text-transform: capitalize;
    font-size: 3.9vw;
}
h2.capitalize sup {
    font-size: 40%;
    top: -1em;
}
h3.red-bg {
    padding: 15px 0;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #B6292A, #8D282B);
    color: #fff;
    text-align: center;
    font-family: Arial, "sans-serif";
    font-size: 1.3vw;
    line-height: 1.8vw;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.no-bg {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    color: #000;
}
.no-bg .no-bg-left {
    width: 60%;
}
.no-bg .no-bg-right {
    width: 40%;
}
.no-bg2 h2 {
    text-align: center;
}
.uk-right-4-txt {
    display: block;
    width: 40%;
    margin: 50px auto;
    padding: 16px 50px;
    font-family: Verdana, "sans-serif";
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to bottom, #B3292A, #8E282B);
    border-radius: 32px;
}
/*.control-group-all {
    display: flex;
    justify-content: flex-start;
}
.control-group-all .formControls,
.rsform-block-button .formControls {
    margin-left: 10px;
}
.control-group-all .control-group {
    margin-bottom: 10px;
}
.control-group input {
    height: 32px !important;
	min-height: 32px !important;
    width: 300px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.control-group input:active,
.control-group input:focus {
    background: #fff;
    border: 1px solid #000;
}
.rsform-block-button .rsform-submit-button {
    height: 32px;
    line-height: 12px;
    padding: 0 50px;
    width: 50%;
    margin-left: 150px;
}
.all-contacts #userForm h2,
.all-contacts .control-group label,
.last-form label {
    display: none;
}
.all-contacts .control-group.rsform-block-rassylka .formControls label,
.last-form .control-group.rsform-block-rassylka .formControls label {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    padding: 0;
    margin: 0;
}
.all-contacts .control-group.rsform-block-rassylka .formControls label {
    color: #000 !important;
}
.all-contacts .control-group.rsform-block-rassylka .formControls label input {
    height: 20px;
    width: 20px;
    margin: 0 10px;
}
.last-form .control-group.rsform-block-rassylka .formControls label input {
    height: 20px;
    width: 20px;
    margin: 0 10px 0 70px;
}*/
.no-bg3 {
    padding: 30px;
}
.no-bg2,
.no-bg3,
.no-bg2 p {
    color: #000;
}
.no-bg3 h3 {
    margin-bottom: 50px;
    font-size: 28px;
    color: #B6292A;
    text-align: center;
}
.bg-red2 {
    display: flex;
    justify-content: flex-start;
    padding: 50px;
    background: linear-gradient(to bottom, #B3292A, #8E282B);
    color: #fff;
}
.bg-red2-left {
    width: 60%;
}
.bg-red2-right {
    width: 40%;
}
.bg-red2-left h2 {
    color: #fff;
}
.bg-red2-left-top {
    margin-top: 13%;
    padding: 0;
    font-family: Verdana, "sans-serif";
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}
.bg-red2-left-bottom {
    margin-top: 13%;
    padding: 0;
    font-family: Verdana, "sans-serif";
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}
.bg-red2-right h3 {
    color: #fff;
    margin-bottom: 15%;
}
.bg-red2-right .formControls {
    margin-left: 0;
}
.bg-red2-right .formControls input {
    background-color: #8E282B;
    color: #fff;
    border: 1px solid #fff;
}
.bg-red2-right .rsform-submit-button {
    height: 42px;
    padding: 16px 56px;
    font-family: Verdana, "sans-serif";
    font-size: 18px;
    line-height: 2px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to bottom, #B3292A, #8E282B);
    border-radius: 32px;
    border-color: #fff;
}
.hexagon-all {
    position: relative;
    height: 100vh;
    background: url("../images/uik_bg.jpg") 50% 50% no-repeat;
    z-index: 2;
}
.hexagon-all .uik-logo {
    position: absolute;
    margin: auto;
    top: -60px;
    right: 0;
    bottom: 0;
    left: 10px;
    height: 509px;
    width: 450px;
    background: url("../images/uik-logo.jpg") 50% 50% no-repeat;
    padding-left: 0;
}
.uk-left-hexagon-1,
.uk-left-hexagon-2,
.uk-left-hexagon-3,
.uk-right-hexagon-1,
.uk-right-hexagon-2,
.uk-right-hexagon-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    position: absolute;
    z-index: 10;
}
.uk-left-hexagon-1 {
    top: 12%;
    left: 4%;
    width: 270px;
    height: 250px;
    background: url("../images/drawing-blue-r.svg");
    background-size: contain;
    color: #63A9B7;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
.uk-left-hexagon-1:hover {
    background: url("../images/drawing-white-r.svg");
    background-size: contain;
    color: #fff;
}
.uk-left-hexagon-2 {
    top: 45%;
    left: 3%;
    width: 350px;
    height: 300px;
    background: url("../images/drawing-blue-r.svg");
    background-size: contain;
    color: #63A9B7;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
.uk-left-hexagon-2:hover {
    background: url("../images/drawing-red-r.svg");
    background-size: contain;
    color: #ff0000;
}
.uk-left-hexagon-3 {
    top: 62%;
    left: 18%;
    width: 420px;
    height: 370px;
    background: url("../images/drawing-blue-r.svg");
    background-size: contain;
    color: #63A9B7;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
.uk-left-hexagon-3:hover {
    background: url("../images/drawing-yellow-r.svg");
    background-size: contain;
    color: #ffff00;
}
.uk-right-hexagon-1 {
    top: 6%;
    right: 18%;
    width: 350px;
    height: 310px;
    background: url("../images/drawing-blue-r.svg");
    background-size: contain;
    color: #63A9B7;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
.uk-right-hexagon-1:hover {
    background: url("../images/drawing-white-r.svg");
    background-size: contain;
    color: #fff;
}
.uk-right-hexagon-2 {
    top: 28%;
    right: 2%;
    width: 400px;
    height: 360px;
    background: url("../images/drawing-blue-r.svg");
    background-size: contain;
    color: #63A9B7;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
.uk-right-hexagon-2:hover {
    background: url("../images/drawing-green-r.svg");
    background-size: contain;
    color: #00ff66;
}
.uk-right-hexagon-3 {
    top: 62%;
    right: 14%;
    width: 420px;
    height: 370px;
    background: url("../images/drawing-blue-r.svg");
    background-size: contain;
    color: #63A9B7;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
.uk-right-hexagon-3:hover {
    background: url("../images/drawing-orange-r.svg");
    background-size: contain;
    color: #ff6600;
}
.tm-footer {
    display: none;
}
.tm-main-bottom {
    margin-top: 0 !important;
}
.new-land {
    margin-top: -35px;
}
.new-land-head {
    position: relative;
}
.new-land-head-top {
    position: absolute;
    top: 0;
    right: 0;
}
.new-land-head-top h2 {
    margin-top: 35px;
    margin-bottom: 8px;
    padding: 0 75px 0 0;
    font-family: Arial, "sans-serif";
    font-weight: 900;
    font-size: 74px;
    color: #E4160A;
    letter-spacing: 1px;
    text-align: right;
    text-transform: capitalize;
}
.new-land-head-top sup {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 45px;
    right: 50px;
	font-size: 38%;
	line-height: 0;
	vertical-align: super;
    box-sizing: border-box;
}
.new-land-head-top h2 a {
    color: #000;
}
.new-land-head-top p {
    padding: 22px 85px 0 0;
    font-family: Arial, "sans-serif";
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 22px;
    letter-spacing: 1.46px;
    text-align: right;
    margin: 0;
}
.new-land-head-top p.head-red {
    padding: 0 85px 0 0;
    color: #E4160A;
}
.new-land-head-top h3 {
    padding: 0 55px 20px 0;
    font-family: Arial, "sans-serif";
    font-size: 36px;
    font-weight: 800;
    color: #e11500;
    letter-spacing: 0.3px;
    line-height: 36px;
    margin: 0;
}
.new-land-head-top h3 a {
    color: #e11500;
}
.new-land-head-middle {
    position: absolute;
    top: 34%;
    right: 0;
    padding: 5px 55px 0 0;
    font-family: Arial, "sans-serif";
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    color: #000;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: right;
}
.new-land-head-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
}
.new-land-head-bottom1,
.new-land-head-bottom2 {
    justify-content: flex-end;
}
.new-land-head-bottom1 {
    margin-top: 0;
    margin-left: 0;
}
.new-land-head-bottom1 .uk-width-1-3 {
    width: 23%;
    padding-left: 0;
    font-family: Arial, "sans-serif";
    font-size: 70px;
    font-weight: 900;
    line-height: 72px;
    color: #e11500;
    text-align: center;
}
.new-land-head-bottom .new-land-head-bottom2 {
    margin-top: 0;
    margin-left: 0;
    background: -moz-linear-gradient(left,  rgba(157,22,28,1) 0%, rgba(157,22,28,1) 81%, rgba(157,22,28,0.95) 82%, rgba(157,22,28,0) 100%); 
    background: -webkit-linear-gradient(left,  rgba(157,22,28,1) 0%,rgba(157,22,28,1) 81%,rgba(157,22,28,0.95) 82%,rgba(157,22,28,0) 100%); 
    background: linear-gradient(to left,  rgba(157,22,28,1) 0%,rgba(157,22,28,1) 81%,rgba(157,22,28,0.95) 82%,rgba(157,22,28,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D161C', endColorstr='#9D161C',GradientType=0 ); /* IE6-9 */

}
.new-land-head-bottom2 .uk-width-1-3 {
    width: 23%;
    padding: 4px 0;
    font-family: Arial, "sans-serif";
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 25px;
    letter-spacing: 1.5px;
    text-transform: lowercase;
}
.lleft-head-bg {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 3%;
}
.lleft-head-bg img {
    max-height: 523px;
}
.new-land-menu {
    display: flex;
}
.new-land-logo {
    width: 15%;
}
.new-land-logo img {
    width: 118px;
    margin: 20px 30px 15px 30px;
}
.new-land-menu-txt {
    width: 100%;
}
.new-land-menu-txt ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.new-land-menu-txt ul li {
    padding: 0;
    font-family: Arial, "sans-serif";
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 76px;
    letter-spacing: 1px;
    color: #444;
}
.new-land-menu-txt ul li:first-child {
    padding-left: 20px;
}
.new-land-menu-txt ul li:last-child {
    padding-right: 25px;
}
.new-land-grey-block {
    background: #dadada;
    color: #000;
    padding: 15px 55px 10px 55px;
}
.new-land-grey-block p {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-top: 0;
    margin-bottom: 0;
}
.new-land-grey-block ul {
    margin: 10px 0 30px 20px;
}
.new-land-grey-block li {
    font-family: Arial, "sans-serif";
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 1px;
}
.new-land-grey-block a {
    display: block;
    width: 27%;
    margin: 10px auto 10px auto;
    background: #E4160A;
    padding: 12px 20px;
    font-family: Arial, "sans-serif";
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 26px;
}
.new-land-grey-block-1 {
    background: #dadada;
    color: #000;
}
.new-land-grey-block-top {
    padding-bottom: 27px;
}
.new-land-grey-block-bottom {
    padding: 15px 55px 30px 55px;
}
.new-land-grey-block-bottom p {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-top: 0;
    margin-bottom: 10px;
}
.new-land-white-block {
    padding: 30px 20px;
}
.new-land-white-block .uk-width-1-4 {
    position: relative;
}
.new-land-white-block .white-block-1,
.new-land-white-block .white-block-2,
.new-land-white-block .white-block-3,
.new-land-white-block .white-block-4 {
    padding-left: 0;
}
.new-land-white-block .white-block-img img {
    display: block;
    width: 70%;
    margin: 0 auto;
}
.new-land-white-block .white-block-txt {
    padding-top: 30px;
    text-align: center;
    position: relative;
}
.new-land-white-block .white-block-1 .white-block-txt:after,
.new-land-white-block .white-block-2 .white-block-txt:after,
.new-land-white-block .white-block-3 .white-block-txt:after {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 2px;
    height: 100%;
	background: -moz-linear-gradient(top, rgba(228,22,10,0) 0%, rgba(228,22,10,0.95) 31%, rgba(228,22,10,1) 32%, rgba(228,22,10,1) 71%, rgba(228,22,10,0.95) 72%, rgba(228,22,10,0) 100%);
	background: -webkit-linear-gradient(top, rgba(228,22,10,0) 0%, rgba(228,22,10,0.95) 21%, rgba(228,22,10,1) 22%, rgba(228,22,10,1) 81%, rgba(228,22,10,0.95) 82%, rgba(228,22,10,0) 100%);
	background: linear-gradient(to top, rgba(228,22,10,0) 0%, rgba(228,22,10,0.95) 21%, rgba(228,22,10,1) 22%, rgba(228,22,10,1) 81%, rgba(228,22,10,0.95) 82%, rgba(228,22,10,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444d54', endColorstr='#00444d54',GradientType=0 );
}
.white-block-txt .white-block-top {
    padding-bottom: 30px;
}
.white-block-1 .white-block-txt .white-block-top,
.white-block-4 .white-block-txt .white-block-top {
    font-family: Arial, "sans-serif";
    font-weight: 900;
    font-size: 62px;
    color: #E4160A;
}
.white-block-2 .white-block-txt .white-block-top,
.white-block-3 .white-block-txt .white-block-top {
    font-family: Arial, "sans-serif";
    font-weight: 900;
    font-size: 48px;
    color: #444d54;
}
.white-block-1 .white-block-txt .white-block-bottom,
.white-block-4 .white-block-txt .white-block-bottom {
    font-family: Arial, "sans-serif";
    font-weight: 500;
    font-size: 22px;
    color: #E4160A;
}
.white-block-2 .white-block-txt .white-block-bottom,
.white-block-3 .white-block-txt .white-block-bottom {
    font-family: Arial, "sans-serif";
    font-weight: 500;
    font-size: 22px;
    color: #444d54;
}
.new-land-white-block h2 {
    width: 100%;
    margin: 40px 0 18px 0;
    font-family: Arial, "sans-serif";
    font-size: 54px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #DF241B;
}
.new-land-white-block h4 {
    margin: 0 0 5px 59px;
    font-family: Arial, "sans-serif";
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.new-land-white-block ul {
    margin: 0 0 60px 40px;
    font-family: Arial, "sans-serif";
    font-size: 22px;
    color: #444;
}
.new-land-white-block li {
    margin-bottom: 6px;
    letter-spacing: 1.5px;
}
.new-land-white-block p {
    margin: 0 0 32px 0;
    list-style: none;
    font-family: Arial, "sans-serif";
    font-size: 24px;
    color: #444;
    line-height: 30px;
}
.new-land-grey-block3 {
	background: #dadada;
    padding: 40px 50px;
}
.new-land-grey-block3 ol {
    padding-top: 10px;
}
.new-land-grey-block3 li {
    line-height: 34px;
}
.new-land-grey-block3 p {
    line-height: 32px;
}
.new-land-grey-block3 p,
.new-land-grey-block3 li {
	font-family: Arial, "sans-serif";
	font-size: 24px;
	color: #000;
}
.new-land-grey-block3 span {
	font-family: Arial, "sans-serif";
	font-size: 28px;
	color: #E4160A;
}
.new-land-white-block-2 {
    padding: 30px;
}
.new-land-white-block-2 h3 {
    font-family: Arial, "sans-serif";
	font-size: 26px;
    font-weight: 700;
	color: #E4160A;
    text-align: center;
}
.new-land-white-block-2 p {
    font-family: Arial, "sans-serif";
	font-size: 24px;
	color: #000;
    text-align: center;
}
.new-land-white-block-2 span {
	font-family: Arial, "sans-serif";
	font-size: 28px;
	color: #E4160A;
}
.new-land-spiral-block {
    padding: 20px;
    background: #dadada;
}
.new-land-spiral-block p {
    font-family: Arial, "sans-serif";
	font-size: 20px;
	color: #E4160A;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.new-land-white-block-3 {
    padding: 30px;
}
.new-land-white-block-3 h3 {
    font-family: Arial, "sans-serif";
	font-size: 26px;
    font-weight: 700;
	color: #E4160A;
}
.new-land-white-block-3 p {
    font-family: Arial, "sans-serif";
	font-size: 24px;
	color: #000;
}
.new-land-white-block-3 h2 {
	margin-bottom: 0;
	padding: 0;
	font-family: Arial, "sans-serif";
	font-size: 54px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	color: #DF241B;
}
.new-land-red-block {
    background: -moz-linear-gradient(top, #B52A2A, #8E2A2A);
    background: -webkit-linear-gradient(top, #B52A2A,#8E2A2A);
    background: -o-linear-gradient(top, #B52A2A,#8E2A2A);
    background: linear-gradient(top, #B52A2A,#8E2A2A);
}
.new-land-red-block-all {
    display: flex;
    justify-content: flex-start;
}
.new-land-red-block-left {
    width: 65%;
    padding: 15px 0 15px 50px;
    
}
.new-land-red-block-left h3 {
    font-family: Arial, "sans-serif";
    font-size: 22px;
    color: #fff;
    line-height: 28px;  
    margin: 5px 0 0 5px;
}
.new-land-red-block-left p {
    font-family: Arial, "sans-serif";
    font-size: 22px;
    color: #fff;
    line-height: 28px;  
    margin: 5px 0 0 5px;
}
.new-land-red-block ul {
    margin: 5px 0;
    padding-bottom: 20px;
    font-family: Arial, "sans-serif";
    font-size: 22px;
    color: #fff;
}
.new-land-red-block li {
    margin-bottom: 3px;
}
.new-land-red-block ul.first-block {
    margin-bottom: 0;   
}
/*.new-land-red-block-right {
    width: 35%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}*/
.new-land-red-block-right-new {
    padding: 50px 60px 10px 60px;
    font-family: Arial, "sans-serif";
    font-size: 22px;
    color: #fff;
}
.new-land-red-block-right-new h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.new-land-red-block-right-new p {
    line-height: 28px;
}
.new-land-red-block-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-land-red-block-right a {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 26px;
    font-family: Arial, "sans-serif";
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #444;
    padding: 14px 20px;
}
.new-land-screamer-block {
    display: flex;
    justify-content: flex-start;
}
.new-land-screamer-block-left img {
    height: 90px;
    margin: 35px 0 0 40px;
}
.new-land-screamer-block-right {
    margin: 30px 0 0 15px;
}
.new-land-screamer-block1 {
    font-family: Arial, "sans-serif";
    font-size: 22px;
    font-weight: bold;
    color: #444;
    padding-bottom: 15px;
    border-bottom: 2px solid red;
    margin-bottom: 15px;
}
.new-land-screamer-block2 {
    text-align: right;
}
.new-land-screamer-block2 p {
    margin: 0 0 5px 0;
    font-family: Arial, "sans-serif";
    font-size: 19px;
    font-style: italic;
    color: #444;
}
.new-land-whitetxt-block .whitetxt-block-first  {
    margin: 30px 40px;
    padding: 20px;
    border: 3px solid #DF241B;
}
.new-land-whitetxt-block .whitetxt-block-first h4  {
    color: #000;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.new-land-whitetxt-block .whitetxt-block-first p  {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.new-land-whitetxt-block h2 {
    margin-bottom: 0;
    padding: 5px 0 30px 0;
    font-family: Arial, "sans-serif";
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #DF241B;
}
.whitetxt-block-second .new-land-whitetxt-right {
    padding-left: 0;
    font-family: Arial, "sans-serif";
    font-size: 20px;
    color: #444;
    line-height: 34px;
}
.whitetxt-block-second .new-land-whitetxt-right h4 {
    padding-top: 5px;
    font-family: Arial, "sans-serif";
    font-size: 24px;
    font-weight: 900;
    color: #000;
    text-align: center;
}
.whitetxt-block-second .new-land-whitetxt-right ul {
    padding: 20px 100px 0 100px;
}
.whitetxt-block-second .new-land-whitetxt-right li {
    padding-bottom: 20px;
}
.new-land-red-line {
    padding: 20px 100px;
    background: #DF241B;
    font-family: Arial, "sans-serif";
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.new-land-red-line1,
.new-land-red-line4 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Arial, "sans-serif";
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.new-land-red-line1 {
    margin-left: 55px;
}
.new-land-red-line2,
.new-land-red-line3 {
    position: relative;
    width: 150px;
}
.new-land-red-line2 img,
.new-land-red-line3 img {
    position: absolute;
}
.new-land-red-line2 img {
    width: 68px;
    top: 5px;
    left: 45px;
}
.new-land-red-line3 img {
    height: 100px;
    width: 100px;
    top: -22px;
}
.new-land-img-line {
    margin-top: 40px;
    max-height: 347px;
    overflow: hidden;
}
.img-line-last {
    padding-left: 0;
}
.new-land-grey-block2 {
    padding: 30px 0 20px 0;
    background: #ececec;
}
.new-land-grey-block2 h4 {
    padding-left: 55px;
    font-family: Arial, "sans-serif";
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #000;
}
.new-land-grey-block2 h4 span:first-child {
    line-height: 30px;
    font-size: 32px;
}
.new-land-grey-block2 h4 .under-color {
    border-bottom: 2px solid #DF241B;
}
.new-land-grey-block2 ul {
    margin: 30px 0 30px 55px;
    font-family: Arial, "sans-serif";
    font-size: 24px;
    color: #000;
}
.new-land-grey-block2 li {
    margin-bottom: 5px;
}
.red-line-02 h2 {
    padding-top: 6px;
    font-family: Arial, "sans-serif";
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.red-line-02 h2 sup {
    font-size: 40%;
    top: -1em;
}
.new-land-timetable-block {
    padding-top: 35px;
    padding-bottom: 35px;
}
.new-land-timetable-block .uk-width-1-3 {
    text-align: center;
}
.new-land-timetable-block h3 {
    font-family: Arial, "sans-serif";
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #DF241B;
}
.new-land-timetable-block ul {
    list-style: none;
    text-align: left;
    padding-left: 60px;
}
.new-land-timetable-block p,
.new-land-timetable-block li {
    font-family: Arial, "sans-serif";
    font-size: 24px;
    color: #444;
}
.new-land-timetable-block a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px 20px;
    background: -moz-linear-gradient(top, #B52A2A, #8E2A2A);
    background: -webkit-linear-gradient(top, #B52A2A,#8E2A2A);
    background: -o-linear-gradient(top, #B52A2A,#8E2A2A);
    background: linear-gradient(top, #B52A2A,#8E2A2A);
    font-family: Arial, "sans-serif";
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 34px;
}
.new-land-outlet-block {
    padding-top: 60px;
}
.new-land-outlet-block h3 {
    padding-top: 15px;
    font-family: Arial, "sans-serif";
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #DF241B;
    text-transform: uppercase;
    text-align: center;
}
.new-land-outlet-block p {
    font-family: Arial, "sans-serif";
    font-size: 24px;
    line-height: 32px;
    text-align: justify;
    color: #444;
}
.new-land-contact-block {
    margin: 0;
    padding: 30px 40px;
    /*background: rgb(134,21,35);
    background: linear-gradient(0deg, rgba(134,21,35,1) 0%, rgba(182,24,25,1) 100%);*/
    background: #555;
    box-sizing: border-box;
}
.new-land-contact-block h2 {
    margin-bottom: 60px;
    font-family: Arial, "sans-serif";
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.new-land-contact-block h3 {
    font-family: Arial, "sans-serif";
    font-size: 26px;
    color: #fff;
    margin-bottom: 50px;
}
.new-land-contact-block p {
    font-family: Arial, "sans-serif";
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}
.rsform-block-rassylka,
.rsform-block-phone4 {
    margin-bottom: 0 !important;
}
.footer-ico {
    margin-top: 40px;
}

.copyright a {
    font-size: 20px;
    color: #fff;
}
/*.new-land-contact-block p.first-child {
    margin: 10px 0;
}*/
.new-land-contact-block .form-horizontal .controls,
.uk-modal-txt .controls {
	margin-left: 0;
}
.new-land-contact-block form h2 {
    display: none;
}
.new-land-contact-block .rsform-block-name1 .control-label,
.new-land-contact-block .rsform-block-phone4 .control-label,
.new-land-contact-block .rsform-block-rassylka .control-label {
    display: none;
}
.new-land-contact-block .controls label {
    color: #fff;
}
.new-land-contact-block .controls #rassylka0 {
    height: 32px;
    width: 32px;
    margin: 0 10px 0 0;
}
.new-land-contact-block .control-group input {
    display: block;
	height: 20px;
	min-height: 20px;
	width: 400px;
	border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-left: 15px;
}
.new-land-contact-block .control-group input:active,
.new-land-contact-block .control-group input:focus {
    background: #fff;
}
.new-land-contact-block .rsform-submit-button {
    display: block;
	width: 420px;
	border: none;
    color: #444;
    background: #fff;
}
.tm-block-bottom-a {
    padding-top: 0;
    padding-bottom: 0;
}
.tm-block-bottom-a p {
    margin: 0;
    padding: 0;
}
.uk-modal-dialog {
    max-width: 360px;
}
.uk-modal-txt h3 {
    color: #871513;
    text-align: center;
}
.uk-modal-txt .rsform-submit-button {
    width: 314px;
}
.uk-modal-txt form,
.uk-modal-txt fieldset,
.uk-modal-txt .rsform-block-button1 {
    margin: 0 0 5px 0;
}
.totop {
    position: fixed;
    bottom: 30px;
    left: 30px;
}
.totop img {
    height: 60px;
    width: 60px;
}
.to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 3;
}
.to-top img {
    height: 60px;
    width: 60px;
}
/********biz-dok**********/
.bdoc-container {
    margin-top: 30px;
    background: url(../images/bdoc/bd-bg-04.jpg);
    padding-bottom: 60px;
}
.bdoc-header {
    background: url(../images/bdoc/bd-bg-02.png);
    background-size: cover;
    text-align: right;
}
.bdoc-header h2 {
    padding: 70px 50px 0 0;
    font-family: Arial, "sans-serif";
    font-size: 70px;
    font-weight: bold;
    color: #009746;
}
.bdoc-header h3 {
    padding: 23px 53px 0 0;
    font-family: Arial, "sans-serif";
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 1.7px;
    color: #fff;
}
.bdoc-header p {
    padding: 20px 50px 37px 0;
    font-family: Arial, "sans-serif";
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3.3px;
    color: #fff;
	text-align: right;
}
.bdoc-main {
    position: relative;
}
.bdoc-main img {
    position: absolute;
    bottom: 0;
    left: 3%;
}
.bdoc-main-txt {
    padding: 20px 50px 40px 90px;
    font-family: Arial, "sans-serif";
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    text-align: justify;
    color: #000;
}
.bdoc-main-txt p {
    margin-bottom: 25px;
}
.bdoc-main-txt a {
    display: block;
    width: 52%;
    margin: 30px auto;
    padding: 30px 40px;
    font-family: Arial, "sans-serif";
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: #009746;
    border-radius: 40px;
    color: #fff;
}
.bdoc-video {
    padding: 75px 0 150px 0;
    background: url(../images/bdoc/bd-bg-03-s.png);
    background-size: cover;
}
.bdoc-video .uk-margin {
	margin-bottom: 0;
}
.vidos-all {
    background: #000;
}
.bdoc-footer {
    padding: 80px 0;
}
.bdoc-footer-left img {
    width: 80%;
    padding-left: 40px;
}
.bdoc-footer-right img {
    width: 70%;
    padding-right: 40px;
    float: right;
}
/******end biz-dok********/
.row-fluid .span12 .rsform-block-captcha {
	margin-bottom: 10px;
}
.rsform-block-captcha .control-label {
	display: none;
}
/*#g-recaptcha-42 > div {
	margin: 15px 0 0 40px;
}*/
.new-year {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1000;
}
.new-year img {
    width: 260px;
}
.feb {
  	display: none;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 1000;
}
.feb img {
    width: 250px;
}
.mar {
	display: none;
    position: absolute;
    top: 120px;
    left: 30px;
    z-index: 1000;
}
.mar img {
    width: 150px;
}
.may {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 1000;
}
.may img {
    width: 150px;
}
.jun {
	display: none;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 1000;
}
.jun img {
    width: 150px;
}
.vmf {
    display: none;
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 1000;
}
.vmf img {
    width: 150px;
}
.ny_24 {
	display: none;
    position: absolute;
    top: 87px;
    left: 0;
    z-index: 1000;
}
.ny_24 img {
    width: 247px;
}
.may1 {
    display: none;
    position: absolute;
    top: 50px;
    left: -300px;
    z-index: 1000;
}
.may1 img {
    width: 200px;
}
/*********new-diz-metod***********/
.tm-block-top-c {
	margin-top: -24px;
	background: url(../images/all-bg.jpg) top left no-repeat;
}
.tm-top-c .uk-container {
	max-width: 1220px;
	padding: 0;
}
.tm-top-c .uk-sticky-placeholder .tm-navbar .uk-container {
	position: relative;
	max-width: 1220px;
	padding: 45px 0 0 0;
}
.tm-top-c .uk-sticky-placeholder .uk-navbar-nav > li > a {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	color: #252525 !important;
	text-transform: none;
}
.tm-top-c .uk-sticky-placeholder .uk-navbar-nav > li:nth-child(5) > a {
	color: #BB473E !important;
}
.tm-top-c .uk-sticky-placeholder .tm-navbar {
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgba(255,255,255,0);
}
.tm-top-c .uk-sticky-placeholder .red-logo {
	margin-top: -12px;
}
.tm-top-c .uk-sticky-placeholder .red-logo img {
	height: 53px;
	padding: 0;
}
.tm-top-c .uk-sticky-placeholder .uk-navbar-nav > li {
	margin: 0 12px;
}
.tm-top-c .top-button {
	margin-top: -8px;
	/*position: absolute;
	top: 35px;
	right: 12px;
	text-align: right;
	display: flex;
	justify-content: flex-end;*/
}
.tm-top-c .top-button a {
	display: block;
	width: 155px;
	height: 35px;
	border-radius: 8px;
	background: #083C5F;
	color: #fff;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	box-sizing: border-box;
	text-align: center;
}
.tm-top-c .uk-sticky-placeholder .uk-navbar-nav {
	padding-top: 45px;
}
.tm-top-c .block-one h1 {
	padding-top: 170px;
	font-family: Inter;
	font-size: 75px;
	font-weight: 900;
	line-height: 91px;
	letter-spacing: 0em;
	color: #C0433A;
}
.tm-top-c .block-one p {
	font-family: Inter;
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0em;
	color: #252525;
}
.tm-top-c .no-margin {
	padding-left: 0;
}
.tm-top-c .no-margin img {
	display: block;
	height: 100%;
}
.tm-top-c .block-two {
	padding-top: 119px;
}
.tm-top-c .block-two-left {
	position: relative;
}
.tm-top-c .block-two-left img {
	position: absolute;
	top: 5px;
	RIGHT: 50px;
	display: block;
	width: auto;
	max-width: none;
	height: auto;
}
.tm-top-c .block-two-right {
	padding-left: 0;
}
.tm-top-c .block-two-right h2 {
	margin-top: 0;
	font-family: Inter;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0em;
	color: #C0433A;
	text-transform: none;
}
.tm-top-c .block-two-right h3 {
	margin: 0;
	font-family: Inter;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	color: #252525;
	text-transform: none;
}
.tm-top-c .block-two .block-two-right-top {
	margin-top: 25px;
}
.tm-top-c .block-two .block-two-right-top .uk-width-medium-1-4 {
	padding-left: 0;
}
.tm-top-c .block-two-right-top h3 {
	font-family: Inter;
	font-size: 20px;
	font-weight: 800;
	line-height: 23.48px;
	color: #C0433A;
}
.tm-top-c .block-two .block-two-right-top .uk-width-medium-1-4 p {
	font-family: Inter;
	font-size: 15px;
	font-weight: 700;
	line-height: 18.15px;
	text-transform: uppercase;
	color: #252525;
}
.tm-top-c .block-two-right p {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	color: #252525;
}
.tm-top-c .block-two-right .uk-grid {
	padding-top: 0;
	padding-left: 35px;
}
.tm-top-c .uk-width-medium-1-1 {
	width: 97%;
	padding: 15px;
	background: #f2f2f2;
	border-radius: 6px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.tm-top-c .block-two-right .uk-grid .uk-width-medium-1-2 {
	width: 48%;
	margin: 0 10px 10px 0;
	padding: 15px;
	background: #f2f2f2;
	border-radius: 6px;
	box-sizing: border-box;
}
.tm-top-c .block-two-right .uk-grid h4 {
	font-family: Inter;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	color: #252525;
}
.tm-top-c .block-two-right .block-two-right-top > h4 {
	display: none;
}
.tm-top-c .block-two-right .uk-grid p {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	color: #252525;
}
.tm-top-c .swiper-button-prev, 
.tm-top-c .swiper-button-next {
	display: none;
}
.tm-top-c .block-three {
	padding-top: 100px;
}
.tm-top-c .four-bg {
	background: #efefef;
	margin-top: 130px;
	padding-bottom: 80px;
}
.tm-top-c .block-four-left {
	padding-top: 65px;
}
.tm-top-c .block-four-left h3 {
	font-family: Inter;
	font-size: 30px;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: 0em;
	color: #C0433A;
}
.tm-top-c .block-four-left .uk-grid {
	padding-right: 15px;
}
.tm-top-c .block-four-left .uk-width-medium-1-2 {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	color: #252525;
}
.tm-top-c .block-four-left .uk-width-medium-1-2:first-child {
	padding-right: 40px;
}
.tm-top-c .block-four-left .uk-width-medium-1-2 span {
	font-weight: 600;
}
.tm-top-c .block-four-left-top {
	padding: 40px 0;
	margin-bottom: 40px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color: #252525;
	border-bottom: 4px solid #C0433A;
	box-sizing: border-box;
}
.tm-top-c .block-four-left-top img {
	width: 135px;
	padding: 0 10px 0 0;
	float: left;
	box-sizing: border-box;
}
.tm-top-c .block-four-right {
	position: relative;
}
.tm-top-c .block-four-right img {
	position: absolute;
	top: 0px;
	left: 55px;
	display: block;
	width: auto;
	max-width: none;
	height: auto;
}
.tm-top-c .left-bg {
	position: absolute;
	top:22%;
	left: 0;
}
.tm-top-c .right-bg {
	position: absolute;
	top:22%;
	right: 0;
}
.tm-top-c .block-five-bg {
	padding-top: 20px;
}
.tm-top-c .block-five-left .red,
.tm-top-c .block-five-right .red {
	border: 5px solid #C0433A;
	border-radius: 6px;
	margin-bottom: 20px;
}
.tm-top-c .block-five-left .blue,
.tm-top-c .block-five-right .blue {
	border: 5px solid #5C94B2;
	border-radius: 6px;
	margin-bottom: 20px;
	position: relative;
}
.tm-top-c .block-five-left .red,
.tm-top-c .block-five-left .blue {
	padding: 20px 20px 23px 20px;
}
.tm-top-c .block-five-right .red,
.tm-top-c .block-five-right .blue {
	padding: 20px;
}
.tm-top-c .block-five-left .red,
.tm-top-c .block-five-left .blue,
.tm-top-c .block-five-right .red,
.tm-top-c .block-five-right .blue {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	color: #252525;
}
.tm-top-c .block-five-left .red h3,
.tm-top-c .block-five-left .blue h3,
.tm-top-c .block-five-right .red h3,
.tm-top-c .block-five-right .blue h3 {
	font-family: Inter;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	color: #252525;
	text-transform: none;
}
.tm-top-c .star:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/five-star.png) top left no-repeat;
	background-size: cover;
	position: absolute;
	top: 10px;
	right: 10px;
}
.tm-top-c .block-six-bg {
	position: relative;
	margin-top: 90px;
}
.tm-top-c .block-six-bg img {
	position: absolute;
	top: 0px;
	left: -30px;
	display: block;
	width: auto;
	max-width: none;
	height: auto;
}
.tm-top-c .block-six-right {
	padding-left: 90px;
	padding-top: 85px;
}
.tm-top-c .block-six-right h3 {
	padding-bottom: 35px;
	margin-bottom: 25px;
	border-bottom: 2px solid #C0433A;
	font-family: Inter;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	color: #C0433A;
}
.tm-top-c .block-six-right p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	color: #252525;
}
.tm-top-c .block-seven {
	padding-top: 235px;
}
.tm-top-c .block-seven h3 {
	font-family: Inter;
	font-size: 30px;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: 0em;
	color: #C0433A;
}
.tm-top-c .block-seven h4 {
	margin-top: 40px;
	font-family: Inter;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #252525;
}
.tm-top-c .block-seven-top {
	justify-content: space-between;
	margin-left: 0;
	margin-top: 26px;
	height: 70px;
}
.tm-top-c .block-seven-top p {
	padding: 0 20px 0 20px;
	margin-top: 12px;
	font-family: Inter;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0em;
	color: #252525;
}
.tm-top-c .block-seven-top .uk-width-medium-2-10 {
	width: 25%;
	margin-right: 20px
}
.tm-top-c .block-seven-top .uk-width-medium-3-10 {
	width: 30%;
	margin-right: 20px
}
.tm-top-c .block-seven-top .uk-width-medium-5-10 {
	width: 40%;
}
.tm-top-c .block-seven-top .uk-width-medium-2-10,
.tm-top-c .block-seven-top .uk-width-medium-3-10,
.tm-top-c .block-seven-top .uk-width-medium-5-10 {
	display: flex;
	border-radius: 6px;
	background: #fff;
	padding-left: 0;
}
.tm-top-c .block-seven-middle {
	width: 99%;
	margin: 0 auto;
	height: 91px;
	margin-top: 30px;
	border-radius: 6px;
	background: #083C5FF7;
}
.tm-top-c .block-seven-middle-txt {
	width: 50%;
	margin: 0 auto;
	padding-top: 25px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	color: #fff;
}
.tm-top-c .block-seven-bottom .uk-grid {
	justify-content: space-between;
}
.tm-top-c .block-seven-bottom h4 {
	padding-top: 20px;
	color: #9E3028;
}
.tm-top-c .block-seven-bottom h5 {
	padding-top: 12px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0em;
}
.tm-top-c .block-seven-bottom .uk-width-medium-2-10 {
	width: 27%;
	padding-left: 33px;
}
.tm-top-c .block-seven-bottom .uk-width-medium-3-10 {
	width: 30.5%;
	padding-left: 15px;
}
.tm-top-c .block-seven-bottom .uk-width-medium-5-10 {
	width: 40%;
	padding-left: 15px;
}
.tm-top-c .block-seven-txt {
	position: relative;
	min-height: 420px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
}
.tm-top-c .block-seven-txt p {
	padding-right: 10px;
	font-family: Inter;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0em;
	color: #252525;
}
.tm-top-c .block-seven-txt a {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 160px;
	height: 44px;
	border-radius: 5px;
	background: #083C5F;
	color: #fff;
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0em;
	text-transform: none;
}
.tm-top-c .block-seven-bottom .uk-width-medium-2-10 a {
	bottom: -72px;
}
.tm-top-c .block-seven-bottom .uk-width-medium-3-10 a {
	bottom: -132px;
}
.tm-top-c .block-seven-bottom .uk-width-medium-5-10 a {
	bottom: -42px;
}
.tm-top-c .block-eight {
	padding-top: 117px;
}
.tm-top-c .block-eight h3 {
	font-family: Inter;
	font-size: 30px;
	font-weight: 900;
	line-height: 36px;
	letter-spacing: 0em;
	color: #083C5F;
}
.tm-top-c .block-eight .uk-grid {
	padding-left: 35px;
}
.tm-top-c .block-eight .uk-width-medium-1-4 {
	width: 23%;
	margin-right: 25px;
	padding-left: 0;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 8px solid #d9d9d9;
}
.tm-top-c .block-eight .uk-width-medium-1-4:last-child {
	margin-right: 0;
}
.tm-top-c .block-eight .uk-width-medium-1-4 h2 {
	font-family: Inter;
	font-size: 40px;
	font-weight: 900;
	line-height: 49px;
	letter-spacing: 0em;
	text-align: center;
	color: #B53F36;
	text-transform: none;
}
.tm-top-c .block-eight .uk-width-medium-1-4 p {
	margin-top: 0;
	font-family: Inter;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #083C5F;
}
.tm-top-c .block-nine-bg {
	padding: 65px 0 50px 0;
	margin-top: 30px;
	background: #efefef;
}
.tm-top-c .block-nine h3 {
	font-family: Inter;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	color: #C0433A;
}
.tm-top-c .block-nine-bg .block-nine-top {
	margin-top: 45px;
	margin-bottom: 15px;
	height: 156px;
	background: #083C5FF7;
	border-radius: 6px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	color: #fff;
}
.tm-top-c .block-nine-txt {
	display: flex;
	width: 62%;
	margin: 0 auto;
	padding-top: 40px;
}
.tm-top-c .block-nine-txt img {
	display: block;
	height: 60px;
	margin: 10px 20px 0 0;
}
.tm-top-c .block-nine-txt p {
	margin: 0;
}
.tm-top-c .block-nine-bottom {
	margin-left: 0;
	justify-content: space-between;
}
.tm-top-c .block-nine-bottom .uk-width-medium-1-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 49.3%;
	margin-bottom: 15px;
	padding-left: 0;
	background: #fff;
	border-radius: 6px;
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;
	color: #000;
}
.tm-top-c .block-nine-bottom .uk-width-medium-1-2:nth-child(2n+1) {
	margin-right: 15px;
}
.tm-top-c .block-ten-long {
	position: relative;
	padding: 70px 0 90px 0;
	margin-top: 60px;
	border-top: 4px solid #B53F36;
	border-bottom: 4px solid #B53F36;
}
.tm-top-c .block-ten-long .block-ten-head {
	position: absolute;
	top: -20px;
	left:0;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Inter;
	font-size: 30px;
	font-weight: 900;
	line-height: 36px;
	letter-spacing: 0em;
	color: #083C5F;
}
.tm-top-c .block-ten-long .block-ten-head h3 {
	width: 608px;
	margin: 0 auto;
	font-family: Inter;
	font-size: 30px;
	font-weight: 900;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: left;
	color: #083C5F;
	background: #fff;
}
.tm-top-c .block-ten-slider {
	width: 1090px;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0 80px 0;
}
.tm-top-c .block-ten-slider .swiper-pagination {
	bottom: -85px;
}
.tm-top-c .block-ten-slider .swiper-slide-active {
	height: 125%;
	margin-top: -50px;
}
.tm-top-c .block-eleven h3 {
	margin-top: 25px;
	margin-bottom: 0;
	font-family: Inter;
	font-size: 30px;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: 0em;
	color: #C0433A;
}
.tm-top-c .block-eleven .block-eleven-top {
	margin-top: 30px;
	margin-bottom: 15px;
	height: 132px;
	background: #083C5FF7;
	border-radius: 6px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0em;
	color: #fff;
}
.tm-top-c .block-eleven-txt {
	display: flex;
	width: 82%;
	margin: 0 auto;
	padding-top: 30px;
}
.tm-top-c .block-eleven-txt img {
	display: block;
	height: 65px;
	margin: 5px 20px 0 0;
}
.tm-top-c .block-eleven-txt p {
	margin: 0;
}
.tm-top-c .block-eleven .block-eleven-middle {
	margin-top: 33px;
	background: #efefef;
	border-radius: 6px;
}
.tm-top-c .block-eleven .uk-width-medium-2-4 {
	position: relative;
}
.tm-top-c .block-eleven .quote-top {
	display: none;
	height: 12px;
	width: 12px;
	background: url(../images/quote-01.png) top left no-repeat;
	position: absolute;
	top: 76px;
	left: 15px;
	color: #349037;
}
.tm-top-c .block-eleven .quote-bottom {
	display: none;
	height: 12px;
	width: 12px;
	background: url(../images/quote-02.png) top left no-repeat;
	position: absolute;
	bottom: 90px;
	right: 10px;
	color: #349037;
}
.tm-top-c .block-eleven .uk-width-medium-2-4 p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	color: #252525;
}
.tm-top-c .block-eleven .uk-width-medium-2-4 h4 {
	padding-top: 33px;
	font-family: Inter;
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
	letter-spacing: 0em;
	color: #349037;
}
.tm-top-c .block-eleven .uk-width-medium-1-4 {
	position: relative;
}
.tm-top-c .block-eleven .uk-width-medium-1-4 h5 {
	padding-top: 33px;
	padding-right: 30px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: right;
	color: #252525;
}
.tm-top-c .block-eleven .uk-width-medium-1-4 a {
	position: absolute;
	bottom: 90px;
	right: 30px;
	height: 41px;
	width: 149px;
	background: #349037;
	border-radius: 6px;
	color: #fff;
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0em;
	text-transform: none;
	text-align: center;
}
.tm-top-c .block-eleven .block-eleven-bottom > div {
	width: 90%;
	margin: 0 auto;
	padding-top: 35px;
}
.tm-top-c .block-eleven .uk-slidenav-position .uk-slidenav {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 40%;
	z-index: 1;
	margin-top: -30px;
	border: none;
	border-radius: 0;
}
.tm-top-c .block-eleven .uk-slidenav-position .uk-slidenav-previous {
	left: -50px;
	background: url(../images/el-arrow-02.png) top left no-repeat;
}
.tm-top-c .block-eleven .uk-slidenav-position .uk-slidenav-next {
	right: -50px;
	background: url(../images/el-arrow-01.png) top left no-repeat;
}
.tm-top-c .block-eleven .uk-slidenav-previous::before {
	display: none;
}
.tm-top-c .block-eleven .uk-slidenav-next::before {
	display: none;
}
.tm-top-c .block-eleven .block-eleven-bottom .uk-panel-teaser {
	margin-bottom: 0;
}
.tm-top-c .block-eleven .block-eleven-bottom * + .uk-margin {
	margin-top: 5px;
}
.tm-top-c .block-eleven .block-eleven-bottom p {
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0em;
	color: #252525;
}
.block-eleven-mob {
	display: none;
}
.tm-top-c .block-twelve-bg {
	background: #9E3028;
}
.tm-top-c .block-twelve {
	padding: 40px 0;
}
.tm-top-c .block-twelve .block-flex {
	display: flex;
	align-content: center;
	align-items: center;
}
.tm-top-c .block-twelve .block-flex h2 {
	margin-bottom: 0;
	font-family: Inter;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0em;
	color: #fff;
}
.tm-top-c .block-twelve .block-flex h3 {
	margin-bottom: 0;
	font-family: Inter;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	color: #fff;
}
.tm-top-c .block-twelve .block-flex img {
	padding: 0 15px;
}
.tm-top-c .block-twelve .uk-button-top {
	display: block;
	margin-bottom: 5px;
	width: 183px;
	height: 38px;
	border-radius: 9px;
	background: #fff;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: center;
	color: #252525;
}
.tm-top-c .block-twelve .uk-button-bottom {
	display: block;
	width: 183px;
	height: 38px;
	border-radius: 9px;
	background: #691812;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
}
.tm-top-c .block-twelve-bg-mob {
	display: none;
}
.tm-top-c .block-thirteen-bg {
	background: #062C46;
	padding: 25px 0
}
.tm-top-c .block-thirteen-left h4 {
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0em;
	color: #fff;
}
.tm-top-c .uk-row-first .uk-panel:last-child,
.tm-top-c .uk-row-first .uk-panel > p,
.block-thirteen-bg > p,
.block-twelve-bg > p {
	margin: 0;
}
.tm-top-c .block-thirteen-left .uk-button-top {
	display: block;
	width: 163px;
	height: 40px;
	margin-bottom: 15px;
	border-radius: 11px;
	background: #376A8D;
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
}
.tm-top-c .block-thirteen-right p {
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0em;
	color: #fff;
	text-align: right;
}
.tm-top-c .block-thirteen-right .footer-phone {
	display: flex;
	justify-content: flex-end;
	padding: 15px 0;
}
.tm-top-c .block-thirteen-right .footer-phone img {
	display: block;
	height: 35px;
	width: 35px;
	margin-left: 20px;
	box-sizing: border-box;
}
.tm-top-c .block-thirteen-right a {
	display: block;
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: right;
	color: #fff;
}
.tm-top-c .block-thirteen-right .phones {
	width: 120px;
}
.tm-top-c .block-thirteen-right .phones p {
	margin: 0;
}
.tm-top-c .block-thirteen-middle img {
	padding: 10px 0 0 135px;
}
.tm-top-c .block-thirteen-mob {
		display: none;
}
.nonmobile {
	display: none;
}
#modal-7 .uk-modal-dialog {
	width: 700px;
	max-width: 700px;
	border-radius: 20px;
}
#modal-7 .uk-modal-dialog h2 {
	font-family: Inter;
	font-size: 32px;
	font-weight: 800;
	line-height: 34px;
	text-align: left;
	color: #276972;
	text-transform: none;
}
#modal-7 .uk-modal-dialog h3 {
	font-family: Inter;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-align: left;
	color: #252525;
	text-transform: none;
}
#modal-7 .all-contacts h2 {
	display: none;
}
#modal-7 .all-contacts .control-group {
	display: flex;
	justify-content: flex-start;
}
#modal-7 .all-contacts .control-label {
	width: 30%;
	color: #252525;
	font-family: Inter;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	text-align: left;
}
#modal-7 .all-contacts .control-group {
	margin-bottom: 0;
}
#modal-7 .all-contacts .controls {
	width: 70%;
	box-sizing: border-box;
}
#modal-7 .uk-modal-dialog .controls .rsform-input-box {
	width: 97%;
	height: 35px !important;
	min-height: 35px !important;
	border-radius: 6px;
	border: 1px solid #b4b4b4;
	box-sizing: border-box;
}
#modal-7 .uk-modal-dialog .all-contacts .rsform-block-txt {
	display: block;
}
#modal-7 .uk-modal-dialog .all-contacts .rsform-block-txt .control-label {
	width: 100%;
}
#modal-7 .uk-modal-dialog .all-contacts .rsform-block-txt .controls {
	width: 100%;
}
#modal-7 .uk-modal-dialog .all-contacts .rsform-block-txt textarea {
	width: 97%;
	height: 117px;
	border-radius: 8px;
	border: 1px solid #b4b4b4;
}
#modal-7 .uk-modal-dialog .all-contacts .rsform-submit-button {
	width: 208px;
	height: 46px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	background: #276972;
	border-radius: 8px;
	border: none;
	color: #fff;
}
#modal-7 .uk-modal-dialog .all-contacts .rsform-block-button1 .controls {
	text-align: right;
	padding-top: 5px;
}
@media (max-width: 900px) {
	.tm-top-c .top-button {
		display: none;
	}
	.tm-isblog .tm-top-c .uk-sticky-placeholder .tm-navbar .uk-container {
		padding: 0;
	}
	.tm-top-c .uk-sticky-placeholder .tm-navbar .uk-responsive-height {
		margin-left: 15px;
		margin-top: 15px;
	}
	.tm-top-c .uk-sticky-placeholder .tm-navbar .uk-navbar-toggle {
		padding: 12px 5px 0 0;
	}
	.tm-top-c .uk-sticky-placeholder .tm-navbar .uk-navbar-toggle:after {
		color: #083C5F;
	}
	.tm-top-c .block-one h1 {
		padding: 0 20px;
		font-family: Inter;
		font-size: 30px;
		font-weight: 900;
		line-height: 36px;
		letter-spacing: 0em;
		text-align: left;
		color: #C0433A;
	}
	.tm-top-c .block-one p {
		padding: 0 20px;
		font-family: Inter;
		font-size: 16px;
		font-weight: 500;
		line-height: 19px;
		letter-spacing: 0em;
		text-align: left;
		color: #252525;
	}
	.tm-top-c .no-margin {
		padding-left: 35px;
	}
	.tm-top-c .block-two {
		padding-top: 15px;
	}
	.tm-top-c .block-two-left img {
		position: relative;
		top: 5px;
		RIGHT: 0;
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.tm-top-c .block-two-right {
		padding: 15px 10px 0 45px;
	}
	.tm-top-c .block-two-right h2 {
		font-size: 28px;
	}
	.tm-top-c .block-two .block-two-right .block-two-right-top > h4 {
		display: block;
		padding-left: 0;
		font-family: Inter;
		font-size: 18px;
		font-weight: 700;
		line-height: 21.78px;
		margin: 15px 0 12px 0
	}
	.tm-top-c .block-two .block-two-right .block-two-right-top .uk-width-medium-1-4 {
		display: flex;
		justify-content: flex-start;
	}
	.tm-top-c .block-two .block-two-right .block-two-right-top .uk-width-medium-1-4 h3,
	.tm-top-c .block-two .block-two-right .block-two-right-top .uk-width-medium-1-4 p {
		font-family: Inter;
		font-size: 15px;
		font-weight: 700;
		line-height: 17.61px;
		color: #C0433A;
		margin: 0 5px 10px 0;
	}
	.tm-top-c .block-two-right h3 {
		margin: 0;
		font-family: Inter;
		font-size: 24px;
		font-weight: 700;
		line-height: 36px;
		letter-spacing: 0em;
		color: #252525;
		text-transform: none;
	}
	.tm-top-c .block-two-right p {
		font-family: Inter;
		font-size: 16px;
		font-weight: 400;
		line-height: 19px;
		letter-spacing: 0em;
		color: #252525;
	}
	.tm-top-c .block-two-right .uk-grid {
		padding-top: 0;
		padding-left: 25px;
	}
	.tm-top-c .block-two-right .uk-grid .uk-width-medium-1-2 {
		width: 98%;
	}
	.tm-top-c .block-four-left {
		padding: 50px 20px 0 50px;
	}
	.tm-top-c .block-five-bg .left-bg,
	.tm-top-c .block-five-bg .right-bg {
		display: none;
	}
	.tm-top-c .block-five-bg .block-five {
		padding: 0 30px;
	}
	.tm-top-c .block-six .block-six-left {
		display: none;
	}
	.tm-top-c .block-six-bg {
		background: #89211A;
		color: fff;
	}
	.tm-top-c .block-six-right {
		padding: 35px 35px 35px 55px;
	}
	.tm-top-c .block-six-right h3 {
		color: #fff;
		border-bottom: 2px solid #fff;
	}
	.tm-top-c .block-six-right p {
		color: #fff;
	}
	.tm-top-c .block-seven {
		padding-top: 35px;
		background: #efefef;
	}
	.tm-top-c .block-seven > h3,
	.tm-top-c .block-seven > h4 {
		padding-top: 35px;
		padding: 0 25px;
	}
	.tm-top-c .block-seven-top {
		height: auto;
		padding: 0 25px;
	}
	.tm-top-c .block-seven-top .uk-width-medium-2-10 {
		width: 100%;
		margin-top: 20px;
	}
	.tm-top-c .block-seven-top .uk-width-medium-3-10 {
		width: 100%;
		margin-top: 20px;
	}
	.tm-top-c .block-seven-top .uk-width-medium-5-10 {
		width: 100%;
		margin-top: 20px;
	}
	.tm-top-c .block-seven-middle {
		border-radius: 0;
		width: 105%;
		margin-left: -2.5%;
	}
	.tm-top-c .block-seven-middle-txt {
		padding: 10px 15px 0 15px;
		width: 90%;
		font-family: Inter;
		font-size: 14px;
		font-weight: 600;
		line-height: 16px;
		letter-spacing: 0em;
		text-align: center;
	}
	.tm-top-c .block-seven-bottom {
		padding: 0 25px 50px 25px;
	}
	.tm-top-c .block-seven-bottom .uk-width-medium-2-10 {
		width: 100%;
		margin-top: 20px;
		padding-left: 25px;
	}
	.tm-top-c .block-seven-bottom .uk-width-medium-3-10 {
		width: 100%;
		margin-top: 68px;
		padding-left: 25px;
	}
	.tm-top-c .block-seven-bottom .uk-width-medium-5-10 {
		width: 100%;
		margin-top: 68px;
		padding-left: 25px;
	}
	.tm-top-c .block-seven-bottom .uk-width-medium-2-10 a {
		bottom: -117px;
	}
	.tm-top-c .block-eight {
		padding: 35px 25px 35px 15px;
	}
	.tm-top-c .block-eight h3 {
		text-align: center;
	}
	.tm-top-c .block-eight .uk-width-medium-1-4 {
		width: 100%;
	}
	.block-nine-top {
		margin: 0 20px;
	}
	.tm-top-c .block-nine-txt {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 30px 10px 10px 10px;
		font-family: Inter;
		font-size: 14px;
		font-weight: 500;
		line-height: 16px;
		letter-spacing: -0.02em;
		text-align: left;
	}
	.tm-top-c .block-nine-bottom {
		padding: 0 20px;
	}
	.tm-top-c .block-nine-txt img {
		display: block;
		height: 41px;
		float: left;
		margin: 5px 0 0 0;
	}
	.tm-top-c .block-nine h3 {
		font-family: Inter;
		font-size: 28px;
		padding-left: 20px;
	}
	.tm-top-c .block-nine-bottom .uk-width-medium-1-2 {
		width: 100%;
		justify-content: flex-start;
		padding: 0 15px;
		font-family: Inter;
		font-size: 14px;
		font-weight: 400;
		line-height: 16.1px;
		letter-spacing: -0.02em;
		text-align: left;
	}
	.tm-top-c .block-ten-long .block-ten .block-ten-head h3 {
		width: 100%;
		padding: 0 35px;
		font-family: Inter;
		font-size: 24px;
		font-weight: 900;
		line-height: 29.12px;
		text-align: left;
	}
	.tm-top-c .block-ten .swiper-wrapper {
		padding-left: 0;
	}
	.tm-top-c .block-ten-slider .swiper-slide-active {
		height: 100%;
		margin-top: 0;
	}
	.tm-top-c .block-eleven {
		display: none;
	}
	.tm-top-c .block-eleven .uk-grid > * {
		padding-left: 0;
	}
	.tm-top-c .block-eleven-txt {
		display: flex;
		width: 95%;
		margin: 0 auto;
		padding-top: 10px;
	}
	.tm-top-c .block-eleven .block-eleven-top {
		height: 155px;
		font-family: Inter;
		font-size: 13px;
		font-weight: 600;
		line-height: 15px;
		letter-spacing: 0em;
		color: #fff;
	}
	.tm-top-c .block-eleven-mob {
		display: block;
		padding: 20px;
	}
	.tm-top-c .block-eleven-mob h3 {
		margin-bottom: 25px;
		font-family: Inter;
		font-size: 24px;
		font-weight: 800;
		line-height: 29.05px;
		text-align: left;
		color: #C0433A;
	}
	.tm-top-c .block-eleven-mob .block-eleven-top-mob {
		padding: 15px;
		margin-bottom: 30px;
		border-radius: 11px;
		background: #083C5FF7;
	}
	.tm-top-c .block-eleven-mob .block-eleven-top-mob img {
		margin-top: 5px;
		height: 44px;
		float: left;
	}
	.tm-top-c .block-eleven-top-mob p {
		margin: 0;
		font-family: Inter;
		font-size: 14px;
		font-weight: 400;
		line-height: 16.94px;
		text-align: left;
		color: #fff;
	}
	.block-eleven-bottom-mob {
		padding: 25px 15px;
		background: #efefef;
		border-radius: 0 0 11px 11px;
	}
	.tm-top-c .block-eleven-bottom-mob h4 {
		font-family: Inter;
		font-size: 20px;
		font-weight: 900;
		line-height: 24.2px;
		text-align: left;
		color: #349037;
	}
	.tm-top-c .block-eleven-bottom-mob p {
		font-family: Inter;
		font-size: 14px;
		font-weight: 400;
		line-height: 16.94px;
		text-align: left;
		color: #252525;
	}
	.tm-top-c .block-eleven-bottom-mob a {
		display: block;
		margin: 5px auto 0 auto;
		width: 149px;
		height: 41px;
		border-radius: 8px;
		background: #349037;
		font-family: Inter;
		font-size: 14px;
		font-weight: 700;
		line-height: 41px;
		text-align: center;
		color: #fff;
	}
	.tm-top-c .block-eleven-bottom-mob .quote-top {
		display: none;
		width: 10px;
		height: 10px;
		background: url(../images/ql-mob.png) top left no-repeat;
	}
	.tm-top-c .block-eleven-bottom-mob .quote-bottom {
		display: none;
		width: 100%;
		height: 10px;
		background: url(../images/qr-mob.png) top right no-repeat;
	}
	.tm-top-c .block-eleven-mob .block-eleven-slider-mob {
		margin-top: 50px;
	}
	.tm-top-c .block-eleven-slider-mob .uk-panel-teaser {
		margin-bottom: 0;
	}
	.tm-top-c .block-eleven-slider-mob .uk-hidden-touch {
		display: block !important;
	}
	.tm-top-c .block-eleven-slider-mob .uk-slidenav-position .uk-slidenav {
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		top: 40%;
		z-index: 1;
		margin-top: -30px;
		border: none;
		border-radius: 0;
	}
	.tm-top-c .block-eleven-slider-mob .uk-slidenav-position .uk-slidenav-previous {
		left: -10px;
		background: url(../images/el-arrow-02.png) top left no-repeat;
	}
	.tm-top-c .block-eleven-slider-mob .uk-slidenav-position .uk-slidenav-next {
		right: -10px;
		background: url(../images/el-arrow-01.png) top left no-repeat;
	}
	.uk-slidenav-previous::before,
	.uk-slidenav-next::before {
		display: none;
	}
	.tm-top-c .block-eleven-slider-mob p {
		padding: 0 50px;
		color: #252525;
		font-family: Inter;
		font-size: 14px;
		font-weight: 400;
	}
	.tm-top-c .block-twelve-mob {
		background: #9E3028;
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	.block-flex {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	.tm-top-c .block-twelve-mob h3 {
		margin: 45px 0 22px 0;
		font-family: Inter;
		font-size: 16px;
		font-weight: 700;
		line-height: 19.36px;
		text-align: center;
		color: #fff;
	}
	.tm-top-c .block-twelve-mob h2 {
		margin: 22px 0 22px 0;
		font-family: Inter;
		font-size: 16px;
		font-weight: 700;
		line-height: 19.36px;
		text-align: center;
		color: #fff;
	}
	.tm-top-c .block-twelve-mob .uk-button-top {
		display: block;
		margin: 22px auto 5px auto;
		width: 183px;
		height: 38px;
		border-radius: 9px;
		background: #fff;
		font-family: Inter;
		font-size: 14px;
		font-weight: 500;
		line-height: 38px;
		letter-spacing: 0em;
		text-align: center;
		color: #252525;
	}
	.tm-top-c .block-twelve-mob .uk-button-bottom {
		display: block;
		margin: 0 auto 40px auto;
		width: 183px;
		height: 38px;
		border-radius: 9px;
		background: #691812;
		font-family: Inter;
		font-size: 14px;
		font-weight: 500;
		line-height: 38px;
		letter-spacing: 0em;
		text-align: center;
		color: #fff;
	}
	.tm-top-c .uk-width-medium-1-1 {
		width: 97%;
		padding: 15px;
		background: #f2f2f2;
		border-radius: 6px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	/*.tm-top-c .block-eleven .uk-width-medium-1-4:first-child {
		background: url(../images/384A7797.png) top left no-repeat;
		background-size: contain;
	}
	.tm-top-c .block-eleven .uk-width-medium-1-4:first-child img {
		opacity: 0;
	}
	.tm-top-c .block-eleven .uk-width-medium-1-4 h5 {
		display: none;
	}*/
	.tm-top-c .block-twelve-bg {
		display: none;
	}
	.tm-top-c .block-twelve-bg-mob {
		display: block;
	}
	.tm-top-c .block-thirteen {
		display: none;
	}
	.tm-top-c .block-thirteen-bg {
		padding: 0;
	}
	.tm-top-c .block-thirteen-mob {
		display: block;
		padding: 30px 20px 50px 20px;
	}
	.tm-top-c .block-thirteen-mob .uk-grid {
		margin-left: 0;
	}
	.tm-top-c .block-thirteen-mob .uk-width-1-2 {
		padding-left: 0;
	}
	.tm-top-c .block-thirteen-mob h4 {
		font-family: Inter;
		font-size: 12px;
		font-weight: 400;
		line-height: 14.52px;
		text-align: left;
		color: #fff;
	}
	.tm-top-c .block-thirteen-mob .block-thirteen-top {
		position: relative;
	}
	.tm-top-c .block-thirteen-mob .block-thirteen-top img {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.tm-top-c .block-thirteen-mob .block-thirteen-top a {
		display: block;
		width: 134px;
		height: 37px;
		line-height: 37px;
		text-align: center;
		border-radius: 8px;
		color: #fff;
		background: #376A8D;
	}
	.tm-top-c .block-thirteen-bottom {
		position: relative;
	}
	.tm-top-c .block-thirteen-bottom-button {
		display: flex;
		flex-direction: column;
	}
	.tm-top-c .block-thirteen-bottom-button a {
		padding-bottom: 5px;
		text-align: right;
	}
	.tm-top-c .block-thirteen-bottom p {
		font-family: Inter;
		font-size: 12px;
		font-weight: 300;
		line-height: 14.52px;
		text-align: right;
		color: #fff;
	}
	.tm-top-c .block-thirteen-bottom .footer-phone {
		/*position: absolute;
		bottom: 0;
		right: 0;*/
		display: flex;
		justify-content: flex-end;
		font-family: Inter;
		font-size: 12px;
		font-weight: 300;
		line-height: 14.52px;
		text-align: right;
		box-sizing: border-box;
	}
	.tm-top-c .block-thirteen-bottom .footer-phone + a {
		display: block;
		margin-top: 15px;
		text-align: right;
		color: #fff;
	}
	.tm-top-c .block-thirteen-bottom .footer-phone p {
		margin: 2px 0 0 0;
		color: #fff;
	}
	.tm-top-c .block-thirteen-bottom .footer-phone img {
		width: 34px;
		height: 34px;
		margin-left: 5px;
	}
	#modal-7 .uk-modal-dialog {
		width: 350px;
		max-width: 350px;
		border-radius: 20px;
	}
	#modal-7 .uk-modal-dialog h2 {
		font-family: Inter;
		font-size: 26px;
		font-weight: 800;
		line-height: 28px;
		text-align: left;
		color: #276972;
		text-transform: none;
	}
	#modal-7 .uk-modal-dialog h3 {
		font-family: Inter;
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;
		text-align: left;
		color: #252525;
		text-transform: none;
	}
	#modal-7 .uk-modal-dialog .all-contacts .rsform-block-txt textarea {
		width: 95%;
		height: 117px;
		border-radius: 8px;
		border: 1px solid #b4b4b4;
	}
	/*#modal-7 .uk-modal-dialog .controls .rsform-input-box {
		width: 85%;
		height: 35px !important;
		min-height: 35px !important;
		border-radius: 6px;
		border: 1px solid #b4b4b4;
		box-sizing: border-box;
	}
	#modal-7 .uk-modal-dialog .all-contacts .rsform-block-button1 .controls {
		text-align: left;
		padding-top: 5px;
	}
	#modal-7 .uk-modal-dialog .all-contacts .rsform-block-captcha {
		max-width: 306px;
	}
	#modal-7 .uk-modal-dialog .all-contacts .rsform-block-captcha .control-label{
		display: none;
	}*/
}
/********end new-diz-metod********/
/********new-diz-pdk********/
.uk-row-first .uk-panel:first-child {
	margin: 0 10px;
}
.tm-block-top-a {
    margin-top: -25px;
    border-top: 1px solid red;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: linear-gradient(to right, #52433C, #D2BCA5);
}
.top-white-bg {
    margin: 0 auto;
	max-width: 1920px;
    /*background: url(../images/pdk/top-white-bg.png);
    background-size: cover;*/
}
.top-white-bg .tm-navbar-container .uk-container {
    width: 1520px;
}
.top-white-bg .uk-navbar-nav {
    padding-top: 10px;
}
.top-white-bg .uk-sticky-placeholder .tm-navbar {
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
    border-radius: 16px 16px 0 0
}
.top-white-bg .red-logo {
    padding-left: 0;
}
.top-white-bg .tm-logo img {
    display: block;
    height: 45px;
    width: 220px;
    margin: 25px 0;
    padding: 0;
    box-sizing: border-box;
}
.top-white-bg .uk-navbar-nav > li > a {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: normal;
	color: #000 !important;
	text-transform: none;
}
.top-white-bg .uk-navbar-nav > li > a:hover {
    color: #8e8e8e !important;
}
.top-white-bg .uk-navbar-nav > li > a::after {
    display: none;
	background: #D2BCA5;
}
.top-white-bg .uk-dropdown-navbar {
	background: #f5f5f5;
	color: #000;
}
.top-white-bg .uk-dropdown, 
.top-white-bg .uk-dropdown-blank {
	width: 300px;
    padding: 18px;
}
.top-white-bg .uk-dropdown-navbar li {
    padding-bottom: 10px;
}
.top-white-bg .uk-dropdown-navbar li a {
	font-family: Onest;
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    text-transform: none;
}
.top-white-bg .uk-dropdown-navbar li a:hover {
    color: #8e8e8e;
}
.white-block-top-bg {
    /*background: #fff;*/
    background: url(../images/pdk/head-bg-top.png) top left no-repeat;
    background-size: 100% 100%;
}
.top-white-bg .white-block-top {
    position: relative;
    margin: 0 20px 0 20px;
    /*height: 870px;
    background: url(../images/pdk/top-imgbg-notxt.png) top left no-repeat;
    background-size: contain;*/
}
.top-white-bg .white-block-top-txt {
    position: absolute;
    top: 0;
    left: 0;
}
.top-white-bg .white-block-top h2 {
    padding: 80px 0 0 160px;
    font-family: Onest;
    font-weight: 500;
    font-size: 79px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    text-transform: none;
}
.top-white-bg .white-block-top p {
    padding: 35px 0 0 160px;
    font-family: Onest;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    text-transform: none;
}
.top-white-bg .white-block-top .top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: -1%;
    width: 44%;
    height: 134px;
    /*background: linear-gradient(to right, #9B8878, #D2BCA5);
    border-radius: 16px 0 0 16px;*/
}
.top-white-bg .white-block-top .top-button a {
    display: block;
    width: 520px;
    height: 60px;
    background: url(../images/pdk/form-button.png) top left no-repeat;
}
.top-white-bg .white-block-top .top-button a:hover {
    background: url(../images/pdk/white-button-hover.png) top left no-repeat;
}
.top-white-bg .white-block-bottom-bg {
    height: 300px;
    background: #fff;
    border-radius: 0 16px 0 16px;
}
.top-white-bg .white-block-bottom-bg h3 {
    padding: 165px 0 0 190px;
    font-family: Onest;
    font-weight: 500;
    font-size: 70px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    text-transform: none;
}
.top-white-bg .white-block-bottom-txt {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.white-block-bottom-txt-brown,
.white-block-bottom-txt-right {
    width: 50%;
}
.white-block-bottom-txt-brown {
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    /*background: linear-gradient(to right, #52433C, #948172);*/
}
.white-block-bottom-txt-left,
.white-block-bottom-txt-middle {
    width: 39%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	/*margin-bottom: -20px;*/
}
.white-block-bottom-txt .white-block-bottom-txt-brown .white-block-bottom-txt-left p,
.white-block-bottom-txt .white-block-bottom-txt-brown .white-block-bottom-txt-middle p{
	margin-top: 35px;
}
.white-block-bottom-txt-left h3,
.white-block-bottom-txt-middle h3 {
    margin-top: 25px;
	margin-bottom: 0;
    font-family: Onest;
    font-weight: 500;
    font-size: 85px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: none;
    display: table;
    background: linear-gradient(to bottom, #fff, #A99C93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.white-block-bottom-txt-left p,
.white-block-bottom-txt-middle p {
    display: block;
    height: 50px;
    margin: 0;
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    text-transform: none;
}
.white-block-bottom-txt-right {
    padding: 25px 0 25px 20px;
    background: url(../images/pdk/head-bg-bottom.png) top left no-repeat;
    background-size: 100% 100%;
}
.white-block-bottom-txt-right p {
    height: 55px;
    margin: 0 30px 15px 30px;
    padding-left: 120px;
    background-color: #f5f5f5;
    background-image: url(../images/pdk/plus.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    border-radius: 8px;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 55px;
    letter-spacing: 0%;
    color: #000;
}
.tm-block-top-a .location-all {
    margin: 0 10px;
    background: #fff;
    border-radius: 16px 16px 0 0;
}
.tm-block-top-a .location-container {
    width: 1420px;
    margin: 0 auto;
    padding: 155px 0;
}
.tm-block-top-a .location-container h2 {
    padding-bottom: 45px;
    font-family: Onest;
    font-weight: 500;
    font-size: 70px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    text-transform: none;
}
.tm-block-top-a .location-container h3 {
    padding-bottom: 45px;
    margin: 0;
    font-family: Onest;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #8e8e8e;
    text-transform: none;
}
.tm-block-top-a .location-txt {
    display: flex;
    border-top: 1px solid #8e8e8e;
}
.tm-block-top-a .last {
    border-bottom: 1px solid #8e8e8e;
}
.tm-block-top-a .location-txt-left,
.tm-block-top-a .location-txt-right {
    width: 50%;
    height: 80px;
	padding-left: 0;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0%;
}
.tm-block-top-a .location-txt-left {
    color: #000;
}
.tm-block-top-a .location-txt-right {
    color: #8e8e8e;
}
.tm-block-top-a .location-map {
    margin-top: 80px;
    border-radius: 16px;
    overflow: hidden;
}
.tm-block-top-a .architecture-all {
    margin: 0 10px;
    background: #fff;
}
.tm-block-top-a .architecture-container {
    position: relative;
    width: 1420px;
    margin: 0 auto;
    padding: 0 0 155px 0;
}
.tm-block-top-a .architecture-container h2 {
    padding-bottom: 35px;
    font-family: Onest;
    font-weight: 500;
    font-size: 70px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    text-transform: none;
}
.tm-block-top-a .architecture-txt {
    position: absolute;
    top: 128px;
    left: 0;
    width: 50%;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}
.architecture-all ~ p {
    margin: 0;
}
.tm-block-top-a .big-slider {
    margin: 0 10px;
    background: #fff;
}
.tm-block-top-a .big-slider-container {
    position: relative;
    width: 1420px;
    margin: 0 auto;
    padding: 0 0 155px 0;
}
.tm-block-top-a .big-slider-container h2 {
    padding-bottom: 45px;
    font-family: Onest;
    font-weight: 500;
    font-size: 70px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    text-transform: none;
}
.tm-block-top-a .details-all {
    margin: 0 10px;
    background: #fff;
    padding-bottom: 100px;
}
.tm-block-top-a .details-container {
    display: flex;
    position: relative;
    width: 1420px;
    height: 910px;
    margin: 0 auto;
    padding: 120px 90px 90px 90px;
    background-image: url(../images/pdk/card.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.tm-block-top-a .details-left,
.tm-block-top-a .details-right {
    width: 50%;
}
.tm-block-top-a .details-left .uk-slidenav-position {
    width: 520px;
}
.tm-block-top-a .details-left .top-button {
	margin-top: 70px;
}
.tm-block-top-a .details-left .top-button a {
	display: block;
	width: 520px;
	height: 60px;
	background: url(../images/pdk/form-button-light.png) top left no-repeat;
}
.tm-block-top-a .details-left .top-button a:hover {
    background: url(../images/pdk/form-button-hover.png) top left no-repeat;
}
.tm-block-top-a .details-right h2 {
    font-family: Onest;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    text-transform: none;
}
.tm-block-top-a .details-right-txt,
.tm-block-top-a .details-right-flex,
.tm-block-top-a .details-right-noflex {
    padding: 20px 0;
    border-bottom: 1px solid #8e8e8e;
}
.tm-block-top-a .details-right-noflex h4 {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    text-transform: none;
}
.tm-block-top-a .details-right-txt ul {
    padding-left: 15px;
}
.tm-block-top-a .details-right-flex,
.tm-block-top-a .details-flex-one {
    display: flex;
}
.tm-block-top-a .details-flex-left,
.tm-block-top-a .details-flex-right {
    width: 50%;
}
.tm-block-top-a .details-flex-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tm-block-top-a .details-right-txt.light p {
    color: #8e8e8e;
}
.tm-block-top-a .details-right-txt li,
.tm-block-top-a .details-right-txt p,
.tm-block-top-a .details-right-flex p,
.tm-block-top-a .details-right-noflex p {
    margin: 0;
    padding: 0;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    text-transform: none;
}
.tm-block-top-a .about-all {
    margin: 0 10px;
    background: #fff;
	border-radius: 0 0 16px 16px;
}
.tm-block-top-a .about-container {
    position: relative;
    width: 1420px;
    margin: 0 auto;
    padding: 0 0 155px 0;
}
.tm-block-top-a .about-container h2 {
    padding-bottom: 46px;
    font-family: Onest;
    font-weight: 500;
    font-size: 70px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    text-transform: none;
}
.tm-block-top-a .about-container-flex {
    display: flex;
}
.tm-block-top-a .about-container-left,
.tm-block-top-a .about-container-right {
    width: 50%;
}
.tm-block-top-a .about-container-left img {
    padding-bottom: 20px;
}
.tm-block-top-a .about-container-left img {
    padding-bottom: 20px;
}
.tm-block-top-a .about-container-left a:hover {
    display: block;
    width: 277px;
    height: 24px;
    background: url(../images/pdk/arrow-txt-hover.png) top left no-repeat;
    background-size: contain;
}
.tm-block-top-a .about-container-left a:hover img {
    display: none;
}
.tm-block-top-a .about-container-right p {
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    text-transform: none;
}
.tm-block-top-a .maket-form-all {
    background: url(../images/pdk/form-maket-bg.jpg) top left no-repeat;
	background-size: cover;
}
.tm-block-top-a .maket-form-all ~ p {
    display: none;
}
.tm-block-top-a .maket-form-container {
	padding: 200px 0;
	margin: 0 auto;
	width: 1420px;
    display: flex;
}
.tm-block-top-a .maket-form-left,
.tm-block-top-a .maket-form-right {
    position: relative;
    width: 50%;
}
.tm-block-top-a .maket-form-right .pdk-form {
    width: 100%;
    height: 100%;
    min-height: 398px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 80px;
    box-sizing: border-box;
}
.tm-block-top-a .maket-form-right .pdk-form .control-group input {
    display: block;
    width: 100%;
	height: 48px;
	min-height: 48px !important;
	line-height: 48px !important;
	padding: 4px 8px;
    color: #8e8e8e;
    border-radius: 0;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;
    text-transform: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #8e8e8e;
    background-color: none; 
}
.tm-block-top-a .maket-form-right .pdk-form .control-group #phone {
	border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #8e8e8e;
    background-color: none; 
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-email .controls {
    width: 100%;
    margin-top: 10px;
}
.tm-block-top-a .maket-form-right .pdk-form .control-two-group,
.tm-block-top-a .maket-form-right .pdk-form .control-pers-group {
    display: flex;
    position: relative;
}
.tm-block-top-a .maket-form-right .pdk-form .control-pers-group {
    padding-left: 10px;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-send {
    position: absolute;
    bottom: 0;
    right: -8%;
    margin-bottom: 17px;
}
.all-group,
.pdk-form {
    position: relative;
}
#userForm > p {
    display: none;
    position: absolute;
    left: 0;
    top: 12px;
}
#userForm > fieldset {
    margin-top: 0;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-send #send,
.tm-block-top-a .maket-form-right .pdk-form .rsform-thankyou-button {
    width: 200px;
    height: 50px;
    background: #301813;
    border: none;
    border-radius: 8px;
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    text-transform: none;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-thankyou-button {
    position: absolute;
    bottom: 69px;
    right: 0;
}
.tm-block-top-a .maket-form-right .pdk-form p {
    font-size: 17px;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-send #send:hover {
    background: #4F342B;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-name,
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-phone {
    width: 50%;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-name {
    margin-right: 15px;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-phone {
    margin-left: 15px;
}
.tm-block-top-a .maket-form-right .pdk-form .control-group {
    display: flex;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-pers {
    width: 70%;
    padding-top: 39px;
	margin-bottom: 0;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-pers .controls {
    width: 6%;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-pers .controls .checkbox {
	padding-top: 0;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-pers .controls input {
    width: 20px;
    height: 20px;
    border: 1px solid #8e8e8e;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-pers .control-label {
    width: 94%;
    padding-top: 15px;
    padding-left: 13px;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: none;
    text-align: left;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-pers .control-label .formRequired {
    display: none;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-pers .control-label a {
    display: block;
    width: 200px;
    margin-top: 12px;
    color: #bbb;
    text-decoration: underline;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-pers .control-label a:hover {
    color: #8e8e8e;
}
.tm-block-top-a .maket-form-right .pdk-form .control-require {
    height: 48px;
}
.tm-block-top-a .maket-form-right .pdk-form .control-require .formRequired {
    display: none;
}
.tm-block-top-a .maket-form-right .pdk-form .rsform-block-send {
    width: 30%;
}
.tm-block-top-a .maket-form-right .pdk-form .form-horizontal .controls {
    position: relative;
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 0;
}
.tm-block-top-a .maket-form-right .pdk-form .form-horizontal .controls .formValidation {
    position: absolute;
    bottom: -40px;
    left: 10px;
}
.tm-block-top-a .maket-form-right .pdk-form .form-horizontal .rsform-block-pers .controls {
    max-height: 30px;
}
.tm-block-top-a .maket-form-right .pdk-form .form-horizontal .rsform-block-pers .controls .formValidation {
    display: block;
    width: 100px;
    top: 50px;
    left: 0;
}
.tm-block-top-a .maket-form-left h2 {
    font-family: Onest;
    font-weight: 500;
    font-size: 70px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    text-transform: none;
}
.tm-block-top-a .maket-form-left p {
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    text-transform: none;
}
.tm-block-top-a .maket-form-left a:hover {
    display: block;
    width: 217px;
    height: 40px;
    background: url(../images/pdk/mail-arrow-hover.png) top left no-repeat;
    background-size: contain;
}
.tm-block-top-a .maket-form-left a:hover img {
    display: none;
}
.tm-block-top-a .tm-top-a .uk-row-first > .uk-panel {
	margin-top: 0;
}
.tm-top-a .uk-panel > p {
	margin: 0;
}
.one-menu .tm-navbar-container {
    margin-top: 0px;
}
.tm-top-a .person {
	margin: 0 10px 20px 10px;
	padding-bottom: 190px;
	background: #fff;
	border-radius: 0 0 16px 16px;
}
.tm-top-a .person-container {
	width: 1420px;
	margin: 0 auto;
}
.tm-top-a .person-container h2 {
	padding-top: 60px;
	font-family: Onest;
	font-weight: 500;
	font-size: 70px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #000;
	text-transform: none;
}
.tm-top-a .person-container h3 {
	font-family: Onest;
	font-weight: 400;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #8e8e8e;
	text-transform: none;
}
.tm-top-a .person-container ul {
	padding-left: 0;
}
.tm-top-a .person-container li {
	list-style: none;
	font-family: Onest;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #000;
	text-transform: none;
}
.tm-top-a .person-container p {
	font-family: Onest;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #000;
	text-transform: none;
}
.footer-all {
	margin: 0 10px 50px 10px;
	background: #fff;
	border-radius: 16px;
}
.footer-container {
	width: 1420px;
	margin: 0 auto;
	display: flex;
}
.footer-container-right-top {
	display: flex;
}
.footer-container-left,
.footer-container-right,
.footer-container-right-one,
.footer-container-right-two {
	width: 50%;
}
.footer-container-right-one {
    position: relative;
}
.footer-container-left,
.footer-container-right {
	padding: 70px 0;
}
.footer-container-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 100px;
}
.footer-container-left-top {
	padding-bottom: 240px;
}
.footer-container-left-bottom a {
	font-family: Onest;
	font-weight: 500;
	font-size: 85px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #301813;
	text-transform: none;
}
.footer-container-right-one .footer-navbar-nav .uk-parent {
    position: relative;
}
.footer-container-right-one .footer-navbar-nav .uk-parent > a {
    width: 95px;
    display: block;
    background: url(../images/pdk/menu-arrow.png) center right no-repeat;
}
.footer-container-right-one .footer-navbar-nav .uk-parent .uk-dropdown {
	top: 0 !important;
	left: 33% !important;
}
.footer-container-right-one .footer-navbar-nav .uk-parent .uk-dropdown-navbar {
	width: 310px;
	margin-top: 0;
	padding: 18px;
	background: #f5f5f5;
	color: #000;
	background-image: none;
    box-shadow: none;
	font-family: Onest;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: none;
}
.footer-container-right-one .footer-navbar-nav .uk-parent .uk-dropdown-navbar li {
	padding-bottom: 15px;
}
.footer-container-right-one .footer-navbar-nav .uk-parent .uk-dropdown-navbar a {
	color: #000;
	font-family: Onest;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: none;
}
.footer-container-right-one .footer-navbar-nav .uk-parent .uk-dropdown-navbar a:hover {
	color: #8e8e8e;
}
.footer-container-right-one ul {
	padding-left: 0;
}
.footer-container-right-one h4,
.footer-container-right-two h4 {
	padding-bottom: 35px;
	list-style: none;
	font-family: Onest;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #8E8E8E;
	text-transform: none;
}
.footer-container-right-one li,
.footer-container-right-two p {
	padding-bottom: 10px;
	list-style: none;
	font-family: Onest;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	text-transform: none;
}
.footer-container-right-two p {
	line-height: 120%;
}
.footer-container-right-bottom {
    display: flex;
	margin-bottom: 15px;
}
.footer-container-right-bottom a {
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-right: 75px;
}
.footer-container-right-bottom .telegram,
.footer-container-right-bottom .e-mail,
.footer-container-right-bottom .phone,
.footer-container-right-bottom .wapp,
.footer-container-right-bottom .telegram:hover,
.footer-container-right-bottom .e-mail:hover,
.footer-container-right-bottom .phone:hover,
.footer-container-right-bottom .wapp:hover{
    width: 48px;
    height: 48px;
}
.footer-container-right-bottom .telegram:hover {
    background: url(../images/pdk/telegram-hover.png)  top left no-repeat;
}
.footer-container-right-bottom .e-mail:hover {
    background: url(../images/pdk/e-mail-hover.png)  top left no-repeat;
}
.footer-container-right-bottom .phone:hover {
    background: url(../images/pdk/phone-hover.png)  top left no-repeat;
}
.footer-container-right-bottom .wapp:hover {
    background: url(../images/pdk/wapp-hover.png)  top left no-repeat;
}
.footer-container-right-bottom .telegram img,
.footer-container-right-bottom .e-mail img,
.footer-container-right-bottom .phone img,
.footer-container-right-bottom .wapp img {
    display: block;
    width: 100%;
}
.footer-container-right-bottom .telegram:hover img,
.footer-container-right-bottom .e-mail:hover img,
.footer-container-right-bottom .phone:hover img,
.footer-container-right-bottom .wapp:hover img {
    display: none;
}
.tm-top-a .top-white-bg .uk-parent {
	padding-right: 25px;
	background: url(../images/pdk/menu-arrow.png) 100% 20% no-repeat;
}
.tm-top-a .big-slider .uk-overlay-panel {
    width: 49%;
    height: 150px;
	position: absolute;
	bottom: 12px;
	right: 0;
	padding: 10px 0 10px 10px;
	color: #ffffff;
    background: none;
    box-sizing: border-box;
	transition-duration: 0.5s;
	transition-timing-function: step-start;
}
.tm-top-a .big-slider .uk-overlay-panel .no-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    background: #9B897F;
    border-radius: 10px;
    padding: 23px 42px;
    box-sizing: border-box;
}
.tm-top-a .big-slider .uk-overlay-panel .no-link h3 {
    margin-bottom: 0;
    font-family: Onest;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: none;
}
.tm-top-a .big-slider .uk-overlay-panel .no-link p {
    margin-bottom: 0;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: none;
}
.tm-top-a .big-slider .slide-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 160px;
    background: url(../images/pdk/slide-txt-bg.png) top left no-repeat;
    background-size: contain;
    padding: 23px 42px;
    box-sizing: border-box;
}
.tm-top-a .big-slider .slide-txt h3 {
    margin: 0 0 10px 0;
    font-family: Onest;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: none;
}
.tm-top-a .big-slider .slide-link {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -12px;
    right: 0;
}
.tm-top-a .big-slider .slide-link:hover {
    background: url(../images/pdk/link-button-hover.png) top left no-repeat;
    background-size: contain;
}
.tm-top-a .big-slider .slide-link:hover img {
    display: none;
}
.tm-top-a .big-slider .slide-link img {
    width: 100%;
}
.tm-top-a .big-slider .uk-slidenav-position .uk-slidenav-previous {
	left: 30px;
    background: url(../images/pdk/left-button.png) top left no-repeat !important;
}
.tm-top-a .big-slider .uk-slidenav-position .uk-slidenav-previous:hover {
    background: url(../images/pdk/left-button-hover.png) top left no-repeat !important;
}
.tm-top-a .big-slider .uk-slidenav-previous::before {
    display: none;
	content: "\e905";
	font-family: FontAwesome;
}
.tm-top-a .big-slider .uk-slidenav-position .uk-slidenav-next {
	right: 30px;
    background: url(../images/pdk/right-button.png) top left no-repeat !important;
}
.tm-top-a .big-slider .uk-slidenav-position .uk-slidenav-next:hover {
    background: url(../images/pdk/right-button-hover.png) top left no-repeat !important;
}
.tm-top-a .big-slider .uk-slidenav-next::before {
    display: none;
	content: "\e904";
	font-family: FontAwesome;
}
.tm-top-a .big-slider .uk-slidenav-position .uk-slidenav {
	display: block !important;
	width: 65px;
	height: 65px;
	border: none;
	border-radius: 0;
	background: none;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -30px;
}
.details-all .details-left .uk-slidenav-position .uk-slidenav {
	display: block !important;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 0;
	background: none;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -20px;
}
.details-all .details-left .uk-slidenav-position .uk-slidenav-previous {
	left: 12px;
    background: url(../images/pdk/left-button.png) top left no-repeat !important;
    background-size: contain !important;
}
.details-all .details-left .uk-slidenav-position .uk-slidenav-previous:hover {
    background: url(../images/pdk/left-button-hover.png) top left no-repeat !important;
    background-size: contain !important;
}
.details-all .details-left .uk-slidenav-previous::before {
    display: none;
	content: "\e905";
	font-family: FontAwesome;
}
.details-all .details-left .uk-slidenav-position .uk-slidenav-next {
	right: 12px;
    background: url(../images/pdk/right-button.png) top left no-repeat !important;
    background-size: contain !important;
}
.details-all .details-left .uk-slidenav-position .uk-slidenav-next:hover {
    background: url(../images/pdk/right-button-hover.png) top left no-repeat !important;
    background-size: contain !important;
}
.details-all .details-left .uk-slidenav-next::before {
    display: none;
	content: "\e904";
	font-family: FontAwesome;
}
.top-white-bg {
	display: block;
}
.white-block-all-mobile {
    display: none;
}
.big-slides-mobile {
    display: none;
}
.footer-mobile {
    display: none;
}
.mobile-br {
    display: none;
}
.tm-top-a .uk-panel .swiper {
	display: none;
}
@media (max-width: 800px) {
    .uk-row-first .uk-panel:first-child {
        margin: 0;
    }
    .top-white-bg .uk-sticky-placeholder .tm-navbar {
        padding-top: 0;
        padding-bottom: 0;
        background: #fff;
        border-radius: 0;
    }
    .white-block-all-mobile {
        display: block;
    }
    .big-slides-mobile {
        display: block;
    }
    .big-slides {
        display: none;
    }
	.tm-isblog .tm-block-top-a .white-block-all {
		display: none;
	}
    .footer-all {
        display: none;
    }
    .tm-isblog .tm-block-top-a .footer-mobile {
        display: block;
    }
    .top-white-bg .tm-navbar-container .uk-container {
        width: 100%;
    }
    .tm-block-top-a .tm-navbar .uk-visible-small a {
        display: block;
        width: 50%;
    }
    .tm-block-top-a .tm-navbar .uk-visible-small a.tm-logo-small {
        padding: 20px 0 20px 26px;
    }
    .uk-navbar-toggle::after {
        display: none;
        content: "\e906";
        font-family: FontAwesome;
        vertical-align: middle;
    }
    .uk-navbar-toggle::before {
        display: block;
        width: 47px;
        height: 39px;
        background: url(../images/pdk/top-burg.svg) top left no-repeat;
    }
     .tm-block-top-a .tm-navbar .uk-visible-small .uk-navbar-toggle {
         display: flex;
         justify-content: flex-end;
        text-align: right;
        padding-right: 15px;
    }
	.tm-isblog .tm-block-top-a .white-block-top-bg {
		position: relative;
		background: url(../images/pdk/mob-head-bg-top.png) top left no-repeat;
		background-size: 100% 100%;
	}
	.tm-isblog .tm-block-top-a .white-block-top-bg img {
		width: 95%;
		margin: 0 10px;
	}
	.tm-isblog .tm-block-top-a .white-block-top-txt {
		position: absolute;
		top: 0;
		left: 0;
	}
	.tm-isblog .tm-block-top-a .white-block-top .top-button {
		position: absolute;
		bottom: 0;
		right: 0;
        width: 71%;
        height: 11%;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	.tm-isblog .tm-block-top-a .white-block-top .top-button a {
		/*margin: 15px 25px;*/
		display: block;
		width: 84%;
		height: 60%;
		background: url(../images/pdk/white-mob-form-button.svg) top left no-repeat;
        background-size: 100% 100%;
	}
	.tm-isblog .tm-block-top-a .white-block-top-txt h2 {
		padding: 38px 23px 18px 23px;
		font-family: Onest;
		font-weight: 500;
		font-size: 30px;
		line-height: 120%;
		letter-spacing: 0%;
		color: #fff;
		text-transform: none;
	}
	.tm-isblog .tm-block-top-a .white-block-top-txt p {
		padding: 0 23px;
		font-family: Onest;
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 0%;
		color: #fff;
		text-transform: none;
	}
	.tm-isblog .tm-block-top-a .white-block-bottom-bg {
		background: #fff;
		border-radius: 0 16px 0 16px;
	}
	.tm-isblog .tm-block-top-a .white-block-bottom-bg h3 {
		padding: 83px 0 28px 28px;
		margin-bottom: 0;
		font-family: Onest;
		font-weight: 500;
		font-size: 30px;
		line-height: 120%;
		letter-spacing: 0%;
		color: #000;
		text-transform: none;
	}
	.tm-isblog .tm-block-top-a .white-block-bottom-txt-brown {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		box-sizing: border-box;
	}
	.tm-isblog .tm-block-top-a .white-block-bottom-txt-left, 
	.tm-isblog .tm-block-top-a .white-block-bottom-txt-middle {
		width: 80%;
		margin: 0 8%;
		padding: 35px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		box-sizing: border-box;
	}
	.tm-isblog .tm-block-top-a .white-block-bottom-txt-left {
		border-bottom: 1px solid #fff;
	}
	.tm-isblog .tm-block-top-a .white-block-bottom-txt-left p, 
	.tm-isblog .tm-block-top-a .white-block-bottom-txt-middle p {
		display: inline;
		height: 38px;
		margin: 0;
		font-family: Onest;
		font-weight: 500;
		font-size: 15px;
		line-height: 120%;
		letter-spacing: 0%;
		color: #fff;
		text-transform: none;
	}
	.tm-isblog .tm-block-top-a .white-block-bottom-txt-left h3, 
	.tm-isblog .tm-block-top-a .white-block-bottom-txt-middle h3 {
		margin-top: 0;
		margin-bottom: 0;
		font-family: Onest;
		font-weight: 500;
		font-size: 45px;
		line-height: 120%;
		letter-spacing: 0%;
		text-transform: none;
		display: table;
		background: linear-gradient(to bottom, #fff, #A99C93);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.tm-isblog .tm-block-top-a .white-block-bottom-txt-right {
		width: 100%;
		padding: 35px 15px;
		background: #fff;
		border-radius: 16px 0 0 0;
	}
	.white-block-bottom-txt-right p {
		display: block;
		height: 55px;
		width: 93%;
		margin: 0 0 15px 0;
		padding-left: 50px;
		background-color: #f5f5f5;
		background-image: url(../images/pdk/plus.png);
		background-repeat: no-repeat;
		background-position: 4% 50%;
		border-radius: 8px;
		box-sizing: border-box;
		font-family: Onest;
		font-weight: 400;
		font-size: 15px;
		line-height: 55px;
		letter-spacing: 0%;
		color: #000;
	}
	.tm-isblog .tm-block-top-a .white-block-bottom-txt {
		background: url(../images/pdk/mob-head-bg-middle.png) top right no-repeat;
	}
    .tm-block-top-a .big-slider {
        margin: 0;
        background: #fff;
    }
    .tm-block-top-a .big-slider-container {
        margin: 0 10px;
        position: relative;
        width: 95%;
        padding: 0;
    }
    .tm-block-top-a .big-slider-container .uk-slideshow {
        overflow: visible;
    }
    .tm-top-a .big-slider .big-slides-mobile .uk-slidenav-position .uk-slidenav {
        display: block !important;
        width: 35px;
        height: 35px;
        background-size: cover !important;
    }
    .tm-top-a .big-slider .big-slides-mobile .uk-overlay-panel .no-link h3 {
        margin-bottom: 0;
        font-family: Onest;
        font-weight: 500;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: none;
    }
    .tm-top-a .big-slider .big-slides-mobile .uk-overlay-panel .no-link p {
        margin-top: 5px;
        font-family: Onest;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: none;
    }
    .tm-top-a .big-slider .big-slides-mobile .uk-overlay-panel {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: -140px;
        right: 0;
        padding: 0;
        color: #ffffff;
        background: none;
        box-sizing: border-box;
        transition-duration: 0.5s;
        transition-timing-function: step-start;
    }
    .tm-top-a .big-slider .big-slides-mobile .uk-overlay-panel > .uk-margin {
        height: 130px;
        min-height: 130px;
    }
    .uk-position-cover {
        border-radius: 8px;
        overflow: hidden;
    }
	.new-mobile-slider {
		padding: 50px 0;
		background: #fff;
	}
	.new-mobile-slider .uk-panel-title {
		padding: 0 10px;
	}
	.new-mobile-slider .swiper-pagination {
		display: none;
	}
	.tm-top-a .uk-panel .swiper {
		height: 100%;
		display: block;
	}
	.swiper .swiper-slide {
		margin: 0 0 0 10px;
	}
	.swiper .swiper-slide .swiper-img {
		visibility: visible;
		margin-bottom: 10px;
	}
	.swiper .swiper-slide .swiper-img img {
		width: 100%;
	}
    .swiper .swiper-slide .no-link {
        background: #9B897F;
        border-radius: 8px;
        padding: 15px;
        box-sizing: border-box;
    }
    .swiper .swiper-slide .no-link h3 {
        margin-bottom: 0;
        font-family: Onest;
        font-weight: 500;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: none;
		color: #fff;
    }
    .swiper .swiper-slide .no-link p {
        margin: 5px 0 0 0;
        font-family: Onest;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: none;
		color: #fff;
    }
	.swiper .swiper-slide .slide-txt-height {
		height: 110px;
	}
    .swiper .swiper-slide .slide-txt {
        display: flex;
        justify-content: flex-start;
        height: 80%;
        width: 100%;
    }
    .swiper .swiper-slide .slide-txt .slide-txt-left {
        width: 86%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: none;
        margin: 0;
        padding: 0;
        border-radius: 8px 0 0 8px;
        background: #9B897F;
    }
    .swiper .swiper-slide .slide-txt h3 {
        margin: 0 0 0 15px;
        font-family: Onest;
        font-weight: 500;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: none;
		color: #fff;
    }
    .swiper .swiper-slide .slide-txt .slide-txt-middle {
        width: 4%;
        height: 100%;
        background: #9B897F;
        border: none;
        margin: 0;
        padding: 0;
        border-radius: 0 0 8px 0;
    }
    .swiper .swiper-slide .slide-txt .slide-txt-right {
        width: 10%;
        height: 100%;
        display: flex;
        flex-direction: column;
        border: none;
        margin: 0;
        padding: 0;
    }
    .swiper .swiper-slide .slide-txt .slide-txt-right .slide-txt-right-top {
        height: 50%;
        background: #9B897F;
        border-radius: 0 8px 8px 0;
    }
    .swiper .swiper-slide .slide-txt .slide-txt-right .slide-txt-right-bottom {
        position: relative;
        height: 50%;
    }
    .swiper .swiper-slide .slide-txt .slide-txt-right .slide-txt-right-bottom .slide-txt-brown {
        width: 100%;
        height: 100%;
        background: #9B897F;
    }
    .swiper .swiper-slide .slide-txt .slide-txt-right .slide-txt-right-bottom .slide-txt-white {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        border-radius: 8px 0 0 0;
    }
    .swiper .swiper-slide .slide-link {
        width: 90%;
        height: 90%;
        position: absolute;
        top: 10%;
        right: 0;
    }
    .swiper .swiper-slide .slide-link img {
        width: 100%;
    }
    .tm-top-a .big-slider .big-slides-mobile .uk-overlay-panel .no-link {
        /*margin-bottom: -13%;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        background: #9B897F;
        border-radius: 10px;
        padding: 15px;
        box-sizing: border-box;
    }
    .tm-top-a .big-slider .big-slides-mobile .slide-txt div {
        box-sizing: border-box;
    }
    .tm-top-a .big-slider .big-slides-mobile .slide-txt {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        height: 60%;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        background: none;
        /*flex-direction: column;
        background: url(../images/pdk/slide-txt-bg.png) 0 5% no-repeat;
        background-size: 100% 100%;
        padding: 15px;
        box-sizing: border-box;*/
    }
    .tm-top-a .big-slider .big-slides-mobile .slide-txt .slide-txt-left {
        width: 86%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: none;
        margin: 0;
        padding: 0;
        border-radius: 8px 0 0 8px;
        background: #9B897F;
    }
    .tm-top-a .big-slider .big-slides-mobile .slide-txt .slide-txt-middle {
        width: 4%;
        height: 100%;
        background: #9B897F;
        border: none;
        margin: 0;
        padding: 0;
        border-radius: 0 0 8px 0;
    }
    .tm-top-a .big-slider .big-slides-mobile .slide-txt .slide-txt-right {
        width: 10%;
        height: 100%;
        display: flex;
        flex-direction: column;
        border: none;
        margin: 0;
        padding: 0;
    }
    .tm-top-a .big-slider .big-slides-mobile .slide-txt .slide-txt-right .slide-txt-right-top {
        height: 50%;
        background: #9B897F;
        border-radius: 0 8px 8px 0;
    }
    .tm-top-a .big-slider .big-slides-mobile .slide-txt .slide-txt-right .slide-txt-right-bottom {
        position: relative;
        height: 50%;
    }
    .tm-top-a .big-slider .big-slides-mobile .slide-txt .slide-txt-right .slide-txt-right-bottom .slide-txt-brown {
        width: 100%;
        height: 100%;
        background: #9B897F;
    }
    .tm-top-a .big-slider .big-slides-mobile .slide-txt .slide-txt-right .slide-txt-right-bottom .slide-txt-white {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        border-radius: 8px 0 0 0;
    }
    .tm-top-a .big-slider .slide-txt h3 {
        margin: 0 0 0 15px;
        font-family: Onest;
        font-weight: 500;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: none;
    }
    .tm-top-a .big-slider .slide-link {
        width: 90%;
        height: 90%;
        position: absolute;
        top: 10%;
        right: 0;
    }
    .tm-block-top-a .big-slider-container h2 {
        padding: 0 0 35px 27px;
        font-family: Onest;
        font-weight: 500;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #000;
        text-transform: none;
    }
    .tm-block-top-a .details-all {
        margin: 0;
        padding: 0 10px;
        background: #fff;
        padding-bottom: 100px;
    }
    .tm-block-top-a .details-container {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 50px 20px;
        background-image: url(../images/pdk/card-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
    }
    .tm-block-top-a .details-left, 
    .tm-block-top-a .details-right {
        width: 100%;
    }
    .tm-block-top-a .details-left {
        padding-top: 20px;
        order: 1;
    }
    .tm-block-top-a .details-right h2 {
        font-family: Onest;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #000;
        text-transform: none;
    }
    .tm-block-top-a .details-right-txt ul {
        padding-left: 15px;
    }
    .tm-block-top-a .details-right-txt li, 
    .tm-block-top-a .details-right-txt p, 
    .tm-block-top-a .details-right-flex p, 
    .tm-block-top-a .details-right-noflex h4,
    .tm-block-top-a .details-right-noflex p {
        margin: 0 0 5px 0;
        padding: 0;
        font-family: Onest;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #000;
        text-transform: none;
    }
    .tm-block-top-a .details-right .details-right-noflex h4 {
        padding-bottom: 20px;
    }
    .tm-block-top-a .details-left .uk-slidenav-position {
        width: auto;
    }
    .tm-block-top-a .details-left .top-button {
        height: 60px;
        margin-top: 33px;
    }
    .tm-block-top-a .details-left .top-button a {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 44px;
        background: url(../images/pdk/form-button-light-hover.svg) top left no-repeat;
        background-size: 100% 100%;
    }
    .tm-block-top-a .details-left .top-button a:hover {
        background: url(../images/pdk/form-button-dark-hover.png) top left no-repeat;
    }
    .details-all .details-left .uk-slidenav-position .uk-slidenav {
        display: block !important;
        width: 31px;
        height: 31px;
        border: none;
        border-radius: 0;
        background: none;
        position: absolute;
        top: 50%;
        z-index: 1;
        margin-top: -20px;
    }
    .tm-block-top-a .about-all {
        margin: 0;
        padding: 0 24px;
        background: #fff;
    }
    .tm-block-top-a .about-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 70px 0;
    }
    .tm-block-top-a .about-container-flex {
        display: flex;
        flex-direction: column;
    }
    .tm-block-top-a .about-container-left, 
    .tm-block-top-a .about-container-right {
        width: 100%;
    }
    .tm-block-top-a .about-container-left {
        margin-bottom: 20px;
    }
    .tm-block-top-a .about-container h2 {
        padding-bottom: 35px;
        font-family: Onest;
        font-weight: 500;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #000;
        text-transform: none;
    }
    .tm-block-top-a .about-container-right p {
        font-family: Onest;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #000;
        text-transform: none;
    }
    .tm-isblog .tm-block-top-a .location-container {
        width: 100%;
        margin: 0 auto;
        padding: 80px 0;
    }
    .tm-isblog .tm-block-top-a .location-all {
        margin: 0;
        background: #fff;
        border-radius: 0px;
    }
    .tm-isblog .tm-block-top-a .location-all h2 {
        padding-bottom: 30px;
        margin: 0 25px;
        font-family: Onest;
        font-weight: 500;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #000;
    }
    .tm-isblog .tm-block-top-a .location-container h3 {
        padding-bottom: 23px;
        margin: 0 25px;
        font-family: Onest;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #8e8e8e;
        text-transform: none;
    }
	.tm-isblog .tm-block-top-a .location-txt {
		margin: 0 10px;
		display: flex;
		border-top: 1px solid #8e8e8e;
	}
	.tm-isblog .tm-block-top-a .location-txt-left, 
	.tm-isblog .tm-block-top-a .location-txt-right {
		display: flex;
		align-items: center;
		width: 50%;
		height: 80px;
		padding-left: 15px;
		font-family: Onest;
		font-weight: 400;
		font-size: 15px;
		line-height: 17px;
		letter-spacing: 0%;
	}
    .tm-isblog .tm-block-top-a .location-txt-left p {
        margin: 0;
    }
    .tm-isblog .tm-block-top-a .location-txt-left .mobile-br,
    .tm-isblog .tm-block-top-a .architecture-container .mobile-br,
    .details-flex-left .mobile-br,
    .about-container-right .mobile-br {
        display: inline;
    }
	.tm-isblog .tm-block-top-a .location-map {
		height: 250px;
		margin: 35px 10px 0 10px;
		border-radius: 16px;
		overflow: hidden;
	}
	.tm-isblog .tm-block-top-a .architecture-all {
		margin: 0;
		background: #fff;
	}
	.tm-block-top-a .architecture-container {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 15px 0;
	}
	.tm-isblog .tm-block-top-a .architecture-container h2 {
		padding: 0 0 33px 27px;
		font-family: Onest;
		font-weight: 500;
		font-size: 30px;
		line-height: 120%;
		letter-spacing: 0%;
		color: #000;
		text-transform: none;
	}
	.tm-isblog .tm-block-top-a .architecture-txt {
		position: inherit;
		padding: 0 27px;
		top: 0;
		left: 0;
		width: 90%;
		font-family: Onest;
		font-weight: 400;
		font-size: 15px;
		line-height: 120%;
		letter-spacing: 0%;
		color: #000;
	}
	.tm-isblog .tm-block-top-a .architecture-img {
		min-height: 100px;
		margin: 25px 10px;
		background: url(../images/pdk/mod-arch-red.png) top left no-repeat;
		background-size: contain;
	}
	.tm-isblog .tm-block-top-a .architecture-img img {
		display: none;
	}
	.tm-isblog .tm-block-top-a #my-id3 .architecture-img {
		min-height: 190px;
		margin: 25px 10px;
		background: url(../images/pdk/mob-sheme-red.png) top left no-repeat;
		background-size: contain;
	}
    .tm-block-top-a .maket-form-all {
        background: url(../images/pdk/mob-form-bg.jpg) top right no-repeat;
        background-size: cover;
    }
    .tm-block-top-a .maket-form-all,
    .tm-block-top-a .maket-form-all div {
        box-sizing: border-box;
    }
    .tm-block-top-a .maket-form-container {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .tm-block-top-a .maket-form-container .maket-form-left,
    .tm-block-top-a .maket-form-container .maket-form-right {
        width: 100%;
    }
    .tm-block-top-a .maket-form-container .maket-form-left {
        padding: 80px 26px 35px 26px;
        box-sizing: border-box;
    }
    .tm-block-top-a .maket-form-container .maket-form-right {
        padding: 0 10px 89px 10px;
    }
    .tm-block-top-a .maket-form-container .maket-form-right > img {
        display: none;
    }
    .tm-block-top-a .maket-form-container .maket-form-right .pdk-form {
        position: relative;
        padding: 50px 15px;
        background: url(../images/pdk/form-bg-mobile.png) top left no-repeat;
		background-size: 100% 100%;
        box-sizing: border-box;
    }
    .tm-block-top-a .maket-form-container .maket-form-right .pdk-form .all-group {
        position: inherit;
    }
    .tm-block-top-a .maket-form-container .maket-form-right .pdk-form .control-two-group {
        flex-direction: column;
    }
    .tm-block-top-a .maket-form-right .pdk-form .rsform-block-name, 
    .tm-block-top-a .maket-form-right .pdk-form .rsform-block-phone {
        width: 100%;
    }
    .tm-block-top-a .maket-form-right .pdk-form .form-horizontal .controls {
        width: 100%;
    }
    .tm-block-top-a .maket-form-right .pdk-form .form-horizontal .rsform-block-pers .controls {
        width: 25px;
    }
    .tm-block-top-a .maket-form-right .pdk-form .form-horizontal .rsform-block-pers .controls input {
        padding: 0;
    }
    .tm-block-top-a .maket-form-right .pdk-form .control-group input {
        display: block;
        width: 100%;
        height: 18px;
        min-height: 18px !important;
        line-height: 18px !important;
        color: #8e8e8e;
        border-radius: 0;
        font-family: Onest;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 0%;
        text-transform: none;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid #8e8e8e;
        background-color: none;
    }
    .tm-block-top-a .maket-form-right .pdk-form .rsform-block-phone {
        margin-left: 0;
    }
    .tm-block-top-a .maket-form-right .pdk-form .form-horizontal .control-group {
        margin-bottom: 20px;
        padding-top: 20px;
        overflow: hidden;
    }
    .tm-block-top-a .maket-form-right .pdk-form .control-require {
        height: 18px;
    }
    .tm-block-top-a .maket-form-right .pdk-form .rsform-block-pers .control-label {
        width: 94%;
        padding-top: 0;
        padding-left: 13px;
        font-family: Onest;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: none;
        text-align: left;
    }
    .tm-block-top-a .maket-form-right .pdk-form .rsform-block-pers .controls > label {
        padding-top: 0;
        height: 20px;
        min-height: 20px;
        box-sizing: border-box;
    }
    .tm-block-top-a .maket-form-right .pdk-form .rsform-block-email .controls {
        width: 100%;
        margin-top: 0;
    }
    .tm-block-top-a .maket-form-right .pdk-form .rsform-block-send {
        width: 37%;
        height: 13%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 6.5%;
        right: 0;
        margin-bottom: 0;
    }
    .tm-block-top-a .maket-form-right .pdk-form .rsform-block-send .controls {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .tm-block-top-a .maket-form-right .pdk-form .rsform-block-send #send {
        width: 90%;
        height: 80%;
        background: #301813;
        border: none;
        border-radius: 5px;
        font-family: Onest;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #fff;
        text-transform: none;
    }
    .tm-block-top-a .maket-form-left h2 {
        font-family: Onest;
        font-weight: 500;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #fff;
        text-transform: none;
    }
    .tm-block-top-a .maket-form-left p {
        font-family: Onest;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #fff;
        text-transform: none;
    }
    .tm-block-top-a .maket-form-left .about-button-new {
        display: block;
        width: 162px;
    }
    .tm-block-top-a .footer-all {
        margin: 0;
        padding-bottom: 50px;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
    }
    .footer-container {
        width: 100%;
        margin: 0 10px;
        display: flex;
    }
    .footer-container-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 0;
    }
    .footer-container-right-top {
        display: flex;
        flex-direction: column;
    }
    .footer-container-left, .footer-container-right, 
    .footer-container-right-one, .footer-container-right-two {
        width: 100%;
    }
    .footer-container-left, 
    .footer-container-right {
        padding: 44px 0;
    }
    .footer-container-left-top {
        padding-left: 26px;
    }
    .footer-container-left-top img {
        width: 78px;
    }
    .footer-container-right-one h4, .footer-container-right-two h4 {
        padding-bottom: 5px;
        list-style: none;
        font-family: Onest;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #8E8E8E;
        text-transform: none;
    }
    .footer-container-right-one li, 
    .footer-container-right-two p {
        padding-bottom: 5px;
        list-style: none;
        font-family: Onest;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #000;
        text-transform: none;
    }
    .footer-container-right-bottom,
    .footer-container-left-bottom {
        padding: 0 26px;
    }
	.footer-container-left-bottom a {
		margin-left: 25px;
	}
    .tm-isblog .tm-block-top-a .footer-container-right-bottom a {
        display: block;
        width: 22px;
        height: 22px;
        margin-right: 30px;
    }
    .tm-isblog .tm-block-top-a .footer-container-right-bottom a:hover {
        background-size: contain;
    }
    .footer-container-left-bottom a {
        font-family: Onest;
        font-weight: 500;
        font-size: 40px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #301813;
        text-transform: none;
    }
	.uk-offcanvas-bar .nojs-menu > li > a {
		font-family: Onest;
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 0%;
		color: #000 !important;
		text-transform: none;
	}
	.uk-offcanvas-bar .nojs-menu > li > a:hover {
		color: #8e8e8e;
		text-transform: none;
	}
	/******test menu*******/
    .nojs-menu .topmenu,
    .nojs-menu .submenu {
        background: white;
        list-style: none;
    }
    
    .nojs-menu .uk-parent {
        display: block;
        position: relative;
    }
    
    /*.nojs-menu .uk-parent > a {
        padding-right: 25px;
        background: url(../images/pdk/menu-arrow.png) 40% 60% no-repeat;
    }*/

    .nojs-menu .topmenu a {
        text-decoration: none;
        display: block;
        transition: .4s ease-in-out;
    }

    .nojs-menu .topmenu>li>a {
        font-family: Onest;
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 0%;
		color: #000 !important;
		text-transform: none;
    }
    
    .footer-container-right-one .nojs-menu .topmenu > li > a {
        font-family: Onest;
		font-weight: 400;
		font-size: 12px;
		line-height: 120%;
		letter-spacing: 0%;
		color: #000 !important;
		text-transform: none;
    }

    .nojs-menu .topmenu li a:hover {
        color: #8e8e8e;
    }

    .nojs-menu .topmenu {
        /*width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;*/
        padding-left: 0;
   }
    .nojs-menu .topmenu>li {
        position: relative;
        padding-bottom: 10px;
   }
    /*.nojs-menu .topmenu>li:after {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 12px;
        background: #d2d2d2;
        top: 24px;
        box-shadow: 4px -2px 0 #d2d2d2;
        transform: rotate(30deg);
   }*/
    .nojs-menu .topmenu>li:last-child:after {
        background: none;
        box-shadow: none;
    }
    .nojs-menu .submenu {
        position: absolute;
        left: 0;
        top: 100%;
        padding: 10px 0;
        background: #fff;
        color: #8e8e8e;
        z-index: 5;
        visibility: hidden;
        opacity: 0;
        transform: scale(.8);
        transition: .4s ease-in-out;
    }
    .nojs-menu .topmenu>li:hover .submenu {
        transition-property: all;
        transition-duration: 0.5s;
    }
    .nojs-menu .topmenu>li:hover .submenu {
        position: relative;
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }
    .nojs-menu .submenu li a {
        padding-bottom: 10px;
        font-family: Onest;
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 0%;
		text-transform: none;
        color: #8e8e8e !important;
    }
    .footer-container-right-one .nojs-menu .submenu li a {
        padding-bottom: 10px;
        font-family: Onest;
		font-weight: 400;
		font-size: 12px;
		line-height: 120%;
		letter-spacing: 0%;
		text-transform: none;
        color: #8e8e8e !important;
    }
    .uk-offcanvas .uk-offcanvas-bar .uk-panel {
        margin: 0 20px;
    }
    .uk-offcanvas-page .uk-offcanvas-bar {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1001;
        width: 100%;
        max-width: 100%;
        background: #ffffff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        -ms-scroll-chaining: none;
        background-image: none;
        box-shadow: 2px 26px 69px 0 rgba(0, 0, 0, 0);
    }
	.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
    .uk-offcanvas-bar .footer-container-bottom {
        margin-top: 120px;
    }
    .uk-offcanvas-bar .footer-container-right-bottom .telegram, 
    .uk-offcanvas-bar .footer-container-right-bottom .e-mail, 
    .uk-offcanvas-bar .footer-container-right-bottom .phone, 
    .uk-offcanvas-bar .footer-container-right-bottom .wapp, 
    .uk-offcanvas-bar .footer-container-right-bottom .telegram:hover, 
    .uk-offcanvas-bar .footer-container-right-bottom .e-mail:hover, 
    .uk-offcanvas-bar .footer-container-right-bottom .phone:hover, 
    .uk-offcanvas-bar .footer-container-right-bottom .wapp:hover {
        width: 19px;
        height: 19px;
    }
    .uk-offcanvas-bar .footer-container-right-bottom a {
        margin-right: 25px;
    }
	.footer-menu {
		position: absolute;
		bottom: 40px;
		left: 0;
	}
    .uk-offcanvas-bar .footer-container-right-bottom, .footer-container-left-bottom {
        padding: 0;
    }
    .uk-offcanvas-bar .footer-container-left-bottom a {
        font-family: Onest;
        font-weight: 500;
        font-size: 40px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #301813;
        text-transform: none;
    }
    .uk-offcanvas-bar .footer-container-left-bottom a {
        font-family: Onest;
        font-weight: 500;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #301813;
        text-transform: none;
    }
    /******end test menu********/
    .footer-container-right-two {
        padding-top: 20px;
    }
    .copyright {
        padding: 25px 40px;
        font-family: Onest;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #fff;
    }
    /******II menu********/
    .uk-offcanvas-bar .nojs-menu .submenu,
    .footer-container-right-one .nojs-menu .submenu {
        display: none;
        margin-left: 0;
        transition: max-height 0.9s ease-in-out;
        overflow: hidden;
        max-height: 0;
    }

    .uk-offcanvas-bar .nojs-menu .uk-parent.active .submenu,
    .footer-container-right-one .nojs-menu .uk-parent.active .submenu {
        display: block;
        max-height: 500px; /* ограничение максимальной высоты раскрываемого блока */
    }

    /* Элементы активного родителя */
    .uk-offcanvas-bar .nojs-menu .uk-parent.active a::after,
    .footer-container-right-one .nojs-menu .uk-parent.active a::after {
        transform: rotate(180deg); /* стрелка вниз при активной позиции */
    }

    /* Оформление иконки-переключателя */
    .uk-offcanvas-bar .nojs-menu .uk-parent a,
    .footer-container-right-one .nojs-menu .uk-parent a {
        position: relative;
        cursor: pointer;
    }

    .uk-offcanvas-bar .nojs-menu .uk-parent > a::before,
    .footer-container-right-one .nojs-menu .uk-parent > a::before  {
        content: '';
        position: absolute;
        right: 65%;
        top: 40%;
        height: 7px;
        width: 7px;
        border-right: 2px solid black;
        border-top: 2px solid black;
        transform: rotate(135deg); /* стрелка вверх по умолчанию */
        transition: all 0.3s ease;
    }
    
    .footer-all .footer-container-right-one .nojs-menu .uk-parent > a::before {
		top: 30%;
        height: 4px;
        width: 4px;
    }

    .uk-offcanvas-bar .nojs-menu .uk-parent.active > a::before,
    .footer-container-right-one .nojs-menu .uk-parent.active > a::before {
        transform: rotate(-45deg); /* стрелка вниз при открытой позиции */
    }
    /******end II menu********/
    .footer-container-right-one .footer-navbar-nav .uk-parent .uk-dropdown {
        top: 20px !important;
        left: -73% !important;
    }
    .tm-block-top-a .maket-form-right .pdk-form .rsform-thankyou-button {
        position: absolute;
        bottom: 7.5%;
        right: 0;
    }
    .tm-block-top-a .maket-form-right .pdk-form .rsform-thankyou-button {
        width: 36%;
        height: 44px;
        background: #301813;
        border: none;
        border-radius: 8px;
        font-family: Onest;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #fff;
        text-transform: none;
    }
    .tm-top-a .person {
        margin: 0;
        padding: 60px 26px;
        background: #fff;
        border-radius: 0 0 16px 16px;
        box-sizing: border-box;
    }
    .tm-top-a .person-container {
        width: 100%;
        margin: 0 auto;
    }
    .tm-top-a .person-container h2 {
        padding-top: 0;
        font-family: Onest;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #000;
        text-transform: none;
    }
    .tm-top-a .person-container h3 {
        font-family: Onest;
        font-weight: 500;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #8e8e8e;
        text-transform: none;
    }
    .tm-top-a .person-container p {
        font-family: Onest;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #000;
        text-transform: none;
    }
    .tm-top-a .person-container li {
        list-style: none;
        font-family: Onest;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #000;
        text-transform: none;
    }
    /***********swiper************
    .tm-block-top-a .uk-panel .swiper {
      width: 100%;
      height: 100%;
    }

    .tm-block-top-a .uk-panel .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .tm-block-top-a .uk-panel .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .tm-block-top-a .uk-panel .swiper-slide {
      width: 80%;
    }

    .tm-block-top-a .uk-panel .swiper-slide:nth-child(2n) {
      width: 60%;
    }

    .tm-block-top-a .uk-panel .swiper-slide:nth-child(3n) {
      width: 40%;
    }
    /*******end swiper**********/
}
/********end new-diz-pdk********/
@media (min-width: 900px) {
    #offcanvas,
    .new-land-menu-small {
        display: none;
    }
    .new-land-head-top-mobile {
        display: none;
    }
}
@media (max-width: 900px) {
    .nonmobile {
        display: none;
    }
    .header-left img {
        margin: 40px 0 0 0;
    }
    .header-right-top {
        position: relative;
        padding-top: 0;
    }
    .header-right-top h2 {
        padding: 0;
        margin: 0;
        font-family: Verdana, "sans-serif";
        font-size: 5vw;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #e4160a;
    }
    .header-right-top p {
        padding: 0 20px 0 0;
        margin: 0;
        font-family: Verdana, "sans-serif";
        font-size: 2.6vw;
        line-height: 3vw;
        font-weight: bold;
        letter-spacing: 1px;
        color: #000;
    }
    .header-right-bottom {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .header-right-bottom p {
        padding: 5px 10px 0 8px;
        /* font-family: Verdana, "sans-serif"; */
        font-family: "Calibri";
        font-size: 2vw;
        font-weight: normal;
        line-height: 2vw;
        letter-spacing: 0.7px;
        text-align: justify;
        color: #000;
    }
    .block-technology p, 
    .block-target p,
    .block-warning p {
        font-family: Verdana, "sans-serif";
        font-size: 2.5vw;
        line-height: 3vw;
        padding: 20px 20px 0 20px;
        margin: 0;
        color: #000;
    }
    .block-warning {
        margin: 20px 0;
        padding: 20px;
        font-family: Verdana, "sans-serif";
        font-size: 1vw;
        line-height: 1.2vw;
        letter-spacing: 0.5px;
        text-align: justify;
        color: #000;
        background: #fefee6;
        border: 6px solid #FD0206;
    }
    h2.red-bg {
        font-size: 4.5vw;
        font-weight: normal;
        letter-spacing: 1.5px;
    }
    h3.red-bg {
        font-size: 2.5vw;
        line-height: 3vw;
    }
    .block-warning h3 {
        margin: 0;
        font-family: Verdana, "sans-serif";
        font-size: 4vw;
        line-height: 2vw;
        color: #000;
        text-align: center;
    }
    .block-application .uk-width-medium-1-2:last-child {
        padding: 20px 0 0 60px;
    }
    .block-application h4 {
        font-family: Verdana, "sans-serif";
        font-size: 3vw;
        font-weight: bold;
        line-height: 2vw;
        color: #000;
    }
    .block-application ul {
        margin-left: 0;
        padding-left: 0;
    }
    .block-application li {
        font-family: Verdana, "sans-serif";
        font-size: 2vw;
        font-weight: bold;
        line-height: 2.5vw;
        color: #000;
    }
    .block-member {
        padding: 20px;
    }
    .block-member p {
        font-family: Arial, "sans-serif";
        font-size: 3.3vw;
        color: #000;
        margin-bottom: 10px;
    }
    .block-member ul {
        margin: 0;
        padding: 0 10px;
    }
    .block-member li {
        font-family: Arial, "sans-serif";
        font-size: 2.5vw;
        line-height: 2.5vw;
        color: #000;
        padding-bottom: 10px;
    }
    h2.capitalize {
        text-transform: capitalize;
        font-size: 5vw;
    }
    .block-tools {
        padding: 20px 20px 0 20px;
    }
    .block-tools p, 
    .block-tools li {
        font-family: Verdana, "sans-serif";
        font-size: 2.3vw;
        line-height: 2.5vw;
        color: #000;
    }
    .block-spiral h3, .block-context h3 {
        margin: 20px 0 0 0;
        margin-bottom: 0;
        padding: 15px 0;
        font-family: Verdana, "sans-serif";
        font-size: 3.5vw;
        text-align: center;
        color: #DB0205;
    }
    .block-context {
        padding: 0 20px;
    }
    #my-id3 .uk-width-medium-1-3 {
        padding-left: 0;
    }
    .footer-ico {
        width: 280px;
        margin: 0 auto;
    }
    .new-land-contact-block .control-group input {
        margin: 0 auto;
    }
    .new-land-contact-block p {
        overflow: hidden;
    }
    .block-spiral p, 
    .block-context p {
        font-family: Verdana, "sans-serif";
        font-size: 2.3vw;
        line-height: 2.5vw;
        color: #000;
    }
    .to-top {
        z-index: 100;
    }
    .tm-block-main {
        margin-top: -20px;
    }
    .uk-container {
        overflow: hidden;
    }
    .new-land-menu {
        display: none;
    }
    .new-land-menu-small {
        display: block;
    }
    .new-land-menu-small {
        display: flex;
    }
    .uk-container {
        padding: 0;
    }
    .new-land-head img {
        display: none;
    }
    .new-land-head-top,
    .new-land-head-middle,
    .new-land-head-bottom {
        position: relative;
    }
    .new-land-head-top {
        display: none;
    }
    .new-land-head {
        min-height: 250px;
        background: url("../images/land-head-bg-04.jpg") bottom left no-repeat;
        background-size: contain;
    }
    .new-land-head-bottom {
        width: 100%;
    }
    .new-land-head-top-mobile {
        /*background: -moz-linear-gradient(bottom, #eee, #fff);
        background: -webkit-linear-gradient(bottom, #eee,#fff);
        background: -o-linear-gradient(bottom, #eee,#fff);
        background: linear-gradient(bottom, #eee,#fff);*/
        box-sizing: border-box;
        padding-bottom: 30%;
        position: relative;
    }
    .new-land-head-top-mobile h2 {
        padding: 40px 20px 0 20px;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Arial, "sans-serif";
        font-size: 24px;
        font-weight: 800;
        color: #E4160A;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: center;
    }
     .new-land-head-top-mobile h3 {
        padding: 0 20px 20px 20px;
        font-family: Arial, "sans-serif";
        font-size: 22px;
        font-weight: 800;
        line-height: 24px;
        text-align: center;
    }
     .new-land-head-top-mobile p {
        position: absolute;
        top: 80px;
        right: 0;
        display: block;
        width: 60%;
        padding: 10px;
        margin: 0;
        background: rgba(255,255,255,0.7);
        font-family: Arial, "sans-serif";
        font-size: 10px;
        font-weight: 500;
        line-height: 14px;
        text-align: right;
        color: #000;
    }
    .new-land-head-top-mobile p.head-red {
        padding: 0 20px 0 0;
    }
    .new-land-head-middle {
        padding: 20px;
        font-family: Arial, "sans-serif";
        font-size: 15px;
        color: #871513;
        line-height: 20px;
        margin-bottom: 60%;
        background: rgba(255,255,255,0.7);
    }
    .new-land-head-bottom1 {
        background: rgba(255, 255, 255, 0.7);
    }
    .new-land-head-bottom .new-land-head-bottom2 {
        background: rgba(68,77,84,0.6);
        /*background: -moz-linear-gradient(top, rgba(68,77,84,1) 0%, rgba(68,77,84,1) 81%, rgba(68,77,84,0.95) 82%, rgba(68,77,84,0) 100%);
        background: -webkit-linear-gradient(top, rgba(68,77,84,1) 0%,rgba(68,77,84,1) 81%,rgba(68,77,84,0.95) 82%,rgba(68,77,84,0) 100%);
        background: linear-gradient(to top, rgba(68,77,84,1) 0%,rgba(68,77,84,1) 81%,rgba(68,77,84,0.95) 82%,rgba(68,77,84,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444d54', endColorstr='#00444d54',GradientType=0 );*/
    }
    .new-land-head-bottom1 .uk-width-1-3 {
        width: 33%;
        padding-left: 0;
        font-family: Arial, "sans-serif";
        font-size: 40px;
        font-weight: 900;
        line-height: 52px;
        color: #DF241B;
        text-align: center;
    }
    .new-land-head-bottom2 .uk-width-1-3 {
        width: 33%;
        padding: 15px 0;
        font-family: Arial, "sans-serif";
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        line-height: 14px;
        text-transform: lowercase;
    }
    .new-land-logo {
        width: 100%;
    }
    .new-land-logo a {
        width: 15%;
    }
    .ico-menu {
        display: flex;
        align-items: center;
        padding: 10px 0 7px 0;
    }
    .ico-menu a {
        height: 25px;
    }
    .new-land-menu-txt {
        width: 100%;
        margin: 15px 0;
    }
    .new-land-menu {
        flex-direction: column;
    }
    .new-land-menu-txt ul li {
        padding: 0 10px;
        font-family: Arial, "sans-serif";
        font-size: 8px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 14px;
        color: #444;
        text-align: center;
    }
    .new-land-grey-block {
        background: #dadada;
        color: #000;
        padding: 25px;
    }
    .new-land-grey-block p {
        color: #000;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: -0.03em;
        margin-top: 0;
        margin-bottom: 0;
        text-align: justify;
        padding-bottom: 15px;
    }
    .new-land-grey-block h3 {
        font-size: 22px;
    }
    .new-land-grey-block ul {
        margin: 10px 0;
    }
    .new-land-grey-block li {
        font-family: Arial, "sans-serif";
        font-size: 18px;
        margin-bottom: 10px;
    }
    .new-land-grey-block a {
        display: block;
        width: 70%;
        margin: 20px auto 10px auto;
        background: #fff;
        padding: 8px 15px;
        font-family: Arial, "sans-serif";
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        line-height: 16px;
        color: #DF241B;
        border-radius: 26px;
    }
        .new-land-white-block {
        padding: 30px 0 50px 0;
    }
    .new-land-white-block h3 {
        margin: 32px 0 5px 15px;
        font-family: Arial, "sans-serif";
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #DF241B;
    }
    .new-land-white-block h4 {
        margin: 0 0 5px 15px;
        font-family: Arial, "sans-serif";
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
    }
    .new-land-white-block h2 {
        width: 100%;
        margin: 0;
        font-family: Arial, "sans-serif";
        font-size: 34px;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        color: #DF241B;
    }
    .new-land-white-block ul,
    .new-land-white-block p {
        margin: 0 25px;
        padding-left: 0;
        list-style: none;
        font-family: Arial, "sans-serif";
        font-size: 14px;
        text-align: justify;
        color: #444;
    }
    .new-land-white-block li {
        margin-bottom: 15px;
        letter-spacing: 1.5px;
        line-height: 18px;
    }
    .new-land-grey-block-bottom {
        padding: 15px 25px;
    }
    .new-land-grey-block-bottom p {
        color: #000;
        font-size: 13px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: -0.03em;
        margin-top: 0;
        margin-bottom: 15px;
        text-align: justify;
    }
    .new-land-red-block-all {
        flex-direction: column;
    }
    .new-land-red-block-left {
        width: 100%;
        padding: 15px;
    }
    .new-land-red-block ul {
        margin: 5px 15px;
        padding: 0 25px 25px 25px;
        font-family: Arial, "sans-serif";
        font-size: 18px;
        color: #fff;
    }
    .new-land-red-block-right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .new-land-red-block-right a {
        display: block;
        width: 70%;
        background: #fff;
        border-radius: 26px;
        font-family: Arial, "sans-serif";
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        color: #444;
        padding: 10px 20px;
    }
    .new-land-screamer-block {
        padding: 0 5px;
    }
    .new-land-screamer-block-left {
        width: 10%;
    }
    .new-land-screamer-block-left img {
        height: 70px;
        margin: 35px 0 0 3px;
    }
    .new-land-screamer-block1 {
        font-family: Arial, "sans-serif";
        font-size: 15px;
        font-weight: bold;
        color: #444;
        padding-bottom: 15px;
        border-bottom: 2px solid red;
        margin-bottom: 15px;
    }
    .new-land-screamer-block2 p {
        margin: 0 0 5px 5px;
        font-family: Arial, "sans-serif";
        font-size: 12px;
        font-style: italic;
        color: #444;
    }
    .new-land-whitetxt-block {
        width: 100%;
        margin-left: 0;
        padding: 10px 0;
        flex-direction: column;
    }
    .new-land-whitetxt-block .whitetxt-block-first {
        margin: 10px;
        padding: 20px;
        border: 3px solid #DF241B;
    }
    .new-land-whitetxt-block .whitetxt-block-first h4 {
        color: #000;
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }
    .new-land-whitetxt-block .whitetxt-block-first p {
        color: #000;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        letter-spacing: -0.03em;
        text-align: justify;
    }
    .new-land-whitetxt-block .uk-width-1-2 {
        width: 100%;
    }
    .new-land-whitetxt-right-top {
        margin-top: 20px;
        padding-right: 0;
        font-family: Arial, "sans-serif";
        font-size: 16px;
        color: #444;
        line-height: 20px;
        text-align: justify;
    }
    .new-land-whitetxt-top h2,
    .new-land-whitetxt-top p {
        text-align: center;
    }
    .new-land-red-line1, .new-land-red-line4 {
        width: 25%;
        margin: 0;
        padding: 10px 5px;
        font-family: Arial, "sans-serif";
        font-size: 10px;
        font-weight: bold;
        line-height: 12px;
        text-transform: uppercase;
        color: #fff;
    }
    .new-land-whitetxt-block h2 {
        margin-bottom: 0;
        padding: 5px 0 10px 0;
        font-family: Arial, "sans-serif";
        font-size: 28px;
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
        color: #DF241B;
    }
    .whitetxt-block-second .new-land-whitetxt-right h4 {
        padding-top: 15px;
        font-family: Arial, "sans-serif";
        font-size: 18px;
        font-weight: 900;
        color: #000;
        text-align: center;
    }
    .whitetxt-block-second .new-land-whitetxt-right ul {
        padding: 20px 20px 20px 60px;
    }
    .whitetxt-block-second .new-land-whitetxt-right li {
        padding-bottom: 10px;
        font-size: 14px;
    }
    .new-land-red-line {
        padding: 20px 25px;
        background: #DF241B;
        font-family: Arial, "sans-serif";
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }
    .new-land-grey-block2 h4 {
        padding: 0 25px;
        font-family: Arial, "sans-serif";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.5px;
        color: #000;
    }
    .new-land-grey-block2 h4 span:first-child {
        line-height: 24px;
        font-size: 22px;
    }
    .new-land-grey-block2 li {
        margin-bottom: 5px;
        font-size: 14px;
        color: #000;
    }
    .red-line-02 h2 {
        padding-top: 6px;
        font-family: Arial, "sans-serif";
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 2px;
        text-transform: capitalize;
    }
    .new-land-white-block .white-block-1, 
    .new-land-white-block .white-block-2, 
    .new-land-white-block .white-block-3, 
    .new-land-white-block .white-block-4 {
        padding-bottom: 30px;
    }
    .new-land-white-block .white-block-1 .white-block-txt::after, 
    .new-land-white-block .white-block-2 .white-block-txt::after, 
    .new-land-white-block .white-block-3 .white-block-txt::after {
        content: '';
        background: none;
}
    .new-land-white-block {
        padding: 30px 0 10px 0;
    }
    .new-land-white-block h2 {
        font-size: 18px;
        padding-right: 20px;
        padding-left: 15px;
    }
    .new-land-grey-block3 {
        background: #dadada;
        padding: 25px;
    }
    .new-land-grey-block3 p, 
    .new-land-grey-block3 li {
        font-family: Arial, "sans-serif";
        font-size: 14px;
        color: #000;
    }
    .new-land-white-block-2 h3 {
        font-family: Arial, "sans-serif";
        font-size: 16px;
        font-weight: 700;
        color: #E4160A;
        text-align: center;
    }
    .new-land-white-block-2 p {
        font-family: Arial, "sans-serif";
        font-size: 14px;
        color: #000;
        text-align: center;
    }
    .new-land-white-block-3 p {
        font-family: Arial, "sans-serif";
        font-size: 14px;
        color: #000;
    }
    .new-land-white-block-3 h2 {
        margin-bottom: 0;
        padding: 0;
        font-family: Arial, "sans-serif";
        font-size: 28px;
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
        color: #DF241B;
    }
    .new-land-red-line2, .new-land-red-line3 {
        position: relative;
        width: 25%;
    }
    .new-land-red-line2 img {
        width: 50px;
        top: 12px;
        left: 5px;
    }
    .new-land-red-line3 img {
        height: 80px;
        width: 80px;
        top: -12px;
        left: -10px;
    }
    .new-land-img-line {
        margin-top: 40px;
        max-height: 98px;
        overflow: hidden;
    }
    .new-land-grey-block2 ul {
        margin: 30px 10px;
        font-family: Arial, "sans-serif";
        font-size: 18px;
        color: #fff;
    }
    .new-land-timetable-bottom1 {
        flex-direction: column;
    }
    .new-land-timetable-block .uk-width-1-3 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .new-land-timetable-block ul {
        padding-left: 30px;
    }
    .new-land-outlet-bottom1 {
        flex-direction: column;
    }
    .new-land-outlet-bottom1 .uk-width-1-3 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .new-land-outlet-block p {
        padding: 0 15px;
        font-family: Arial, "sans-serif";
        font-size: 18px;
        line-height: 22px;
        color: #444;
    }
    .new-land-contact-block {
        padding: 15px;
        flex-direction: column;
    }
    .new-land-contact-block .uk-width-1-2 {
        width: 100%;
        padding-left: 0;
    }
    .new-land-contact-block p {
        font-family: Arial, "sans-serif";
        font-size: 18px;
        line-height: 20px;
        color: #fff;
        text-align: center;
    }
    .new-land-contact-block h3 {
        font-family: Arial, "sans-serif";
        font-size: 20px;
        text-align: center;
        color: #fff;
    }
    .new-land-contact-block h2 {
        margin-top: 20px;
        font-family: Arial, "sans-serif";
        font-size: 18px;
        line-height: 20px;
        color: #fff;
        text-align: center;
    }
    .new-land-contact-block .control-group input {
        width: 80%;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .new-land-contact-block .rsform-submit-button {
        display: block;
        width: 80%;
        border: none;
        margin: 0 auto;
        color: #444;
        background: #fff;
        box-sizing: border-box;
    }
	.block-one {
		position: relative;
	}
	.block-one .uk-width-medium-1-2:first-child {
		width: 70%;
		padding: 100px 0 100px 35px;
	}
	.block-one .uk-width-medium-1-2.no-margin img {
		display: block;
		width: auto;
		height: auto;
		position: absolute;
		top: -30px;
		right: -55%;
	}
}