*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0 auto;
    font-family: 'Muller'
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

input,
button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

.bodyWrap {
    overflow: hidden
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 1200px
}

.clear::after {
    content: '';
    display: block;
    clear: both
}

header {
    background-image: url(../img/jpg/header_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 108px;
}

.headWrap {
    padding-bottom: 122px;
    position: relative;
    z-index: 1
}

.topLine {
    padding-top: 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    transition: all 0.3s;
}

.topLine::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1C88E5;
    transition: all 0.3s;
}

.topLine.topBg {
    padding-top: 15px;
	min-height: 80px;
}

.topLine.topBg::before {
    bottom: 0;
}

.topLineWrap {
    width: 100%;
    position: relative
}

.table {
    display: table
}

.tCell {
    display: table-cell
}

.cont {
    text-align: left
}

.app {
    text-align: right
}

.app [class*="btn"] {
    display: inline-block;      
}
.topLine .nav.menu {
	display: flex;
	top: -20px;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.topLine .nav.menu {
		display: none;
	}
}
.topLine .nav.menu li {
	margin: 0 15px;
}
.topLine .nav.menu a {
	color: #fff;
	text-decoration: none;
}
.logo {
    width: 250px;
    font-size: 60px;
    color: #fff
}

.logoPart {
    padding-top: 5px;
    vertical-align: top
}

.logoPart img+img {
    margin-left: 50px
}

.cont {
    padding-top: 10px;
    vertical-align: top
}

.phone {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #FFF
}
.phone + .phone.skype{
    display: table;
    font-size: 14px;
}
.phone.skype [class*='icon']{
    margin-right: 5px;
}
.phone:hover {
    opacity: .8
}

.app {
    vertical-align: top;
    padding-top: 10px
}

[class*="btn"] {
    display: block;
    width: 170px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

[class*="btn"][class*="White"] {
    color: #1C88E5;
    background-color: #fff
}

[class*="btn"][class*="White"]:hover {
    background-color: #1C88E5;
    color: #fff
}

[class*="btn"][class*="Blue"] {
    line-height: 38px;
    color: #fff;
    background-color: #1C88E5;
    border: 1px solid #1C88E5
}

[class*="btn"][class*="Blue"]:hover {
    color: #1C88E5;
    background-color: #fff;
    border: 1px solid #1C88E5
}

[class*="btn"][class*="Big"] {
    display: block;
    width: 255px;
    font-size: 21px;
    line-height: 60px;
    border-radius: 30px
}

.banner {
    margin-top: 160px;
    width: 610px
}

h1 {
    font-weight: 900;
    font-size: 42px;
    line-height: 45px;
    color: #FFF
}

.banner p {
    margin-top: 45px;
    width: 470px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFF
}

.banner ul {
    margin-top: 25px
}

.banner li {
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    line-height: 20px;
    color: #FFF
}

.banner li+li {
    margin-top: 15px
}

.banner li::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url(../img/png/list_item.png)
}

.banner .note {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #13589E
}

.headerImg {
    position: absolute;
    right: 70px;
    bottom: -30px;
    width: 530px;
    height: 661px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat
}

.headerImg::before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -20px;
    width: 670px;
    height: 670px;
    background-image: url(../img/png/shine.png);
    z-index: -1
}

[class*="headline"] {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    line-height: 25px;
    z-index: 1
}

[class*="headline"][class*="Black"] {
    color: #000
}

[class*="headline"][class*="White"] {
    color: #fff
}

[class*="headline"][class*="Left"] {
    text-align: left;
    line-height: 30px
}

.logoSl {
    position: relative;
    background-color: #13589E;
    z-index: 1
}

.sliderWrap {
    position: relative;
    padding: 0 100px
}

.logoSl .logoNav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

[class*="Nav"]>span {
    position: absolute;
    display: block;
    padding: 15px;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.logoNav .owl-prev {
    left: -15px
}

.logoNav .owl-next {
    right: -15px
}

.logoNav>span:hover {
    opacity: .7
}

[class*="icon"][class*="nav"] {
    font-size: 15px;
    color: #fff
}

.logoSlider .item {
    height: 90px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% auto;
}

.about {
    position: relative;
    padding: 95px 0 90px
}

.about .row {
    position: relative;
}

.aboutDots {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}

.aboutNav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutNav button {
    padding: 15px;
    z-index: 2;
    transition: all 0.3s;
}

.aboutNav button:hover {
    opacity: 0.5;
}

.aboutNav button[class*="prev"] {
    position: absolute;
    top: 50%;
    right: calc(100% - 15px);
}

.aboutNav button[class*="next"] {
    position: absolute;
    top: 50%;
    left: calc(100% - 15px);
}

.aboutNav button [class*="nav"] {
    font-size: 20px;
}

.aboutNav button span::before {
    color: #2196F3;
}

.aboutDots div {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 40px;
    font-family: "Muller";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #C8EBFF;
    line-height: 40px;
    background: none;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
}

.aboutDots div:hover {
    color: #2196F3;
}

.aboutDots div+div {
    margin-left: 140px
}

.aboutDots div::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% + 38px);
    width: 60px;
    height: 1px;
    background-color: #C8EBFF
}

.aboutDots div::after {
    content: '';
    position: absolute;
    display: block;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    background: none;
    border: 1px solid #C8EBFF;
    transition: all 0.3s;
}

.aboutDots div:last-child::before {
    display: none
}

.aboutDots div.active {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #2196F3;
    border: none;
    transition: all .3s;
}

.aboutDots div.active::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #2196F3;
    border-radius: 50%;
    transition: all .3s
}

.aboutDots div:hover::after {
    border-color: #2196F3;
}

