/*


 */
@font-face {
    font-family: 'Axiforma Regular';
    src: url('/fonts/Axiforma-Regular.eot');
    src: url('/fonts/Axiforma-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Axiforma-Regular.woff') format('woff'),
    url('/fonts/Axiforma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}





.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #0081b7;
  padding: 10px 0;
  position: relative;
  margin-top: 20px;
}
.ticker {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: tickerMove 15s linear infinite;
}
.ticker span{
    font-family: 'Medium';
    font-size: 26px;
}
#header_top{
    overflow: visible;
}
@keyframes tickerMove {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}


#UpForm .info{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}
#UpForm .popup-window2{
    background: #fff;
    padding: 2em;
    margin: 0 10px;
    max-width: 900px;
    border-radius: 1em;
    transform: scale(.8);
    transition: transform .4s ease;
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
}
#UpForm .popup-window2 img{
    width: 50%;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
}
#UpForm .popup-window2 p{
    font-size: 22px;
}
#UpForm .popup-window2 h2{
    font-size: 26px;
}
#UpForm .popup-window2 a{
    font-size: 18px;
    color: white;
    background: #6097fe;
    padding: 15px 35px;
    width: fit-content;

    border-radius: 10px;
}
.popup-window .popup-close-btn{
    color: #fff;
}
.popup-window2 .popup-close-btn{
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: #000;
    color: #fff;
    user-select: none;
    padding: 1px 7px;
    border-radius: 195px;
}
#UpForm .popup-window2 .cont{
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
}

#gallary .contnent{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#gallary .contnent .inforu p{
    margin: 0;
}
#gallary .contnent .arrow{
    width: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Сам слайдер */
#gallary .swiper-container {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
    overflow: hidden;
}
#gallary .swiper-wrapper{
    height: auto;
}
#gallary .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: .3s ease-in-out;
    flex-direction: column;
}
#gallary .swiper-slide .basimg{
    width: 100%;
}
#gallary .swiper-slide .basimg .lol{
    border-radius: 10px;
}
#gallary .swiper-slide h3{
    font-size: 20px;
    margin-top: 15px;
}
#gallary .swiper-slide p{
    font-size: 20px;
    margin-bottom: 0;
}
#gallary .swiper-scrollbar {
    position: relative !important; /* ВАЖНО: чтобы скроллбар позиционировался относительно контейнера */
    bottom: 0px !important; /* Прикрепляем к низу .swiper-container */
    left: 0 !important;
    width: 100% !important;
    height: 8px !important;
    margin-top: 15px;
    z-index: 1;
}
#gallary .swiper-scrollbar-drag{
    background: #ffffff;
}
#gallary .Swipers-Sliders-a{
    width: 100%;
    transition: .3s ease-in-out;
    border-radius: 10px;
    height: auto;
}
#gallary .Swipers-Sliders-a:hover{
    box-shadow: rgba(255, 255, 255, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transform: scale(1);
}
#gallary .Swipers-Sliders-a:active{
    transform: scale(0.99);
}
#gallary .Swipers-Sliders{
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
#gallary .swiper-button-prev, #gallary .swiper-button-next {
    color: #fff; /* или свой цвет */
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff7a;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
#gallary .swiper-button-next:after{
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 24px !important;
}
#gallary .swiper-button-prev:after{
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 24px !important;
}
#gallary .swiper-button-prev, #gallary .swiper-button-next{ 
    left: 10px;
    transition: .3s ease-in-out;
    transform: translateY(0);
    top: 0;
}
#gallary .swiper-button-next:hover, #gallary .swiper-button-prev:hover {
    filter: drop-shadow(0 0 4px #ffffff);
}
#gallary .swipe-paginate{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#gallary .swipe-paginate .swiper-pagination{
    background: #2463d9;
    padding: 10px 10px;
    border-radius: 10px;
    width: max-content;
    position: relative;
    bottom: 0;
}
#gallary .swipe-paginate .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #d7dbdd;
    transition: .3s ease-in-out;
}
#gallary .swipe-paginate .swiper-pagination-bullet-active{
    background-color: white;
    width: 11px;
    height: 11px;
    pointer-events: none;
}
/* Сам слайдер */
#gallary .logo {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    z-index: 2;
}
.info_social{
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
}
.basimg{
    position: relative;
}
.basimg .logo{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    z-index: 2;
}







.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 150px;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

@font-face {
    font-family: "icomoon";
    src: url("/fonts/icomoon.26f8887ab76b.eot?q3m2ui&20d08f28a1bb");
    src: url("/fonts/icomoon.26f8887ab76b.eot?q3m2ui&20d08f28a1bb#iefix") format("embedded-opentype"),
    url("/fonts/icomoon.f798b5227ab5.ttf?q3m2ui&20d08f28a1bb") format("truetype"),
    url("/fonts/icomoon.569f2f364c00.woff?q3m2ui&20d08f28a1bb") format("woff");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 70px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-electrical-repair:before {
    content: "\5df";
}

.icon-engine-repair:before {
    content: "\e90b";
}

.icon-body-repair:before {
    content: "\e91c";
}

.icon-air_conditioning:before {
    content: "\e900";
}
.icon-bag:before {
    content: "\e901";
}
.icon-brake:before {
    content: "\e902";
}
.icon-car_1:before {
    content: "\e903";
}
.icon-car_2:before {
    content: "\e904";
}
.icon-cheackmark:before {
    content: "\e905";
}
.icon-client:before {
    content: "\e906";
}
.icon-comment:before {
    content: "\e907";
}
.icon-computer:before {
    content: "\e908";
}
.icon-customer:before {
    content: "\e909";
}
.icon-download:before {
    content: "\e90a";
}
.icon-engine:before {
    content: "\e90b";
}
.icon-fast:before {
    content: "\e90c";
}
.icon-folder:before {
    content: "\e90d";
}
.icon-history:before {
    content: "\e90e";
}
.icon-mechanic:before {
    content: "\e90f";
}
.icon-mission:before {
    content: "\e910";
}
.icon-objective:before {
    content: "\e911";
}
.icon-oil:before {
    content: "\e912";
}
.icon-percentage:before {
    content: "\e913";
}
.icon-performance:before {
    content: "\e914";
}
.icon-play:before {
    content: "\e915";
}
.icon-price:before {
    content: "\e916";
}
.icon-pricetag:before {
    content: "\e917";
}
.icon-repair:before {
    content: "\e918";
}
.icon-request_quote:before {
    content: "\e919";
}
.icon-solution:before {
    content: "\e91a";
}
.icon-star:before {
    content: "\e91b";
}
.icon-steering:before {
    content: "\e91c";
}
.icon-tag:before {
    content: "\e91d";
}
* {
    margin: 0;
    padding: 0;
    outline:none;
    font-family: 'Axiforma Regular';
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

html,body {
    font-family: 'Axiforma Regular';
    height: 100%;
}
body{
    /*
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */

    background: #f9f9f9;
}

#contents1{
    position: relative;
    padding: 60px 0 120px 0px;
    background: #fff;
    overflow: hidden;
}
#contents1 .container {
    position: relative;
    z-index: 100;
}




#contents2{
    position: relative;
    padding: 60px 0 60px 0px;
    overflow: hidden;
}
.mpar{
    background: url(/images/kidswim.jpg)  no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.psc {
    color: #ffffff;
    text-align: right;
    margin: 0;
    position: absolute;
    font-size: 21px;
    padding: 20px;
    background: rgba(11, 107, 142, 0.5);
    right: 10px;
    bottom: 30px;
    border-radius: 20px 0 20px 0;
}
.psc p{
    padding: 0;
    margin: 3px 0;
}

#ouprm .container, #contents2 .container, #contents5 .container {
    position: relative;
    z-index: 10;
}

