/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
    font-family: 'Gilroy';
    src: local("Gilroy Bold") , local("Gilroy-Bold") , url(../fonts/Gilroy-Bold.woff2) format("woff2") , url(../fonts/Gilroy-Bold.woff) format("woff") , url(../fonts/Gilroy-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

progress {
    vertical-align: baseline
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

html {
    line-height: 1.4;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%
}
 
*,*::before,*::after {
    box-sizing: inherit
}

 

.title {
    margin-bottom: 32px;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 30px;
    color: #000;
	
}

.title a {
    color: inherit;
    text-decoration: none
}

.title a:hover {
    text-decoration: underline
}

.title--white {
    color: #fff
}

@media screen and (min-width: 992px) {
    .title {
        font-size:40px
    }
}

.subtitle {
    line-height: 1.1;
    font-weight: 900;
    font-size: 22px;
    color: #000;
}

@media screen and (min-width: 992px) {
    .subtitle {
        font-size:30px
    }
}

.lead {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3
}


a {
    color: #009cf7;
    -webkit-text-decoration-skip: skip;
    text-decoration-skip: ink;
    background-color: transparent
}

a:hover {
    text-decoration: none
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 16px
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dd {
    margin-bottom: 8px;
    margin-left: 0
}

hr {
    overflow: visible;
    height: 0;
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

svg,img {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto;
    border-style: none
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #bfbfbf;
    text-align: left;
    caption-side: bottom
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .65em;
    padding: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    color: inherit;
    white-space: normal
}

label {
    display: inline-block;
    margin-bottom: 8px
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-weight: inherit;
    font-size: 100%;
    line-height: inherit;
    font-family: inherit
}

textarea {
    overflow: auto;
    resize: vertical
}

pre,code,kbd,samp {
    font-size: 1em;
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

[data-toggle-cnt][data-toggle-state="animated"] {
    overflow: hidden;
    transition: height .15s ease-out
}

[data-toggle-cnt][data-toggle-state="collapsed"] {
    display: none
}

[data-tab-cnt][data-tab-state="hidden"] {
    display: none
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px
}

.col-auto,.col-sm-auto,.col-md-auto,.col-lg-auto,.col-xl-auto,.col,.col-sm,.col-md,.col-lg,.col-xl,.col-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xl-1,.col-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xl-2,.col-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xl-3,.col-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xl-4,.col-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xl-5,.col-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xl-6,.col-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xl-7,.col-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xl-8,.col-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xl-9,.col-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xl-10,.col-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xl-11,.col-12,.col-sm-12,.col-md-12,.col-lg-12,.col-xl-12 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    min-width: 64px;
    padding: 16px 32px 15px;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: top;
    border: 0;
    border-radius: 2px;
    user-select: none;
    transition: background-color .1s ease-in-out , color .1s ease-in-out , border-color .1s ease-in-out , box-shadow .1s ease-in-out
}

.btn:not(:disabled) {
    cursor: pointer
}

.btn:focus {
    outline: none
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn-default {
    color: #292929;
    background-color: #e8e8e8;
    box-shadow: 0 15px 35px rgba(232,232,232,.24)
}

.btn-default:focus,.btn-default:hover {
    color: #292929;
    background-color: #d4d4d4;
    box-shadow: 0 15px 35px rgba(212,212,212,.24)
}

.btn-default:disabled {
    color: #292929;
    background-color: #e8e8e8;
    box-shadow: none
}

.btn-default:not(:disabled):active {
    background-color: #bfbfbf;
    box-shadow: 0 5px 12px rgba(191,191,191,.24)
}

.btn-primary {
    color: #fff;
    background-color: #0068e5;
    box-shadow: 0 15px 35px rgba(55,77,161,.24)
		
}

.btn-primary:focus,.btn-primary:hover {
    color: #fff;
    box-shadow: 0 15px 35px rgba(45,62,131,.24)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #374da1;
    box-shadow: none
}

.btn-primary:not(:disabled):active {
    background-color: #223064;
    box-shadow: 0 5px 12px rgba(34,48,100,.24)
}

.btn-secondary {
    color: #fff;
    background-color: #38f3d4;
    box-shadow: 0 15px 35px rgba(56,243,212,.24)
}

.btn-secondary:focus,.btn-secondary:hover {
    color: #fff;
    background-color: #12f1cc;
    box-shadow: 0 15px 35px rgba(18,241,204,.24)
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #38f3d4;
    box-shadow: none
}

.btn-secondary:not(:disabled):active {
    background-color: #0ccdad;
    box-shadow: 0 5px 12px rgba(12,205,173,.24)
}

.btn-success {
    color: #fff;
    background-color: #4caf50;
    box-shadow: 0 15px 35px rgba(76,175,80,.24)
}

.btn-success:focus,.btn-success:hover {
    color: #fff;
    background-color: #409343;
    box-shadow: 0 15px 35px rgba(64,147,67,.24)
}

.btn-success:disabled {
    color: #fff;
    background-color: #4caf50;
    box-shadow: none
}

.btn-success:not(:disabled):active {
    background-color: #337636;
    box-shadow: 0 5px 12px rgba(51,118,54,.24)
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    box-shadow: 0 15px 35px rgba(217,83,79,.24)
}

.btn-danger:focus,.btn-danger:hover {
    color: #fff;
    background-color: #d2322d;
    box-shadow: 0 15px 35px rgba(210,50,45,.24)
}

.btn-danger:disabled {
    color: #fff;
    background-color: #d9534f;
    box-shadow: none
}

.btn-danger:not(:disabled):active {
    background-color: #b02a26;
    box-shadow: 0 5px 12px rgba(176,42,38,.24)
}

.btn-link {
    color: #009cf7;
    background-color: transparent;
    box-shadow: 0 15px 35px rgba(0,0,0,.24);
    color: #009cf7;
    background-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #009cf7;
    background-color: rgba(0,0,0,0);
    box-shadow: 0 15px 35px rgba(0,0,0,.24)
}

.btn-link:disabled {
    color: #009cf7;
    background-color: transparent;
    box-shadow: none
}

.btn-link:not(:disabled):active {
    background-color: rgba(0,0,0,0);
    box-shadow: 0 5px 12px rgba(0,0,0,.24)
}

.btn-link:focus, .btn-link:not(:disabled):hover {
    text-decoration: underline
}

.btn:disabled {
    opacity: .65
}

.btn-block {
    display: block;
    width: 100%
}

.btn-faceted {
    padding: 18px 32px 17px;
    color: #001172;
    font-weight: bold;
    font-size: 18px;
    background: linear-gradient(163deg,#69faec,#38f3d4);
    box-shadow: 0 15px 35px rgba(56,243,212,.24) , inset 0 -5px 0 rgba(0,0,0,.14)
}

@supports (clip-path: polygon(0 0, calc(100% - 6px) 0)) {
    .btn-faceted {
        position: relative;
        z-index: 1;
        background: transparent;
        border-radius: 0 9px 0 9px;
        box-shadow: 0 15px 35px rgba(56, 243, 212, 0.24);
    }

    .btn-faceted::before {
        position: absolute;
        left: 0;
        bottom: 5px;
        display: block;
        width: 6px;
        height: 6px;
        background: rgba(0, 0, 0, 0.14);
        clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 1px 100%, 0 calc(100% - 1px));
        pointer-events: none;
        content: '';
    }

    .btn-faceted::after {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(163deg, #69faec, #38f3d4);
        box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.14);
        clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
        pointer-events: none;
        content: '';
    }
}

.btn-faceted:focus,.btn-faceted:hover {
    color: rgba(0,17,114,.65);
    box-shadow: 0 7px 17px rgba(18,241,204,.24)
}

.btn-faceted:disabled {
    color: #001172;
    box-shadow: none
}

.btn-faceted:not(:disabled):active {
    box-shadow: none
}

.btn-faceted--sm {
    padding: 11px 18px 10px;
    font-size: 14px;
    box-shadow: 0 15px 35px rgba(56,243,212,.24)
}

@supports (clip-path: polygon(0 0, calc(100% - 6px) 0)) {
    .btn-faceted--sm::before {
        display: none;
    }

    .btn-faceted--sm::after {
        box-shadow: none;
    }
}

.btn-faceted--lg {
    padding: 22px 42px;
    font-size: 26px
}

@supports (clip-path: polygon(0 0, calc(100% - 6px) 0)) {
    .btn-faceted--lg {
        border-radius: 0 20px 0 20px;
    }

    .btn-faceted--lg::before {
        width: 14px;
        height: 14px;
        clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 7px 100%, 0 calc(100% - 7px));
    }

    .btn-faceted--lg::after {
        clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    }
}

.form-group {
    margin-bottom: 16px
}

.form-feedback {
    margin: 4px 0 0
}

.form-helper {
    display: block;
    margin: 4px 0 0;
    color: #292929
}

.form--error {
    color: #d9534f
}

.form--error .input,.form--error .input:focus {
    border-color: #d9534f
}

.form--disabled {
    color: #636c72
}

.input {
    display: block;
    width: 100%;
    padding: 16px 20px 15px;
    line-height: 1.4;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 15px;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    transition: border-color .1s ease-in-out , box-shadow .1s ease-in-out
}

.input option {
    padding-left: 0;
    padding-right: 0;
    font-weight: inherit
}

.input::-webkit-input-placeholder {
    font-weight: 400;
    color: #b3b3b3
}

.input::-moz-placeholder {
    font-weight: 400;
    color: #b3b3b3
}

.input:-ms-input-placeholder {
    font-weight: 400;
    color: #b3b3b3
}

.input:focus {
    outline: none;
    border-color: #374da1;
    box-shadow: 0 4px 8px rgba(55,77,161,.2)
}

.input:disabled {
    background-color: #eceeef
}

select:not([multiple]):not([size]).input {
    padding-right: 30px;
    background-image: url(data:image/svg+xml;utf8,<svg\ xmlns=\'https://www.w3.org/2000/svg\'\ version=\'1.1\'\ width=\'32\'\ height=\'24\'\ viewBox=\'0\ 0\ 32\ 24\'><polygon\ points=\'0,0\ 32,0\ 16,24\'\ style=\'fill:\ rgb%28138,\ 138,\ 138%29\'></polygon></svg>);
    background-size: 20px 6px;
    background-position: right -16px center;
    background-repeat: no-repeat;
    background-origin: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.input {
    min-height: 54px
}

.input-float-label {
    position: relative
}

.input-float-label__input:focus ~ .input-float-label__label, .input-float-label__input.--hasvalue ~ .input-float-label__label {
    font-weight: 400;
    transform: translateY(-23px) scale(.8)
}

.input-float-label__input:focus ~ .input-float-label__label {
    color: #374da1
}

.input-float-label__label {
    position: absolute;
    left: 17px;
    top: 14px;
    padding: 3px 4px;
    font-weight: 300;
    font-size: 15px;
    color: #b3b3b3;
    background: #fff;
    transform-origin: 0 0;
    transition: color .1s ease-in-out , transform .1s ease-in-out , font-weight .1s ease-in-out;
    pointer-events: none
}

.form-check {
    position: relative;
    padding-left: 20px
}

.form-check__input {
    position: absolute;
    margin-top: 5px;
    margin-left: -20px
}

.form-check__input:not(:disabled), .form-check__input:not(:disabled) ~ .form-check__label {
    cursor: pointer
}

.form-check__input:disabled ~ .form-check__label {
    color: #636c72
}

.form-check__label {
    margin-bottom: 0
}

.form-check--inline {
    display: inline-block;
    margin-right: 12px
}

.form-check--no-label .form-check__input {
    position: static
}

.custom-check {
    position: relative;
    padding-left: 22px
}

.custom-check__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0
}

.custom-check__input:checked ~ .custom-check__label::before {
    border-color: rgba(0,0,0,.7)
}

.custom-check__input:checked ~ .custom-check__label::after {
    transform: scale(1,1)
}

.custom-check__input:focus ~ .custom-check__label::before {
    box-shadow: 0 0 0 2px rgba(92,179,253,.6)
}

.custom-check__input:not(:disabled) ~ .custom-check__label {
    cursor: pointer
}

.custom-check__input:disabled ~ .custom-check__label {
    opacity: .6
}

.custom-check__label {
    margin-bottom: 0
}

.custom-check__label::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid rgba(0,0,0,.5);
    content: '';
    transition: border-color .1s ease-in-out , background-color .1s ease-in-out
}

.custom-check__label::after {
    position: absolute;
    display: block;
    content: '';
    transform: scale(0,0);
    transition: transform .1s ease-in-out
}

.custom-check--inline {
    display: inline-block;
    margin-right: 12px
}

.custom-check__input[type="checkbox"] ~ .custom-check__label::before {
    border-radius: 2px
}

.custom-check__input[type="checkbox"] ~ .custom-check__label::after {
    top: 6px;
    left: 6px;
    width: 5px;
    height: 10px;
    transform: rotate(45deg) scale(0,0);
    border-style: none solid solid none;
    border-width: 0 2px 2px 0;
    border-color: rgba(0,0,0,.7)
}

.custom-check__input[type="checkbox"]:checked ~ .custom-check__label::after {
    transform: rotate(45deg) scale(1,1)
}

.custom-check__input[type="radio"] ~ .custom-check__label::before {
    border-radius: 50%
}

.custom-check__input[type="radio"] ~ .custom-check__label::after {
    top: 8px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.7)
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.ui-content {
    flex: 1 0 auto
}

.container,.container-fluid {
    width: 89%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 576px) {
    .container,.container-fluid {
        width:85%
    }
}

.container {
    max-width: 1200px
}

.section {
    background-color: #fff
}

.section--alt-bg {
    background-color: #f7f7f7
}

.section--padding {
    padding-top: 32px;
    padding-bottom: 24px
}

@media screen and (min-width: 992px) {
    .section--padding {
        padding-top:10px;
        padding-bottom: 20px
    }
}
@media screen and (max-width: 990px) {
    .section--padding {
           padding-top: 15px;
        padding-bottom: 20px
    }
}
@media screen and (max-width: 768px) {
    .section--padding {
        padding-top:0px;
        padding-bottom: 20px
    }
}
.section--small-padding {
    padding-top: 16px;
    padding-bottom: 12px
}

@media screen and (min-width: 992px) {
    .section--small-padding {
        padding-top:32px;
        padding-bottom: 24px
    }
}

.section--border {
    border-bottom: 1px solid #e6e6e6
}

.section__col-padding {
    padding-top: 16px;
    padding-bottom: 12px
}

@media screen and (min-width: 992px) {
    .section__col-padding {
        padding-top:32px;
        padding-bottom: 24px
    }
}

.ui-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1020;
    display: flex;
    align-items: center;
    min-height: 72px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff
}

@media screen and (min-width: 1200px) {
    .ui-header {
        position:fixed;
        padding-top: 16px;
        padding-bottom: 16px;
        transition: background-color .1s ease-in-out
    }

    .ui-header--alt {
        background-color: #001176
    }
}

.header-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.header-logo {
    display: block;
    margin: 2px 0 6px;
    margin-right: 16px
}

.header-menu-trigger {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
    background-color: transparent;
    border: 0 solid transparent;
    user-select: none;
    transition: background-color .1s ease-in-out , color .1s ease-in-out , border-color .1s ease-in-out;
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    margin-left: auto;
    padding: 9px;
    color: #fff
}

.header-menu-trigger:not(:disabled) {
    cursor: pointer
}

.header-menu-trigger:focus {
    outline: none
}

.header-menu-trigger:focus,.header-menu-trigger:hover {
    text-decoration: none
}

.header-menu-trigger__ico {
    position: relative;
    width: 25px;
    height: 4px;
    margin: auto;
    background-color: currentColor
}

.header-menu-trigger__ico::before,.header-menu-trigger__ico::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    content: ''
}

.header-menu-trigger__ico::before {
    bottom: 9px
}

.header-menu-trigger__ico::after {
    top: 9px
}

.header-menu-trigger:focus,.header-menu-trigger:hover {
    background-color: rgba(255,255,255,.05)
}

.header-menu-trigger:active,.header-menu-trigger[data-toggle-state="animated"],.header-menu-trigger[data-toggle-state="opened"] {
    background-color: rgba(255,255,255,.15)
}

.header-menu-trigger[data-toggle-state="opened"]:hover {
    background-color: rgba(255,255,255,.1)
}

@media screen and (min-width: 1200px) {
    .header-menu-trigger {
        display:none
    }
}

.header-menu {
    flex: 1 1 auto
}

@media screen and (max-width: 1199.8px) {
    .header-menu {
        position:absolute;
        left: 0;
        top: 100%;
        right: 0;
        z-index: 1000;
        padding: 8px 7.5%;
        background-color: #021e87
    }
}

@media screen and (max-width: 575.8px) {
    .header-menu {
        padding-left:5.5%;
        padding-right: 5.5%
    }
}

@media screen and (min-width: 1200px) {
    .header-menu {
        display:flex;
        flex-wrap: wrap;
        align-items: center
    }

    .header-menu[data-toggle-state="collapsed"] {
        display: flex
    }
}

.header-nav {
    flex: 1 1 auto;
    font-size: 16px
}

.header-nav__item {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
    background-color: transparent;
    border: 0 solid transparent;
    user-select: none;
    transition: background-color .1s ease-in-out , color .1s ease-in-out , border-color .1s ease-in-out;
    display: block;
    padding: 8px 16px;
    color: inherit;
    text-align: left
}

.header-nav__item:not(:disabled) {
    cursor: pointer
}

.header-nav__item:focus {
    outline: none
}

.header-nav__item:focus,.header-nav__item:hover {
    text-decoration: none
}

@media screen and (max-width: 1199.8px) {
    .header-nav {
        color:rgba(255,255,255,.75)
    }

    .header-nav__item {
        border-top: 1px solid rgba(216,216,216,.15)
    }

    .header-nav__item:focus,.header-nav__item:hover {
        color: #fff
    }

    .header-nav__to-form {
        margin-top: 4px
    }
}

@media screen and (min-width: 1200px) {
    .header-nav {
        display:flex;
        flex-wrap: wrap;
        align-items: center
    }

    .header-nav>.header-nav__item {
        position: relative
    }

    .header-nav>.header-nav__item::before {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 1px;
        height: 12px;
        background-color: rgba(216,216,216,.15);
        transform: translate(0,-50%);
        content: ''
    }

    .header-nav__item {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .header-nav__item:focus,.header-nav__item:hover {
        background-color: rgba(55,77,161,.2)
    }

    .header-nav__item:active {
        background-color: rgba(55,77,161,.4)
    }

    .header-nav__to-form {
        margin-left: auto;
        color: #001172;
        border-left: 0
    }
}

.header-nav-dropdown__title {
    margin: 0
}

@media screen and (max-width: 1199.8px) {
    .header-nav-dropdown__title {
        border-top:0
    }

    .header-nav-dropdown__item {
        padding-left: 32px
    }
}

@media screen and (min-width: 1200px) {
    .header-nav-dropdown {
        position:relative
    }

    .header-nav-dropdown__menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        z-index: 1000;
        min-width: 100%;
        padding: 4px 0;
        background-color: #021e87;
        box-shadow: 0 25px 40px 0 rgba(4,10,44,.14);
        border: 1px solid rgba(255,255,255,.07);
        border-radius: 2px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .15s ease-in-out .3s , visibility .15s ease-in-out .3s
    }

    .header-nav-dropdown__menu::before,.header-nav-dropdown__menu::after {
        position: absolute;
        left: 50%;
        top: 0;
        display: block;
        border-width: 0 6px 6px 6px;
        border-style: solid;
        border-color: transparent;
        border-bottom-color: #021e87;
        transform: translate(-50%,-100%);
        content: ''
    }

    .header-nav-dropdown__menu::before {
        top: -1px;
        border-bottom-color: rgba(255,255,255,.07)
    }

    .header-nav-dropdown__item {
        padding: 8px 16px;
        color: #fff;
        white-space: nowrap;
        transition: color .1s ease-in-out
    }

    .header-nav-dropdown__item:hover {
        background-color: #022299
    }

    .header-nav-dropdown:hover .header-nav-dropdown__menu {
        visibility: visible;
        opacity: 1;
        transition: opacity .15s ease-in-out , visibility .15s ease-in-out
    }
}

.ui-footer {
    padding: 12px 0;
    color: #fff;
    background-color: #001a77
}

.ui-footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ui-footer__logo {
    display: block;
    margin: 12px 0
}

.ui-footer__logo img {
    display: block
}

.ui-footer__nav {
    padding: 12px 0
}

.ui-footer__copyright {
    padding: 12px 0
}

@media screen and (min-width: 576px) {
    .ui-footer__copyright {
        margin-left:auto;
        text-align: right
    }
}

@media screen and (min-width: 576px) and (max-width:1199.8px) {
    .ui-footer__nav {
        flex:1 1 100%;
        order: -1;
        padding: 12px 0
    }
}

@media screen and (min-width: 1200px) {
    .ui-footer__nav {
        padding-left:40px;
        padding-right: 40px
    }
}

.footer-nav__item {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    margin-left: -4px;
    padding: 4px 4px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-decoration: none
}

.footer-nav__item:focus,.footer-nav__item:hover {
    text-decoration: underline
}

.footer-nav__item::after {
    position: absolute;
    right: -8px;
    top: 50%;
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(216,216,216,.15);
    transform: translate(0,-50%);
    content: ''
}

.footer-nav__item:last-child {
    margin-right: 0
}

.footer-nav__item:last-child::after {
    display: none
}

.footer-copyright {
    font-weight: bold
}

.footer-copyright__copyright {
    margin: 0;
    font-size: 16px
}

.footer-copyright__terms {
    margin: 0;
    font-size: 12px;
    opacity: .75
}

.footer-copyright__terms a {
    color: inherit
}

.catch-from {
    position: relative;
    z-index: 1;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 17px 28px rgba(228,228,228,.24)
}

@media screen and (min-width: 992px) {
    .catch-from {
        padding-left:50px;
        padding-right: 50px
    }
}

.catch-from__title {
    line-height: 1.25;
    font-family: "Gilroy",Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #3d3d3d
}

@media screen and (min-width: 992px) {
    .catch-from__title {
        font-size:28px
    }
}

.catch-from__row {
    margin-left: -6px;
    margin-right: -6px
}

.catch-from__col {
    padding-left: 6px;
    padding-right: 6px
}

.catch-from__textarea.input {
    min-height: 186px
}

.catch-from__terms {
    margin: 0;
    font-weight: 500;
    font-size: 11px;
    color: #bfbfbf;
    text-align: center
}

.catch-from__terms a {
    color: inherit
}

.catch-from .form-group {
    margin-bottom: 12px
}

.introduce-section {
    padding-top: 100px;
    padding-bottom: 70px;
    color: #fff;
    background: url("../img/sections/introduce-bg.png") center/cover no-repeat #001176
}

@media screen and (min-width: 992px) {
    .introduce-section {
        padding-top:172px;
        padding-bottom: 158px
    }
}

.introduce-section__title {
    line-height: 1.17;
    font-family: "Gilroy",Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 38px
}

@media screen and (min-width: 992px) {
    .introduce-section__title {
        font-size:56px
    }
}

.introduce-section__link {
    font-size: 20px;
    font-weight: 500
}

@media screen and (min-width: 992px) {
    .introduce-section__link {
        padding-top:22px;
        padding-bottom: 20px
    }
}

.feature-block {
    margin: 16px 0;
    text-align: center;
    font-size: 17px;
    font-weight: 300
}

.feature-block__img {
    display: block;
    margin: 0 auto 24px
}

.feature-block__title {
    margin-bottom: 16px;
    font-weight: 900;
    font-size: 22px;
    line-height: 1.1;
    color: #2e2e2e
}

@media screen and (min-width: 992px) {
    .feature-block__title {
        font-size:30px
    }
}

.cases-section {
    color: #fff;
    background: url("../img/sections/cases-bg.png") center/cover no-repeat #001a78
}

.case-card {
    padding: 16px;
    font-weight: 300;
    font-size: 20px
}

.case-card__row {
    align-items: center;
    height: 100%
}

.case-card__title {
    line-height: 1.2;
    font-size: 24px;
    font-weight: 900
}

@media screen and (min-width: 992px) {
    .case-card__title {
        font-size:30px
    }
}

.case-card__desc {
    position: relative;
    margin-bottom: 16px
}

.case-card__desc::before {
    position: absolute;
    left: -16px;
    top: 8px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #6191ff;
    border-radius: 50%;
    content: ''
}

.case-card__desc b {
    font-weight: 500;
    color: #6191ff
}

.case-card__desc--alt::before {
    background-color: #3cf4d6
}

.case-card__desc--alt b {
    color: #3cf4d6
}

.case-card__img {
    display: block
}




.main-from__row {
    margin-left: -6px;
    margin-right: -6px
}

.main-from__col {
    padding-left: 6px;
    padding-right: 6px
}

.main-from__textarea.input {
    min-height: 186px
}

@media screen and (min-width: 992px) {
    .main-from__textarea.input {
        min-height:295px
    }
}

.main-from__terms {
    margin: 0;
    font-weight: 500;
    font-size: 11px;
    color: #bfbfbf;
    text-align: center
}

.main-from__terms a {
    color: inherit
}

.main-from .form-group {
    margin-bottom: 12px
}

.plan-switcher {
    margin-bottom: 20px
}

.plan-switcher__item {
    margin-bottom: 12px
}

.plan-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 80px;
    color: #3d3d3d;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    box-shadow: 0 17px 28px rgba(228,228,228,.24);
    transition: color .1s ease-in-out , background-color .1s ease-in-out , border-color .1s ease-in-out , box-shadow .1s ease-in-out;
    cursor: pointer
}

.plan-item::before {
    position: absolute;
    left: -1px;
    top: 50%;
    display: block;
    border-width: 12px 0 12px 12px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #f2f2f2;
    opacity: 0;
    transform: translate(0,-50%);
    transition: opacity .1s ease-in-out;
    pointer-events: none;
    content: ''
}

.plan-item::after {
    position: absolute;
    left: -1px;
    top: 50%;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #0068e5;
    opacity: 0;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: opacity .1s ease-in-out;
    pointer-events: none;
    content: ''
}

.plan-item__name {
    position: relative;
    flex: 0 0 30%;
    width: 30%;
    padding: 8px 4px
}

.plan-item__name::before {
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    display: block;
    width: 1px;
    background-color: #e6e6e6;
    transition: opacity .1s ease-in-out;
    content: ''
}

.plan-item__stat {
    flex: 0 0 22%;
    width: 22%;
    padding: 8px 4px
}

.plan-item__describe {
    position: relative;
    flex: 0 0 48%;
    width: 48%;
    padding: 16px 24px
}

.plan-item__describe::before {
    position: absolute;
    display: block;
    background-color: #e6e6e6;
    transition: opacity .1s ease-in-out;
    content: ''
}

.plan-item--active {
    z-index: 1;
    background-color: #0068e5;
    border-color: #0068e5;
    box-shadow: 0 17px 28px rgba(55,77,161,.24)
}

.plan-item--active::before,.plan-item--active::after {
    opacity: 1
}


.plan-item--active .plan-item-name__heading,.plan-item--active .plan-item-stat__text,.plan-item--active .plan-item-name__name,.plan-item--active .plan-item-stat__val,.plan-item--active .plan-item-describe__text {
    color: #fff
}

.plan-item--active .plan-item-name::before,.plan-item--active .plan-item-describe::before {
    opacity: .1
}

@media screen and (max-width: 767.8px),screen and (min-width:992px) and (max-width:1199.8px) {
    .plan-item__name {
        flex:0 0 67%;
        width: 67%
    }

    .plan-item__stat {
        flex: 0 0 33%;
        width: 33%
    }

    .plan-item__describe {
        flex: 0 0 100%;
        width: 100%
    }

    .plan-item__describe::before {
        left: 16px;
        right: 16px;
        top: 4px;
        height: 1px
    }
}

@media screen and (min-width: 768px) and (max-width:991.8px),screen and (min-width:1200px) {
    .plan-item__name {
        flex:0 0 30%;
        width: 30%
    }

    .plan-item__stat {
        flex: 0 0 22%;
        width: 22%
    }

    .plan-item__describe {
        flex: 0 0 48%;
        width: 48%
    }

    .plan-item__describe::before {
        left: 0;
        top: 8px;
        bottom: 8px;
        width: 1px
    }
}

.plan-item-name {
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1.1;
    font-family: "Gilroy",Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center
}

.plan-item-name__heading {
    margin: 0;
    transition: opacity .1s ease-in-out;
	font-family: Roboto;
    font-weight: 500;
}

.plan-item-name__name {
    margin: 0;
    font-size: 22px;
    color: #000;
    transition: color .1s ease-in-out;
	font-family: Roboto;
    font-weight: 900;
		
}

.plan-item-stat {
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    font-family: "Gilroy",Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-align: center
}

.plan-item-stat__text {
    margin: 0;
    transition: opacity .1s ease-in-out;
	font-family: Roboto;
    font-weight: 900;
}

.plan-item-stat__val {
    margin: 0;
    font-size: 32px;
    color: #000;
    transition: color .1s ease-in-out;
	font-family: Roboto;
    font-weight: 900;
}

.plan-item-describe {
    display: flex;
    justify-content: center;
    flex-direction: column;
align-items: center;
}

.plan-item-describe__text {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.69;
    transition: color .1s ease-in-out;
	font-family: Roboto;
    font-weight: 900;
}

.plan-footer__row {
    margin-left: -6px;
    margin-right: -6px
}

.plan-footer__col {
    padding-left: 6px;
    padding-right: 6px
}

.plan-footer__search-system {
    margin-bottom: 12px
}

.plan-footer__note {
    width: 100%;
    margin: -10px 0px 5px 0px;
    font-size: 11px;
    font-weight: 500;
    color: #bfbfbf;
    text-align: left
}

@media screen and (max-width: 991.8px) {
    .plan-footer__note {
        margin-bottom:24px
    }
}

.plan-search-system__heading {
    margin-bottom: 12px;
    font-size: 13px;
	font-family: Roboto;
	margin-top: 12px;
}

.search-system-item {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    box-shadow: 0 17px 28px rgba(228,228,228,.24);
    cursor: pointer
}

.search-system-item+.search-system-item {
    margin-top: 8px
}

.search-system-item__check {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #e6e6e6;
    transition: background-color .1s ease-in-out
}

.search-system-item__check::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    content: ''
}