html:not(.IE) .aboutDots div.active::after {
    -webkit-animation-name: dotsAnimation;
    animation-name: dotsAnimation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes dotsAnimation {
    0% {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1
    }
    15% {
        opacity: 1
    }
    35% {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.aboutSl {
    margin: 0 -15px;
    margin-top: 25px;
}

.aboutSlides {
    margin-top: 15px;
}

.about .item {
    float: left;
    padding: 0 15px;
    width: 50%
}

.about .img {
    height: 390px;
    background-repeat: no-repeat;
    background-position: center bottom
}

.about .content {
    padding-top: 30px
}

.about .title+p {
    margin-top: 20px
}

.about .title {
    display: block;
    font-size: 28px;
    line-height: 25px;
    color: #2196F3
}

.about .title span {
    font-weight: 700
}

.about p {
    font-size: 20px;
    line-height: 30px;
    color: #666
}

.warn {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #D80000;
    z-index: 1;
    cursor: pointer
}

.warn::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-image: url(../img/png/warning.png)
}

.about .content *+.warn {
    margin-top: 20px
}

.warn .msg {
    position: absolute;
    display: none;
    left: -100px;
    bottom: 0;
    padding: 25px 33px 100px;
    width: 570px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    z-index: -1
}

.warn .msg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #D80000;
    z-index: -2;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3)
}