#contents2 .container{
    position: relative;
    z-index: 300;
}
.hero{
	  background: url('/images/sl1.jpg') no-repeat center center;
	background-size: cover;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.hero .container{
	z-index: 2;
}
.hero::after{
	content: '';
display: block;
	position: absolute;
	background-color: rgba(0,0,0,.42);
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.wa_linlk{
	color: #fff;
	background: #2cb742;
	padding: 18px 35px;
	display: inline-block;
	margin-top: 15px;
	border-radius: 4px;
	text-decoration: none;
}
.cmagic{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 280;
    top:0;
    left:0;
    overflow: hidden;
}
.cm3{
    position: absolute;
    width: 150%;
    height: 120%;
    top:0;
    left:0;
}
.cm1{
    z-index: 281;
}
.cm2{
    z-index: 282;
}
.cm3{
    z-index: 283;
}

.klinh {
    text-align: center;
    color: #000;
    margin: 60px 0 40px 0;
    text-shadow: 2px 3px 4px #c5c5c5;
}
.dippic img {
    width: 175px;
    height: 100%;
    box-shadow: 0 0 10px #000;
    margin: 5px;
}
.sh12{
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    padding: 0px 0 20px 0;
    text-transform: uppercase;
    color: #156797;
    border-bottom: 3px solid #ffa500;
}
.corow {
    display: block;
    padding: 30px 0 0 0;
    text-align: center;
}
.trenera {
    text-align: center;
}
.trenera img {
    height: 465px;
    width: auto;
    box-shadow: 0 0 10px #000;
    margin: 38px 0 0 0;
}
.dippic {
    display: inline-block;
}


#contents3{
    position:relative;
    background: url(/images/sw2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 60px 0px;
}



#contents7{
    position:relative;
    /*
    background: url(/images/sw2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(201,234,255,1) 99%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(201,234,255,1) 99%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(201,234,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9eaff',GradientType=0 );
    padding: 70px 0 40px 0px;
    overflow: hidden;
}

#contents7 .swrap{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    position: absolute;
    left:0;
    top:0;
    z-index: 280;
}
#contents7 .container{
    position: relative;
    z-index: 300;
}
.ehs{
    margin: 0 0 20px 0;
}
.eh1 {
    text-align: right;
    padding: 0;
    margin: 15px 0;
}
.ehs.tleft .eh1{
    text-align: left;
}
.ehs.tright .eh1{
    text-align: right;
}
.eh1 span{
    display: block;
    text-align: center;
    color: #008609;
    font-size: 22px;
    line-height: 25px;
    padding: 10px 10px 8px 10px;
    border-radius: 0 10px 0 10px;
}
.eh1 span i{
    display: inline-block;
    padding: 0 5px 0 0;
    color: #08c892;
}
.pluses.row {
    padding-bottom: 20px;
    padding-top: 20px;
}
.pltext {
    text-align: center;
    font-size: 23px;
    padding: 10px 0;
}
#contents7 .sh1 {
    margin: 0;
    padding: 50px 0 50px 0;
}
#contents7 .sh1 span {
    color: #0879ad;
}
#contents7 .sh1 span:after{
    border-bottom: solid 4px #6ec7e7;
}


#contents4{
    position: relative;
    padding: 0px 0 60px 0px;
}
#contents5 {
    /*
    background: url(/images/tbg.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(201,234,255,1) 99%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(201,234,255,1) 99%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(201,234,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9eaff',GradientType=0 );

    position: relative;
    padding: 60px 0 60px 0px;
    overflow: hidden;
}
.new_pic {
    padding-top: 20px;
}
.fag {
    height:178px;
    width: auto;
    margin: 5px 0 0 0;
}
#header_top{
    top: -3px;
    padding: 0 0 10px 0;
    box-shadow: 0 0 2px #555;
    position: fixed;
    width: 100%;
    z-index: 995;
    background: rgba(0, 129, 202, 0.8);
    height: 95px;
}
.tphone {
    font-size: 20px;
    padding-top: 17px;
}
.new_pic img {
    width: 100%;
    height: auto;
}
.tphone i{
    color:#48ff00;
}
.inf{
    font-size: 25px;
    color:#fff;
    text-shadow: 1px 1px 2px #000;
}

.inl{
    display: block;
    float: left;
}
.reg{
    padding: 5px 0 0 10px;
}
.tel{
    color: #fff;
}
.tel:hover{
    color: #fff;
    text-decoration: none;
}
.logo{
    display: inline-block;
    margin: 0 0 0 0;
}

.pcennik {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background: #046e96;
    border: 1px solid #000;
    box-shadow: 0 0 10px #555;
    font-size: 20px;
}
img.twd,
img.thg{
    border-radius: 20px;}
span.tit, .logo a{
    
    font-size: 14px;
    line-height: 16px;
    padding: 1px 0 0 20px;
}
.logo a{
    padding-left:0
}

span.tit{
    font-size: 21px;
    line-height: 10px;
    display: inline-block;
    font-weight: bold;
    color: #000;
}

.topc{
    text-align: right;
    margin:-21px 0px 0px 0px;
}
.topc .tphone a,
.topc .tphone i{
    display: block;
    float: right;
}
.topc div{
    clear: both;
    float: none;
    margin:0;
}
.topc .tphone a{
    color:#000;
    
    font-size: 23px;
    line-height: 30px;
    text-decoration: none !important;
    font-weight: bold;
}
.topc .tphone i {
    font-size: 24px;
    color: #000;
    padding: 4px 0 0 5px;
}

#header_top .text-right{
    display: block;
    position: absolute;
    right: 0;
    top: 29px;
}

.logo img {
    height: 105px;
    width: auto;
    margin: 5px 0 0 0;
}
.tmenu{
    padding: 23px 0 0 0 !important;
}
#topmenu{
    background: none;
    position: fixed;
    width: 100%;
    top: 85px;
    overflow: hidden;
    height: 47px;
}
#topmenu,
#topmenu *{
    z-index: 999;
}
#topmenu a{
    color:#fff;
    z-index: 999;
}
#topmenu a:hover{
    z-index: 999;
}
#topmenu .sub-menu a{
    color:#000;
    z-index: 999;
}

#hmenu{
    display: table;
    width: auto;
    position: relative;
    float: right;
}

#hmenu:hover{

}
.bigwrap {
    position: relative;
}

#sldr{
    width: 100%;
    margin: 0 auto 0px auto;
    position: relative;
}

.stext{
    width: 50%;
    position: absolute;
    right: 0;
    top: 200px;
    display: block;
    text-align: left;
    padding: 20px 30px 20px 30px;
    font-size: 39px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    background: rgba(0, 192, 84, 0.68);
}

.slideritem {
    width: 100%;
    height: 80vh;
    display: block !important;
    position: relative;
}

.slideritem .container{
    position: relative;
    z-index: 300;
    padding: 150px 0;
}

.slideritem span.wgo {
    position: absolute;
    right: 30px;
    top: -70px;
    font-size: 24px;
    line-height: 4px;
    padding: 20px 30px 18px 20px;
    background: rgba(255, 131, 27, 0.66);
    border: 1px solid #eee;
    box-shadow: 0 0 10px #555;
}

.slideritem span.wgo .hhd{
    font-weight: normal;
}
.slideritem span.wgo:hover .hhd{
    display: none;
}
.slideritem,
.slideritem *{
    text-decoration: none !important;
}

.slideritem.pic1{
    background: url(/images/sl1.jpg)  no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slideritem.pic2 {
    background: url(/images/sl2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slideritem.pic3 {
    background: url(/images/sl31.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.h2{
    font-size: 30px;
}
.h3{
    font-size: 21px;
}
.h4{
    font-size: 17px;
}


.img{

}
.img img{
    opacity: 1;
    width: 100%;
    height: auto;
    display: block;

}

.abouts p{
    font-size: 21px;
}
.abouts b{
    display: block;
}
.abouts p .fa{
    content: "\f054";
    font-family: "Font Awesome 5 Free" !important;
    display: inline-block;
    padding: 0 5px 0 0;
    color: #08c892;
}
.abouts .tcell{
    padding: 0 0 20px 0;
    margin: 0;
    vertical-align: top;
}
.abouts p {
    font-size: 21px;
    margin: 0;
    padding: 10px 0 0 10px;
}
.abouts .timg img {
    width: 120px;
    height: auto;
}



.wprice{
    display: inline-block;
    background: rgba(255,255,255,0.6);
    padding: 7px 10px;
    margin: 8px 0 0 0;
    border-radius: 10px;
    font-size: 18px;
    line-height: 18px;
    width: fit-content;
}
.wprice i{
    display: inline-block;
    padding: 0 4px 0 0;
    color:#046e96;
    font-size: 18px;
}

span.wgo{
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 6px;
    font-size: 18px;
    line-height: 18px;
    background: #6097fe;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    width: fit-content;
}
span.wgo:hover{
    background: #5587e4;
}
span.wgo.free{
    background: rgba(0, 151, 3, 0.72);
}
span.wgo.free:hover{
    background: green;
}
.wgo span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.wgo span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0px;
    right: -10px;
    transition: 0.5s;
}
.wgo:hover span {
    padding-right: 20px;
}
.wgo:hover span:after {
    opacity: 1;
    right: 0;
}

.ter{
    margin: 20px 0 30px 0;
}
.ters2 {
    padding-left: 40px;
}
.ters3 {
    padding-left: 80px;
}
.ters4 {
    padding-left: 120px;
}

.ters5 {
    padding-left: 160px;
}
.rep {
    padding: 30px 0 0 0;
}
.title {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 10px 0 22px;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px #000;
}
.title .fa {
    content: "\f054";
    font-family: "Font Awesome 5 Free" !important;
    display: inline-block;
    padding: 0 5px 0 0;
    color: #08c892;
}
.item {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.72);
    margin: 20px 0px 10px -30px;
}
.item1 {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.72);
    margin: 20px 0px 10px -30px;
}
.descr {
    float: left;
    color: #000000;
}
.ter .h4{
    padding: 0 0 0 10px;
}
.vnimanie{
    margin: 10px 0 90px 0;
    background: rgba(195, 234, 255, 0.9);
    padding: 30px 30px 30px 30px;
    border-radius: 40px 40px 40px 0px;
    opacity: 0.8;
    text-align: right;
}
.vnimanie .h3 .fa {
    font-size: 22px;
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    padding: 0 5px 0 0;
    margin: 0;
}

.ideas{
    position: relative;
    transition: 0.5s;
}
.ideas_pop {
    opacity: 0;
    position: absolute;
    background: rgba(255,255,255,0.9);
    z-index: 300;
    top: 190px;
    left: -10px;
    padding: 20px;
    border-radius: 20px 0 20px 20px;
    transition: 0.5s;
}
.undr{
    text-align: center;
}
.undr .tel{
    color:#000;
}

.undr,
.undr *{
    font-size: 28px;
}
.undr .phn {
    padding: 10px 0;
}
.undr.animated{
    opacity: 1px;
}

.undr span.wgo,
.ideas_pop span.wgo{
    background: #2463d9;
    margin: 0 0 0 0;
}
.undr .fa {
    color: #30bc30;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    padding: 0 5px 0 0;
}
.undr span.wgo{
    padding: 9px 14px;
    font-size: 28px;
    line-height: 28px;
}
.idewrap:hover .ideas_pop{
    opacity: 1;
}
.idewrap:hover .ideas_popspan.wgo {
    background: rgba(29, 56, 109, 0.96);
}


.fr{
    width: 220px;
    margin: 0 0 0 -110px;
    position: absolute;
    top:10px;
    left:50%;
    z-index: 200;
}
.fr.anima {
    width: 220px;
    margin: 0 0 0 -110px;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 190;
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out;
}
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}


#topmenu li{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 960;
}
#topmenu .sub-menu li{
    display: block;
}

ul.menu{
    margin: 8px 0px 0px 0px;
    padding:0;
    list-style: none;
    font-size: 0;
    text-align: right;
}
ul.menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
ul.menu li a{
    margin: 0;
    padding: 5px 15px;
    text-transform: initial;
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    padding-bottom: .25em;
    text-decoration: none;
}
ul.menu li a span{
    border-bottom: 1px solid #ffbe07;
    color: #ffffff;
}

ul.menu i {
    display: inline-block;
    font-size: 17px;
    padding: 0 5px 0;
}

ul.menu li:hover,
ul.menu li.crnt{
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;

}
ul.menu li.crnt a span,
ul.menu li:hover a span{

    border-bottom: 1px solid #fff;
}
ul.menu li.menu-item-has-children:hover a{

}



.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 1px 0 0 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
ul.menu .sub-menu{
    overflow: hidden;
    z-index: 300;
    background: #000;
    position: absolute;
    right: 0px;
    top: 33px;
    padding: 5px 0;
    border-radius: 8px 0 8px 8px;
    min-width: 230px;
}
ul.menu .sub-menu li {
    background: none;
    display: block;
    padding: 0;
}
ul.menu .sub-menu li a {
    transition: all 0.5s;
    display: block;
    color: #fff !important;
    text-shadow: none !important;
    text-align: right;
    padding: 3px 10px;
    height: auto;
    white-space: nowrap;
    background: none !important;
    border:none !important;
    text-decoration: underline;
}
ul.menu .sub-menu li a:hover{
    text-decoration: none;
}


ul.menu .sub-menu li a span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
ul.menu .sub-menu li a span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
ul.menu .sub-menu li a:hover span {
    padding-right: 20px;
}
ul.menu .sub-menu li a:hover span:after {
    opacity: 1;
    right: 0;
}



.cont.mainpage {
    position: relative;
    z-index: 200;
    padding: 50px 30px 30px 30px;
    margin: 0 auto;
    text-align: center;
}

.mainpage .h1{
    position: relative;
    display: block;
    margin: 0 0 0 0;
    text-align: center;
}

.mainpage .h1 span{
    display: inline-block;
    opacity: 0;
    position: relative;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff !important;
    padding: 8px 12px;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
.mainpage .h1 span{
    opacity: 1;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-bottom: .15em solid orange; /* The typwriter cursor */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    /*
    animation:
            typing 2.5s steps(40, end),
            blink-caret .75s step-end infinite;
            */
}
#contents7 .sh1 span{
    border-bottom:2px solid orange !important;
}
.orng{
    color:orange !important;
}
/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
}