.search-system-item__check::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 4px;
    height: 8px;
    border-style: none solid solid none;
    border-width: 0 2px 2px 0;
    border-color: #e6e6e6;
    transform: translate(-50%,-56%) rotate(45deg);
    transition: border-color .1s ease-in-out;
    content: ''
}

.search-system-item__name {
    margin: 0;
    padding: 0 12px;
    line-height: 1.1;
    font-weight: 400;
    font-size: 14px;
    color: #3d3d3d
}

.search-system-item__name strong {
    color: #000;
	font-family: Roboto;
}

.search-system-item--active .search-system-item__check {
    background-color: #0068e5
}

.search-system-item--active .search-system-item__check::after {
    border-color: #0068e5
}

.plan-footer-values__heading {
    font-size: 13px
}

.plan-footer-values__cost {
    margin-bottom: 12px
}

.plan-footer-values__time {
    margin-bottom: 12px
}

.plan-cost {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    padding: 9px 8px 8px 8px;
    font-weight: bold;
    color: #f7f7f7;
    text-align: center;
    background-color: #0068e5;
    border-radius: 2px;
    box-shadow: 0 17px 28px rgba(55,77,161,.24)
}

.plan-cost__discount {
    position: absolute;
    top: -6px;
    left: 10px;
    display: none;
    margin: 0;
    padding: 4px 8px;
    font-weight: 900;
    font-size: 12px;
    background-color: #dc3545;
	color: white;
	font-family: Roboto;
		
}