.warn .msg::after {
    content: '';
    display: block;
    position: absolute;
    top: 150px;
    left: 105px;
    width: 0;
    height: 0;
    border-top: 10px solid #D80000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

[class*="advTempl"] {
    padding: 95px 0 100px
}

.advTempl1 {
    position: relative;
    padding-bottom: 95px;
    background: -webkit-radial-gradient(50% 0.33%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    background: -webkit-gradient(radial, 50% 0.33%, 35.04, 50% 0.33%, 667.42, color-stop(0.0525, rgba(28, 136, 229, 1)), color-stop(0.5, rgba(19, 88, 158, 1)), color-stop(1, rgba(7, 39, 69, 1)));
    background: -o-radial-gradient(50% 0.33%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    background: -ms-radial-gradient(50% 0.33%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
    ;
    background: radial-gradient(50% 0.33%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
    overflow: hidden;
    z-index: 1
}

.advWrap {
    position: relative;
    margin-top: 60px
}

[class*="advTempl"] .left {
    float: left;
    width: 33.3333%
}

[class*="advTempl"] .right {
    float: right;
    width: 33.3333%
}

[class*="advTempl"] .item {
    position: relative;
    z-index: 1
}

.advTempl1 .imgBl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.advTempl1 .img1 {
    position: absolute;
    top: -336px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 670px;
    height: 672px
}

.advTempl1 .img1 img {
    fill: #8E99A3
}

.advTempl1 .img2 {
    position: absolute;
    bottom: -930px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 382px;
    height: 840px;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.advTempl1 .img2.animation {
    bottom: -330px
}

.advTempl1 .left {
    padding-left: 90px;
    padding-right: 15px
}

.advTempl1 .right {
    padding-right: 90px;
    padding-left: 10px
}

.advTempl1 .item+.item {
    margin-top: 145px
}

.advTempl1 .img {
    margin: 0 auto;
    width: 98px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat
}

[class*="advTempl"] .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 25px
}

.advTempl1 .title {
    margin-top: 30px;
    color: #fff
}

[class*="advTempl"] p {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 20px
}

.advTempl1 p {
    color: #fff
}

.advTempl2 {
    padding-bottom: 95px
}

.advTempl2 .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 592px;
    height: 375px;
    background-repeat: no-repeat;
    background-position: center
}

.advTempl2 .left {
    padding-left: 50px;
    padding-right: 65px
}

.advTempl2 .right {
    padding-right: 45px;
    padding-left: 65px
}

.advTempl2 .item+.item {
    margin-top: 125px
}

.advTempl2 .title {
    color: #2196F3
}

.advTempl2 [class*="icon"] {
    position: absolute;
    display: inline-block;
    font-size: 60px;
    left: 50%;
    top: 0;
    margin-left: -33px;
    margin-top: -30px;
    z-index: -1;
    color: #D0EFFF
}

.plan {
    position: relative;
    padding: 125px 0 90px;
    background: -webkit-radial-gradient(50% -0.87%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    background: -webkit-gradient(radial, 50% -0.87%, 35.04, 50% -0.87%, 667.42, color-stop(0.0525, rgba(28, 136, 229, 1)), color-stop(0.5, rgba(19, 88, 158, 1)), color-stop(1, rgba(7, 39, 69, 1)));
    background: -o-radial-gradient(50% -0.87%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    background: -ms-radial-gradient(50% -0.87%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
    ;
    background: radial-gradient(50% -0.87%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
    min-height: 960px
}

.planBg {
    position: relative;
    margin: 0 auto;
    width: 780px;
    height: 780px;
    background: url(../img/png/circle_big.png) no-repeat center, url(../img/png/circle_mid.png) no-repeat center, url(../img/png/circle_sm.png) no-repeat center;
    margin-top: -85px;
    z-index: 1;
}
.planBg .img:hover{
/*     opacity: 0.5; */
}
.planBg .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 344px;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.planBg .img + .back{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 150px 50px #fff;
    transition: 0.3s;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: -1;
}
.planBg .img:hover + .back{
    box-shadow: 0px 0px 150px 100px #fff;
}
.invisLink {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    text-indent: 1920px;
    white-space: nowrap;
}

.planWrap {
    position: relative
}

.stepBl {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    height: 100%;
}

.plan .stepBl [class*="step"] {
    position: relative;
    display: block;
    padding-top: 25px;
    width: 170px;
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    color: #FFF
}

.plan .stepBl [class*="step"]::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%
}

.plan .stepBl .step1 {
    position: absolute;
    top: 130px;
    left: 150px
}

.plan .stepBl .step2 {
    position: absolute;
    top: 300px;
    left: 110px
}

.plan .stepBl .step3 {
    position: absolute;
    top: 455px;
    left: 250px
}

.plan .stepBl .step4 {
    position: absolute;
    top: 85px;
    right: 300px
}

.plan .stepBl .step5 {
    position: absolute;
    top: 295px;
    right: 110px
}

.plan .stepBl .step6 {
    position: absolute;
    top: 515px;
    right: 300px
}

.plan [class*="btn"] {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

[class*="headline"][class*="Black"]+p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #2196F3;
    margin: 25px auto 0;
    width: 50%
}

[class*="headline"][class*="Black"]+p span {
    font-weight: 700
}

.advTempl3 .advWrap {
    margin-top: 145px
}

.advTempl3 .item {
    float: left;
    padding: 0 65px;
    width: 33.3333%;
    text-align: center
}

.num {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    font-weight: 700;
    color: #fff;
    line-height: 80px;
    border-radius: 50%
}

@-webkit-keyframes strokeAnimation {
    0% {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1
    }
    15% {
        opacity: 1
    }
    35% {
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes strokeAnimation {
    0% {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1
    }
    15% {
        opacity: 1
    }
    35% {
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.stroke {
    position: relative
}

.stroke::before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    z-index: 1
}

html:not(.IE) .stroke::before {
    -webkit-animation-name: strokeAnimation;
    animation-name: strokeAnimation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.advTempl3 .item .num {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 28px;
    background-color: #D0EFFF;
    z-index: -1
}

.advTempl3 .item .num::before {
    border-color: #D0EFFF
}

.advTempl3 .title {
    color: #2196F3
}

.cardTempl {
    padding: 95px 0 90px;
    background: -webkit-radial-gradient(50.01% -16.97%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    background: -webkit-gradient(radial, 50.01% -16.97%, 35.04, 50.01% -16.97%, 667.42, color-stop(0.0525, rgba(28, 136, 229, 1)), color-stop(0.5, rgba(19, 88, 158, 1)), color-stop(1, rgba(7, 39, 69, 1)));
    background: -o-radial-gradient(50.01% -16.97%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    background: -ms-radial-gradient(50.01% -16.97%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
    ;
    background: radial-gradient(50.01% -16.97%, ellipse farthest-side, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2)
}

.cardWrap {
    margin: 0 -15px;
    margin-top: 60px
}

.card {
    float: left;
    padding: 0 15px;
    width: 33.3333%
}

.card .in {
    padding: 28px 48px 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px
}

.card .title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.card .price {
    position: relative;
    display: block;
    margin-top: 30px;
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
	display: flex;
	justify-content: center;
	align-items: end;
}

.card .price::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 1px;
    background-color: #2196F3
}

.card .price span {
    display: inline-block;
    margin: 0 10px;
    font-size: 42px;
    line-height: 25px;
    color: #2196F3;
    vertical-align: middle
}
.card .price span i {
	color: #999;
	font-style: normal;
	font-weight: 400;
	display: block;
	text-decoration: line-through;
	line-height: 21px;
	font-size: 24px;
	margin-bottom: 10px;
}
.card .price img {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}
.card p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #666
}

.card p+p {
    margin-top: 20px
}

.card [class*="btn"] {
    margin-top: 22px
}

.subscribe {
    padding: 60px 0 20px
}

[class*="headline"][class*="Left"]+p {
    text-align: left
}

.subWrap>.item {
    float: left;
    width: 50%
}

.subscribe .img {
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-size: contain
}

.subForm {
    padding-top: 30px;
    padding-left: 15px;
    width: 470px
}

.subForm [class*="headline"]+p {
    width: 210px;
    margin: 0;
    margin-top: 15px
}

.subForm .item {
    position: relative;
    margin-top: 25px
}

.subForm .item+.item {
    margin-top: 35px
}

.subForm .item>[class*="icon"] {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 17px;
    line-height: 50px;
    color: #666
}

.subForm .item> .icon-call.b  {
	font-size:46px;
	left:5px;
}

input[type="text"], input[type="email"], input[type="tel"] {
    padding-left: 55px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #666;
    outline: none
}

.subForm .item>[class*="icon"]::before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    border-color: #1C88E5
}

input[type="email"]:focus+[class*="icon"]::before, input[type="tel"]:focus+[class*="icon"]::before {
    color: #1C88E5
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder {
    font-family: 'Muller';
    font-size: 14px;
    color: #666
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder {
    font-family: 'Muller';
    font-size: 14px;
    color: #666
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder {
    font-family: 'Muller';
    font-size: 14px;
    color: #666
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder {
    font-family: 'Muller';
    font-size: 14px;
    color: #666
}

.subscribe button {
    position: absolute;
    padding: 0;
    top: 5px;
    right: 5px;
    width: 65px;
    height: 40px;
    font-size: 15px;
    border: none;
    border-radius: 20px;
    background-color: #1C88E5;
    border: 1px solid #1C88E5;
    cursor: pointer;
    color: #fff
}

.subscribe button:hover {
    background-color: #fff;
    border: 1px solid #1C88E5
}

.subscribe button::before {
	content: "\e904";
	display: inline-block;
	color: #fff;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
.subscribe button:hover::before {
	color: #1C88E5
}
.subscribe button [class*="icon"]::before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.subscribe button:hover [class*="icon"]::before {
    color: #1C88E5
}

.check {
    display: none
}

.check+label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    cursor: pointer
}

.check+label a {
    color: #1C88E5
}

.check+label a:hover {
    text-decoration: none
}

.check+label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #1C88E5
}

.check:not(checked)+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url(../img/png/check.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.check:checked+label::after {
    opacity: 1
}

.portfolio {
    padding: 95px 0 80px;
    background: -webkit-radial-gradient(49.55% -0.83%, ellipse farthest-corner, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    background: -webkit-gradient(radial, 49.55% -0.83%, 44.81, 49.55% -0.83%, 853.54, color-stop(0.0525, rgba(28, 136, 229, 1)), color-stop(0.5, rgba(19, 88, 158, 1)), color-stop(1, rgba(7, 39, 69, 1)));
    background: -o-radial-gradient(49.55% -0.83%, ellipse farthest-corner, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    background: -ms-radial-gradient(49.55% -0.83%, ellipse farthest-corner, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
    ;
    background: radial-gradient(49.55% -0.83%, ellipse farthest-corner, rgba(28, 136, 229, 1) 5.25%, rgba(19, 88, 158, 1) 50%, rgba(7, 39, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2)
}

.portfolioWrap {
    position: relative;
    margin-top: 55px
}

.siteNav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 430px;
    height: 90px
}

.siteNav .owl-prev {
    right: calc(100% - 15px);
    margin-top: -30px
}

.siteNav .owl-next {
    left: calc(100% - 15px);
    margin-top: -30px
}

.siteNav>span {
    z-index: 2;
    opacity: 1;
}

.siteNav>span:hover {
    opacity: 0.5;
}

.siteInfo {
    position: relative;
    margin: 0 auto;
    width: 430px;
    text-align: center
}

.siteInfo>span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff
}

.siteInfo a {
    display: table;
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2196F3;
    margin-top: 10px
}

.siteInfo a:hover {
    color: #fff
}

.siteInfo .descr {
    margin-top: 20px
}

.siteInfo .descr span {
    color: rgba(255, 255, 255, 0.7)
}

.siteData {
    position: relative;
    margin-top: 25px;
    min-height: 380px
}

[class^="vis"] {
    position: relative;
    padding-top: 65px;
    width: 270px
}

.visPrev {
    float: left
}

.visNext {
    float: right
}

[class^="vis"]>span {
    display: block;
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    color: #fff
}

[class^="vis"] .num {
    margin-top: 45px;
    font-size: 21px;
    line-height: 80px;
    background-color: #1C88E5
}

[class^="vis"] .num::before {
    border-color: #1C88E5
}

[class^="vis"] [class*="icon"] {
    position: absolute;
    display: block;
    bottom: 30px;
    margin-top: -7px;
    font-size: 15px;
    opacity: 0.1;
}

.visPrev [class*="icon"] {
    right: 0
}

.visNext [class*="icon"] {
    left: 0
}

.siteItem .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 670px;
    height: 380px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

footer {
    padding: 25px 0;
    background-color: #13589E
}

.footWrap {
    width: 100%
}

.copyright {
    padding-top: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #fff
}

.footWrap .cont {
    padding-top: 10px;
    text-align: right
}

.footWrap .app {
    width: 240px;
    padding-top: 0
}
.footWrap .app [class*="btn"] {
    display: inline-block;
}

* {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none
}

.bodyModal {
    overflow: hidden;
}

.modalsScroll {
    overflow: auto;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none
}

.modals {
    height: 100vh;
    width: 100%
}

.modals.table {
    display: table
}

.modals .tCell {
    padding: 0 15px;
    overflow: auto;
    display: table-cell;
    vertical-align: middle
}

.modalsScroll.open {
    z-index: 55;
    display: block
}

#overlay {
    z-index: 1;
    position: fixed;
    background-color: #000;
    opacity: .7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

.blockMod {
    position: relative;
    z-index: 2;
    display: none;
    max-width: 600px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px 0;
}

.blockMod .in {
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden
}

.modForm .head {
    position: relative;
    background-color: #103cd7;
    color: #fff;
    padding: 55px 65px 28px;
}

.modForm .head>[class*="icon"] {
    position: absolute;
    top: 22px;
    right: 27px;
    font-size: 43px;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.modForm .head .title {
    position: relative;
    padding: 15px 0px;
    padding-left: 100px;
}

.modForm .head .title>span {
    position: relative;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px
}

.modForm .head .title [class*="icon"] {
    position: absolute;
    top:50%;
    left: -15px;
    font-size: 120px;
    font-weight: 400;
    margin-top: -60px;
    display: block;
    line-height: 135px;
    height: 120px;
}

.modForm .head p {
    font-size: 14px;
    line-height: 25px
}

.modForm .head .title+p {
    margin-top: 10px;
}

.modForm .formWrap {
    background-color: #fff;
    padding: 25px 65px
}

.modForm .formWrap ul, .uget {
    margin-top: 17px
}
.uget {
	margin-bottom:30px;
}
.modForm .formWrap .title {
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    color: #000
}

.modForm input[type="checkbox"] {
    display: none
}

.modForm .formWrap li+li, .uget div + div {
    margin-top: 14px
}

.modForm .formWrap ul label, .modForm .formWrap .uget label {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #666
}

.modForm ul input[type="checkbox"]+label, .modForm .uget input[type="checkbox"]+label {
    padding-left: 35px;
    cursor: pointer
}

.modForm ul input[type="checkbox"]+label::before, .modForm .uget input[type="checkbox"]+label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #13589E
}

.modForm ul input[type="checkbox"]+label::after, .modForm .uget input[type="checkbox"]+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../img/png/list_item.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
    opacity: 0
}

.modForm ul input[type="checkbox"]:checked+label::after , .modForm .uget input[type="checkbox"]:checked+label::after {
    opacity: 1
}

.modForm .formWrap ul+form {
    margin-top: 30px
}

.modForm .formWrap .item+.item {
    margin-top: 10px
}

.modForm .formWrap .item {
    position: relative
}

.modForm .formWrap .item [class*="icon"] {
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 45px;
    line-height: 50px;
    color: #2196F3
}

.modForm .formWrap input[type="text"], .modForm .formWrap input[type="tel"] {
    height: 50px;
    width: 100%;
    padding-left: 50px;
    font-family: "Muller";
    font-weight: 700;
    font-size: 14px;
    color: #4D4D4D;
    border-radius: 5px;
    border: 1px solid #4D4D4D;
    transition: all 0.3s;
}

.modForm .formWrap input[type="text"]:focus, .modForm .formWrap input[type="tel"]:focus {
    border-color: #2196F3
}

.modForm .formWrap input[type="text"]::placeholder, .modForm .formWrap input[type="tel"]::placeholder {
    font-family: "Muller";
    font-weight: 700;
    font-size: 14px;
    color: #4D4D4D;
    opacity: 1
}

.modForm .formWrap [class*="btn"] {
    margin: 0 auto;
    margin-top: 25px;
    width: 270px;
    height: 50px;
    text-transform: uppercase;
    border-radius: 25px;
    display: block
}

.modForm .formWrap .request {
    display: block;
    margin-top: 28px;
    text-align: center;
    font-size: 14px
}

.modForm .persData {
    text-align: center;
    margin-top: 57px;
}

.modForm .persData a {
    color: #666
}

@media (max-width: 1199px) {
    .container {
        width: 950px
    }
    .headWrap {
        padding: 30px 0
    }
    .logoPart {
        display: none
    }
    .banner {
        margin-top: 60px
    }
    .headerImg {
        width: 390px;
        height: 490px;
        right: 0
    }
    .headerImg::before {
        top: -80px;
        left: -90px
    }
    .about {
        padding: 45px 0
    }
    .aboutDots {
        margin-top: 55px
    }
    .aboutSlides {
        margin-top: 30px
    }
    .about .img {
        background-size: contain;
        height: 340px
    }
    .about .title {
        font-size: 24px
    }
    .about p {
        font-size: 16px;
        line-height: 26px
    }
    .warn .msg {
        left: -140px
    }
    .warn .msg::after {
        left: 145px
    }
    [class*="advTempl"] {
        padding: 50px 0
    }
    [class*="advTempl"] .left {
        width: 320px
    }
    [class*="advTempl"] .right {
        width: 320px
    }
    .advTempl1 .img1 {
        top: -500px
    }
    .advTempl1 .img2.animation {
        bottom: -370px
    }
    .advTempl1 .left {
        padding-left: 0;
        padding-right: 0
    }
    .advTempl1 .right {
        padding-left: 0;
        padding-right: 0
    }
    .advTempl1 .item+.item {
        margin-top: 70px
    }
    .advTempl1 .title {
        margin-top: 15px
    }
    [class*="advTempl"] p {
        margin-top: 10px
    }
    .advTempl2 .left {
        padding-right: 30px;
        padding-left: 30px
    }
    .advTempl2 .right {
        padding-left: 30px;
        padding-right: 30px
    }
    .plan {
        padding: 45px 0 0;
        min-height: 850px
    }
    .plan .stepBl .step1 {
        left: 25px
    }
    .plan .stepBl .step2 {
        left: -15px
    }
    .plan .stepBl .step3 {
        left: 125px
    }
    .plan .stepBl .step4 {
        right: 175px
    }
    .plan .stepBl .step5 {
        right: -15px
    }
    .plan .stepBl .step6 {
        right: 175px
    }
    .plan [class*="btn"] {
        bottom: 45px
    }
    .cardTempl {
        padding: 45px 0
    }
    .card .in {
        padding: 15px
    }
    .card .price {
        margin-top: 15px;
        padding-bottom: 15px
    }
    .card p {
        margin-top: 15px
    }
    .card p+p {
        margin-top: 15px
    }
    .subscribe .img {
        height: 295px
    }
    .subForm {
        padding-top: 15px;
        width: 100%
    }
    .portfolio {
        padding: 45px 0
    }
    .siteData {
        min-height: 310px
    }
    [class^="vis"] {
        width: 200px
    }
    .siteItem .img {
        width: 570px;
        height: 310px
    }
}

@media (max-width: 991px) {
    .container {
        width: 750px
    }
    .tCell {
        vertical-align: top
    }
    .banner {
        margin-top: 40px
    }
    .headerImg {
        display: none
    }
    .about {
        padding: 40px 0
    }
    .about .img {
        height: 250px
    }
    .about .content {
        padding-top: 0
    }
    .about .title {
        font-size: 22px
    }
    .about p {
        font-size: 14px;
        line-height: 22px
    }
    .warn .msg {
        left: -230px
    }
    .warn .msg::after {
        left: 235px
    }
    [class*="advTempl"] .left {
        width: 280px
    }
    [class*="advTempl"] .right {
        width: 280px;
        float: left
    }
    [class*="advTempl"] .item {
        padding: 0 15px
    }
    .advTempl1 .imgBl {
        left: 50%
    }
    .advTempl1 .img2.animation {
        bottom: -410px
    }
    .advTempl2 .img {
        left: 60%
    }
    .advTempl2 .left {
        padding-left: 0;
        padding-right: 0
    }
    .advTempl2 .right {
        padding-left: 0;
        padding-right: 0
    }
    .plan {
        min-height: auto;
        padding-bottom: 45px
    }
    .planBg {
        background-image: none;
        width: 350px;
        height: 420px;
        margin-top: 0
    }
    .stepBl {
        position: relative;
        top: 0
    }
    .plan .stepBl [class*="step"] {
        position: relative;
        left: 0;
        top: 0;
        padding-top: 0;
        padding-left: 25px;
        text-align: left;
        display: inline-block;
        width: 200px;
        margin-right: 35px;
        margin-top: 15px
    }
    .plan .stepBl [class*="step"]::before {
        top: 50%;
        left: 0;
        margin: 0;
        margin-top: -5px
    }
    .plan [class*="btn"] {
        position: relative;
        bottom: 0;
        margin-top: 35px;
    }
    .card {
        width: 400px;
        margin: 0 auto;
        float: none
    }
    .card+.card {
        margin-top: 30px
    }
    .card .in {
        padding: 28px 48px 40px
    }
    .subForm {
        padding-top: 0
    }
    .siteData {
        min-height: 270px
    }
    [class^="vis"] {
        padding-top: 15px;
        width: 150px
    }
    [class^="vis"]>span {
        font-size: 18px
    }
    [class^="vis"] [class*="icon"] {
        display: none
    }
    .siteItem .img {
        width: 450px;
        height: 270px
    }
    .footWrap .tCell {
        vertical-align: middle
    }
    .copyright {
        width: 220px;
        padding-top: 0
    }
    .footWrap .cont {
        padding-top: 0
    }
    .footWrap .app {
        width: 240px;
        padding-top: 0
    }
    .modForm .head {
        padding: 25px 35px
    }
    .modForm .head .title + p {
        margin-top: 10px;
    }
    .modForm .formWrap {
        padding: 25px 35px;
    }
    .modForm .formWrap ul {
        margin-top: 5px;
    }
    .modForm .formWrap ul + form {
        margin-top: 15px;
    }
    .modForm .formWrap [class*="btn"] {
        margin-top: 15px;
    }
    .modForm .formWrap .request {
        margin-top: 15px;
    }
    .modForm .persData {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .phone + .phone.skype{
        float: left;
        margin-right: 20px;
    }
    header {
        padding-top: 65px;
    }
    .container {
        width: 100%
    }
    .topLine {
        padding-top: 15px;
    }
    .headWrap {
        padding-top: 10px
    }
    .logoWrap {
        vertical-align: middle
    }
    .cont {
        display: block;
        text-align: right;
        padding-top: 0
    }
    header .cont {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: 5px;
    }
    .app {
        display: block;
        margin-top: 0;
        padding-top: 0
    }
    .logo {
        font-size: 45px;
        width: auto;
        line-height: 65px;
    }
    .phone {
        font-size: 16px
    }
    .app [class*="btn"] {
        line-height: 30px;
        width: 150px;
        display: inline-block;
    }
    .banner {
        width: 100%;
    }
    h1 {
        font-size: 26px;
        line-height: 30px
    }
    .banner p {
        margin-top: 20px;
    }
    .banner li {
        font-size: 15px
    }
    [class*="headline"] {
        font-size: 22px
    }
    .logoSl {
        display: none
    }
    .aboutDots div+div {
        margin-left: 100px
    }
    .aboutDots div::before {
        left: calc(100% + 18px)
    }
    .aboutSl {
        margin-top: 0
    }
    .about .item {
        float: none;
        width: 100%
    }
    .about .content {
        margin-top: 30px;
        padding: 0 15px;
    }
    .about .title {
        font-size: 18px
    }
    .warn::before {
        top: 0;
        margin-top: 0
    }
    .about .content p+.warn {
        display: block
    }
    .warn .msg {
        left: 0;
        color: #d80000;
        display: block !important;
        opacity: 1 !important;
        position: static;
        border: solid 1px;
        height: auto;
        width: auto;
        padding: 15px 20px;
        margin-top: 15px;
        margin-left: -40px
    }
    .warn .msg::before {
        display: none
    }
    .warn .msg::after {
        display: none;
        top: 170px;
        left: 105px
    }
    [class*="advTempl"] .right {
        margin-left: 0
    }
    .advTempl1 .img2.animation {
        bottom: -410px
    }
    .advTempl1 .item+.item {
        margin-top: 30px
    }
    [class*="advTempl"] .title {
        font-size: 18px
    }
    .advTempl2 .img {
        left: 50%
    }
    .advTempl2 .item+.item {
        margin-top: 40px
    }
    .advTempl2 p {
        text-align: left
    }
    .stepBl {
        text-align: center;
        top: 0px;
    }
    .plan .stepBl [class*="step"] {
        margin-right: 20px
    }
    .plan [class*="btn"] {
        font-size: 18px;
        line-height: 40px;
        width: 210px;
        margin-top: 20px;
    }
    [class*="headline"][class*="Black"]+p {
        width: 100%
    }
    .advTempl3 .advWrap {
        margin-top: 90px
    }
    .advTempl3 .item {
        float: none;
        width: 100%
    }
    .advTempl3 .item+.item {
        margin-top: 90px
    }
    .cardWrap {
        margin-top: 30px;
    }
    .card {
        width: 100%;
        max-width: 400px
    }
    .card [class*="btn"] {
        margin-top: 10px;
    }
    .subscribe {
        padding: 30px 0
    }
    .subForm {
        padding-left: 0;
    }
    .subWrap>.item {
        width: 100%
    }
    .subscribe .img {
        display: none
    }
    .portfolio {
        padding-bottom: 15px
    }
    .portfolioWrap {
        margin-top: 25px
    }
    .siteData {
        min-height: auto;
        text-align: center
    }
    [class^="vis"] {
        margin-top: 15px;
        padding: 0;
        display: inline-block;
        width: 50%;
        max-width: 230px;
        text-align: left;
        /*! float: none; */
        padding-bottom: 25px
    }
    [class^="vis"]+[class^="vis"] {
        /*! margin-top: 35px; */
        padding-bottom: 15px
    }
    [class^="vis"]>span {
        text-align: center;
        line-height: 21px
    }
    [class^="vis"] .num {
        margin-top: 20px;
        text-align: center
    }
    .siteItem .img {
        position: relative;
        width: 100%
    }
    .copyright {
        padding-top: 0
    }
    .footWrap .cont {
        padding-top: 0
    }
    .footWrap .app {
        margin-top: 10px;
        width: 100%
    }
    .modForm .head .title {
        width: 350px;
    }
    .modForm .head .title > span {
        font-size: 22px;
        display: block;
    }
    .modForm .head .title [class*="icon"] {
        font-size: 110px;
    }
    .modForm .formWrap ul label {
        font-size: 14px;
    }
    .modForm ul input[type="checkbox"] + label {
        padding-left: 25px;
    }
    .modForm ul input[type="checkbox"] + label::before {
        margin-top: -12px;
    }
    .modForm ul input[type="checkbox"] + label::after {
        margin-top: -12px;
    }
    .modForm .formWrap input[type="text"], .modForm .formWrap input[type="tel"], .modForm .formWrap input[type="email"] {
        height: 40px;
    }
    .modForm .formWrap .item [class*="icon"] {
        line-height: 40px;
    }
    .modForm .formWrap [class*="btn"] {
        width: 210px;
        height: 40px;
        border-radius: 20px;
    }
}

@media (max-width: 479px) {
    .logo {
        line-height: 36px;
    }
	.logo img {
		max-height: 36px;
		width: auto;
	}
    header {
        padding-top: 50px;
    }
    .topLine {
        padding-top: 10px;
    }
    .topLine.topBg {
        padding-top: 10px;
    }
    .topLine::before {
        height: calc(100% + 25px);
    }
    .topLine.topBg::before {
        bottom: -25px;
    }
    .logo {
        font-size: 30px
    }
    header .cont {
        margin-top:20px;
    }
    .banner p {
        width: 100%;
        margin-top: 15px
    }
    .banner ul {
        margin-top: 15px
    }
    .aboutNav button[class*="prev"] {
        right: calc(100% - 20px);
    }
    .aboutNav button[class*="next"] {
        left: calc(100% - 20px);
    }
    .aboutDots {
        margin-top: 20px
    }
    .aboutDots div {
        width: 30px;
        line-height: 30px;
        height:30px;
    }
    .aboutDots div+div {
        margin-left: 50px;
    }
    .aboutDots div::before {
        left: calc(100% + 16px);
        width: 18px;
/*         display: none; */
    }
    .aboutDots div.active {
        width: 30px;
        line-height: 30px;
        height: 30px
    }
    .aboutDots div span {
        position: relative;
        top: 2px
    }
    .aboutSlides {
        margin-top: 15px
    }
    .about .title+p {
        margin-top: 5px
    }
    .advTempl1 {
        padding-right: 80px
    }
    [class*="advTempl"] .left {
        width: 100%
    }
    [class*="advTempl"] .right {
        width: 100%;
        margin-top: 30px
    }
    .advTempl1 .img2.animation {
        bottom: -50px
    }
    [class*="advTempl"] p {
        margin-top: 0
    }
    [class*="advTempl"] br {
        display: none
    }
    .advTempl2 {
        padding-right: 80px
    }
    .advTempl2 .img {
        left: 25%
    }
    .advTempl2 .title {
        text-align: left
    }
    .planBg {
        width: 280px;
        height: 350px
    }
    .planBg .img {
        background-size: contain;
        width: 285px;
        height: 330px;
    }
    .stepBl {
        top: 0;
    }
    .plan .stepBl [class*="step"] {
        margin: 0 auto;
        margin-top: 20px;
        display: block
    }
    [class*="headline"][class*="Black"]+p {
        margin-top: 10px
    }
    .advTempl3 .advWrap {
        margin-top: 70px
    }
    .advTempl3 .item+.item {
        margin-top: 75px
    }
    .advTempl3 .item .num {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: -45px
    }
    .cardWrap {
        margin-top: 30px
    }
    .card .in {
        padding: 15px
    }
    .card .price span {
        font-size: 30px
    }
    .subForm .item {
        margin-top: 15px
    }
    .subForm .item+.item {
        margin-top: 15px
    }
    .subForm .item>[class*="icon"] {
        line-height: 40px
    }
    input[type="email"], input[type="tel"], input[type="text"] {
        height: 40px;
        border-radius: 20px
    }
    .subscribe button {
        height: 30px;
        border-radius: 15px;
        width: 45px
    }
    .siteNav {
        width: calc(100% - 30px)
    }
    .siteInfo {
        width: calc(100% - 30px)
    }
    [class^="vis"]>span {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px
    }
    [class^="vis"] .txt {
        float: right;
        padding-top: 7px;
        text-align: left
    }
    [class^="vis"] {
        width: 100%;
        float: none;
    }
    [class^="vis"] .num {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        font-size: 16px;
        float: left;
        width: 60px;
        line-height: 60px;
        height: 60px
    }
    .siteItem .img {
        height: 210px
    }
    footer {
        padding-bottom: 15px
    }
    .footWrap {
        padding-bottom: 60px;
        position: relative
    }
    .copyright {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 190px;
        font-size: 12px;
        margin: 0 auto;
        display: block;
        text-align: center;
        right: 0;
        line-height: 16px
    }
    .footWrap .cont {
        display: block;
        width: 100%;
        text-align: center
    }
    .footWrap .app {
        display: block;
        width: 100%;
        text-align: center
    }
    .modForm .head {
        padding: 20px;
    }
    .modForm .head .title {
        padding-left: 80px;
        padding-top: 0;
        width: 250px;
    }
    .modForm .head .title > span {
        padding-left: 70px;
        margin-left: -80px;
        line-height: 1;
        
    }
    .modForm .head .title [class*="icon"] {
        font-size: 85px;
        left: 0px;
        top: 50%;
        width: 70px;
        height: 90px;
        line-height: 83px;
        margin-top: -45px;
    }
    .modForm .head p {
        line-height: 18px;
    }
    .modForm .head .title + p {
        margin-top:0;
    }
    .modForm .formWrap li + li, .uget div + div {
        margin-top: 7px;
    }
    .modForm .formWrap {
        padding: 20px;
    }
    .modForm .formWrap ul label {
        line-height: 18px
    }
    .modForm ul input[type="checkbox"] + label {
        margin-left: -25px;
    }
    .modForm .formWrap ul {
        padding-left: 25px;
    }
    .modForm .persData {
        text-align: left;
    }
    .check + label::before {
        top:0;
        margin-top: 0;
    }
    .check:not(checked) + label::after {
        top:0;
        margin-top:0;
    }
    .modForm .head > [class*="icon"] {
        top: 5px;
        right: 5px;
    }
}
.formNoError {
	display:none;
}
.formresultt div:first-child {
	margin-top:15px;
}
#form100 .formresultt {
	text-align:center;
}
.formRed {
	color:#f30000;
}
#policy .formWrap p {
	margin-bottom:20px;
}
#policy .modForm .head .title {
	padding-left:0;
}

h1 i {
	font-style:normal;
	display:inline-block;
}

h1 span {
	text-transform:uppercase;
	-webkit-background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(0, 54, 167) 25%, rgb(0, 54, 167) 54%, rgb(214, 39, 24) 54%);
	background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(0, 54, 167) 25%, rgb(0, 54, 167) 54%, rgb(214, 39, 24) 54%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display:inline-block;
	line-height:42px;
}
header .tCell ul, footer .tCell ul {
	display: inline-block;
	text-align: left;
}
.tCell li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.tCell li img {
	width: 14px;
	height: auto;
	margin-right: 10px;
	margin-bottom: -2px;
}
.tCell li .social img {
  width: 12px;
  height: auto;
  margin-right: 0px;
  margin-bottom: -1px;
}
.reviews {
	padding: 95px 0 80px;
}
.reviews .page-header {
	display: block;
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	line-height: 25px;
	margin-bottom: 45px;
}
.owl-reviews {
	padding: 0 45px;
}
.owl-reviews .owl-stage-outer {
	z-index: 2;
}
.owl-reviews .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 30px;
	z-index: 1;
}
.owl-reviews .owl-nav > button {
  position: absolute;
  display: block;
  padding: 15px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.owl-reviews img {
	border: 1px solid #ddd;
}
.owl-reviews .owl-nav .owl-next {
  right: 15px;
}
.owl-reviews .owl-nav .owl-prev {
  left: 15px;
}
.owl-reviews .owl-nav .owl-next span, .owl-reviews .owl-nav .owl-prev span {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	color: #fff;
}
.owl-reviews .owl-nav .owl-next span:after {
	content: "\e908";
	color: #2196F3;
}
.owl-reviews .owl-nav .owl-prev span:after {
	content: "\e909";
	color: #2196F3;
}
.portfolio .page-header {
	color: #fff;
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	line-height: 25px;
	z-index: 1;
	margin-bottom: 55px;
}
.moreport {
  color: #fff;
  background-color: #1C88E5;
}
.moreport:hover {
  color: #1C88E5;
  background-color: #fff;
}

.portfolio .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.portfolio .wrap .item {
  width: 31.5%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 14.1px rgba(90, 0, 161, 0.11);
  box-shadow: 0px 3px 14.1px rgba(90, 0, 161, 0.11);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 26px;
  margin-bottom: 35px;
}
.portfolio .wrap .item.hide {
  display: none;
}
.portfolio .wrap .item .preview {
  width: 100%;
  height: 230px;
  background: url("../img/preview.jpg");
    background-image: url("../img/preview.jpg");
    background-size: auto;
  -webkit-background-size: cover;
  background-size: cover;
}
.portfolio .wrap .item .decription {
  padding-top: 20px;
}
.portfolio .wrap .item .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #3B3B3E;
  width: 100%;
  float: left;
}
.portfolio .wrap .item .sphere {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: rgba(59, 59, 62, 0.7);
  float: left;
}
.portfolio .wrap .item .links {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.portfolio .wrap .item .links > a {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #2196F3;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.portfolio .wrap .item .links > a img {
  margin-right: 10px;
}
.portfolio .wrap .item .social {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1440px) {
 .portfolio .wrap .item .preview {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    height: 195px; }

  .portfolio .wrap .item {
    width: 32%;
    padding: 20px;
    margin-bottom: 25px; }

  .portfolio .wrap .item .decription {
    padding-top: 12px; }
	 
}
@media only screen and (max-width: 1024px) {

.portfolio .wrap .item .preview {
    height: 155px; }

  .portfolio .wrap .item .name {
    font-size: 18px;
    line-height: 27px; }

  .portfolio .wrap .item .sphere {
    line-height: 18px; }

  .portfolio .wrap .item {
    margin-bottom: 18px; }

}

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

 .portfolio .wrap .item {
    width: 48%;
    margin-bottom: 25px; }

  .portfolio .wrap .item .preview {
    height: 180px; }
}
@media only screen and (max-width: 560px) {
 .portfolio .wrap .item {
    width: 49%;
    margin-bottom: 11px;
    padding: 15px; }

  .portfolio .wrap .item .preview {
    height: 136px; }

  .portfolio .wrap .item .links {
    padding-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .portfolio .wrap .item .social {
    margin-top: 12px; }

  .portfolio .wrap .item .social a {
    margin-left: 0;
    margin-right: 10px; }

}
@media only screen and (max-width: 520px) {
 .portfolio .wrap .item {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px; }

  .portfolio .wrap .item .preview {
    height: 263px; }

  .portfolio .wrap .item .links {
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .portfolio .wrap .item .social {
    margin-top: 0; }
	

}
@media only screen and (max-width: 425px) {

 .portfolio .wrap .item .preview {
    height: 210px; }


}

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

  .portfolio .wrap .item {
    margin-bottom: 15px;
    padding: 15px; }

  .portfolio .wrap .item .preview {
    height: 185px; }

}
@media only screen and (max-width: 320px) {


  .portfolio .wrap .item .preview {
    height: 155px; }

  .portfolio .wrap .item .social a {
    margin-right: 0;
    margin-left: 5px; }
	
	}
.formresult {
    background-color: #fff !important;
    padding: 20px !important;
    text-align: center !important;
    color: green !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    /* margin-bottom: 10px; */
    /* border: 1px solid; */
}
.formresult span {
  
    color: green !important;
   
}