.mainpage .h4{
    font-size: 30px;
    color: #ffffff !important;
    padding: 10px;
    margin: 15px auto 15px 0;
    text-shadow: 0 0 3px #000;
    display: inline-block;
    font-style: italic;
}
.mainpage .h5{
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
}

.mainpage h6{

    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}
.cont.mainpage a.redbtn{
    transition: all 0.5s;
    cursor: pointer;
    margin: 30px 0 0 0;
    box-shadow: 0 0 22px #000;
}
.cont.mainpage a.redbtn:hover{
    box-shadow: 0 0 20px #fff;
}
.cont.mainpage a.redbtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.cont.mainpage a.redbtn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.cont.mainpage a.redbtn:hover span {
    padding-right: 20px;
}
.cont.mainpage a.redbtn:hover span:after {
    opacity: 1;
    right: 0;
}
.sh1 {
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    padding: 40px 0 12px 0;
    text-transform: uppercase;
}
.sh1 span.all,
h1 span.all{
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.sh1 span:after {
    display:block;
    width: 100%;
    content: '';
    border-bottom: solid 4px #b4ebff;
    transform: scaleX(1);
    transition: transform 550ms ease-in-out;
}
ul#hmenu li a:hover span:after { transform: scaleX(1); }

.tetx-table{
    text-align: center;
}
.is_overlay{ display: block; width: 100%; height: 100%;
}


.tomzd{

}
.mzd {
    overflow: visible;
    position: relative;
    z-index: 300;
    margin: 0;
    padding: 0;
    height: 5px;
    text-align: center;
    background: #ff962e;
}
.mzd img{
    cursor: pointer;
    display: block;
    width: 68px;
    height: 68px;
    position: absolute;
    right:50%;
    top: -34px;
    margin: 0 -34px 0 0;
    border-radius: 50%;
    border:4px solid #07C26A;
}



.toprow{

}
.toprow td{
    background: #046e96;
    color:#fff;
}
.s_table td{
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}
td.mtd{
    font-weight: normal;
    font-size: 18px;
    background: #000;
}
.mtd .fa {
    color: #046e96;
    font-size: 19px;
    display: inline-block;
    margin: 0 5px 0 0;
}
td.ftd{
    text-align: left;
}
td.minit{
    font-size: 12px;
    color:#555;
    text-align: left;
    font-style: italic;
    font-weight: normal;
}
#raspis
.sh12
{
    margin-top: 50px;
    font-size: 50px;
}
.yourtableclass /*таблица*/
{
    text-align: center;
    width: 100%;
    margin-top: 30px;
    font-size: 25px;
    border: 4px solid deepskyblue;

}
.maintd /*td шапка таблицы*/
{
    font-size: 40px;
    padding: 22px 0 15px 0;
    border-bottom: 4px solid deepskyblue;
    background-color: rgba(69, 205, 255, 0.4);
}
.mytdclass /*td*/
{
    text-align:center ;
    padding: 20px 0 15px 0;
    border: 2px solid deepskyblue;

}



/****/
.howork{
    /*background:url(../images/howork.jpg) center top no-repeat #EAEAEA;*/
    background: #555;
    background: -moz-linear-gradient(top, #555 0%, #333 100%);
    background: -webkit-linear-gradient(top, #555 0%,#333 100%);
    background: linear-gradient(to bottom, #555 0%,#333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#333',GradientType=0 );
    padding: 0;
    margin: 55px auto 35px auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.howork,
.howork *{
    color:#fff !important;
}
.hwsteps{
    height:500px;
    position:relative
}
.hwsteps .step{
    width:25%;
    text-align:center;
    position:absolute;
    min-height:250px
}
.hwsteps .step i{
    display:block;
    margin:0 auto 10px;
    width:55px;
    height:55px;
    background-image:url(../images/hwicons.png?v=2);
    background-repeat:no-repeat
}
.hwsteps .step h4{
    font-size:26px;
    line-height:26px;
    color:#0B0B0B
}
.hwsteps .step h4:after,.hwsteps .step h4:before{
    color:#B9B7B2
}
.hwsteps .step h4:after{
    content:' —'
}
.hwsteps .step>div{
    font-size:13px;
    line-height:16px
}
.hwsteps .hwline{
    position:absolute;
    background:0 0
}
.hwstep-1{
    top:0;
    left:0
}
.hwstep-1 i{
    background-position:-20px -27px
}
.hwstep-1 h4:before{
    content:'— '
}
.ptabs>a:before,footer.black ul>li:before{
    content:''
}
.hwstep-2{
    top:250px;
    left:20%
}
.hwstep-2 i{
    background-position:-200px -27px
}
.hwstep-3{
    top:0;
    left:40%
}
.hwstep-3 i{
    background-position:-397px -27px
}
.hwstep-4{
    top:250px;
    left:60%
}
.hwstep-4 i{
    background-position:-611px -22px
}
.hwstep-5{
    top:0;
    left:75%
}
.hwstep-5 i{
    background-position:-799px -20px
}

.hwstep-2 h4,
.hwstep-3 h4,
.hwstep-4 h4,
.hwstep-5 h4{
    padding-left: 30px;
}


a.dashed:link,a.dashed:visited{
    border-bottom:1px dashed currentColor
}
.line12,.line34{
    border-bottom:3px dashed #B9B7B2
}
.pricesubheader{
    margin-top:-25px;
    margin-bottom:25px
}
.pricesubheader .dashed{
    font-weight:700
}
select.form-control{
    padding-top:4px
}
.staff .testimonial{
    display:none
}
.staff .clientNameTitle{
    color:#222
}
.staff .clientPhoto{
    max-width:100%;
    height:auto;
    margin-bottom:10px
}
.staff .clientPhoto img{
    width:100%;
    height:262px;
}
.line12,.line23{
    height:150px;
    border-left:3px dashed #B9B7B2
}
.line12{
    width:112px;
    top:180px;
    left:12.5%
}
.line23{
    width:120px;
    top:79px;
    left:32.3%
}
.line34{
    width:90px;
    height:180px;
    top:150px;
    left:52.5%;
    border-left:3px dashed #B9B7B2
}
.line45{
    width:65px;
    height:150px;
    top:79px;
    left:72.5%;
    border-left:3px dashed #B9B7B2
}
.line23,.line45{
    border-top:3px dashed #B9B7B2
}

.howork .sh3{
    display: block;
    text-align: left;
    font-size: 30px;
    padding: 30px 0 0 0;
    color:#000;
}

.howork .sh4{
    display: block;
    text-align: left;
    font-size: 20px;
    padding: 10px 0 50px 0;
}

/****/




#topslider{
    height:400px;
    overflow: hidden;
    border-bottom:1px solid #ddd;
}

.slider_wrap{
    width: 100%;
    height: 400px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.slider_wrap .stlb{
    width:50px;
    height:400px;
    position:absolute;
    z-index:700;
    top:0;
}
.slider_wrap .stlb.sleft{
    left:0;
    background:url('../images/white_left.png') 0 0 repeat-y;
}
.slider_wrap .stlb.sright{
    right:0;
    background:url('../images/white_right.png') 0 0 repeat-y;
}
.slider_wrap .sl-arr {
    position: absolute;
    height: 150px;
    width: auto;
    top: 100px;
    right: 50px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    z-index: 600;
}
.slider_wrap .sl-arr img{
    height: 100%;
    width: auto;
}
.sl{
    position: relative;
}
#slider img{
    height: 100%;
    width: auto;
}
.ttext {
    position: absolute;
    background: rgba(0,0,0,0.4);
    top: 50px;
    left: 60px;
    text-align: left;
    padding: 20px;
    z-index: 600;
}

.tt1{
    font-size:35px;
    line-height: 35px;
    color:#fff;
    text-shadow:0 0 2px #555;
    margin-bottom:6px;
}
.tt2{
    font-size:28px;
    line-height: 28px;
    color:#eee;
}
ul.tt3{
    list-style: none;
    margin: 10px 0 0 0;
}
.tt3 li{
    padding:3px 0 0 0;
    font-size: 17px;
    color:#fff;
}
.tt3 li .fa{
    margin-right:3px;
}




#content{
    position: relative;
    z-index: 700;
    padding: 30px 0 0 0;
}
#content ul, #content *{
    text-indent: 0 !important;
    list-style-position: inside;
}
#content h1:first-child{
    margin:45px 0 20px 0;
    padding: 0;
    color:#000;
    
    font-size: 38px;
    line-height: 45px;
}
#content h1,
#content h2,
#content h3,
#content h4{
    font-weight: bold;
}
#content h1{
    margin:25px 0 20px 0;
    padding:0;
}
.cont h3 {
    font-size: 21px;
}
.container{
    max-width: 1160px;
}
#content .container{
    background: rgba(255,255,255,0.8);

    padding: 0 40px 40px 40px;
}
#content p,
#content ul{
    font-size:17px;
    line-height: 20px;
}
#content ul{
    list-style-position: inside;
}

