html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

.main-wrapper {
    padding: 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
}

.main-wrapper > .header {
    order: 1;
    -webkit-order: 1;
}
.main-wrapper > .main {
    order: 2;
    -webkit-order: 2;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: 0;
       margin: 2% 0;
}

.main-wrapper > .footer_icon {
    order: 3;
    -webkit-order: 3;
}
.main-wrapper > .footer {
    order: 4;
    -webkit-order: 4;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

img {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

a {
    color: #2f74a2;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #161615;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

p {
    margin: 0 0 10px;
}

.text-center {
    text-align: center;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: none;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.nav:after {
    clear: both;
}


h1,
h2,
h3 {
    margin-top: 0;
}

ul {
    margin: 0;
}

p {
    margin: 0;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    background: #fff;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.header {
    background: url(../img/banner.jpg) no-repeat center bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 430px;
    padding-top: 1.5em;
}
.banner_mini {

	 background: url(../img/price_bg.jpg) repeat-x center bottom;
	  min-height: 160px;
	  position: relative;
    width: 100%;
}
.gradientUn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e1e1e1+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */

position: absolute;
    width: 100%;
    height: 30px;
   bottom: -17px;
   display:none;
  
}
.banner_mini .gradientUn{
	display:inline;
}

.logo a {
    color: #fff;
}

.logo  small {
    font-size: 15px;
}
.logo a:hover{
	text-decoration:none;
}

.menu li {
    display: inline-block;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    display: block;
    font-size: 0.95em;
    padding: 5px 15px;
    color: #c2e0f4;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
     font-size: 14px;
    font-weight: bolder;
}
.menu ul{
    text-align: right;
	    margin-top: 2%;
}
.partner {
    font-size: 0.6em;
    float: right;
}

.menu li.active a,
.menu li a:hover {
    color: #DBD334;
	    background-color: transparent;
}

.toggleMenu {
    display: none;
    padding: 4px 5px 0px 5px;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}


.logo img {
    max-width: 40px;
}


.header_bottom {
    float: left;
    text-align: left;
    margin-top: 1em;
}

.header_bottom h1 {
    color: #fff;
    font-size: 2em;
    line-height: 1.5em;
}

.video_buttons {
    margin-top: 3.5em;
}

.header_bottom a {
    position: relative;
    z-index: 1;
}

.video_but {
    float: left;
    margin-right: 2em;
}

.video_right {
    float: left;
    margin-top: 12px;
}

.fa-btn {
    background: none;
    cursor: pointer;
    padding: 15px 20px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 100;
    font-size: 1em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.fa-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-1 {
    color: white;
    border: none;
    font-weight: 400;
    background: #1f6ca0;
}

.btn-1e {
    overflow: hidden;
}

.btn-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #DBD334;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(120deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(120deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(120deg);
    transform: translateX(-50%) translateY(-50%) rotate(120deg);
}

.btn-1e:hover,
.btn-1e:active {
    color: #ffffff;
    text-decoration: none;
}

.btn-1e:hover:after {
    height: 260%;
    opacity: 1;
}

.btn-1e:active:after {
    height: 400%;
    opacity: 1;
}

.header_bottom a span {
    width: 30px;
    height: 30px;
    background: url(../img/login.png)no-repeat;
    float: left;
    margin-right: 0.5em;
}

.video_desc {

    color: #fff;
    font-size: 0.85em;
    font-weight: normal;
    border-bottom: 1px solid #c2e0f4;
}

.header_bottom:hover a p.video_desc {
    border-bottom: 1px solid #e74c3c;
}

.content_top {
    padding: 3em 0 0;
    border-bottom: 1px solid #DDD;
}

ul.partners {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.partners li {
    float: left;
    width: 16%;
}

.content_bottom {
    text-align: center;
    margin: 0.7em 0 8em;
}

.content_bottom h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 1.5em;
}

.span_1 img {
    display: inline-block;
}

.span_1 h3 {
    font-size: 1.1em;
    color: #555;
    margin: 2em 0 0 0;
}

.grid_1.text-center {
    margin-top: 4em;
}

.footer {

    background: #3498db;
    padding: 2.5em 0;
    border-top: 2px solid rgb(15, 102, 183);
	/* background-image: url('../img/snow.png'), url('../img/snow3.png'), url('../img/snow2.png');
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite; */
}

.footer_icon {
    position: relative;
    text-align: center;
}

i.icon {
    display: inline-block;
    position: absolute;
    top: -34.2px;
    width: 100%;
    left: 0;
}

ul.list1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list1 li a {
    color: #C0D4E4;
    font-size: 0.8125em;
    line-height: 1.8em;
    font-weight: 100;
}

ul.list1 li a:hover {
    text-decoration: none;
    color: #DBD334;
}

.span_2 h3 {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 1em;
}

.span_3 {
    text-align: left;
    margin-left: 25%;
    width: 25%;
}

ul.list2 {
    padding: 0;
    margin: 0;
    list-style: none;
}

i.phone {
    width: 20px;
    height: 20px;
    background: url(../img/img-sprite.png)no-repeat -159px -14px;
    float: left;
    margin-right: 0.5em;
}

i.msg {
    width: 20px;
    height: 20px;
    background: url(../img/img-sprite.png)no-repeat -194px -12px;
    float: left;
    margin-right: 0.5em;
}

ul.list2 li.phone_desc {
    float: left;
}

ul.list2 li.phone_desc p {
    color: #C0D4E4;
    font-size: 0.85em;
}

ul.list2 li.phone_desc p a {
    color: #C0D4E4;
}

ul.list3 {
    margin-bottom: 1em;
}

.copy {
padding-left: 24%; 
padding-top: 15px; 
}



.menuClod a::before,
.menuClod a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.menuClod a::before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
}
.menuClod a::after {
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
}

.menuClod a:hover::before,
.menuClod a:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

div#wpsp_user_welcome {
    display: none;
}

.popup-with-zoom-anim.order-btn {
    border: 2px solid !important;
}

.feedbalc_form{
	    border: 1px dotted #3598dc;
    display: block;
    max-width: 600px;
    margin: 1% auto;
    padding: 3%;
}

.ulogin_panel {
    float: none !important;
}

.g-recaptcha > div {
    margin: 0 auto;
}
td.category {
    color: transparent;
}
.play-icon:hover{
	color:#fff;
}
.yourID {
    margin: 8px 0;
    font-size: 25px;
}
input#copykey
{
    margin-left: 2px;
    text-indent: 1.2%;
}
@keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 50% {background-color:#b4cfe0;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px; background-color:#6b92b9;}
}

@-ms-keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}