.plan-cost__old-val {
    position: relative;
    display: none;
    margin: 0;
    line-height: 1;
    font-size: 20px;
    letter-spacing: -1.18px;
    opacity: .50;
	color: white;
    left: 45px;
    top: -3px;
}

.plan-cost__old-val::after {
    position: absolute;
    top: 50%;
    left: -8px;
    right: -8px;
    display: block;
    height: 1px;
    background-color: currentColor;
    pointer-events: none;
    content: ''
}

.plan-cost__val {
    margin: 0;
    line-height: 1;
    font-size: 40px;
    letter-spacing: -2.46px;
	color: white;
}

.plan-cost--discount .plan-cost__discount,.plan-cost--discount .plan-cost__old-val {
    display: block
}

.plan-time {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 8px 8px 4px;
    font-weight: 900;
    font-size: 16px;
    color: #374da1;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    box-shadow: 0 17px 28px rgba(228,228,228,.24)
}

.plan-time__val {
    margin: 0 4px;
    font-size: 50px;
    letter-spacing: -2.7px
}

.text-wall-section {
    line-height: 1.56
}

.text-wall-section li {
    margin-bottom: 16px
}

.longread {
    position: relative;
    overflow: hidden
}

.longread--expanded .longread-content {
    max-height: 9999px;
    transition: max-height .5s cubic-bezier(1,0,1,.32)
}