#content table.MsoNormalTable,
#content table.MsoNormalTable tbody{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
#content table.MsoNormalTable td,
#content table.MsoNormalTable td * {
    white-space: normal;
    padding: 3px !important;
}
#content table.MsoNormalTable tr:hover td,
#content table.MsoNormalTable tr:hover td *{
    background: #ededed !important;
    cursor: default;
}
#content table.MsoNormalTable tr:first-child td,
#content table.MsoNormalTable tr:first-child td * {
    /*font-family: 'Russo One', sans-serif !important;*/
    background: #ededed !important;
    color: #000 !important;
}


#ouprm {
    margin: 0 0 0px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding: 0 0 60px 0;
}
#ouprm .container{
    position: relative;
    z-index: 10;
}

video.bgvid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    background-size: cover;
}

#footer {
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    background: rgba(0, 129, 202, 0.8);
    overflow: hidden;
    position: relative;
    z-index: 290;
}

#footer .container .fa{
    display: inline-block;
    padding: 0 15px 0 0;
}


#footer{
    position: relative;
    overflow: hidden;
}

#footer .container{
    position: relative;
    overflow: hidden;
}
.wwa{
    width:500px;
    height: 91px;
    background: url(/images/wave.png) 0 0 no-repeat;
    position: absolute;
    z-index: 100;
    top:50%;
    opacity: 0.3;
}
.wave1{
    left:50%;
    margin: -45px 0 0 -690px;
}
.wave2{
    right:50%;
    margin: -45px -690px 0 0;
}

.contacts_holder {
    padding: 50px 0 0 0;
}
.ph1,.ph1 a,
.em1, .em1 a,
.ob1, .ob1 a{
    font-size: 22px;
    color:#fff;
    text-shadow: 1px 1px 3px #333;
    text-decoration: none;
}
.ph1, .ph1 a{
    font-size: 25px;
}
#footer .vodal{
    position: absolute;
    right:50%;
    bottom:40px;
    width: 220px;
    margin: 0 -450px 0 0;
}
#footer .vodal img{
    width: 100%;
    height: auto;
}


#ouprm::before,
.mapholder{
    width: 100%;
    height: 450px;
    overflow: hidden;
}
#ouprm::before,
.mapholder{
    width: 100%;
    height: 45vh;
    min-height: 370px;
    overflow: hidden;
}

/*
.mapholder{
    background: url(/images/map.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

 */
.mapwrapper{
    height: 650px;
    margin: -100px 0 0 0;
}


.map{
    height:300px;
}
.map img{
    width:auto;
    height:300px;
}


.clogo {
    text-align: center;
}
.clogo img {
    height: 240px;
    width: auto;
}


.cntcts{
    text-align: center;
    padding-top: 18px;
}


.cntcts .n1{
    color:#000;
    
    font-size:40px;
    margin: 0 0 0px 0;
}
.cntcts .n2{
    color:#000;
    font-size: 18px;
    line-height: 28px;
    padding-bottom:0px;
    font-weight: bold;
    text-transform: uppercase;
    
}
.cntcts .n3 {
    color: #000;
    font-size: 17px;
    /* font-family: 'Russo One', sans-serif; */
    margin: 15px 0 3px 0;
    text-align: left;
}
.cntcts .n4 {
    color:#000000;
    font-size: 14px;
    margin: 18px 0 0 0;
}
.cntcts i {
    color: #000;
    display: inline-block;
    padding: 0 5px 0 0;
}
.cntcts a,
.cntcts a:hover{
    
    color:#000;
    text-decoration: none;
}
.cntcts .callme{
    color:#000;
}

.cntcts.right{
    padding: 0px 0 12px 0;
}

.uppage{
    position: relative;
    padding: 0 0 35px 0;
    background: rgba(0, 129, 202, 0.8);
}

.usercontent table{
    width: 100% !important;
}

.usercontent table thead *{
    color:#000 !important;
}
.usercontent table *{
    color:#000 !important;
}





#netmap{
    width: 100%;
    z-index: 500;
    margin:0px auto 0 auto;
    padding: 0 0 50px 0;
    position: relative;
}

#netmap .container{
    z-index: 550;
    background: rgba(255,255,255,0.8);
    max-width: 950px;
    padding: 0 70px 40px 70px;
    position: relative;
    top:50px;
}

#netmap #netmap_w{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 500;
}

.swtext *{
    text-align: center;
    text-transform: uppercase;
}
.swtext .st1{
    font-size: 35px;
    line-height: 40px;
    color: #000;
}
.swtext .st2{
    font-size:18px;
    color:#000;
    text-decoration: underline;
}
.swtext .timg{
    padding: 20px 0;
    height:80px;
}
.swtext .timg img{
    height:100%;
    width:auto;
}
.swtext .st3{
    font-size:20px;
    color:#000;
    
}

.f_icons {
    text-align: center;
}
.f_icons a{
    color:#000;
    font-size: 29px;
    display: inline-block;
    padding: 15px 10px;
}
.f_icons a:hover{
    text-decoration: none;
    color:#000;
}


.cntcts .f_icons{
    text-align: right;
}
.cntcts .f_icons a{
    padding: 5px 5px;
    font-size: 16px;
}


.write-wrap {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 1000;
    width: 66px;
    height: 66px;
    opacity: 0.85;
}
.write-wrap:hover{
    opacity: 1;
}
.write-wrap .circle {
    border-radius: 50%;
    background-color: #24bf3e;
    width: 100px;
    height: 100px;
    margin: 0;
    position: absolute;
    bottom: -17px;
    right: auto;
    left: -17px;
    opacity: 0;
    z-index: 1000;
    animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }
    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}
.write {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 66px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    z-index: 1001;
    text-align: center;
    font-size: 40px;
    color: #fff;
    display: table;
    vertical-align: middle;
}
.write i {
    display: table-cell;
    vertical-align: middle;
    color:#24bf3e;
}
.blocker{
    z-index:1000;
}
.modal{
    overflow:visible;
    border-radius: 20px 0 20px 0;
}
#letterus input[type='tel'],
#letterus input[type='text'] {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 0 3px 0;
}
#letterus .wlc {
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
}

#letterus .attn {
    font-size: 10px;
    margin: 15px 0 0 0;
}
#letterus form{
    margin:30px auto;
}
#letterus form p{
    margin:0;
}
#letterus *{
    text-align: center;
}
#letterus textarea{
    height:50px;
    resize:none;
}


.subitems_wrap{
    margin: 20px 0 0px 0;
}
.subitems{
    margin:0px -15px 0px -15px;
}
.subitem{
    position: relative;
    display: block;
    margin:20px 0;
    padding:0;
    text-align: center;
}
.subitem:hover{
    cursor: pointer;
}
.subitem:hover *{
    text-decoration: none;

}