.plusRef {
	text-align:left;
    font-size: 12px;
}
.plusRefRavno {
    text-align: right;
    margin-right: 20px;
}

.small_info{
	  font-size: 12px;
}
.table_forse {
    width: 100%;
	border:1px dotted #000;
	text-align:center;
}
.table_forse td{
	border:1px dotted #000;
}
.table_forse_header {
    background: #96c1de;
	
}
.dop_setings {
    display: table;
    text-align: center;
    width: 100%;
}

.input_send_fa {
    margin-left: 6%;
}

.input_send_fa {
    font-size: 0.9em;
    padding: 0.5em 0.5em;
    border-radius: 2px;
    border: 1px solid #dbe1e8;
}
.for_rt>label{display:block;}
.otvet_cap_c{ width: 50px;}
.for_rt input.radioTe+div{ display:none; }
.for_rt input.radioTe:checked+div{ display:block;}
.for_rt input.radioTe:checked+div+div{ display:none; }
.hide1{display:none;}
.cg-wrap{width:100%;font-family:'Montserrat',sans-serif}
.cg-wrap *{box-sizing:border-box}
.cg-wrap a{color:#3598dc;text-decoration:none;transition:.15s}
.cg-wrap a:hover{color:#1a6fa0}
.cg-inner{max-width:1140px;margin:0 auto;padding:0 24px}
.cg-band{width:100%;padding:36px 0;border-bottom:1px solid #f0f0f0}
.cg-band:last-child{border-bottom:none}
.cg-band.compact{padding:28px 0}
.cg-label{font-size:10px;font-weight:700;color:#3598dc;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}
.cg-h{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 6px;line-height:1.35}
.cg-p{font-size:13px;color:#888;line-height:1.7;max-width:580px}
.cg-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}
.cg-hero-left h2{font-size:20px;font-weight:700;line-height:1.45;color:#1a1a1a;margin:0 0 14px}
.cg-hero-left h2 b{color:#3598dc;font-weight:700}
.cg-hero-left p{font-size:13px;color:#777;line-height:1.75}
.cg-hero-right{border:1px solid #eee;border-radius:12px;padding:24px;text-align:center}
.cg-hr-title{font-size:11px;font-weight:700;color:#3598dc;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px}
.cg-hero-nums{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.cg-hero-num{padding:10px 6px}
.cg-hero-num .v{font-size:20px;font-weight:800;color:#3598dc;line-height:1}
.cg-hero-num .l{font-size:10px;color:#999;margin-top:4px;font-weight:600}
.cg-tw{border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;margin-top:14px}
.cg-t{width:100%;border-collapse:collapse}
.cg-t th{padding:10px 16px;font-size:10px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.8px;text-align:left;border-bottom:1px solid #e8e8e8}
.cg-t tr{border-bottom:1px solid #f2f2f2;transition:background .1s}
.cg-t tbody tr:last-child{border:none}
.cg-t td{padding:12px 16px;font-size:13px;color:#555}
.cg-tn{display:flex;align-items:center;gap:10px}
.cg-ti{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}
.cg-tn b{color:#222;font-size:13px;display:block}
.cg-tn small{color:#bbb;font-size:11px}
.cg-tp{font-weight:700;color:#3598dc;font-size:15px}
.cg-tl a{font-size:11px;font-weight:600;color:#3598dc;padding:3px 9px;border-radius:5px}
.cg-tl a:hover{color:#1a6fa0}
.cg-fg{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.cg-fc{border:1px solid #eee;border-radius:10px;padding:22px 16px;text-align:center;transition:border-color .2s,box-shadow .2s}
.cg-fc:hover{border-color:#cde2f0}
.cg-fc-i{margin:0 auto 12px}
.cg-fc-i img{display:inline-block;max-width:100%;height:auto}
.cg-fc b{display:block;font-size:13px;color:#222;margin-bottom:4px}
.cg-fc span{font-size:12px;color:#999;line-height:1.6;display:block}
.cg-sdk{display:flex;gap:7px;margin-top:12px;flex-wrap:wrap}
.cg-sk{padding:8px 14px;border-radius:7px;border:1px solid #eee;font-size:12px;font-weight:600;color:#555;transition:.15s;display:flex;align-items:center;gap:8px}
.cg-sk:hover{border-color:#cde2f0;color:#3598dc}
.cg-sk img.sdk-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}
.cg-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.cg-tag-item{padding:7px 14px;border-radius:6px;border:1px solid #eee;font-size:12px;color:#666;transition:.15s}
.cg-tag-item:hover{border-color:#c8dff0;color:#3598dc}
.cg-btn{display:inline-block;padding:7px 18px;border-radius:7px;font-size:11px;font-weight:700;transition:.15s;text-decoration:none}
.cg-btn.fill{background:#3598dc;color:#fff}
.cg-btn.fill:hover{background:#2980c8;color:#fff}
.cg-btn.line{border:1px solid #ddd;color:#666;background:#fff}
.cg-btn.line:hover{border-color:#3598dc;color:#3598dc}
.cg-promo-banner{background:linear-gradient(135deg,#4da4e0,#62b4ec 40%,#7ec8f5);border-radius:14px;overflow:hidden;position:relative;min-height:240px}
.cg-promo-content{max-width:1140px;margin:0 auto;padding:40px 48px;position:relative}
.cg-promo-text{display:flex;flex-direction:column;justify-content:center;max-width:55%}
.cg-promo-title{font-size:28px;font-weight:800;color:#fff;line-height:1.3;margin-bottom:10px}
.cg-promo-desc{font-size:14px;color:rgba(255,255,255,.85);line-height:1.6;margin:0 0 20px;max-width:400px}
.cg-promo-btns{display:flex;gap:10px;flex-wrap:wrap}
.cg-promo-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 22px;border-radius:8px;font-size:13px;font-weight:700;color:#3598dc;background:#fff;border:1px solid #fff;text-decoration:none;transition:.2s;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.cg-promo-btn:hover{background:#f0f8ff;color:#2980c8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}
.cg-promo-btn svg{stroke:#3598dc}
.cg-promo-btn.ff{background:#fff;color:#e8702a;border-color:#fff}
.cg-promo-btn.ff:hover{background:#fff8f4;color:#d05a15}
.cg-promo-btn.ff svg{stroke:#e8702a}
.cg-promo-img{position:absolute;right:48px;top:20px;bottom:0}
.cg-promo-img img{display:block;width:220px;border-radius:12px 12px 0 0;box-shadow:-8px -4px 24px rgba(0,0,0,.12)}
.cg-partner-promo{display:flex;align-items:center;gap:24px;padding:28px 32px;border:2px solid #e0eff8;border-radius:14px;background:linear-gradient(135deg,#f8fcff,#eef6fc)}
.cg-faq-item{border:1px solid #eee;border-radius:10px;margin-bottom:8px;overflow:hidden;transition:border-color .2s}
.cg-faq-item:hover{border-color:#cde2f0}
.cg-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}
.cg-faq-q span{font-size:14px;font-weight:600;color:#222}
.cg-faq-q svg{color:#bbb;transition:transform .3s,color .2s;flex-shrink:0;margin-left:12px}
.cg-faq-q:hover{background:#fafcff}
.cg-faq-q:hover svg{color:#3598dc}
.cg-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 20px;font-size:13px;color:#666;line-height:1.75}
.cg-faq-item.open .cg-faq-a{max-height:200px;padding:0 20px 16px}
.cg-faq-item.open .cg-faq-q svg{transform:rotate(180deg);color:#3598dc}
.cg-faq-item.open{border-color:#cde2f0}
@media(max-width:900px){
  .cg-hero-grid{grid-template-columns:1fr}
  .cg-hero-right{margin-top:10px}
}
@media(max-width:768px){
  .cg-fg{grid-template-columns:1fr}
  .cg-t td:nth-child(4){display:none}
  .cg-inner{padding:0 16px}
  .cg-hero-nums{grid-template-columns:repeat(2,1fr)}
  .cg-partner-promo{flex-direction:column;text-align:center;padding:24px 20px}
  .cg-partner-promo .cg-btn{width:100%;display:block;text-align:center;padding:12px 20px}
  .cg-promo-content{padding:32px 24px}
  .cg-promo-text{max-width:100%;text-align:center}
  .cg-promo-desc{max-width:100%}
  .cg-promo-btns{justify-content:center}
  .cg-promo-img{position:relative;right:auto;top:auto;bottom:auto;display:flex;justify-content:center;margin-top:24px}
  .cg-promo-img img{width:180px;margin-bottom:0;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.12)}
  .cg-promo-title{font-size:22px}
}
@media(max-width:480px){
  .cg-hero-left h2,.cg-h{font-size:17px}
  .cg-band{padding:28px 0}
  .cg-promo-title{font-size:19px}
  .cg-promo-desc{font-size:13px}
  .cg-promo-img img{width:160px}
}