.longread--expanded .longread-toggle {
    transform: translate(0,0)
}

.longread--expanded .longread-toggle::before {
    transform: translate(0,200px)
}

.longread--expanded .longread-toggle::after {
    transform: rotate(90deg)
}

.longread--expanded .longread-toggle__text-show {
    display: none
}

.longread--expanded .longread-toggle__text-hide {
    display: inline
}

.longread-content {
    position: relative;
    max-height: 350px;
    padding-bottom: 45px;
    transition: max-height .5s cubic-bezier(0,1,0,1)
}

.longread-toggle {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
    background-color: transparent;
    border: 0 solid transparent;
    user-select: none;
    transition: background-color .1s ease-in-out , color .1s ease-in-out , border-color .1s ease-in-out;
    bottom: 0;
    padding: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #3d3d3d;
    vertical-align: top;
    transform: translate(0,-24px);
    transition: color .05s ease-in-out , transform .5s ease-in-out
}

.longread-toggle:not(:disabled) {
    cursor: pointer
}

.longread-toggle:focus {
    outline: none
}

.longread-toggle:focus,.longread-toggle:hover {
    text-decoration: none
}

.longread-toggle,.longread-toggle::before {
    position: absolute;
    left: 0;
    display: block;
    width: 100%
}

.longread-toggle::before {
    bottom: -24px;
    height: 200px;
    background: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.95) 44%,#fff 100%);
    transition: transform .2s ease-in-out;
    pointer-events: none;
    content: ''
}