.aspect_block{
    position: relative;
    width: 100%;
}
.aspect_block:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.aspect_content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.subitem .brd{
    border-radius: 50% 50% 50% 0;
    height: 100%;
    overflow: hidden;
}
.brd.b_1{
    border:2px solid #000000;
}
.brd.b_2{
    border:5px solid #efefef;
    display: table;
    width: 100%;
}
.brd.b_3{
    border:1px solid #ff3405;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    position: relative;
}

.subitem img{
    margin: 0;
}
.subitem .name{
    
    padding: 3px 10px;
    color: #000;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 19px;
    line-height: 23px;
    min-height: 60px;
    vertical-align: middle;
    position: relative;
    font-style: italic;
    text-transform: uppercase;
}

.subitem .pric{
    display: block;
    position: absolute;
    bottom: 7px;
    left: 5px;
    padding: 5px 8px;
    font-size: 22px;
    line-height: 24px;
    color: #000;
}
.subitem .pric .fa{
    display: inline-block;
    color:#ff3405;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 28px;
    line-height: 28px;
}

.subitem .name,.subitem .name * {
    transition-duration: 1s;
}

.center-area {
    /* let it fill the whole container */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 9px;
}

.center-area1:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.centered {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.mini1 {    font-size: 20px;
    padding: 15px 0;
}
.mini2 {    font-size: 20px;
}
span.mini2 a {
    color: #046e96;
}

.subitem .name .centered::before {
    content: '';
    display: block;
    position: absolute;
    bottom:0px;
    left:0;
    width: 0;
    height: 2px;
    background: #046e96;
    transition: width .3s;
}
.subitem:hover .centered::before {
    width: 100%;
}

.subitem:hover .name{

}
.subitem:hover .mmore{
    text-decoration: none;
}

.subitem:hover .brd.b_1{
    box-shadow: 0 0 30px #999;
    border: 3px solid #ff3405;
}




.subitem .mmore{
    
    padding: 6px 20px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#333',GradientType=0 );
    color: #000000;
    font-size: 16px;
}

.subitem .mmore_wrap{
    margin: 0;
    padding: 9px 6px 9px 0;
}

.subitem .mtext{
    padding: 0 12px;
    text-align: left;
    font-size: 15px;
    color:#000;
}

.subitem .mtext p{
    font-size: 15px !important;
    margin: 0;
    padding: 12px 0 0 0;
}

.sip{
    margin: 35px -15px 0 -15px;
    text-decoration: none;
    border:1px solid #ccc;
}
.sip .subitem{
    margin: 0 20px 0 0;
    border:none;
}
.exc{
    font-size: 17px;
    color:#000;
}
.exc .stitle{
    
    color:#000;
    font-size: 30px;
    padding: 20px 0 0px 0;
}
.sbtn{
    margin: 11px 0px 0px 25px;
    display: inline-block;
    padding: 14px 20px 12px 20px;
    border: none !important;
    background: #046e96;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.gallery {
    width: 100%;
}
.gallery-icon{
    padding:0px;
}
.gallery-icon img{
    width: 90%;
    height:auto;
    box-shadow:0 0 10px #bbb;
}
dl.gallery-item {
    margin: 10px 0;
    padding: 0;
}


.sub-menu{
    display: none;
}

.clear,
.clearfix{
    clear: both;
    float: none;
}
.foot_form{
    margin: -60px 0 0px 0;
    padding: 50px 0 0 0;
    text-align: center;
    min-height: 350px;
    background: #fff;
}
.foot_form .ftitle{
    margin: 0;
    text-align: right;
    
    font-weight: bold;
    font-size: 36px;
    color: #046e96;
    text-shadow: 0 0 4px #fff;
    padding: 24px 0 0 0;
}

.foot_form .ftitle span{
    color:#000;
    display: block;
    text-align: right;
}
.foot_form .frm{
    margin: 0;
    text-align: center;
    border:1px dashed #bbb;
    padding: 30px 0 0 0;
}
.foot_form .frm p {
    padding: 0;
    margin: 0;
}
.foot_form .fttl{
    color: #000;
    font-size: 24px;
    text-align: center;
    display: block;
    padding: 0 0 20px 0;
}
.foot_form input{
    text-align: center;
}
.foot_form .frm form{
    position: relative;
}
.foot_form .frm br{
    display: none;
}
.foot_form .frm .wpcf7-form-control-wrap{
    position: static;
}
.foot_form .frm span.wpcf7-not-valid-tip{
    position: absolute;
    width: 100%;
    bottom:5px;
    display: none;
}
.foot_form .frm input {
    display: inline-block;
    width: 220px;
    border: 1px solid #797876;
    outline: none !important;
    padding: 12px 12px 7px 12px;
    margin: 0 10px;
    font-size: 16px;
    line-height: 16px;
}
.foot_form .frm .wpcf7-submit{
    display: block;
    background: #03a75a;
    cursor: pointer;
    font-size: 17px;
    padding: 11px 0 11px 0;
    width:220px !important;
    color: #fff;
    margin: 20px auto 0 auto;
    position: relative;
    border: none !important;
    outline: none !important;
}
.foot_form .frm .wpcf7-submit:hover{
    background: #1894b7;
}
.cinfo {
    text-align: center;
    
    font-size: 25px;
    color:#555;
}
.cinfo span{
    color:#000;
    
}
.foot_form div.wpcf7-validation-errors,
.foot_form div.wpcf7-acceptance-missing{
    border: none;
    padding: 0 10px 10px 10px;
    margin: 0;
    color: #887272;
}
.foot_form div.wpcf7-mail-sent-ok{
    border:none;
    color:green;
}
.foot_form .cleft{
    width: 60%;
    float: left;
    padding: 0px 20px 30px 0;
}
.foot_form .cright{
    width: 29%;
    float: right;
    margin: 20px 0px 30px 0px;
}

.z300{
    position: relative;
    z-index: 300;
}
.para1{
    position: absolute;
    z-index: 250;
    left:200px;
    top:-50px;
}
.para1 img{
    display: block;
    height: auto;
    position: absolute;
}

.para1 img.bub_1 {
    z-index: 260;
    top: 40px;
    left: 80px;
    width: 34px;
}
.para1 img.bub_2 {
    z-index: 252;
    top: 100px;
    left: 120px;
    width: 240px;
}
.para1 img.bub_3 {
    z-index: 254;
    top: 50px;
    left: -40px;
    width: 300px;
}
.para1 img.bub_4 {
    z-index: 256;
    top: 20px;
    left: 0px;
    width: 200px;
}
.para1 img.bub_5 {
    z-index: 280;
    top: 70px;
    left: 100px;
    width: 26px;
}
.para1 img.bub_6 {
    z-index: 280;
    top: 40px;
    left: 160px;
    width: 46px;
}
.para1 img.bub_7 {
    z-index: 266;
    top: -20px;
    left: -100px;
    width: 260px;
}

.row.pris{
    padding-bottom: 10px;
}
.basimg img{
    width: 100%;
    height: auto;
}

.soctitle{
    margin: -75px auto 0 auto;
}
.soclinks {
    margin: 0;
    text-align: center;
}
.soclinks a{
    font-size: 85px;
    display: inline-block;
    padding: 0 20px;
}
.soclinks a .fa-instagram{
    color:#cf4567;
}
.soclinks a .fa-vk{
    color:#4680c2;
}
.ab3 {
    text-align: center;
    font-size: 20px;
}
.ab4 {
    text-align: center;
    font-size: 26px;
}
.ab3.bgg {
    font-size: 26px;
    line-height: 30px;
    font-style: italic;
    color:#046e96;
    padding: 55px 0 25px 0;
}
.ab3.bgg2 {
    font-size: 26px;
    line-height: 30px;
    font-style: italic;
    color:#046e96;
    padding: 0 0 45px 0;
}

.orblock{

}
.orblock span.orr {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}
.orblock a.phon_a {
    font-size: 26px;
    color:#000;
    text-decoration: none;
}
.orblock .f_icons a {
    color: #000;
    font-size: 15px;
}

.orblock .f_icons a:hover {
    text-decoration: none;
    color: #000;
}

.c_tit {
    color: #fff;
    text-shadow: 0 0 2px #000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
}
ul.c_list {
    list-style: none;
    display: table;
    width: 100%;
    margin: 20px 0 40px 0;
}
ul.c_list.cprems{
    margin-bottom:0;
}
ul.c_list li{
    display: table-cell;
    width: 19.999%;
    text-align: center;
}
.icon_block {
    margin: 0 auto;
    text-align: center;
    display: table;
    width: 90px !important;
    height: 90px !important;
}
.icon_block icon {
    display: table-cell;
    background: #eee;
    border-radius: 50%;
    width: 90px !important;
    height: 90px !important;
    vertical-align: middle;
    margin: 0 auto !important;
}
.icon_block i {
    font-size: 40px;
}
ul.c_list li b,
ul.c_list li span{
    padding: 4px 0;
    display: block;
    color:#fff;
    text-align: center;
}
ul.c_list li b{
    font-size: 20px;
    line-height: 23px;
    text-shadow: 0 0 4px #222;
}
ul.c_list.cprems li b {
    font-size: 16px;
    line-height: 20px;
}
ul.c_list li span{
    font-size: 14px;
    line-height: 17px;
}
.cright .c_tit {
    line-height: 22px;
    margin: 0 0 20px 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #bcbcbc;
}




div#raschet {
    margin: 25px 0;
    box-shadow: 0 0 10px #000;
    display: inline-block;
    padding: 50px;
}
div#raschet .sh1{
    text-align: left;
    font-size: 30px;
 color:#000;
    padding: 0 0 10px 0;
}
div#raschet .sh1 .red{
    color: #046e96;
}
.calc select {
    padding: 6px;
    font-size: 24px;
    height: 47px;
    width: 235px;
    border-radius: 5px 0 0 5px;
    float: left;
}
.cbtn {
    background: #046e96;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 5px 15px;
    text-transform: initial;
    color: #fff !important;
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 37px;
    cursor: pointer;
}
.cbtn:hover{
    background: #000;

}
.tableses .tbll{
    padding: 0px;
    margin: 10px 0 0 0;
    width: 100%;
    border-top:1px solid #eee;
}