.longread-toggle::after {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    margin-bottom: 3px;
    border-width: 6px 4px 0;
    border-style: solid;
    border-color: currentColor transparent transparent;
    transition: transform .2s ease-in-out;
    content: ''
}

.longread-toggle__text-hide,.longread-toggle__text-show {
    position: relative
}

.longread-toggle__text-hide {
    display: none
}

.longread-toggle:focus,.longread-toggle:hover,.longread-toggle:active {
    color: #000
}

.longread-toggle:hover::before {
    transform: translate(0,50px)
}

.text-wall-subtile--center {
    display: block;
    margin-bottom: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: 500
}

.text-wall-section .feature-block {
    margin-bottom: 50px
}

.num {
    margin: 35px 0;
    counter-reset: schetchik;
    list-style: none;
    padding-left: 20px
}

.num li {
    margin-bottom: 25px;
    padding-left: 60px;
    counter-increment: schetchik;
    position: relative;
    z-index: 2
}

.num li:before {
    content: counter(schetchik) " ";
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #374da1;
    border-radius: 50%;
    font-size: 22px;
    position: absolute;
    top: -6px;
    left: 0
}

.num li:after {
    content: "";
    width: 4px;
    height: calc(100% - 17px);
    background: #374da1;
    position: absolute;
    top: 34px;
    left: 18px
}

.num li:last-child:after {
    content: none
}

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    padding-top: 120px;
    padding-bottom: 50px;
    color: #fff;
    text-align: center;
    background: url("../img/sections/hero-bg.png") center/cover no-repeat #001a78
}

@media screen and (min-width: 992px) {
    .hero-section {
        padding-top:150px;
        padding-bottom: 90px
    }
}

.hero-section__title {
    margin: 0;
    line-height: 1.17;
    font-family: "Gilroy",Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 38px
}

@media screen and (min-width: 992px) {
    .hero-section__title {
        font-size:56px
    }
}

.hero-section__link {
    margin-top: 50px
}

@media screen and (min-width: 992px) {
    .hero-section__link {
        margin-top:110px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

.slick-track::after {
    display: table;
    clear: both;
    content: ""
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-slide:focus {
    outline: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-prev,.slick-next {
    display: none
}

@media screen and (min-width: 768px) {
    .slick-prev,.slick-next {
        position:absolute;
        top: 50%;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 0;
        line-height: 0;
        color: transparent;
        background: url(http://seosafe.ru/img/xslider-arrow.png.pagespeed.ic.mJbd_UjKM8.webp) center no-repeat;
        border: 0;
        border-radius: 50%;
        opacity: .7;
        outline: none;
        cursor: pointer;
        transform: translate(0,-50%);
        transition: opacity .1s ease-in-out
    }

    .slick-prev:focus,.slick-next:focus {
        outline: none
    }

    .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
        opacity: .95
    }

    .slick-prev:active,.slick-next:active {
        opacity: 1
    }

    .slick-prev.slick-disabled,.slick-next.slick-disabled {
        opacity: .25
    }
}

.slick-prev {
    left: -40px
}

.slick-next {
    right: -40px;
    transform: translate(0,-50%) rotate(180deg)
}

.slick-dotted.slick-slider {
    margin-bottom: 40px
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: transparent;
    border: 0;
    opacity: .5;
    cursor: pointer;
    transition: opacity .1s ease-in-out
}

.slick-dots li button::before {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #6191ff;
    border-radius: 50%;
    content: ''
}

.slick-dots li button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    background: #6191ff;
    border-radius: 50%;
    opacity: 0;
    content: '';
    transform: translate(-50%,-50%);
    transition: opacity .1s ease-in-out
}

.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover,.slick-dots li button:focus {
    opacity: 1
}

.slick-dots li.slick-active button::after {
    opacity: 1
}

[hidden],.hidden {
    display: none!important
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0
}

.clearfix::after {
    display: table;
    clear: both;
    content: ""
}

.close {
    display: block;
    width: 29px;
    height: 29px;
    padding: 0;
    background-color: transparent;
    border: 0;
    opacity: .5;
    cursor: pointer;
    transition: opacity .15s ease-in-out;
    -webkit-appearance: none
}

.close::before,.close::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 2px;
    height: 18px;
    margin: auto;
    background-color: #595959;
    border-radius: 1px;
    content: ''
}

.close::before {
    transform: rotate(45deg)
}

.close::after {
    transform: rotate(-45deg)
}

.close:focus {
    outline: none
}

.close:focus,.close:hover {
    opacity: .9
}

.close:active {
    opacity: 1
}

.close:not(:disabled) {
    cursor: pointer
}

.d-b {
    display: block!important
}

.d-ib {
    display: inline-block!important
}

.d-f {
    display: flex!important
}

.d-if {
    display: inline-flex!important
}

.ff-base {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif
}

.ff-secondary {
    font-family: "Gilroy",Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif
}

.ff-m {
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.fs-i {
    font-style: italic!important
}

.fw-l {
    font-weight: 300!important
}

.fw-n {
    font-weight: 400!important
}

.fw-m {
    font-weight: 500!important
}

.fw-b {
    font-weight: 700!important
}

.fz-h6 {
    font-size: 16px!important
}

.fz-h5 {
    font-size: 20px!important
}

.fz-h4 {
    font-size: 24px!important
}

.fz-h3 {
    font-size: 28px!important
}

.fz-h2 {
    font-size: 32px!important
}

.fz-h1 {
    font-size: 40px!important
}

.fz-base {
    font-size: 18px!important
}

.fz-xxl {
    font-size: 24px!important
}

.fz-xl {
    font-size: 22px!important
}

.fz-lg {
    font-size: 20px!important
}

.fz-sm {
    font-size: 16px!important
}

.fz-xs {
    font-size: 14px!important
}

.fz-xxs {
    font-size: 12px!important
}

.ta-l {
    text-align: left!important
}

.ta-r {
    text-align: right!important
}

.ta-c {
    text-align: center!important
}

.ta-j {
    text-align: justify!important
}

.tt-l {
    text-transform: lowercase!important
}

.tt-u {
    text-transform: uppercase!important
}

.tt-c {
    text-transform: capitalize!important
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.val-base {
    vertical-align: baseline!important
}

.val-t {
    vertical-align: top!important
}

.val-m {
    vertical-align: middle!important
}

.val-b {
    vertical-align: bottom!important
}

.val-tb {
    vertical-align: text-bottom!important
}

.val-tt {
    vertical-align: text-top!important
}

.c-base {
    color: #292929!important
}

.c-white {
    color: #fff!important
}

.c-black {
    color: #000!important
}

.c-muted {
    color: #bfbfbf!important
}

.c-default {
    color: #e8e8e8!important
}

.c-primary {
    color: #374da1!important
}

.c-secondary {
    color: #38f3d4!important
}

.c-success {
    color: #4caf50!important
}

.c-danger {
    color: #d9534f!important
}

.bg-body {
    background-color: #fff!important
}

.bg-white {
    background-color: #fff!important
}

.bg-black {
    background-color: #000!important
}

.bg-muted {
    background-color: #bfbfbf!important
}

.bg-default {
    background-color: #e8e8e8!important
}

.bg-primary {
    background-color: #374da1!important
}

.bg-secondary {
    background-color: #38f3d4!important
}

.bg-success {
    background-color: #4caf50!important
}

.bg-danger {
    background-color: #d9534f!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: 4px!important
}

.m-2 {
    margin: 8px!important
}

.m-3 {
    margin: 16px!important
}

.m-4 {
    margin: 24px!important
}

.m-5 {
    margin: 48px!important
}

.m-auto {
    margin: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: 4px!important
}

.mt-2 {
    margin-top: 8px!important
}

.mt-3 {
    margin-top: 16px!important
}

.mt-4 {
    margin-top: 24px!important
}

.mt-5 {
    margin-top: 48px!important
}

.mt-auto {
    margin-top: auto!important
}

.mr-0 {
    margin-right: 0!important
}

.mr-1 {
    margin-right: 4px!important
}

.mr-2 {
    margin-right: 8px!important
}

.mr-3 {
    margin-right: 16px!important
}

.mr-4 {
    margin-right: 24px!important
}

.mr-5 {
    margin-right: 48px!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: 4px!important
}

.mb-2 {
    margin-bottom: 8px!important
}

.mb-3 {
    margin-bottom: 16px!important
}

.mb-4 {
    margin-bottom: 24px!important
}

.mb-5 {
    margin-bottom: 48px!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ml-0 {
    margin-left: 0!important
}

.ml-1 {
    margin-left: 4px!important
}

.ml-2 {
    margin-left: 8px!important
}

.ml-3 {
    margin-left: 16px!important
}

.ml-4 {
    margin-left: 24px!important
}

.ml-5 {
    margin-left: 48px!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: 4px!important
}

.p-2 {
    padding: 8px!important
}

.p-3 {
    padding: 16px!important
}

.p-4 {
    padding: 24px!important
}

.p-5 {
    padding: 48px!important
}

.p-auto {
    padding: auto!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: 4px!important
}

.pt-2 {
    padding-top: 8px!important
}

.pt-3 {
    padding-top: 16px!important
}

.pt-4 {
    padding-top: 24px!important
}

.pt-5 {
    padding-top: 48px!important
}

.pt-auto {
    padding-top: auto!important
}

.pr-0 {
    padding-right: 0!important
}

.pr-1 {
    padding-right: 4px!important
}

.pr-2 {
    padding-right: 8px!important
}

.pr-3 {
    padding-right: 16px!important
}

.pr-4 {
    padding-right: 24px!important
}

.pr-5 {
    padding-right: 48px!important
}

.pr-auto {
    padding-right: auto!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: 4px!important
}

.pb-2 {
    padding-bottom: 8px!important
}

.pb-3 {
    padding-bottom: 16px!important
}

.pb-4 {
    padding-bottom: 24px!important
}

.pb-5 {
    padding-bottom: 48px!important
}

.pb-auto {
    padding-bottom: auto!important
}

.pl-0 {
    padding-left: 0!important
}

.pl-1 {
    padding-left: 4px!important
}

.pl-2 {
    padding-left: 8px!important
}

.pl-3 {
    padding-left: 16px!important
}

.pl-4 {
    padding-left: 24px!important
}

.pl-5 {
    padding-left: 48px!important
}

.pl-auto {
    padding-left: auto!important
}

.fl-l {
    float: left!important
}

.fl-r {
    float: right!important
}

.fl-n {
    float: none!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.flex-row {
    flex-direction: row!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column {
    flex-direction: column!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-center {
    align-items: center!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-center {
    align-self: center!important
}

.align-self-end {
    align-self: flex-end!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.order-first {
    order: -1
}

@media screen and (min-width: 576px) {
    .order-min-sm-first {
        order:-1
    }
}

@media screen and (min-width: 768px) {
    .order-min-md-first {
        order:-1
    }
}

@media screen and (min-width: 992px) {
    .order-min-lg-first {
        order:-1
    }
}

@media screen and (min-width: 1200px) {
    .order-min-xl-first {
        order:-1
    }
}

@media screen and (max-width: 575.8px) {
    .order-max-sm-first {
        order:-1
    }
}

@media screen and (max-width: 767.8px) {
    .order-max-md-first {
        order:-1
    }
}

@media screen and (max-width: 991.8px) {
    .order-max-lg-first {
        order:-1
    }
}

@media screen and (max-width: 1199.8px) {
    .order-max-xl-first {
        order:-1
    }
}

.grecaptcha-badge {
    display: none
}

 
@media screen and (max-width: 576px) {

.plan-cost__discount {
	padding: 2px 8px;
}}
@media screen and (max-width: 990px) {

.title {
	text-align: center;
	    margin-bottom: 20px;
}}


.ceny-page-cont .plan-item__stat {
	flex: 0 0 35% !important;
    width: 35% !important;
}

.ceny-page-cont .plan-item-cen {
	flex: 0 0 35% !important;
    width: 35% !important;
	text-align: center;
}

.plan-item-cen::before {
    position: absolute;
    left: auto;
    top: 8px;
    bottom: 8px;
    display: block;
    width: 1px;
    background-color: #e6e6e6;
    transition: opacity .1s ease-in-out;
    content: '';
}

.plan-item--active .plan-item-cen::before,.plan-item--active .plan-item-describe::before {
    opacity: .1
}

.plan-item-page {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 80px;
    color: #3d3d3d;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    box-shadow: 0 17px 28px rgba(228,228,228,.24);
    transition: color .1s ease-in-out , background-color .1s ease-in-out , border-color .1s ease-in-out , box-shadow .1s ease-in-out;
    cursor: pointer;
	padding: 5px 5px;
}
.plan-item-page:hover {
    z-index: 1;
    background-color: #0068e5;
    border-color: #0068e5;
    box-shadow: 0 17px 28px rgba(55,77,161,.24);
}

.plan-item-page:hover p {
	color: white;
}

@media only screen and (max-width: 1200px){

.ceny-page-cont .plan-item__name {
	    flex: 0 0 100% !important;
    width: 100% !important;
}}
 
@media only screen and (max-width: 1200px){

.ceny-page-cont .plan-item-stat {
		    flex: 0 0 100% !important;
    width: 100% !important;
}}

@media only screen and (max-width: 1200px){

.ceny-page-cont .plan-item-cen {
	    flex: 0 0 100% !important;
    width: 100% !important;
}}
@media only screen and (max-width: 1200px){

.ceny-page-cont  .plan-item-cen::before {
display: none !important;
}}
 @media only screen and (max-width: 1200px){

.ceny-page-cont  .plan-item__name::before {
display: none !important;
}}

 @media only screen and (max-width: 430px){

.ceny-page-cont .plan-item-name__name {
 font-size: 18px !important;
}}
 
 
 @media only screen and (max-width: 430px){

.ceny-page-cont .plan-item-stat__val {
	 font-size: 18px !important;
}}

  @media only screen and (max-width: 550px){

.plan-item-stat__val {
		 font-size: 22px !important;
}
}
  @media only screen and (max-width: 430px){

.plan-item-stat__text {
		 font-size: 14px !important;
}
}

.plan-switcher-design .plan-item__stat {
    flex: 0 0 50% !important;
    width: 50% !important;
}


.plan-switcher-design .plan-item-name {
    flex: 0 0 50% !important;
    width: 50% !important;
}
 

@media only screen and (max-width: 540px){


.plan-switcher-design .plan-item-name {
    flex: 0 0 100% !important;
    width: 100% !important;
}}

@media only screen and (max-width: 540px){


.plan-switcher-design .plan-item__stat {
    flex: 0 0 100% !important;
    width: 100% !important;
}}

.smm-ceny .plan-item__name {
    flex: 0 0 50% !important;
    width: 50% !important;
}
.smm-ceny .plan-item__stat {
    flex: 0 0 50% !important;
    width: 50% !important;
}


@media only screen and (max-width: 540px){


.plan-item-name__name {
font-size: 16px;
}}
 