.breadcrumbs{
    display: block;
    padding:18px 0 0 0;
    margin: 0 0 -15px 0;
    position: relative;
}
.breadcrumbs .bks{
    position: relative;
    z-index: 970;
    max-width: 600px;
}
.bks {
    padding: 0 0 0 8px;
}
.bks,
.bks a{
    color: #ccc;
    font-size: 15px;
}
.bks a:hover{
    color:#000;
}
.bks i{
    display: inline-block;
    padding: 0 2px;
}

.advantages-new {
    width: 100%;
    margin: 40px auto 0 auto;
    max-width: 1170px;
    position: relative;
    display: block;
}
.prems {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    display: block;
}
h2.descr {
    font-size: 32px;
    margin-bottom: 25px;
    margin: 20px 0 30px 0;
}
.advantages-new__list {
    list-style: none !important;
    padding: 0 !important;
    margin-top: 30px;
}
.twoline{
    margin-left: 125px;
}
.advantages-new__list li {
    width: 25%;
    float: left;
    height: 195px;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
}
.advantages-new__icon-holder {
    height: 75px;
}
.ours{

    /*
    background: url(/images/bg4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/

    margin: 55px auto 0 auto;
}
.ours.nomargin{
    margin: 0 auto;
}
.ours .container{
    position: relative;
    padding-bottom: 45px;
}
.ours .th1{
    
    color: #fff;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 2px #000;
    padding: 20px 0 0 0;
}
.ours .prs{
    margin: 10px auto 0 auto;
    /*background: rgba(0,0,0,0.5);*/
    padding: 0 20px 10px 20px;
    text-align: center;
}

.prs ul, .prs li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.prs li{
    padding: 20px 0;
    color: #fff;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    max-width: 223px;
}
.prs li .ttbl{
    display: table;
}
.prs l, .prs r{
    display: table-cell;
    vertical-align: middle;
}
.prs i{
    font-size: 40px;
    display: inline-block;
    padding: 0 10px 0;
}
.prs r span{
    display: block;
    
    font-size: 21px;
    line-height: 21px;
}
.prs .tt{
    padding: 0 0 0 9px;
}


.ours.dnn{
    /*
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */

}



div.prems {
    margin: 60px 0 0 0;
    padding: 60px 0 0 0;
    border-top:1px solid #ccc;
}
.ourworks .prems {
    margin: 0;
    padding: 0;
    border: none;
}

.ptext {
    text-align: center;
    font-size: 19px;
}
.prems .th1{
    
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0 0 0;
    font-size: 40px;
}



a.redbtn{
    
    display: block;
    text-align: center;
    background: #046e96;
    background: -moz-linear-gradient(top, #046e96 0%, #962d13 100%);
    background: -webkit-linear-gradient(top, #046e96 0%, #962d13 100%);
    background: linear-gradient(to bottom, #046e96 0%, #962d13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#333',GradientType=0 );
    color:#fff;
    width: 210px;
    margin: 5px;
    padding: 7px 0;
    border-radius: 0;
    font-size: 20px;
    text-decoration: none;
}
a.redbtn:hover{
    box-shadow: 0 0 30px #555;
}

.class1 a.redbtn{

}




.partners .th1{
    
    color: #000;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}
#prtnrs{
    padding: 0 0 25px 0;
}
#prtnrs .row{
    margin: 0;
    display: table;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}
#prtnrs .gallery-icon{
    text-align: center;
}
#prtnrs .gallery-icon img{
    width: 90%;
    box-shadow: none;
}
#prtnrs .gallery-item{
    display: table-cell;
    width: 25%;
    position: relative;
    margin: 20px 0;
    transition-duration: 1s;
}
#prtnrs .gallery-caption{
    display: block;
    width:100%;
    height: 20px;
    position: absolute;
    top:50%;
    left: 0;
    margin: -10px 0 0 0;
    text-align: center;
    transition-duration: 1s;
}
#prtnrs .gallery-caption{
    display: none;
}
#prtnrs .gallery-item:hover .gallery-caption{
    display: block;
}
#prtnrs .gallery-caption .imagedescription{
    display: inline-block;
    padding: 4px 10px;
    background: rgba(0,0,0,0.65);
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color:#fff;
    transition-duration: 1s;
}

.text-right.btnn {
    padding: 0 0 0 90px;
    float: none !important;
}
.btnn a.callme {
    display: block;
    padding: 6px 20px;
    background: #555;
    background: -moz-linear-gradient(top, #555 0%, #333 100%);
    background: -webkit-linear-gradient(top, #555 0%,#333 100%);
    background: linear-gradient(to bottom, #555 0%,#333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#333',GradientType=0 );
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.flip-horizontal {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
}



.ttbl{
    display: table;
    width: 100%;
}
.tcell{
    display: table-cell;
}
.tcell.middle{
    vertical-align: middle;
}

.incontacts .tcell img{
    width: 250px;
    height: auto;
}



.miniimg {
    box-shadow: 0 0 5px #ddd;
    max-width: 180px;
    display: block;
    margin: 0 0 45px 0;
    cursor: pointer;
}
.miniimg.opened{
    max-width: 100%;
}

#usercontent a{
    color:#046e96;
    text-decoration: underline;
}
#usercontent a:hover{
    text-decoration: none;
}


.ter{
    display: table;
    width: 100%;
}
.ter .lft {
    width: 120px;
    display: table-cell;
    vertical-align: top;
    margin: 0 25px 0 0;
}
.ter .rgt{
    display: table-cell;
}
.rgt .h3 {
    font-weight: bold;
}
.ter .lft img {
    width: 100%;
    height: auto;
}
.oshkole{
       background: rgb(153 216 241 / 29%);
    padding: 30px 30px 30px 30px;
    border-radius: 60px 60px 60px 0px;
}
.abgg {
    padding: 20px 0 0 0;
    font-size: 21px;
    text-align: center;
    font-style: italic;
}

#contents4 .item{
    display: table;
    width:94%;
    padding: 40px 40px 40px 30px;
    margin: 40px auto;
}
#contents4 .item1 {
    display: table;
    width: 94%;
    padding: 40px 40px 40px 30px;
    margin: 40px auto;

}
#contents4 .tcell{
    display: table-cell;
    vertical-align: middle;
}

#contents4 .iconss {
    padding: 5px 25px;
}
#contents4 .iconss img {
    width: 100px;
    margin: 0px;
    height: auto;
}


#contents4 .it1{
    border-radius: 100px 100px 30px 100px;
}

#contents4 .it2{
    border-radius: 100px 100px 100px 30px;
}

#contents4 .it3{
    border-radius: 100px 30px 100px 100px;
}

#contents4 .it4{
    border-radius: 30px 100px 100px 100px;
}

.mtt{
    padding-bottom: 35px;
}

.modal{
    background: #07C26A;
    border-radius: 10px !important;
    max-width: 650px;
    box-shadow: 8px 8px 0 #ec804d;
}
.modal div.wpcf7-validation-errors, .modal div.wpcf7-acceptance-missing{
    display: none !important;
}
.modal .modallogo {
    position: absolute;
    height: 230px;
    width: 230px;
    top: 50%;
    left: 0;
    margin: -115px 0 0 -115px;
    box-shadow: 0 0 10px #fff;
    border-radius: 50%;
}
.modal .modallogo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.s_waves{
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 1;
    position: absolute;
    bottom:0;
    opacity:0.4;
    margin: -130px 0 0 0;
}
.s_waves use {
    -webkit-animation: waveAround 12s linear infinite;
    animation: waveAround 12s linear infinite;
}
.s_waves use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
.s_waves use:nth-child(2) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.s_waves use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.BGA{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    justify-content: center;
    gap: 15px;
}
.NUA{
    pointer-events: none !important;
    user-select: none !important;
}
.iimg .BGA img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.disc {
    display: flex;
    flex-direction: column;
}

@supports (-ms-ime-align:auto) {
    .s_waves{
        height: 80px;
        margin: 0;
    }
}

@-webkit-keyframes waveAround {
    0% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }
    100% {
        -webkit-transform: translate(85px, 0%);
        transform: translate(85px, 0%);
    }
}

@keyframes waveAround {
    0% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }
    100% {
        -webkit-transform: translate(85px, 0%);
        transform: translate(85px, 0%);
    }
}

.arr {
    cursor: pointer;
    position: absolute;
    z-index: 400;
    height: 200px;
    top:50%;
    margin: -100px 0 0 0;
}
.arr img{
    height: 100%;
    width: auto;
}
.arrnext{
    right:10px;
}
.arrprev{
    left: 10px;
}


.mobile{
    display: none;
}



.trenery {
    text-align: center;
    padding-top: 50px;
}

.trenery img{
    max-width: 100%;
    width: 100%;
    height: auto;
}

.trener {
    text-align: left;
    padding: 20px 0;
}

.trener_desc{

}
.trener_desc p {
    margin: 0;
    padding: 8px 0 0px 0;
}

.trener_img{
    position: relative;
}
.trener_img .trener_name{
    font-size: 20px;
    position: absolute;
    bottom:0;
    padding: 10px 15px;
    background: rgba(255, 131, 27, 0.66);
    color:#fff;
    text-shadow:1px 1px 1px solid #555;
}

.wa_block {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 1001;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    display: block;
    background: rgb(238,238,238);
    background: linear-gradient(0deg, #ccc 0%, #eee 100%);

    font-size: 14px;
    color: #222 !important;
    cursor:pointer;
    text-decoration: none !important;
}
.wa_block img {
    display: inline-block;
    height: 30px;
    width: auto;
    margin: 0 5px 0 0;
}
.wa_block1 {
    position: fixed;
    right: 20px;
    bottom: 58px;
    z-index: 1001;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    display: block;
    background: rgb(238,238,238);
    background: linear-gradient(0deg, #ccc 0%, #eee 100%);

    font-size: 14px;
    color: #222 !important;
    cursor:pointer;
    text-decoration: none !important;
}
.wa_block1 img {
    display: inline-block;
    height: 30px;
    width: auto;
    margin: 0 5px 0 0;
}
#UpForm .input-form p .send-form{
    background: #2463d9;
}
#UpForm .input-form p{
    gap: 10px;
}
.row.pris a{
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition-duration: .4s;
}
.row.pris a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 30%);
}
.row.pris {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 990px) {

    .stext {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        top:inherit;
        display: block;
        text-align: center;
        padding: 20px 30px 60px 30px;
        font-size: 29px;
        color: #fff;
        text-shadow: 0 0 5px #000;
        background: rgba(0, 192, 84, 0.68);
    }
    .slideritem {
        height: 60vh;
    }
    .arr{
        display: none;
    }
    .psc{
       position: static;
       margin: 30px 0 0 0;
    }

    .mobile{
        display: inherit;
    }
    .nomobile{
        display: none;
    }

    .advantages-new__list li {
        width: 100%;
        float: none;
        height: auto;
        margin: 0 !important;
        padding: 8px 8px 50px 8px;
    }
    .advantages-new__icon-holder{
        height: auto;
    }
    #ouprm{
        padding: 0;
    }
    .sh1 {
        font-size: 27px;
    }
    .foot_form .ftitle{
        font-size: 32px;
    }
    .trenera img {
        height: 445px;
    }
    .cont.mainpage{

    }
    .mainpage .h1 {
        font-size: 28px !important;
        line-height: 31px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    .mainpage .h4 {
        font-size: 20px;
        padding: 10px 0;
    }
    .mainpage .h5 {
        font-size: 18px;
    }
    .mainpage .usercontent{
        padding: 0;
        text-align: center;
    }
    .corow {
        padding: 30px 0 40px 0;
    }
    #footer {
        padding: 50px 0 0 0;
    }

    .tmenu{
        display: none;
    }

    .miniimg {
        max-width: 100%;
    }

    ul.menu{
        margin: 0;
    }

    ul.menu li:hover{
        background: none;
        color:#fff;
        text-decoration: none !important;
    }
    ul.menu li:hover a{
        text-shadow: none !important;
        text-decoration: none !important;
    }

    ul.menu li a,
    ul.menu li:hover a{
        background: #046e96;
        border: 2px solid #046e96;
        border-radius: 8px;
        margin: 0 0 0 7px;
        padding: 5px 15px;
        text-transform: initial;
        font-size: 14px;
        text-shadow: 0 0 5px #333;
        color:#fff !important;
        display: block;
        text-align: right;
    }
    ul.menu li.opened{
        -webkit-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    }

    ul.menu li.opened a{
        background: #046e96;
        color:#fff !important;
        text-shadow: 0 0 15px #555;
    }
    ul.c_list,
    ul.c_list li{
        display: block;
        width: 100%;
    }
    ul.c_list li{
        margin: 0 0 30px 0;
    }
    .icon_block,
    .icon_block icon{
        width: 150px !important;
        height: 150px !important;
    }
    .icon_block i{
        font-size: 50px;
    }
    ul.c_list li b,
    ul.c_list.cprems li b{
        font-size: 30px;
        line-height: 36px;
    }
    ul.c_list li span{
        font-size: 24px;
        line-height: 28px;
    }

    .incontacts .tcell,
    .incontacts .ttbl{
        display: block;
    }

    .text-right.btnn{
        display: none !important;
    }
    #netmap .container{
        padding: 0 10px 40px 10px;
    }
    a.redbtn{
        width:auto;
        font-size: 22px;
    }
    .hwsteps{
        height: auto;
    }
    .hwsteps h4:before{
        content:'— ';
        padding:4px 0px;
    }
    .hwsteps h4{
        padding:4px 0px;
        font-size: 30px;
        line-height: 30px;
    }
    .hwsteps .step>div{
        font-size: 17px;
        line-height: 20px;
    }
    .hwsteps .step{
        position: static;
        width: 100%;
    }
    .hwsteps .hwline {
        display: none;
    }

    .sip{
        margin:0 0 40px 0 !important;
        padding-bottom: 5px !important;
    }
    .usercontent{
        padding: 0 10px;
    }
    .prs li{
        max-width: 100%;
    }
    .foot_form *{
        text-align: center !important;
    }
    #raspis .sh12 {
        font-size: 40px;
    }
    .foot_form input{
        width: auto !important;
        max-width: 80%;
    }
    .foot_form .cleft,
    .foot_form .cright{
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .foot_form .ftitle{
        font-size: 26px;
    }
    .dippic img {
        width: 160px;
        height: 100%;
        box-shadow: 0 0 10px #000;
        margin: 5px;
    }
    .dippic {
        margin: 0;
    }
    .mini1{
        font-size: 17px;
    }

    .ab3 {
        font-size: 16px;
		text-align: left;
    }
	.col-xs-12 .ab3{
		text-align: center;
	}
	.row.pris .col-md-6{
		margin-bottom: 20px;
	}
    .ab4 {
        font-size: 17px;
    }

    .cntcts *{
        text-align: center !important;
    }
    .cntcts .n3{
        font-size: 15px;
    }
    .cntcts .n2,
    .cntcts .n3,
    .cntcts .n4{
        padding-left: 0;
    }



    .temail{
        display: none;
    }
    /*

    .breadcrumbs{
        margin: 0;

    }
    .breadcrumbs .bks {
        margin: 42px 0 0 0;
    }
     */
    .shinotable{
        display: block;
    }
    .shinotable td.bigtd{
        display: block;
        width: 100%;
        padding: 15px 0 30px 0;
    }
    .s_table td{
        padding: 6px;
        font-size: 14px;
    }
    div#raschet{
        padding: 10px;
        margin: 15px 0;
    }
    td.mtd{
        font-size: 15px;
    }
    .mtd .fa {
        font-size: 16px;
    }
    td.minit{
        font-size: 10px;
    }
    .calc select,
    .cbtn{
        margin: 2px 0;
        border-radius: 5px;
    }
    .topc {
        margin: -25px 0px 0px 0px;
    }
    .breadcrumbs{
        display: none;
    }

    span.tit{
        display: none;
    }
    .ours .prs{
        padding: 30px 10px 30px 20px;
    }
    .prs .tt {
        max-width: 100%;
    }
    .MsoNormalTable_wrapper{
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
    #content p{
        text-align: justify;
    }
    #letterus .wlc{
        font-size: 22px;
    }
    .blocker{
        padding: 15px 0 0 0;
    }
    #letterus form{
        margin-bottom: 5px;
    }
    #letterus .wpcf7-form-control-wrap{
        max-width:240px;
    }
    #letterus input,
    #letterus textarea{
        max-width:230px;
        margin:2px auto;
        display: block;
    }
    .mainpage h4{
        font-size: 29px;
    }
    #content {
        padding: 57px 0 0 0;
    }
    #content .container {
        padding: 0;
    }
    #content .cont {
        padding: 0 10px;
    }
    #content .row,
    #content .mcol{
        margin: 0;
        padding: 0;
    }
    #content h1:first-child{
        margin:30px 0 10px 0;
        font-size: 22px;
        line-height: 25px;
        text-align: center;
    }

    .prems .th1 {
        font-size: 25px;
        line-height: 30px;
    }

    #content h1{
        margin:15px 0 5px 0;
        padding:0;
    }
    #topmenu{
        margin: 0;
        top: 54px;
        width: auto;
        right: 0;
        overflow: visible;
    }
    #topmenu .col-md-12 {
        padding: 0;
        margin: 0;
    }
    #topmenu  li a{
        border-radius: 0 0 0 8px;
    }
    .hmenu li a{
        
        /*height: 50px;*/
    }
    ul.menu .sub-menu {
        top: 35px;
        min-width: 150px;
    }
    ul.menu .sub-menu a{
        font-size: 18px;
        padding: 10px 10px 10px 15px !important;
    }
    .foot_form .frm .wpcf7-form-control-wrap {
        padding: 10px 0 !important;
        display: block;
        text-align: center;
    }
    .foot_form .frm span.wpcf7-not-valid-tip{
        display: none;
    }
    .ours .th1 {
        font-size: 25px;
    }
    .th1 .mobile{
        font-size: 8px;
        line-height: 8px;
    }
    .prs r span {
        font-size: 19px;
        line-height: 19px;
    }
    .logo a{
        padding-left: 0;
    }
    .logo img {
        height: 32px;
        margin-top: 7px;
    }
    #header_top{
        height: 57px;
    }
    #header_top li{
        display: none;
    }
    #header_top li.phone{
        display: block;
    }
    #header_top li.phone a{
        height:25px;
        font-size: 18px;
    }
    #header_top .logo{
        float: left;
    }
    #header_top .text-right {
        float: right;
    }
    #netmap{
        margin: 60px 0 0 0;
        padding: 0px 0 0 0;
        position: static;
        overflow: hidden;
    }
    #netmap #netmap_w{
        display: none;
    }
    #netmap .swtext{
        width: 100%;
        position: static;
        margin: 0px 0 0 0;
    }
    .swtext .st1{
        font-size: 20px;
        line-height: 20px;
        color: #000;
    }
    .swtext .st2{
        font-size:16px;
        color:#000;
        text-decoration: underline;
    }
    .swtext .timg{
        margin:20px 0;
        height:30px;
    }
    .swtext .timg img{
        height:30px;
        width:auto;
    }
    .swtext .st3{
        font-size:15px;
        color:#000;
    }
    #footer .map img{
        width:100%;
        height:auto;
    }

    #topslider .container{
        padding:0;
    }
    .slider_wrap .stlb{
        display: none;
    }
    .sl-arr{
        display: none;
    }
    .ttext{
        top:15px;
        left:15px;
    }
    .tt1{
        font-size:24px;
        line-height: 24px;
    }
    .tt2{
        font-size:17px;
        line-height:20px;
    }
    .tt3,.tt3 *{
        font-size:16px;
        line-height: 16px;
    }
    .tt3 li{
        margin:0;
        padding:2px 0;
    }
    .topc{
        padding: 3px 0 0 0;
    }
    .topc .tphone a {
        font-size: 18px;
    }
    .topc .tphone i {
        font-size: 21px;
    }

    .tphone {
        font-size: 18px;
        padding: 1px 0px 0px 5px;
    }
    #footer .container {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        margin: -50px 0px 0 0;
        background: rgba(1, 173, 231, 0.72);
        color: #fff;
        padding: 0px 10px 50px 10px;
    }
    .ph1, .ph1 a, .em1, .em1 a, .ob1, .ob1 a {
        font-size: 26px;
        color: #fff;
        text-shadow: 1px 1px 3px #333;
        text-decoration: none;
    }
    p.cp1 {
        font-size: 19px;
    }
    .write-wrap {
        position: fixed;
        left: 15px;
        bottom: 18px;
        z-index: 1000;
        width: 50px;
        height: 50px;
        opacity: 0.85;
    }
    .ideas {
        position: relative;
        transition: 0.5s;
        height: 250px;
    }
    .para1 {
        position: static;
        z-index: 250;
        left: 200px;
        top: -50px;
    }
    .ideas_pop {
        opacity: 1 !important;
        position: absolute;
        background: rgba(255,255,255,0.9);
        z-index: 300;
        padding: 20px;
        border-radius: 20px 20px 20px 20px;
        transition: 0.5s;
        left: 0;
        top: 240px;
        width: 100%;
        text-align: center !important;
    }
    ul.menu li.crnt a span, ul.menu li:hover a span {
        background-image: none !important;
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: 11px;
        border-bottom: 0;
        padding-bottom: .3em;
        text-decoration: none;
    }
    ul.menu .sub-menu {
        overflow: hidden;
        z-index: 300;
        background: #000;
        position: absolute;
        right: 0px;
        top: 33px;
        /* border: 2px solid #046e96; */
        padding: 5px 0;
        border-radius: 8px 0 8px 8px;
        min-width: 230px;
        background: rgba(195, 234, 255, 0.9);
    }
    .eh1 {
        text-align: left;
        padding: 0 0px 0 0;
        margin: 14px 0;
    }
    .abgg {
        text-align: center;
    }
    #contents7 {
        position: relative;
        padding: 50px 0 50px 0px;
        overflow: hidden;
    }
    video.bgvid {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
        z-index: 1;
        background-size: cover;
    }
    .fag {
        height: 100px;
    }
    .ter {
        display: block;
        width: 100%;
        padding-left: 0 !important;
    }
    .ter .lft {
        width: 70%;
        display: block;
        /* vertical-align: top; */
        margin: 0 auto;
        padding: 0 0 30px 0;
    }
    .ter .rgt {
        display: block;
        text-align: center;
    }
    .h1, h1 {
        font-size: 28px;
    }
    .tcell {
        display: block;
        width: 100%;
    }
    .tcell.timg{
        display: none;
    }
    .abouts p {
        font-size: 16px;
    }
    .s_waves {
        width: 200%;
    }
    ul.menu li a span {
        color: #2a76af;
        font-size: 20px;
    }

    span.wgo {
        font-size: 21px;
        line-height: 33px;
        border-radius: 10px;
        padding: 10px 20px;
        margin: 30px 0 -10px 0;
    }
    .h11 {
        font-size: 2.5rem;
        text-align: center;
    }
    .mtt {
        padding-bottom: 35px;
        text-align: center;
    }
    .wgo1 {
        cursor: pointer;
        display: inline-block;
        margin: 10px 0 0 0px;
        padding: 15px 15px 15px 15px;
        font-size: 28px;
        line-height: 18px;
        background: rgba(29, 56, 109, 0.36);
        color: #fff;
        border-radius: 14px 14px 14px 14px;
    }
    .vnimanie {
        margin: 140px 0 0 0;
    }
    .waveWrapper {
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 400%;
        margin: auto;
        height: 150px;
    }
    #contents3 {
        position: relative;
        background: url(/images/sw2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 60px 0 60px 0px;
        overflow:hidden;
    }
    section.top {
        overflow: hidden;
    }
    #contents4 .item {
        width: 100%;
        padding: 40px 40px 40px 30px;
        margin: 40px auto;
    }
    #contents4 .tcell {
        display: block;
        vertical-align: middle;
        text-align: center;
    }
    #contents4 .it3 {
        border-radius: 30px 30px 30px 30px;
    }
    #contents4 .it1 {
        border-radius: 30px 30px 30px 30px;
    }
    #contents4 .it2 {
        border-radius: 30px 30px 30px 30px;
        margin:0 auto 40px auto;
    }
    #contents4 .it4 {
        border-radius: 30px 30px 30px 30px;
    }
    .animated {
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-duration: 1s;
        animation-fill-mode: both;
        margin: 25px 0 0 0;
    }
    .oshkole {
        padding: 30px 30px 30px 30px;
        border-radius: 40px 40px 40px 40px;
    }
    .mainpage .h1 span, .mainpage .h1.typing span {
        font-size: 25px;
        line-height: 29px;
    }
    .eh1 span {
        font-size: 26px;
    }
    .ours .container {
        overflow: hidden;
    }
    .icones .col-md-6 {
        padding: 0;
        margin: 0;
    }
    .icones .row {
        padding: 0;
        margin: 0;
    }
    .descr {
        float: none;
        font-size: 14px;
    }
    #contents4 .item,
    #contents4 .item1 {
        display: block;
        width: 100%;
        padding: 20px;
        margin: 20px auto;
    }
    .title {
        margin: 10px 0;
    }
    .rep{
        padding: 0;
    }
}
@media screen and (max-width: 568px){
    #UpForm .info{
        flex-direction: column;
    }
    #UpForm .popup-window2 img{
        width: 100%;
        height: 250px;
    }
    #UpForm .info{
        align-items: start;
    }
}
@media screen and (max-width: 350px) {

    .s_table td{
        padding: 5px;
        font-size: 13px;
        word-break: break-all;
    }
    .logo img {
        height: 27px;
        margin-top: 9px;
    }
    .topc .tphone a {
        font-size: 13px;
    }
    .topc .tphone i {
    }

    #letterus .wpcf7-form-control-wrap{
        max-width:200px;
    }
    #letterus input,
    #letterus textarea{
        max-width:190px;
    }
    .trenera img {
        height: 375px;
    }
    .mainpage h4{
        font-size: 24px;
    }
    .ours .container {
        overflow: hidden;
    }
    .foot_form .ftitle {
        font-size: 28px;
    }
    .ph1, .ph1 a, .em1, .em1 a, .ob1, .ob1 a {
        font-size: 22px;
        color: #fff;
        text-shadow: 1px 1px 3px #333;
        text-decoration: none;
    }
    p.cp1 {
        font-size: 17px;
    }
    .dippic img {
        width: 133px;
        height: 100%;
        box-shadow: 0 0 10px #000;
        margin: 5px;
    }
    .corow {
        padding: 30px 0 40px 0;
    }
    .eh1 span{
        font-size: 21px;
    }
    .h3 {
        font-size: 21px;
    }
    .psc {
        font-size: 18px;
        padding: 20px;
    }
    .h11 {
        font-size: 2rem;
        text-align: center;
    }
    .h3 {
        font-size: 18px;
    }
    .undr, .undr * {
        font-size: 22px;
    }
    span.wgo {
        font-size: 14px;
    }

    .abouts p {
        font-size: 14px;
    }

}
.z-modal-window.z-m-w {
    position: fixed !important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
        .wpcf7-acceptance label{
          display: inline;
          line-height: 1;
          font-size: 11px;
        }
        .wpcf7-acceptance input{
          width: 15px !important;
          height: 15px !important;
          margin-bottom: 0px !important;
        }
        .wpcf7-acceptance .wpcf7-list-item{
          display: inline;
        }
#frm1 .frm .agree{
	display: none;
}
