body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    counter-reset: myCounter
}

body a {
    outline: none !important
}

body.overflow {
    overflow-y: hidden
}

body.showSlider {
    overflow: hidden;
    -o-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

body.showSlider .slideWrapper {
    top: 0;
    opacity: 1;
    -webkit-transition: opacity ease-in-out .4s;
    transition: opacity ease-in-out .4s
}

body.showSlider .bottom.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity ease-in-out .4s;
    transition: opacity ease-in-out .4s;
    opacity: 1
}

.fixedMenu {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    max-width: 1630px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: top ease-in-out .25s;
    transition: top ease-in-out .25s
}

.fixedMenu .left {
    background: -webkit-gradient(linear, right top, left top, from(#206474), to(#17a7b5));
    background: linear-gradient(to left, #206474, #17a7b5);
    -webkit-box-shadow: 0px 11px 21px 0px rgba(3, 80, 78, 0.26);
    box-shadow: 0px 11px 21px 0px rgba(3, 80, 78, 0.26);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 77px;
    border-radius: 0 0 7px 7px
}

.fixedMenu .left p.menu {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Proxima Nova Extrabold';
    font-size: 20px;
    margin: 0 0 0 25px;
    position: relative;
    display: none;
    cursor: pointer
}

.fixedMenu .left p.menu::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 1px;
    height: 6px;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1
}

.fixedMenu .left a.logo {
    margin: 0 50px 0 20px
}

.fixedMenu .left ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fixedMenu .left ul.menu > li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
    position: relative;
    padding: 25px 0
}

.fixedMenu .left ul.menu > li.last {
    display: none
}

.fixedMenu .left ul.menu > li > a {
    color: #fff;
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    margin-right: 40px;
    position: relative
}

.fixedMenu .left ul.menu > li > a::after {
    content: '/';
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Proxima Nova Thin';
    font-size: 16px;
    color: #fff
}

.fixedMenu .left ul.menu > li.parent {
    position: relative
}

.fixedMenu .left ul.menu > li.parent > a {
    position: relative
}

.fixedMenu .left ul.menu > li.parent > a::before {
    content: '';
    position: absolute;
    right: -10px;
    top: -6px;
    height: 6px;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1
}

.fixedMenu .left ul.menu > li.parent ul {
    position: absolute;
    top: -9999em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -20px;
    width: auto;
    background-color: #fff;
    border-radius: 7px;
    padding: 0;
    opacity: 0;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.18);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.18)
}

.fixedMenu .left ul.menu > li.parent ul li {
    display: block;
    line-height: 1;
    padding: 12px 20px;
    letter-spacing: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.fixedMenu .left ul.menu > li.parent ul li a {
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    text-shadow: 0px 21px 27.84px rgba(31, 108, 123, 0.18);
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    white-space: nowrap
}

.fixedMenu .left ul.menu > li.parent ul li:hover {
    background: -webkit-gradient(linear, right top, left top, from(#206474), to(#17a7b5));
    background: linear-gradient(to left, #206474, #17a7b5);
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.fixedMenu .left ul.menu > li.parent ul li:hover a {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.fixedMenu .left ul.menu > li.parent ul li:first-child {
    border-radius: 5px 5px 0 0
}

.fixedMenu .left ul.menu > li.parent ul li:last-child {
    border-radius: 0 0 5px 5px
}

.fixedMenu .left ul.menu > li.parent::before {
    content: '\e900';
    font-family: 'Icomoon';
    position: absolute;
    top: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    color: #fff;
    font-size: 24px;
    margin-left: -25px;
    opacity: 0
}

.fixedMenu .left ul.menu > li.parent:hover ul {
    top: 60px;
    opacity: 1
}

.fixedMenu .left ul.menu > li.parent:hover::before {
    opacity: 1
}

.fixedMenu .left ul.menu > li:last-child a::after, .fixedMenu .left ul.menu > li:nth-last-child(2) a::after {
    content: ''
}

.fixedMenu .left .ring {
    margin-right: 25px;
    background-color: transparent;
    border: none;
    outline: none;
    display: none
}

.fixedMenu .left .ring i {
    color: #fff;
    font-size: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 34px;
    position: relative
}

.fixedMenu .left .ring i::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 50%
}

.fixedMenu .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.fixedMenu .right .consult {
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-box-shadow: 0px 11px 21px 0px rgba(3, 80, 78, 0.26);
    box-shadow: 0px 11px 21px 0px rgba(3, 80, 78, 0.26);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 77px;
    border-radius: 0 0 7px 7px;
    padding: 0 20px 0 24px;
    position: relative;
    cursor: pointer
}

.fixedMenu .right .consult i {
    color: #fff;
    font-size: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 34px;
    position: relative
}

.fixedMenu .right .consult i::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 50%
}

.fixedMenu .right .consult .text {
    margin-left: 10px
}

.fixedMenu .right .consult .text span {
    display: block;
    font-family: 'Proxima Nova Light';
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 1;
    text-transform: uppercase
}

.fixedMenu .right .consult .text p {
    margin: 0;
    font-family: 'Proxima Nova Extrabold';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1
}

.fixedMenu .right .consult::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid;
    border-color: transparent #3aa7b3 #3aa7b3 #3aa7b3;
    border-radius: 0 0 7px 7px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.fixedMenu .right .consult:hover::after {
    opacity: 1;
    height: calc(100% + 7px);
    width: calc(100% + 14px);
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.fixedMenu .right .languages {
    position: absolute;
    top: 0;
    left: 100%;
    height: 77px;
    max-height: 100%;
    margin-left: 20px
}

.fixedMenu .right .languages p {
    margin: 0;
    font-family: 'Proxima Nova Regular';
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff
}

.fixedMenu .right .languages p.active {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: top ease-in-out .4s;
    transition: top ease-in-out .4s
}

.fixedMenu .right .languages p.notActive {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: top ease-in-out .4s;
    transition: top ease-in-out .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fixedMenu.show .right .languages p {
    color: #1d7887
}

footer {
    margin-top: 140px;
    background-color: #fff
}

footer nav {
    width: 100%;
    margin: 0 auto 50px auto;
    position: relative;
    -webkit-box-shadow: 0px 9px 27.84px 1.16px rgba(31, 108, 123, 0.11);
    box-shadow: 0px 9px 27.84px 1.16px rgba(31, 108, 123, 0.11);
    padding: 60px 0 77px 0;
    background-color: #fff
}

footer nav .inner {
    max-width: 1630px;
    width: 100%;
    padding: 0 10px
}

footer nav .inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px
}

footer nav .inner > ul > li > span {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Extrabold';
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 8px;
    line-height: 1.25
}

footer nav .inner > ul > li ul {
    line-height: 1.25
}

footer nav .inner > ul > li ul li a {
    font-family: 'Proxima Nova Regular';
    font-size: 14px;
    color: #666;
    line-height: 1.25;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    text-transform: capitalize
}

footer nav .inner > ul > li ul li a:hover {
    color: #1e7585;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

footer nav .inner > ul > li > a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 190px;
    height: 55px;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    font-family: 'Proxima Nova Extrabold';
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    line-height: 1.1;
    cursor: pointer;
    position: relative;
    margin-top: 7px
}

footer nav .inner > ul > li > a.button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border: 1px solid #3aa7b3
}

footer nav .inner > ul > li > a.button span.light {
    font-family: 'Proxima Nova Light';
    font-size: 10px
}

footer nav .inner > ul > li > a.button span.bold {
    font-family: 'Proxima Nova Extrabold';
    font-size: 13px
}

footer nav .inner > ul > li > a.button:hover::before {
    height: calc(100% + 14px);
    width: calc(100% + 14px);
    opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

footer nav::after {
    content: '\e900';
    font-family: 'Icomoon';
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 40px;
    color: #fff;
    margin-left: 8px
}

footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .socials ul li {
    margin: 0 6px
}

footer .socials ul li a {
    color: #206474;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

footer .socials ul li a img {
    width: 36px;
    max-width: 36px
}

footer .bottom {
    padding-bottom: 50px;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center
}

footer .bottom p {
    font-size: 14px;
    color: #666;
    font-family: 'Proxima Nova Regular';
    text-align: center;
    margin: 0
}

footer .bottom p a {
    color: #666
}

footer .bottom p.text {
    margin: 40px 15% 0 15%;
    line-height: 1.25;
    max-width: 70%
}

footer .bottom > a {
    display: inline-block;
    margin-top: 10px
}

footer .bottom > a.logo > i {
    display: block;
    height: 32px;
    width: 43px;
    color: #d0d0d0;
    position: relative;
    font-style: normal;
    font-size: 30px
}

footer .bottom > a.logo > i::before {
    content: "\e901";
    font-family: 'Icomoon';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

footer .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 25px 0
}

footer .bottom ul li {
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .bottom ul li .img {
    /*margin-right: 15px;*/
    width: 40px;
    height: 22px;
    display: inline-block;
    background-image: url(../img/flags/flags.png);
    -webkit-background-size: contain;
    background-size: contain;
}

footer .bottom ul li .img.square {
    width: 32px;
    height: 22px;
}

footer .bottom ul li span:not(.img) {
    line-height: 22px
}

footer .bottom ul li a {
    font-size: 18px;
    color: #333;
    font-family: 'Proxima Nova Extrabold';
    margin-left: 15px;
}

footer .bottom ul li:first-child .img {
    background-position: -160px -286px
}

footer .bottom ul li:nth-child(2) .img {
    background-position: 0 -176px
}

footer .bottom ul li:last-child {
    margin: 0
}

footer .bottom ul li:last-child .img {
    background-position: -240px -352px
}

.block > header {
    max-width: 1600px;
    margin: 0 auto;
    position: relative
}

.block > header .number {
    font-family: 'Proxima Nova Extrabold';
    color: #fff;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block > header .number::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid #3aa7b3;
    border-radius: 50%;
    -webkit-animation: orbit 2s linear infinite;
    animation: orbit 2s linear infinite
}

.block > header .text span {
    font-family: 'Proxima Nova Extrabold';
    font-size: 29px;
    line-height: 1;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.block > header .text h2 {
    font-family: 'Proxima Nova Extrabold';
    font-size: 100px;
    line-height: 1;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.block > header .description {
    font-family: 'Proxima Nova Regular';
    font-size: 18px;
    color: #666;
    max-width: 830px;
    line-height: 1.25
}

.block.block5 {
    margin-top: 120px
}

.block.block5 > header {
    text-align: center
}

.block.block5 > header .text h2 {
    font-size: 85px;
    margin: 0 0 6px 0
}

.block.block5 > header .text span {
    font-size: 34px
}

.block.block5 > header .text .description {
    margin: 15px auto 0 auto;
    max-width: 650px;
    width: 100%;
    padding: 0 10px
}

.block.block5 form {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 40px auto 100px auto;
    -webkit-box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    background-color: #fff;
    padding: 40px 40px 75px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.block.block5 form label {
    width: calc(50% - 23px);
    margin-bottom: 30px;
    position: relative
}

.block.block5 form label input, .block.block5 form label textarea {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 2px solid #e1f1f2;
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    color: #333;
    padding: 15px;
    height: 45px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    background-color: #fff
}

.block.block5 form label input::-webkit-input-placeholder, .block.block5 form label textarea::-webkit-input-placeholder {
    color: #999;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form label input::-moz-placeholder, .block.block5 form label textarea::-moz-placeholder {
    color: #999;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form label input:-ms-input-placeholder, .block.block5 form label textarea:-ms-input-placeholder {
    color: #999;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form label input:-moz-placeholder, .block.block5 form label textarea:-moz-placeholder {
    color: #999;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form label input:focus, .block.block5 form label textarea:focus {
    border-bottom: 2px solid #1e7281;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form label input.error, .block.block5 form label textarea.error {
    border-bottom: 2px solid #ff0000;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form label.name input {
    text-transform: capitalize
}

.block.block5 form label.error input {
    border-bottom: 2px solid #ff0000;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form label.phone input {
    padding: 15px 15px 15px 70px
}

.block.block5 form label.phone  .country {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.block.block5 form label.phone  .country .pseudoSelect {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 15px;
    cursor: pointer
}

.block.block5 form label.phone  .country .pseudoSelect .img {
    display: block;
    width: 40px;
    height: 22px;
    background-image: url(../img/flags/flags.png);
    background-position: 0 -286px
}

.block.block5 form label.phone  .country .pseudoSelect::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    border: 4px solid;
    border-color: #999 transparent transparent transparent
}

.block.block5 form label.phone  .country .pseudoSelect + ul {
    position: absolute;
    width: 350px;
    top: 35px;
    left: -10px;
    -webkit-box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #fff;
    z-index: 1;
    padding: 10px 10px 0 10px;
    max-height: 200px;
    overflow: auto;
    border-bottom: 10px solid #fff;
    opacity: 0
}

.block.block5 form label.phone  .country .pseudoSelect + ul::-webkit-scrollbar {
    width: 8px
}

.block.block5 form label.phone  .country .pseudoSelect + ul::-webkit-scrollbar-track {
    background-color: #d9d9d9;
    -webkit-box-shadow: inset 0 0 8px #fff;
    border-radius: 8px
}

.block.block5 form label.phone  .country .pseudoSelect + ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    outline: none;
    border-radius: 8px
}

.block.block5 form label.phone  .country .pseudoSelect + ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px
}

.block.block5 form label.phone .country .pseudoSelect + ul li .img {
    display: block;
    width: 40px;
    height: 22px;
    background-image: url(../img/flags/flags.png)
}

.block.block5 form label.phone .country .pseudoSelect + ul li .name {
    text-transform: capitalize;
    margin-left: 15px;
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    color: #333;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form label.phone  .country .pseudoSelect + ul li:hover {
    cursor: pointer
}

.block.block5 form label.phone  .country .pseudoSelect + ul li:hover span.name {
    margin-left: 20px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form label.message {
    width: 100%;
    margin: 45px 0 10px 0
}

.block.block5 form label.message textarea {
    resize: none;
    height: 150px;
    border: 2px solid #e1f1f2;
    border-radius: 10px
}

.block.block5 form label.message textarea:focus {
    border: 2px solid #1e7281;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form label.message textarea.error {
    border: 2px solid #ff0000;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form button[type="submit"] {
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 350px;
    height: 100px;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    font-family: 'Proxima Nova Extrabold';
    font-size: 24px;
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer
}

.block.block5 form button[type="submit"] span {
    font-family: 'Proxima Nova Light';
    font-size: 19px
}

.block.block5 form button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border: 1px solid #3aa7b3
}

.block.block5 form button[type="submit"]:hover::before {
    height: calc(100% + 24px);
    width: calc(100% + 24px);
    opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.block.block5 form button[type="submit"][disabled] {
    cursor: not-allowed
}

.block.block5 form::before {
    content: '\e900';
    font-family: 'Icomoon';
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    font-size: 35px;
    color: #fff;
    margin-left: -5px
}

.inner {
    max-width: 1600px;
    margin: 0 auto
}

.Main {
    max-width: 100%;
    overflow: hidden
}

.Main .fixedMenu {
    top: -100px
}

.Main .fixedMenu.show {
    top: 0px;
    -webkit-transition: top ease-in-out .4s;
    transition: top ease-in-out .4s
}

.Main .first-screen {
    background-image: url(../img/bg/main-first-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    max-height: 1070px;
    min-height: 780px;
    overflow: hidden
}

.Main .first-screen .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    height: 100%
}

.Main .first-screen .inner .left {
    position: relative;
    padding-top: 2%;
    width: 350px;
    z-index: 2;
    max-height: 100%
}

.Main .first-screen .inner .left a.logo {
    position: relative;
    display: inline-block;
    margin-left: 20px
}

.Main .first-screen .inner .left a.logo::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: rotate 60s infinite linear;
    animation: rotate 60s infinite linear
}

.Main .first-screen .inner .left a.logo img {
    max-width: 190px
}

.Main .first-screen .inner .left h1 {
    margin: 50px 0 0 0
}

.Main .first-screen .inner .left h1 span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 1
}

.Main .first-screen .inner .left h1 span.first {
    font-family: 'Proxima Nova Semibold';
    font-size: 40px;
    margin-bottom: 8px
}

.Main .first-screen .inner .left h1 span.second {
    font-family: 'Proxima Nova Extrabold';
    font-size: 143px;
    text-shadow: 2px 0 #fff
}

.Main .first-screen .inner .left h1 span.third {
    font-family: 'Proxima Nova Extrabold';
    font-size: 100px
}

.Main .first-screen .inner .left ul.menu {
    margin: 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.Main .first-screen .inner .left ul.menu > li {
    margin: 0;
    height: 38px;
    max-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
    position: relative
}

.Main .first-screen .inner .left ul.menu > li > a {
    color: #fff;
    font-family: 'Proxima Nova Extrabold';
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
    padding-right: 50px
}

.Main .first-screen .inner .left ul.menu > li:hover a {
    font-size: 38px;
    -webkit-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s
}

.Main .first-screen .inner .left ul.menu > li.parent {
    position: relative
}

.Main .first-screen .inner .left ul.menu > li.parent > a {
    position: relative
}

.Main .first-screen .inner .left ul.menu > li.parent > a::after {
    content: '';
    position: absolute;
    right: 33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: opacity ease-in-out .1s;
    transition: opacity ease-in-out .1s
}

.Main .first-screen .inner .left ul.menu > li.parent ul {
    position: absolute;
    top: -9999em;
    left: 100%;
    width: 270px;
    background-color: #fff;
    border-radius: 7px;
    padding: 0;
    opacity: 0;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.18);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.18)
}

.Main .first-screen .inner .left ul.menu > li.parent ul li {
    display: block;
    line-height: 1;
    padding: 12px 10px 12px 20px;
    letter-spacing: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.Main .first-screen .inner .left ul.menu > li.parent ul li a {
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    text-shadow: 0px 21px 27.84px rgba(31, 108, 123, 0.18);
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.Main .first-screen .inner .left ul.menu > li.parent ul li:hover {
    background: -webkit-gradient(linear, right top, left top, from(#206474), to(#17a7b5));
    background: linear-gradient(to left, #206474, #17a7b5);
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.Main .first-screen .inner .left ul.menu > li.parent ul li:hover a {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.Main .first-screen .inner .left ul.menu > li.parent ul li:first-child {
    border-radius: 5px 5px 0 0
}

.Main .first-screen .inner .left ul.menu > li.parent ul li:last-child {
    border-radius: 0 0 5px 5px
}

.Main .first-screen .inner .left ul.menu > li.parent:hover a::after {
    right: 19px;
    height: 12px;
    width: 12px;
    -webkit-transition: opacity ease-in-out .1s;
    transition: opacity ease-in-out .1s
}

.Main .first-screen .inner .left ul.menu > li.parent:hover ul {
    opacity: 1;
    top: 5px
}

.Main .first-screen .inner #planet {
    max-width: calc(100% - 50px);
    width: 100%;
    max-height: 110%;
    margin: -20px -270px -100px 0
}

.Main .first-screen .inner .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0
}

.Main .first-screen .inner .right .consult {
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-box-shadow: 0px 11px 21px 0px rgba(3, 80, 78, 0.26);
    box-shadow: 0px 11px 21px 0px rgba(3, 80, 78, 0.26);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 77px;
    border-radius: 0 0 7px 7px;
    padding: 0 20px 0 24px;
    position: relative;
    cursor: pointer
}

.Main .first-screen .inner .right .consult i {
    color: #fff;
    font-size: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 34px;
    position: relative
}

.Main .first-screen .inner .right .consult i::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 50%
}

.Main .first-screen .inner .right .consult .text {
    margin-left: 10px
}

.Main .first-screen .inner .right .consult .text span {
    display: block;
    font-family: 'Proxima Nova Light';
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 1;
    text-transform: uppercase
}

.Main .first-screen .inner .right .consult .text p {
    margin: 0;
    font-family: 'Proxima Nova Extrabold';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1
}

.Main .first-screen .inner .right .consult::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid;
    border-color: transparent #147383 #147383 #147383;
    border-radius: 0 0 7px 7px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.Main .first-screen .inner .right .consult:hover::after {
    opacity: 1;
    height: calc(100% + 7px);
    width: calc(100% + 14px);
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.Main .first-screen .inner .right .languages {
    position: absolute;
    top: 0;
    left: 100%;
    height: 77px;
    max-height: 100%;
    margin-left: 20px
}

.Main .first-screen .inner .right .languages p {
    margin: 0;
    font-family: 'Proxima Nova Regular';
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff
}

.Main .first-screen .inner .right .languages p.active {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: top ease-in-out .4s;
    transition: top ease-in-out .4s
}

.Main .first-screen .inner .right .languages p.notActive {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: top ease-in-out .4s;
    transition: top ease-in-out .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.Main .first-screen .inner .scroll {
    position: absolute;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 50px;
    width: 36px;
    background-image: url(../img/scroll.png);
    z-index: 10;
    cursor: pointer
}

.Main .first-screen .inner .scroll::before {
    content: 'scroll';
    position: absolute;
    top: -38px;
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
    font-family: 'Proxima Nova Light';
    font-size: 10px;
    text-transform: uppercase
}

.Main .first-screen .inner .scroll::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 8px;
    width: 2px;
    background-color: #fff;
    -webkit-animation: drop 1.5s linear infinite;
    animation: drop 1.5s linear infinite
}

.Main .first-screen .inner .clouds {
    content: '';
    position: absolute;
    bottom: -250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 618px;
    background-image: url(../img/clouds/clouds-bottom.png);
    background-repeat: repeat-x;
    z-index: -1;
    pointer-events: none; /*-webkit-animation:slide 400s linear infinite;animation:slide 400s linear infinite*/
}

.Main .first-screen .inner #planet-preloader {
    position: absolute;
    left: initial;
    right: -270px;
    top: -20px;
    background-color: transparent;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat
}

.no-webp .Main .first-screen .inner #planet-preloader {
    background-image: url(../img/planet_0010000.png);
}

.webp .Main .first-screen .inner #planet-preloader {
    background-image: url(../img/planet_0010000.webp);
}

.Main .first-screen .inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    background-color: #1e5865;
    width: 350px;
    height: 100%;
    z-index: 1;
    -webkit-box-shadow: 0px 27px 46px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 27px 46px 0px rgba(0, 0, 0, 0.14)
}

.Main .first-screen .inner::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50vw;
    height: 550px;
    background-image: url(../img/clouds/planet-back2.png);
    background-repeat: repeat-x;
    z-index: -1;
    pointer-events: none;
    background-size: auto; /*-webkit-animation:slideFour 150s linear infinite;animation:slideFour 150s linear infinite*/
}

.Main .first-screen::before {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -50px;
    width: calc(100% + 100px);
    height: 150px;
    z-index: 3;
    -webkit-box-shadow: 0 -70px 130px 0 #fff;
    box-shadow: 0 -70px 130px 0 #fff;
    opacity: 0
}

.Main .Maincontent {
    background-image: url(../img/bg/orbits-2-new.png);
    background-repeat: no-repeat;
    background-position: right 50% top 66px
}

.Main .Maincontent .block.block1 {
    padding-top: 110px
}

.Main .Maincontent .block.block1 > header {
    padding-left: 66px
}

.Main .Maincontent .block.block1 > header .number {
    font-size: 27px;
    height: 45px;
    width: 45px;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.14);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.14)
}

.Main .Maincontent .block.block1 > header .text span {
    font-family: 'Proxima Nova Extrabold';
    font-size: 29px;
    line-height: 1;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#206474));
    background: linear-gradient(to right, #206474, #206474);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.Main .Maincontent .block.block1 > header .text h2 {
    font-family: 'Proxima Nova Extrabold';
    font-size: 100px;
    line-height: .75;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.Main .Maincontent .block.block1 .profit {
    -webkit-transition: 1s;
    transition: 1s;
    margin: 60px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 1060px;
    position: relative;
    max-width: 1920px;
    overflow: hidden
}

.Main .Maincontent .block.block1 .profit button {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    top: 266px;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity ease-in-out .25s;
    -o-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

.Main .Maincontent .block.block1 .profit button.prev {
    left: calc(50% - 307px)
}

.Main .Maincontent .block.block1 .profit button.next {
    left: calc(50% + 210px)
}

.Main .Maincontent .block.block1 .profit button.unvisible {
    opacity: 0;
    -webkit-transition: opacity ease-in-out .05s;
    -o-transition: opacity ease-in-out .05s;
    transition: opacity ease-in-out .05s
}

.Main .Maincontent .block.block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
    min-height: 1040px
}

.Main .Maincontent .block.block2 .left {
    width: 35%;
    padding: 96px 0 0 170px
}

.Main .Maincontent .block.block2 .left ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 60px;
    margin-bottom: 42px;
    max-width: 315px;
    visibility: hidden
}

.Main .Maincontent .block.block2 .left ul li p {
    margin: 0;
    font-family: 'Proxima Nova Extrabold';
    font-size: 52px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    position: relative
}

.Main .Maincontent .block.block2 .left ul li span {
    font-family: 'Proxima Nova Extrabold';
    font-size: 14px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin: 0 0 7px 10px;
    text-transform: uppercase
}

.Main .Maincontent .block.block2 .left ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.14);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.14)
}

.Main .Maincontent .block.block2 .left ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -6px;
    height: 50px;
    width: 50px;
    border: 1px solid #3aa7b3;
    border-radius: 50%
}

.Main .Maincontent .block.block2 .left ul li:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.Main .Maincontent .block.block2 .left ul li:nth-child(2) p::after {
    content: '+'
}

.Main .Maincontent .block.block2 .left ul li:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.Main .Maincontent .block.block2 .right {
    width: 65%;
    max-width: 930px
}

.Main .Maincontent .block.block2 .right > header {
    padding-right: 160px;
    text-align: right;
    position: relative
}

.Main .Maincontent .block.block2 .right > header .number {
    font-family: 'Proxima Nova Extrabold';
    color: #fff;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 69px;
    height: 156px;
    width: 156px;
    top: -45px;
    right: -45px;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.14);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.14)
}

.Main .Maincontent .block.block2 .right > header .number::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid #3aa7b3;
    border-radius: 50%;
    -webkit-animation: orbit 2s linear infinite;
    animation: orbit 2s linear infinite
}

.Main .Maincontent .block.block2 .right > header .text span {
    font-family: 'Proxima Nova Extrabold';
    font-size: 29px;
    line-height: 1;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#206474));
    background: linear-gradient(to right, #206474, #206474);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.Main .Maincontent .block.block2 .right > header .text h2 {
    font-family: 'Proxima Nova Extrabold';
    font-size: 100px;
    line-height: .75;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.Main .Maincontent .block.block2 .right > header .description {
    font-family: 'Proxima Nova Regular';
    font-size: 18px;
    color: #666;
    padding-left: 8%;
    line-height: 1.25
}

.Main .Maincontent .block.block2 .right .slider {
    margin-top: 85px
}

.Main .Maincontent .block.block2 .right .slider .slick-slide {
    margin: 0 5px
}

.Main .Maincontent .block.block2 .right .slider .slick-dots {
    bottom: -40px
}

.Main .Maincontent .block.block2 .right .slider .slick-dots li button::before {
    height: 14px;
    width: 14px;
    background-color: #197684;
    opacity: .35;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

.Main .Maincontent .block.block2 .right .slider .slick-dots li button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #197684;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

.Main .Maincontent .block.block2 .right .slider .slick-dots li:hover button::before {
    opacity: 1;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

.Main .Maincontent .block.block2 .right .slider .slick-dots li:hover button::after {
    opacity: 1;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

.Main .Maincontent .block.block2 .right .slider .slick-dots li.slick-active button::before {
    opacity: 1;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

.Main .Maincontent .block.block2 .right .slider .item {
    width: 300px
}

.Main .Maincontent .block.block2 .right .slider .item .icon {
    height: 93px;
    width: 93px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 32px auto
}

.Main .Maincontent .block.block2 .right .slider .item .text {
    position: relative;
    width: 100%;
    border-radius: 10px;
    padding: 16px 25px 25px 25px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    color: #fff
}

.Main .Maincontent .block.block2 .right .slider .item .text::before {
    content: '\e900';
    font-family: 'Icomoon';
    position: absolute;
    top: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    font-size: 35px;
    color: #1c8291;
    margin-left: -5px
}

.Main .Maincontent .block.block2 .right .slider .item .text p {
    font-family: 'Proxima Nova Extrabold';
    font-size: 16px;
    text-transform: uppercase;
    margin: 8px 0 10px 0;
    line-height: 1.25;
    min-height: 50px
}

.Main .Maincontent .block.block2 .right .slider .item .text span {
    font-family: 'Proxima Nova Regular';
    font-size: 14px;
    line-height: 1.25;
    display: block
}

.Main .Maincontent .block.block2 .right .slider .item.first .icon {
    background-image: url(../img/icons/why-we-icon1.png)
}

.Main .Maincontent .block.block2 .right .slider .item.second .icon {
    background-image: url(../img/icons/why-we-icon2.png)
}

.Main .Maincontent .block.block2 .right .slider .item.third .icon {
    background-image: url(../img/icons/why-we-icon3.png)
}

.Main .Maincontent .block.block2 .right .slider .item.fourth .icon {
    background-image: url(../img/icons/why-we-icon4.png)
}

.Main .Maincontent .block.block2 .right .slider .item.fifth .icon {
    background-image: url(../img/icons/why-we-icon5.png)
}

.Main .Maincontent .block.block3 {
    position: relative;
    padding-bottom: 830px
}

.Main .Maincontent .block.block3 header .number {
    height: 172px;
    width: 172px;
    font-size: 95px;
    left: 0;
    top: -30px;
    margin-left: 24.5%
}

.Main .Maincontent .block.block3 header .text {
    margin-left: 610px
}

.Main .Maincontent .block.block3 header .text h2 {
    font-size: 85px;
    line-height: 1;
    margin-top: -15px
}

.Main .Maincontent .block.block3 header .text span {
    display: block;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.Main .Maincontent .block.block3 .providers {
    max-width: 1420px;
    margin: 0 auto
}

.Main .Maincontent .block.block3 .providers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 120px
}

.Main .Maincontent .block.block3 .providers ul li {
    width: calc(20% - 8px);
    margin: 0 4px 8px 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 9.6px 0.4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 9.6px 0.4px rgba(0, 0, 0, 0.14);
    min-height: 144px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.Main .Maincontent .block.block3 .providers ul li::after {
    content: '';
    height: 100px;
    width: 220px;
    background-image: url(../img/providers/providers.png)
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(1)::after {
    background-position: 0px 0px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(2)::after {
    background-position: -220px 0px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(3)::after {
    background-position: -440px 0px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(4)::after {
    background-position: -660px 0px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(5)::after {
    background-position: -880px -100px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(6)::after {
    background-position: -1100px -100px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(7)::after {
    background-position: -1320px -100px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(8)::after {
    background-position: -1540px -100px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(9)::after {
    background-position: -1760px -200px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(10)::after {
    background-position: -1980px -200px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(11)::after {
    background-position: -2200px -200px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(12)::after {
    background-position: -2420px -200px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(13)::after {
    background-position: -2640px -300px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(14)::after {
    background-position: -2860px -300px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(15)::after {
    background-position: -3080px -300px
}

.Main .Maincontent .block.block3 .providers ul li:nth-child(16)::after {
    background-position: -3300px -300px
}

.Main .Maincontent .block.block3 .ox {
    position: absolute;
    top: -132px;
    left: 50%;
    margin-left: -965px;
    height: 492px;
    width: 364px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.no-webp .Main .Maincontent .block.block3 .ox  {
    background-image: url(../img/st2.png);
}

.webp .Main .Maincontent .block.block3 .ox  {
    background-image: url(../img/st2.webp);
}

.Main .Maincontent .block.block3 .clouds {
    position: absolute;
    top: 559px;
    left: 0;
    width: 100%;
    height: 1061px;
    background-image: url(../img/clouds/recallTop2.png);
    background-repeat: repeat-x;
    z-index: -1; /*-webkit-animation:slideTwo 200s linear infinite;animation:slideTwo 200s linear infinite;*/
    background-position: -250px 0px
}

.Main .Maincontent .block.block3 .swingGuy {
    position: absolute;
    top: 320px;
    left: 50%;
    margin-left: 680px;
    height: 283px;
    width: 154px;
    background-image: url(../img/swing-guy.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-animation: swing 2.5s ease-in-out;
    animation: swing 2.5s ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-transform-origin: 0px top;
    transform-origin: 0px top;
    opacity: 0
}

.Main .Maincontent .block.block3::after {
    content: '';
    position: absolute;
    top: 560px;
    left: 0;
    width: 100%;
    height: 1096px;
    background-image: url(../img/bg/main-recall.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2
}

.Main .Maincontent .block.block3::before {
    content: '';
    position: absolute;
    top: 410px;
    left: -50px;
    width: calc(100% + 150px);
    height: 150px;
    z-index: -1;
    -webkit-box-shadow: 0 70px 130px 0 white;
    box-shadow: 0 70px 130px 0 white;
    opacity: 0
}

.Main .Maincontent .block.block4 {
    margin-top: -458px;
    position: relative
}

.Main .Maincontent .block.block4 > header {
    text-align: center;
    padding-left: 200px
}

.Main .Maincontent .block.block4 > header .number {
    height: 114px;
    width: 114px;
    font-size: 50px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -250px
}

.Main .Maincontent .block.block4 > header .number span {
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.Main .Maincontent .block.block4 > header .text h2 {
    font-size: 114px;
    background: transparent;
    -webkit-text-fill-color: #fff;
    color: #fff;
    display: inline-block;
    text-align: right
}

.Main .Maincontent .block.block4 > header .text h2 span {
    display: block;
    background: transparent;
    -webkit-text-fill-color: #fff;
    color: #fff;
    font-size: 34px;
    margin-top: 8px
}

.recalls {
    max-width: 1420px;
    margin: 20px auto 0 auto
}

.recalls > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%
}

.recalls > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px 40px 20px;
    width: calc(25% - 40px);
    max-width: 25%
}

.Main .Maincontent .block.block4 .recalls > ul li:nth-child(n+5) {
    display: none
}

.recalls > ul li img {
    height: 157px;
    width: 157px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30.72px 1.28px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 30.72px 1.28px rgba(0, 0, 0, 0.13)
}

.recalls > ul li .text {
    margin: 30px 0 0 0;
    border-radius: 15px;
    -webkit-box-shadow: 0px 12px 39.6px 0.4px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 12px 39.6px 0.4px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    padding: 28px;
    position: relative
}

.recalls > ul li .text p {
    font-size: 16px;
    color: #333;
    font-family: 'Proxima Nova Extrabold';
    text-transform: capitalize;
    margin: 0 0 15px 0;
    display: inline-block
}

.recalls > ul li .text time {
    font-size: 14px;
    color: #ccc;
    font-family: 'Proxima Nova Regular';
    float: right;
    padding-top: 3px
}

.recalls > ul li .text span {
    font-size: 14px;
    color: #333;
    font-family: 'Proxima Nova Regular';
    display: block;
    line-height: 1.25;
    text-align: justify
}

recalls > ul li .text::before {
    content: '\e900';
    font-family: 'Icomoon';
    position: absolute;
    top: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    color: #fff;
    font-size: 35px;
    margin-left: -5px
}

.recalls .slider {
    height: 0px;
    overflow: hidden;
    visibility: hidden
}

.recalls .slider .item {
    margin: 0 20px 40px 20px
}

.recalls .slider .item img {
    height: 157px;
    width: 157px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30.72px 1.28px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 30.72px 1.28px rgba(0, 0, 0, 0.13)
}

.recalls .slider .item .text {
    margin: 30px 0 0 0;
    border-radius: 15px;
    -webkit-box-shadow: 0px 12px 39.6px 0.4px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 12px 39.6px 0.4px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    padding: 28px;
    position: relative
}

.recalls .slider .item .text p {
    font-size: 16px;
    color: #333;
    font-family: 'Proxima Nova Extrabold';
    text-transform: capitalize;
    margin: 0 0 15px 0;
    display: inline-block
}

.recalls .slider .item .text time {
    font-size: 14px;
    color: #ccc;
    font-family: 'Proxima Nova Regular';
    float: right
}

.recalls .slider .item .text span {
    font-size: 14px;
    color: #333;
    font-family: 'Proxima Nova Regular';
    display: block;
    line-height: 1.25;
    text-align: justify
}

.recalls .slider .item .text::before {
    content: '\e900';
    font-family: 'Icomoon';
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    color: #fff;
    font-size: 35px;
    margin-left: -5px
}

.Main .Maincontent .block.block4::before {
    content: '';
    position: absolute;
    top: 449px;
    left: -50px;
    width: calc(100% + 150px);
    height: 150px;
    z-index: -1;
    -webkit-box-shadow: 0 -70px 130px 0 white;
    box-shadow: 0 -70px 130px 0 white;
    opacity: 0
}

.Main .Maincontent .block.block4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-image: url(../img/clouds/clouds-bottom.png);
    background-repeat: repeat-x;
    z-index: -1; /*-webkit-animation:slideThree 500s linear infinite;animation:slideThree 500s linear infinite*/
    background-position: 0 0
}

.notMain .fixedMenu {
    top: -100px;
    -webkit-transition: top ease-in-out .25s;
    transition: top ease-in-out .25s
}

.notMain .fixedMenu.visible {
    top: 0;
    -webkit-transition: top ease-in-out .25s;
    transition: top ease-in-out .25s
}

.notMain .first-screen {
    min-height: 513px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.notMain .first-screen .inner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-family: 'Proxima Nova Extrabold';
    font-size: 100px;
    color: #fff;
    text-shadow: 0px 21px 27.84px rgba(31, 108, 123, 0.13);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    line-height: 1;
    z-index: 1
}

.notMain .first-screen .inner h1 span {
    display: block;
    font-size: 36px
}

.notMain .first-screen .inner ul {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 95px;
    min-width: 700px
}

.notMain .first-screen .inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 67px;
    margin-right: 30px
}

.notMain .first-screen .inner ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 55px;
    width: 60px;
    background-repeat: no-repeat
}

.notMain .first-screen .inner ul li span {
    font-family: 'Proxima Nova Regular';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    max-width: 250px
}

.notMain .first-screen .inner ul li:last-child {
    margin-right: 0
}

.notMain .first-screen .inner > img {
    position: absolute;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    left: 50%
}

.notMain .first-screen::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 95px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    opacity: .75
}

.notMain .first-screen::after {
    content: "\e900";
    font-family: 'Icomoon';
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 40px;
    margin-left: 8px;
    opacity: 1;
    color: #156471
}

.notMain .Maincontent {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    padding: 60px 0 0 0;
    background-image: url(../img/bk/main-bg.png);
    background-repeat: no-repeat;
    background-position: center -515px
}

.notMain .Maincontent .block.block1 {
    position: relative;
    min-height: 100px
}

.notMain .Maincontent .block.block1 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 350px;
    height: 100px;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.notMain .Maincontent .block.block1 > a span.light {
    font-family: 'Proxima Nova Light';
    font-size: 19px
}

.notMain .Maincontent .block.block1 > a span.bold {
    font-family: 'Proxima Nova Extrabold';
    font-size: 24px
}

.notMain .Maincontent .block.block1 > a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border: 1px solid #3aa7b3
}

.notMain .Maincontent .block.block1 > a:hover::before {
    height: calc(100% + 24px);
    width: calc(100% + 24px);
    opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.notMain .Maincontent .block.block1::before {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.notMain .Maincontent .block.block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notMain .Maincontent .block.block2 .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px
}

.notMain .Maincontent .block.block2 .top > div {
    width: 50%
}

.notMain .Maincontent .block.block2 .top > div.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notMain .Maincontent .block.block2 .top > div.left > img {
    max-width: 100%;
    padding-left: 10px
}

.notMain .Maincontent .block.block2 .top > div.right {
    padding-left: 35px
}

.notMain .Maincontent .block.block2 .top > div.right header {
    margin: 50px 0 0 0
}

.notMain .Maincontent .block.block2 .top > div.right header img.mobile {
    display: none
}

.notMain .Maincontent .block.block2 .top > div.right header h2 {
    font-family: 'Proxima Nova Extrabold';
    font-size: 85px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.notMain .Maincontent .block.block2 .top > div.right header span {
    display: block;
    margin: -5px 0 15px 0;
    letter-spacing: 1px;
    font-family: 'Proxima Nova Extrabold';
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.notMain .Maincontent .block.block2 .top > div.right header .description {
    text-align: justify;
    font-family: 'Proxima Nova Regular';
    font-size: 16px;
    color: #666;
    line-height: 1.25;
    margin: 50px 0 0 0;
    max-width: 640px;
    width: 100%;
    padding-right: 15px
}

.notMain.admin .Maincontent .block.block2 .top > div.right header .description {
    padding-right: 0
}

.notMain .Maincontent .block.block2 .top img.move {
    position: absolute;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    left: 50%
}

.notMain .Maincontent .block.block2 .bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.notMain .Maincontent .block.block2 .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1340px
}

.notMain .Maincontent .block.block2 .bottom ul li {
    width: calc(25% - 8px);
    margin: 0 4px 8px 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 9px 20.16px 0.84px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 9px 20.16px 0.84px rgba(0, 0, 0, 0.08);
    min-height: 150px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 25px 30px
}

.notMain .Maincontent .block.block2 .bottom ul li p {
    line-height: 1;
    font-family: 'Proxima Nova Semibold';
    font-size: 20px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 5px 0
}

.notMain .Maincontent .block.block2 .bottom ul li span {
    font-family: 'Proxima Nova Regular';
    font-size: 16px;
    color: #333;
    line-height: 1.25
}

.notMain .Maincontent .block.block2 .bottom .text {
    font-size: 16px;
    color: #666;
    font-family: 'Proxima Nova Regular';
    text-align: center;
    margin: 36px auto 0 auto;
    max-width: 1140px;
    line-height: 1.25;
    padding: 0 15px
}

.notMain .Maincontent .block.block5 {
    margin-top: 210px
}

.bk .first-screen {
    background-image: url(../img/bk/header-bg.jpg)
}

.bk .first-screen .inner h1 {
    max-width: 810px
}

.bk .first-screen .inner > img {
    top: 235px;
    margin-left: -790px;
    min-width: 382px
}

.bk .first-screen .inner ul li::before {
    background-image: url(../img/bk/icons.png)
}

.bk .first-screen .inner ul li span {
    max-width: 250px
}

.bk .first-screen .inner ul li:nth-child(2)::before {
    background-position: -86px 0
}

.bk .first-screen .inner ul li:nth-child(3) {
    margin-right: 0;
    padding-left: 100px
}

.bk .first-screen .inner ul li:nth-child(3)::before {
    background-position: -168px 0;
    width: 90px
}

.bk .Maincontent .block.block2 {
    margin-top: 180px
}

.bk .Maincontent .block.block2 .top img.move {
    margin-left: -707px;
    bottom: 0;
    max-width: 260px
}

.voprosy .first-screen {
    background-image: url(../img/voprosy/header-bg.jpg)
}

.casino .first-screen {
    background-image: url(../img/casino/header-bg.jpg)
}

.casino .first-screen .inner h1 {
    max-width: 810px
}

.casino .first-screen .inner > img {
    bottom: 0;
    margin-left: 380px
}

.casino .first-screen .inner ul li::before {
    background-image: url(../img/casino/icons.png)
}

.casino .first-screen .inner ul li span {
    max-width: 250px
}

.casino .first-screen .inner ul li:nth-child(2)::before {
    background-position: -82px 0
}

.casino .first-screen .inner ul li:nth-child(3) {
    margin-right: 0
}

.casino .first-screen .inner ul li:nth-child(3)::before {
    background-position: -153px 0
}

.casino .Maincontent .block.block2 {
    margin-top: 130px
}

.casino .Maincontent .block.block2 .top {
    overflow: visible
}

.casino .Maincontent .block.block2 .top .left {
    margin-top: -70px
}

.casino .Maincontent .block.block2 .top img.move {
    margin-left: -800px;
    top: 270px;
    max-width: 280px;
}

.license .first-screen {
    background-image: url(../img/casino/header-bg.jpg)
}

.license .first-screen .inner h1 {
    max-width: 810px
}

.license .first-screen .inner > img {
    bottom: 10px;
    margin-left: 444px
}

.license .first-screen .inner ul li::before {
    background-image: url(../img/license/icons.png)
}

.license .first-screen .inner ul li span {
    max-width: 250px
}

.license .first-screen .inner ul li:nth-child(2)::before {
    background-position: -77px 0
}

.license .first-screen .inner ul li:nth-child(3) {
    margin-right: 0
}

.license .first-screen .inner ul li:nth-child(3)::before {
    background-position: 0 0
}

.license .Maincontent {
    background-image: url(../img/license/main-bg-small-min.png);
    background-position: center -900px
}

.license .Maincontent .block.block2 {
    margin-top: 65px;
    max-width: 100%;
    padding-bottom: 50px;
    overflow: hidden
}

.license .Maincontent .block.block2 > p.text {
    font-size: 16px;
    color: #666;
    font-family: 'Proxima Nova Regular';
    text-align: center;
    margin: 0 auto;
    max-width: 1130px;
    line-height: 1.25;
    padding: 0 15px
}

.license .Maincontent .block.block2 > header {
    text-align: center;
    margin-top: 140px
}

.license .Maincontent .block.block2 > header .text h2 {
    font-size: 85px;
    margin: 0
}

.license .Maincontent .block.block2 > header .text span {
    font-size: 34px
}

.license .Maincontent .block.block2 .modals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 140px 0 0 0
}

.license .Maincontent .block.block2 .modals .item {
    -webkit-box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15), 0 7px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15), 0 7px 14px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.13s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.13s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.13s cubic-bezier(0.25, 0.1, 0.25, 1);
    max-width: 370px;
    margin: 0 15px;
    border-radius: 15px;
    background-color: #fff;
    padding: 0 30px 90px 30px;
    position: relative
}

.license .Maincontent .block.block2 .modals .item:hover {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.33s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.33s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.33s cubic-bezier(0.25, 0.1, 0.25, 1)
}

.license .Maincontent .block.block2 .modals .item > img {
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -60px
}

.license .Maincontent .block.block2 .modals .item header {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Proxima Nova Extrabold';
    color: #1c8190
}

.license .Maincontent .block.block2 .modals .item .content {
    display: none
}

.license .Maincontent .block.block2 .modals .item header span {
    font-size: 25px;
    line-height: 1
}

.license .Maincontent .block.block2 .modals .item header p {
    font-size: 45px;
    line-height: 1;
    margin: -8px 0 12px 0
}

.license .Maincontent .block.block2 .modals .item p.text {
    font-size: 14px;
    color: #333;
    font-family: 'Proxima Nova Regular';
    text-align: justify;
    line-height: 1.25;
    margin-bottom: 18px
}

.license .Maincontent .block.block2 .modals .item a, .news .Maincontent .grid-wrap .grid .element-item > a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 205px;
    height: 60px;
    border-radius: 7px;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 19.8px 0.2px rgba(0, 2, 3, 0.24);
    box-shadow: 0px 7px 19.8px 0.2px rgba(0, 2, 3, 0.24)
}

.license .Maincontent .block.block2 .modals .item a span, .news .Maincontent .grid-wrap .grid .element-item > a span {
    color: #189caa;
    line-height: 1;
    text-transform: uppercase
}

.license .Maincontent .block.block2 .modals .item a span.light, .news .Maincontent .grid-wrap .grid .element-item > a span.light {
    font-family: 'Proxima Nova Light';
    font-size: 14px
}

.license .Maincontent .block.block2 .modals .item a span.bold, .news .Maincontent .grid-wrap .grid .element-item > a span.bold {
    font-family: 'Proxima Nova Extrabold';
    font-size: 18px
}

.license .Maincontent .block.block2 .modals .item:nth-of-type(2) {
    margin-top: -55px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.license .Maincontent .block.block2 .modals .item:first-of-type, .license .Maincontent .block.block2 .modals .item:last-of-type {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.license .Maincontent .block.block5 {
    margin-top: 160px
}

.seo .first-screen {
    background-image: url(../img/seo/header-bg.jpg)
}

.seo .first-screen .inner h1 {
    max-width: 950px
}

.seo .first-screen .inner > img {
    bottom: 10px;
    margin-left: 455px;
    z-index: 2
}

.seo .first-screen .inner ul li::before {
    background-image: url(../img/license/icons.png)
}

.seo .first-screen .inner ul li span {
    max-width: 250px
}

.seo .first-screen .inner ul li:nth-child(2)::before {
    background-position: -77px 0
}

.seo .first-screen .inner ul li:nth-child(3) {
    margin-right: 0
}

.seo .first-screen .inner ul li:nth-child(3)::before {
    background-position: 0 0
}

.seo .first-screen::after {
    opacity: 0.93
}

.seo .Maincontent {
    background-image: url(../img/license/main-bg.jpg);
    background-position: center -800px
}

.seo .Maincontent .block.block2 {
    margin-top: 65px
}

.seo .Maincontent .block.block2 > p.text {
    font-size: 16px;
    color: #666;
    font-family: 'Proxima Nova Regular';
    text-align: center;
    margin: 0 auto;
    max-width: 1100px;
    line-height: 1.25;
    padding: 0 10px
}

.seo .Maincontent .block.block2 > header {
    text-align: center;
    margin-top: 140px
}

.seo .Maincontent .block.block2 > header .text h2 {
    font-size: 85px;
    margin: 0
}

.seo .Maincontent .block.block2 > header .text span {
    font-size: 34px
}

.seo .Maincontent .block.block2 .list {
    margin: 60px auto 0 auto;
    position: relative;
    max-width: 1420px;
    width: 100%
}

.seo .Maincontent .block.block2 .list > img {
    margin: 0 auto;
    display: block;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.seo .Maincontent .block.block2 .list > img.wow {
    visibility: hidden
}

.seo .Maincontent .block.block2 .list .items {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 0;
    padding: 0 20px
}

.seo .Maincontent .block.block2 .list .items ul {
    max-width: 333px
}

.seo .Maincontent .block.block2 .list .items ul li {
    background: -webkit-gradient(linear, right top, left top, from(#0464c0), to(#138bfd));
    background: linear-gradient(to left, #0464c0, #138bfd);
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 20px 28px;
    color: #fff;
    position: relative
}

.seo .Maincontent .block.block2 .list .items ul li p {
    text-transform: uppercase;
    font-family: 'Proxima Nova Semibold';
    margin: 0 0 5px 0;
    line-height: 1;
    font-size: 20px
}

.seo .Maincontent .block.block2 .list .items ul li span {
    font-family: 'Proxima Nova Regular';
    font-size: 16px;
    line-height: 1.25;
    display: block;
    text-align: justify
}

.seo .Maincontent .block.block2 .list .items ul li:last-child {
    margin: 0
}

.seo .Maincontent .block.block2 .list .items ul li svg.tail {
    position: absolute;
    max-width: 40px;
    bottom: -7px
}

.seo .Maincontent .block.block2 .list .items ul.left li svg.tail {
    fill: #0464c0;
    left: 100%;
    margin-left: -20px
}

.seo .Maincontent .block.block2 .list .items ul.left li:nth-child(1) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.seo .Maincontent .block.block2 .list .items ul.left li:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.seo .Maincontent .block.block2 .list .items ul.right li svg.tail {
    fill: #138bfd;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: -20px
}

.seo .Maincontent .block.block2 .list .items ul.right li:nth-child(1) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.seo .Maincontent .block.block2 .list .items ul.right li:nth-child(2) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.seo .Maincontent .block.block2 .list .items ul.right li:nth-child(3) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.seo .Maincontent .block.block2 .list .rocket {
    position: absolute;
    top: 200%;
    left: 50%;
    opacity: 0
}

.seo .Maincontent .block.block2 .list .rocket.active {
    -webkit-animation: rocket 1.5s ease-in-out;
    animation: rocket 1.5s ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.seo .Maincontent .block.block5 {
    margin-top: 145px
}

.mobile .first-screen {
    background-image: url(../img/mobile/header-bg.jpg)
}

.mobile .first-screen .inner h1 {
    max-width: 950px
}

.mobile .first-screen .inner > img {
    bottom: 27px;
    margin-left: 515px
}

.mobile .first-screen .inner ul li::before {
    background-image: url(../img/license/icons.png)
}

.mobile .first-screen .inner ul li span {
    max-width: 250px
}

.mobile .first-screen .inner ul li:nth-child(2)::before {
    background-position: -77px 0
}

.mobile .first-screen .inner ul li:nth-child(3) {
    margin-right: 0
}

.mobile .first-screen .inner ul li:nth-child(3)::before {
    background-position: 0 0
}

.mobile .Maincontent {
    background-image: url(../img/license/main-bg.jpg);
    background-position: center -700px
}

.mobile .Maincontent .block.block2 {
    margin-top: 65px
}

.mobile .Maincontent .block.block2 > p.text {
    font-size: 16px;
    color: #666;
    font-family: 'Proxima Nova Regular';
    text-align: center;
    margin: 0 auto;
    max-width: 1100px;
    line-height: 1.25;
    padding: 0 10px
}

.mobile .Maincontent .block.block2 > header {
    text-align: center;
    margin-top: 126px
}

.mobile .Maincontent .block.block2 > header .text h2 {
    font-size: 133px;
    margin: 0
}

.mobile .Maincontent .block.block2 > header .text h3 {
    font-size: 75px;
    font-family: 'Proxima Nova Extrabold';
    line-height: 1;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: -20px 0 0 0
}

.mobile .Maincontent .block.block2 > header .text span {
    font-size: 34px;
    max-width: 700px;
    display: block
}

.mobile .Maincontent .block.block2 .list {
    margin: 85px auto 0 auto;
    position: relative;
    max-width: 1220px;
    width: 100%
}

.mobile .Maincontent .block.block2 .list > img {
    margin: 0 auto;
    display: block;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.mobile .Maincontent .block.block2 .list .items {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 0;
    padding: 0 20px
}

.mobile .Maincontent .block.block2 .list .items ul {
    max-width: 333px
}

.mobile .Maincontent .block.block2 .list .items ul li {
    background: -webkit-gradient(linear, right top, left top, from(#0464c0), to(#138bfd));
    background: linear-gradient(to left, #0464c0, #138bfd);
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 20px 28px;
    color: #fff;
    position: relative
}

.mobile .Maincontent .block.block2 .list .items ul li p {
    text-transform: uppercase;
    font-family: 'Proxima Nova Semibold';
    margin: 0 0 5px 0;
    line-height: 1;
    font-size: 20px
}

.mobile .Maincontent .block.block2 .list .items ul li span {
    font-family: 'Proxima Nova Regular';
    font-size: 16px;
    line-height: 1.25;
    display: block;
    text-align: justify
}

.mobile .Maincontent .block.block2 .list .items ul li:last-child {
    margin: 0
}

.mobile .Maincontent .block.block2 .list .items ul li svg.tail {
    position: absolute;
    max-width: 40px;
    bottom: -7px
}

.mobile .Maincontent .block.block2 .list .items ul.left li svg.tail {
    fill: #0464c0;
    left: 100%;
    margin-left: -20px
}

.mobile .Maincontent .block.block2 .list .items ul.left li:nth-child(1) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.mobile .Maincontent .block.block2 .list .items ul.left li:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.mobile .Maincontent .block.block2 .list .items ul.left li:nth-child(3) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.mobile .Maincontent .block.block2 .list .items ul.right li svg.tail {
    fill: #138bfd;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: -20px
}

.mobile .Maincontent .block.block2 .list .items ul.right li:nth-child(1) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.mobile .Maincontent .block.block2 .list .items ul.right li:nth-child(2) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.mobile .Maincontent .block.block2 .list .items ul.right li:nth-child(3) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.mobile .Maincontent .block.block2 .list .kukaracha {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin: -55px 0 0 -127px
}

.mobile .Maincontent .block.block5 {
    margin-top: 200px
}

.portfolio .Maincontent {
    background-image: url(../img/license/main-bg.jpg);
    background-position: center -500px
}

.portfolio .Maincontent .block.block1 > header {
    text-align: center;
    padding-top: 130px
}

.portfolio .Maincontent .block.block1 > header .text h2 {
    font-size: 115px;
    margin: 10px 0 110px 0
}

.portfolio .Maincontent .block.block1 > header .text span {
    max-width: 550px;
    display: inline-block
}

.portfolio .Maincontent .block.block1 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

.portfolio .Maincontent .block.block1 > ul li {
    width: 25%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 330px
}

.portfolio .Maincontent .block.block1 > ul li img {
    display: block;
    width: auto;
    height: auto;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s
}

.portfolio .Maincontent .block.block1 > ul li .content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    text-align: center;
    opacity: 0;
    z-index: 2
}

.portfolio .Maincontent .block.block1 > ul li .content .name {
    text-transform: uppercase;
    font-family: 'Proxima Nova Extrabold';
    font-size: 40px;
    color: #fff;
    line-height: 1;
    padding: 0px 10px;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s
}

.portfolio .Maincontent .block.block1 > ul li .content span.desktop {
    font-family: 'Proxima Nova Extrabold';
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.portfolio .Maincontent .block.block1 > ul li .content span.mobile {
    display: none
}

.portfolio .Maincontent .block.block1 > ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2e98a4;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .4s;
    transition: opacity ease-in-out .4s
}

.portfolio .Maincontent .block.block1 > ul li:hover .content {
    opacity: 1;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s
}

.portfolio .Maincontent .block.block1 > ul li:hover::after {
    opacity: .84;
    -webkit-transition: opacity ease-in-out .4s;
    transition: opacity ease-in-out .4s
}

.portfolio .Maincontent .block.block1 > ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s
}

.portfolio .slideWrapper {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.85);
    overflow: auto;
    padding: 80px 0 10px;
    opacity: 0;
    top: -9999em;
    -webkit-transition: opacity ease-in-out .4s;
    transition: opacity ease-in-out .4s
}

.portfolio .slideWrapper .inner {
    position: relative;
    max-width: 912px;
    padding-bottom: 100px
}

.portfolio .slideWrapper .slider {
    width: 100%;
    margin: auto;
    border-radius: 6px
}

/*.portfolio .slideWrapper .slider::-webkit-scrollbar{width:0px}.portfolio .slideWrapper .slider::-webkit-scrollbar-track{background-color:#127e87;-webkit-box-shadow:inset 0 0 6px transparent;border-radius:4px}.portfolio .slideWrapper .slider::-webkit-scrollbar-thumb{background-color:transparent;outline:none;border-radius:4px}*/
.portfolio .slideWrapper .slider .slick-slide {
    border-radius: 6px 6px 0 0;
    overflow: hidden
}

.portfolio .slideWrapper .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 6px 6px
}

.portfolio .bottom.mobile {
    display: none;
    -webkit-transition: opacity ease-in-out .4s;
    transition: opacity ease-in-out .4s
}

.portfolio .slideWrapper .bottom button {
    width: auto;
    height: auto;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: none;
    width: 28%;
    padding: 0
}

.portfolio .slideWrapper .bottom button > span {
    font-family: 'Proxima Nova Extrabold';
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px
}

.portfolio .slideWrapper .bottom button i.mobile {
    font-size: 40px;
    color: #17a7b5;
    display: none
}

.portfolio .slideWrapper .bottom > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 150px;
    height: 50px;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    opacity: 1
}

.portfolio .slideWrapper .bottom > a.disable {
    opacity: 0
}

.portfolio .slideWrapper .bottom button.disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed
}

.portfolio .slideWrapper .bottom > a span.light {
    font-family: 'Proxima Nova Light';
    font-size: 12px
}

.portfolio .slideWrapper .bottom > a span.bold {
    font-size: 16px;
    font-family: 'Proxima Nova Extrabold'
}

.portfolio .slideWrapper .bottom > a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border: 1px solid #3aa7b3
}

.portfolio .slideWrapper .bottom > a:hover::before {
    height: calc(100% + 14px);
    width: calc(100% + 14px);
    opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.portfolio .slideWrapper .bottom::after, .portfolio .slideWrapper .bottom::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dbe8eb
}

.portfolio .slideWrapper .bottom::after {
    left: 28%
}

.portfolio .slideWrapper .bottom::before {
    right: 28%
}

.contacts .fixedMenu .right .languages p,
.success-form .fixedMenu .right .languages p,
.portfolio .fixedMenu .right .languages p {
    color: #1d7887
}

.contacts .Maincontent {
    background-image: url(../img/license/main-bg-small-min.png);
    background-position: center -1000px
}

.contacts .Maincontent .block5 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacts .Maincontent .block5 .content form {
    padding: 40px;
    margin: 40px 0 100px 0;
    max-width: 1120px
}

.contacts .Maincontent .block5 .content form .labels {
    max-width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.contacts .Maincontent .block5 .content form .labels label.phone + .country {
    top: 86px
}

.contacts .Maincontent .block5 .content form .labels button[type="submit"] {
    bottom: -170px;
    margin-left: 160px
}

.contacts .Maincontent .block5 .content form .block6 {
    position: absolute;
    left: 800px;
    top: 0;
    height: 100%;
    width: 320px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    border-radius: 0 20px 20px 0;
    -webkit-box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    padding: 35px 30px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.contacts .Maincontent .block5 .content form .block6 ul.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.contacts .Maincontent .block5 .content form .block6 ul.socials li {
    margin-right: 10px
}

.contacts .Maincontent .block5 .content form .block6 ul.socials li a i {
    font-size: 40px
}

.contacts .Maincontent .block5 .content form .block6 ul.socials li a:hover, .contacts .Maincontent .block5 .content form .block6 ul.socials li a:visited, .contacts .Maincontent .block5 .content form .block6 ul.socials li a:focus {
    color: #fff
}

.contacts .Maincontent .block5 .content form .block6 ul.phones {
    width: 100%;
    min-height: 160px;
    background: -webkit-gradient(linear, left top, right top, from(#17a7b5), to(#206474));
    background: linear-gradient(to right, #17a7b5, #206474);
    border-radius: 20px;
    -webkit-box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    padding: 20px 0 20px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    /*justify-content: space-around;*/
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.contacts .Maincontent .block5 .content form .block6 ul.phones li a {
    font-family: 'Proxima Nova Extrabold';
    font-size: 18px
}

.contacts .Maincontent .block5 .content form .block6 ul.phones li a:hover, .contacts .Maincontent .block5 .content form .block6 ul.phones li a:visited, .contacts .Maincontent .block5 .content form .block6 ul.phones li a:focus {
    color: #fff
}

.contacts .Maincontent .block5 .content form .block6 ul.phones li:nth-child(2),
 .contacts .Maincontent .block5 .content form .block6 ul.phones li:nth-child(3),
 .contacts .Maincontent .block5 .content form .block6 ul.phones li + li{
    margin-top: 10px
}

.contacts .Maincontent .block5 .content form .block6 ul.phones::before {
    content: '\f095';
    font-family: 'FontAwesome';
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 28px;
    color: #fff
}

.contacts .Maincontent .block5 .content form .block6 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 55px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#17a7b5), to(#206474));
    background: linear-gradient(to right, #17a7b5, #206474);
    padding-left: 20px;
    font-family: 'Proxima Nova Extrabold';
    -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.04)
}

.contacts .Maincontent .block5 .content form .block6 > a i {
    font-size: 28px;
    padding-right: 18px;
    min-width: 46px
}

.contacts .Maincontent .block5 .content form .block6 > a:first-of-type {
    font-size: 18px;
    display: none
}

.contacts .Maincontent .block5 .content form .block6 > a:nth-of-type(2) {
    font-size: 13px;
    margin-bottom: 15px
}

.contacts .Maincontent .block5 .content form .block6 > a:hover, .contacts .Maincontent .block5 .content form .block6 > a:visited, .contacts .Maincontent .block5 .content form .block6 > a:focus {
    color: #fff
}

.contacts footer {
    margin-top: 250px
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 50;
    opacity: 1;
    -webkit-transition: 1s all;
    transition: 1s all;
    visibility: visible
}

.preloader.done {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s all;
    transition: 1s all
}

.preloader .loader, .preloader .playButton {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 160px
}

.preloader .loader {
    opacity: 0;
    -webkit-transition: opacity ease-in-out .25s;
    -o-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

.preloader .playButton.done {
    opacity: 0;
    -webkit-transition: opacity ease-in-out .25s;
    -o-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

.preloader .loader > img {
    border-radius: 50%
}

.preloader .loader > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100px
}

.preloader .loader i {
    font-size: 30px;
    color: #fff;
    font-style: normal;
    font-family: 'Bahnschrift';
    min-width: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .99
}

#page-preloader .loader > img {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 160px
}

#page-preloader .loader > svg {
    z-index: 2
}

#toTop {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 40px;
    z-index: 20;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s
}

#toTop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#17a7b5), to(#206474));
    background: linear-gradient(to bottom, #17a7b5, #206474);
    z-index: -1;
    opacity: 1;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

#toTop:hover i {
    margin-top: -10px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#toTop i {
    margin-top: -3px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#toTop.visible {
    opacity: 1;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) translate(95px) rotate(0deg);
        transform: rotate(0deg) translate(95px) rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg) translate(95px) rotate(-360deg);
        transform: rotate(360deg) translate(95px) rotate(-360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) translate(95px) rotate(0deg);
        transform: rotate(0deg) translate(95px) rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg) translate(95px) rotate(-360deg);
        transform: rotate(360deg) translate(95px) rotate(-360deg)
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg) translate(75px) rotate(0deg);
        transform: rotate(0deg) translate(75px) rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg) translate(75px) rotate(-360deg);
        transform: rotate(360deg) translate(75px) rotate(-360deg)
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg) translate(75px) rotate(0deg);
        transform: rotate(0deg) translate(75px) rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg) translate(75px) rotate(-360deg);
        transform: rotate(360deg) translate(75px) rotate(-360deg)
    }
}

@-webkit-keyframes rotatePlanet {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotatePlanet {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes slide {
    0% {
        background-position: 0px 150px
    }
    100% {
        background-position: -7338px 150px
    }
}

@keyframes slide {
    0% {
        background-position: 0px 150px
    }
    100% {
        background-position: -7338px 150px
    }
}

@-webkit-keyframes slideTwo {
    0% {
        background-position: 0px 0px
    }
    100% {
        background-position: -2895px 0px
    }
}

@keyframes slideTwo {
    0% {
        background-position: 0px 0px
    }
    100% {
        background-position: -2895px 0px
    }
}

@-webkit-keyframes slideThree {
    0% {
        background-position: 0px 0px
    }
    100% {
        background-position: -7338px 0px
    }
}

@keyframes slideThree {
    0% {
        background-position: 0px 0px
    }
    100% {
        background-position: -7338px 0px
    }
}

@-webkit-keyframes slideFour {
    0% {
        background-position: 0px 0px
    }
    100% {
        background-position: -2900px 0px
    }
}

@keyframes slideFour {
    0% {
        background-position: 0px 0px
    }
    100% {
        background-position: -2900px 0px
    }
}

@-webkit-keyframes slideFive {
    0% {
        background-position: 0px 0px
    }
    100% {
        background-position: -636px 0px
    }
}

@keyframes slideFive {
    0% {
        background-position: 0px 0px
    }
    100% {
        background-position: -636px 0px
    }
}

@-webkit-keyframes drop {
    0% {
        top: 10px;
        opacity: 1
    }
    100% {
        top: 30px;
        opacity: 0
    }
}

@keyframes drop {
    0% {
        top: 10px;
        opacity: 1
    }
    100% {
        top: 30px;
        opacity: 0
    }
}

@-webkit-keyframes orbit {
    0% {
        left: 50%;
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    70% {
        left: 50%;
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.35);
        transform: translate(-50%, -50%) scale(1.35)
    }
    100% {
        left: 50%;
        height: 100%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0
    }
}

@keyframes orbit {
    0% {
        left: 50%;
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    70% {
        left: 50%;
        height: 100%;
        width: 100%;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.35);
        transform: translate(-50%, -50%) scale(1.35)
    }
    100% {
        left: 50%;
        height: 100%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes orbitSmall {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes orbitSmall {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    50% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
}

@keyframes swing {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    50% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
}

@-webkit-keyframes rocket {
    0% {
        opacity: 0
    }
    5% {
        top: 200%;
        left: 50%;
        opacity: 1
    }
    100% {
        top: 80px;
        left: 28%;
        opacity: 1
    }
}

@keyframes rocket {
    0% {
        opacity: 0
    }
    5% {
        top: 200%;
        left: 50%;
        opacity: 1
    }
    100% {
        top: 80px;
        left: 28%;
        opacity: 1
    }
}

@-webkit-keyframes rocket2 {
    0% {
        opacity: 0
    }
    5% {
        top: 150%;
        left: 70%;
        opacity: 1
    }
    100% {
        top: 50px;
        left: 28%;
        opacity: 1
    }
}

@keyframes rocket2 {
    0% {
        opacity: 0
    }
    5% {
        top: 150%;
        left: 70%;
        opacity: 1
    }
    100% {
        top: 50px;
        left: 28%;
        opacity: 1
    }
}

@-webkit-keyframes rocket3 {
    0% {
        opacity: 0
    }
    5% {
        top: 150%;
        left: 70%;
        opacity: 1
    }
    100% {
        top: 50px;
        left: 15%;
        opacity: 1
    }
}

@keyframes rocket3 {
    0% {
        opacity: 0
    }
    5% {
        top: 150%;
        left: 70%;
        opacity: 1
    }
    100% {
        top: 50px;
        left: 15%;
        opacity: 1
    }
}

@-webkit-keyframes rocket4 {
    0% {
        opacity: 0
    }
    5% {
        top: 150%;
        left: 70%;
        opacity: 1
    }
    100% {
        top: 30px;
        left: 7%;
        opacity: 1
    }
}

@keyframes rocket4 {
    0% {
        opacity: 0
    }
    5% {
        top: 150%;
        left: 70%;
        opacity: 1
    }
    100% {
        top: 30px;
        left: 7%;
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

input.hidden {
    display: none
}

.modal-backdrop.show {
    opacity: .78
}

.licenseModals .modal-dialog {
    max-width: 620px;
    padding: 0 10px;
    margin: 0 auto 10px auto
}

.licenseModals .modal-content {
    background-color: #fff;
    border-radius: 20px;
    border: none;
    width: 100%;
    max-width: 600px;
    -webkit-box-shadow: 0px 12px 39.6px 0.4px rgba(0, 2, 3, 0.13);
    box-shadow: 0px 12px 39.6px 0.4px rgba(0, 2, 3, 0.13);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
    font-size: 14px;
    color: #333;
    line-height: 1.25;
    padding: 0 45px 55px 45px
}

.licenseModals .modal-content .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.licenseModals .modal-content .close svg, .slideWrapper .inner .close svg {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    max-width: 25px;
    max-height: 25px;
    fill: #fff
}

.licenseModals .modal-content .close, .slideWrapper .inner .close {
    position: absolute;
    right: -40px;
    top: 0;
    opacity: 1;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.licenseModals .modal-content .close:hover {
    opacity: 1
}

.licenseModals .modal-content .content > img {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: -40px
}

.licenseModals .modal-content header {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #1c8190;
    font-family: 'Proxima Nova Extrabold';
    line-height: 1;
    margin: 35px 0 10px 0
}

.licenseModals .modal-content header span {
    font-size: 36px
}

.licenseModals .modal-content header p {
    font-size: 60px;
    margin-top: -5px
}

.licenseModals .modal-content .content > p {
    font-family: 'Proxima Nova Regular';
    margin-bottom: 15px
}

.licenseModals .modal-content ul {
    margin-bottom: 15px;
    padding-left: 25px
}

.licenseModals .modal-content ul li {
    font-family: 'Proxima Nova Regular'
}

.licenseModals .modal-content h5 {
    font-family: 'Proxima Nova Extrabold';
    margin-bottom: 15px;
    color: #333;
    font-size: 16px
}

.licenseModals .modal-content > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 350px;
    height: 100px;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    margin: 50px auto 0 auto;
    position: relative
}

.licenseModals .modal-content > a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border: 1px solid #3aa7b3
}

.licenseModals .modal-content > a span.light {
    font-family: 'Proxima Nova Light';
    font-size: 19px
}

.licenseModals .modal-content > a span.bold {
    font-family: 'Proxima Nova Extrabold';
    font-size: 24px
}

.licenseModals .modal-content > a:hover::before {
    height: calc(100% + 24px);
    width: calc(100% + 24px);
    opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.notMain .Maincontent .block.block2 .top > div.right header span {
    padding: 0 5px
}

.notMain.type3 .Maincontent {
    background-position: center -500px
}

.notMain.type3 .block.block2 {
    margin-top: 200px
}

.investment .first-screen {
    background-image: url(../img/investment/header-bg.jpg)
}

.poker .first-screen {
    background-image: url(../img/poker/header-bg.jpg)
}

.gamesDevelopment .first-screen {
    background-image: url(../img/gamesDevelopment/header-bg.jpg)
}

.notMain.bitcoin .first-screen {
    background-image: url(../img/bitcoin/header-bg.jpg)
}

.notMain.support .first-screen {
    background-image: url(../img/support/header-bg.jpg)
}

.notMain.gamesIntegration .first-screen {
    background-image: url(../img/gamesIntegration/header-bg.jpg)
}

.notMain.gameRooms .first-screen {
    background-image: url(../img/gameRooms/header-bg.jpg)
}

.notMain.casinoLand .first-screen {
    background-image: url(../img/casinoLand/header-bg.jpg)
}

.notMain.admin .first-screen {
    background-image: url(../img/admin/header-bg.jpg)
}

.notMain.bitcoin .Maincontent .block.block2 .top, .notMain.casinoLand .Maincontent .block.block2 .top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notMain.admin .Maincontent .block.block2 .top > div.right .text {
    text-align: center
}

.notMain.admin .Maincontent .block.block2 .top > div.right header h2 {
    font-size: 75px
}

.notMain.admin .Maincontent .block.block2 .top > div.right header span.second {
    display: none
}

.notMain.admin .Maincontent .block.block2 .top > div.right header .description {
    margin: 50px auto 0 auto;
    max-width: 66%
}

.notMain.admin .Maincontent {
    background-image: url(../img/license/main-bg-big.jpg);
    background-position: center -1600px
}

.notMain.admin .Maincontent .block.block2 .top > div {
    width: 100%;
    padding: 0
}

.type3 .first-screen .inner ul li::before, .voprosy .first-screen .inner ul li::before, .news .first-screen .inner ul li::before {
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 35px;
    text-align: right;
    padding-right: 5px
}

.gameRooms .first-screen .inner ul li:nth-child(1)::before, .poker .first-screen .inner ul li:nth-child(2)::before {
    content: '\f021'
}

.gameRooms .first-screen .inner ul li:nth-child(2)::before, .gamesIntegration .first-screen .inner ul li:nth-child(3)::before, .poker .first-screen .inner ul li:nth-child(3)::before {
    content: '\f004'
}

.gameRooms .first-screen .inner ul li:nth-child(3)::before, .gamesIntegration .first-screen .inner ul li:nth-child(2)::before, .gamesDevelopment .first-screen .inner ul li:nth-child(1)::before {
    content: '\f108'
}

.casinoLand .first-screen .inner ul li:nth-child(1)::before, .support .first-screen .inner ul li:nth-child(2)::before, .admin .first-screen .inner ul li:nth-child(1)::before, .investment .first-screen .inner ul li:nth-child(3)::before {
    content: '\f201'
}

.casinoLand .first-screen .inner ul li:nth-child(2)::before, .investment .first-screen .inner ul li:nth-child(1)::before {
    content: '\f155'
}

.casinoLand .first-screen .inner ul li:nth-child(3)::before {
    content: '\f0c0'
}

.support .first-screen .inner ul li:nth-child(1)::before, .admin .first-screen .inner ul li:nth-child(2)::before {
    content: '\f0c0'
}

.support .first-screen .inner ul li:nth-child(3)::before {
    content: '\f132'
}

.admin .first-screen .inner ul li:nth-child(3)::before {
    content: '\f11b'
}

.gamesIntegration .first-screen .inner ul li:nth-child(1)::before {
    content: '\f0ac'
}

.bitcoin .first-screen .inner ul li:nth-child(1)::before, .gamesDevelopment .first-screen .inner ul li:nth-child(3)::before, .poker .first-screen .inner ul li:nth-child(1)::before {
    content: '\f085'
}

.bitcoin .first-screen .inner ul li:nth-child(2)::before {
    content: '\f21b'
}

.bitcoin .first-screen .inner ul li:nth-child(3)::before {
    content: '\f086'
}

.gamesDevelopment .first-screen .inner ul li:nth-child(2)::before {
    content: '\f281'
}

.investment .first-screen .inner ul li:nth-child(2)::before {
    content: '\f135'
}

.voprosy .first-screen .inner ul li:nth-child(1)::before {
    content: '\f128'
}

.voprosy .first-screen .inner ul li:nth-child(2)::before {
    content: '\f153'
}

.voprosy .first-screen .inner ul li:nth-child(3)::before {
    content: '\f086'
}

#successModal .modal-dialog, #consultModal .modal-dialog {
    max-width: 385px;
    margin-top: 75px
}

#successModal .modal-dialog .modal-content, #consultModal .modal-dialog .modal-content {
    border-radius: 20px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 95px 35px 25px
}

#consultModal .modal-dialog .modal-content {
    padding: 95px 35px 50px
}

#successModal img.top {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -65px;
    background-color: #fff;
    border-radius: 50%;
    border: 7px solid #fff
}

#successModal header, #consultModal header {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Proxima Nova Extrabold';
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: .9
}

#consultModal header {
    line-height: 1
}

#successModal header span {
    font-size: 30px
}

#consultModal header span {
    font-size: 20px
}

#successModal header p {
    font-size: 55px
}

#consultModal header p {
    font-size: 30px
}

#successModal .modal-dialog .modal-content > p, #consultModal .modal-dialog .modal-content > p {
    font-family: 'Proxima Nova Regular';
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0;
    line-height: 1
}

#consultModal .modal-dialog .modal-content > p {
    min-height: 32px
}

#successModal footer {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#successModal footer .socials ul li:last-child {
    margin-right: 0
}

#successModal footer > span {
    color: #666;
    font-size: 12px;
    font-family: 'Proxima Nova Light';
    line-height: 1;
    max-width: 150px
}

#consultModal .top {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 132px;
    width: 132px;
    top: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: -webkit-linear-gradient(left, #206474, #17a7b5);
    background: -o-linear-gradient(left, #206474, #17a7b5);
    background: linear-gradient(to right, #206474, #17a7b5);
    border-radius: 50%;
    border: 7px solid #fff;
    color: #fff;
    font-size: 66px
}

#consultModal form {
    margin-top: 30px
}

#consultModal form label {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

#consultModal form label input {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 2px solid #e1f1f2;
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    color: #333;
    padding: 15px;
    height: 45px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    background-color: #fff
}

#consultModal form label input:focus {
    border-bottom: 2px solid #1e7281;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#consultModal form label.phone input {
    padding: 15px 15px 15px 70px
}

#consultModal form label.phone + .country {
    top: 364px;
    margin-left: 40px;
    position: absolute;
    left: 0
}

#consultModal form label.phone + .country .pseudoSelect {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 15px;
    cursor: pointer
}

#consultModal form label.phone + .country .pseudoSelect::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    border: 4px solid;
    border-color: #999 transparent transparent transparent
}

#consultModal form label.phone + .country .pseudoSelect .img {
    display: block;
    width: 40px;
    height: 22px;
    background-image: url(../img/flags/flags.png);
    background-position: -240px -352px
}

#consultModal form label.phone + .country .pseudoSelect + ul {
    position: absolute;
    width: 320px;
    top: 35px;
    left: -10px;
    -webkit-box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #fff;
    z-index: 1;
    padding: 10px 10px 0 10px;
    max-height: 147px;
    overflow: auto;
    border-bottom: 10px solid #fff;
    opacity: 0
}

#consultModal form label.phone + .country .pseudoSelect + ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px
}

#consultModal form label.phone + .country .pseudoSelect + ul li .img {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 22px;
    background-image: url(../img/flags/flags.png)
}

#consultModal form label.phone + .country .pseudoSelect + ul li .name {
    text-transform: capitalize;
    margin-left: 15px;
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    color: #333;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#consultModal form label.phone + .country .pseudoSelect + ul li:hover span.name {
    margin-left: 20px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#consultModal form button[type="submit"] {
    width: 220px;
    height: 70px;
    font-size: 18px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    font-family: 'Proxima Nova Extrabold';
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer
}

#consultModal form button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border: 1px solid #3aa7b3
}

#consultModal form button[type="submit"]:hover::before {
    height: calc(100% + 14px);
    width: calc(100% + 14px);
    opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#consultModal form button[type="submit"] span {
    font-size: 15px;
    font-family: 'Proxima Nova Light'
}

#consultModal form label.error input {
    border-bottom: 2px solid #ff0000;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#consultModal .top {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 132px;
    width: 132px;
    top: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: -webkit-linear-gradient(left, #206474, #17a7b5);
    background: -o-linear-gradient(left, #206474, #17a7b5);
    background: linear-gradient(to right, #206474, #17a7b5);
    border-radius: 50%;
    border: 7px solid #fff;
    color: #fff;
    font-size: 66px
}

#consultModal form {
    margin-top: 30px
}

#consultModal form label {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

#consultModal form label input {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 2px solid #e1f1f2;
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    color: #333;
    padding: 15px;
    height: 45px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    background-color: #fff
}

#consultModal form label input:focus {
    border-bottom: 2px solid #1e7281;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#consultModal form label.phone input {
    padding: 15px 15px 15px 70px
}

#consultModal form label.phone  .country {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 10;
}

#consultModal form label.phone  .country .pseudoSelect {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}

#consultModal form label.phone  .country .pseudoSelect::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    border: 4px solid;
    border-color: #999 transparent transparent transparent
}

#consultModal form label.phone  .country .pseudoSelect .img {
    display: block;
    width: 40px;
    height: 22px;
    background-image: url(../img/flags/flags.png);
    background-position: 0 -286px
}

#consultModal form label.phone  .country .pseudoSelect + ul {
    position: absolute;
    width: 320px;
    top: 35px;
    left: -10px;
    -webkit-box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 11px 27.84px 1.16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #fff;
    z-index: 1;
    padding: 10px 10px 0 10px;
    max-height: 147px;
    overflow: auto;
    border-bottom: 10px solid #fff;
    opacity: 0
}

#consultModal form label.phone  .country .pseudoSelect + ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px
}

#consultModal form label.phone  .country .pseudoSelect + ul li .img {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 22px;
    background-image: url(../img/flags/flags.png)
}

#consultModal form label.phone  .country .pseudoSelect + ul li .name {
    text-transform: capitalize;
    margin-left: 15px;
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    color: #333;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#consultModal form label.phone  .country .pseudoSelect + ul li:hover span.name {
    margin-left: 20px;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#consultModal form button[type="submit"] {
    width: 220px;
    height: 70px;
    font-size: 18px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    font-family: 'Proxima Nova Extrabold';
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer
}

#consultModal form button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border: 1px solid #3aa7b3
}

#consultModal form button[type="submit"]:hover::before {
    height: calc(100% + 14px);
    width: calc(100% + 14px);
    opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#consultModal form button[type="submit"] span {
    font-size: 15px;
    font-family: 'Proxima Nova Light'
}

#consultModal form label.error input {
    border-bottom: 2px solid #ff0000;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.fixedMenu .left a.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fixedMenu .left a.logo > i {
    color: #fff;
    width: 54px;
    height: 40px;
    position: relative;
    display: inline-block;
    font-style: normal;
    font-size: 39px
}

.fixedMenu .left a.logo > i::before {
    content: "\e901";
    font-family: 'Icomoon';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.notMain.admin .Maincontent .block.block2 .top > div.right header .description {
    text-align: center
}

.Main .Maincontent .block.block1 .profit .item {
    width: 420px;
    padding-bottom: 40px
}

.Main .Maincontent .block.block1 .profit .item > div {
    padding-bottom: 87px;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.18);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.18);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    text-align: center
}

.Main .Maincontent .block.block1 .profit .item > div::after {
    content: "\e900";
    font-family: 'Icomoon';
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 40px;
    margin-left: 8px;
    color: #1c8291
}

.Main .Maincontent .block.block1 .profit .item > div header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 50px 0 45px 0;
    text-align: left
}

.Main .Maincontent .block.block1 .profit .item > div header .icon {
    height: 65px;
    width: 65px;
    background-size: contain;
    background-repeat: no-repeat
}

.Main .Maincontent .block.block1 .profit .item > div header .icon.bitcoin {
    background-image: url(../img/icons/profit-bitcoin-icon-hover.png)
}

.Main .Maincontent .block.block1 .profit .item > div header .icon.bukmaker {
    background-image: url(../img/icons/profit-bookmaker-icon-hover.png)
}

.Main .Maincontent .block.block1 .profit .item > div header .icon.casino {
    background-image: url(../img/icons/profit-casino-icon-hover.png)
}

.Main .Maincontent .block.block1 .profit .item > div header .icon.apps {
    background-image: url(../img/icons/profit-apps-icon-hover.png)
}

.Main .Maincontent .block.block1 .profit .item > div header .icon.games {
    background-image: url(../img/icons/profit-games-icon-hover.png)
}

.Main .Maincontent .block.block1 .profit .item > div header .icon.poker {
    background-image: url(../img/icons/profit-poker-icon-hover.png)
}

.Main .Maincontent .block.block1 .profit .item > div header p {
    margin: 0;
    padding-left: 16px;
    font-family: 'Proxima Nova Extrabold';
    color: #fff;
    text-transform: uppercase;
    line-height: .85;
    font-size: 55px
}

.Main .Maincontent .block.block1 .profit .item > div header p span {
    display: block;
    font-size: 30px
}

.Main .Maincontent .block.block1 .profit .item > div header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 45%;
    background-color: #4e9ca8
}

.Main .Maincontent .block.block1 .profit .item > div .ul {
    padding: 40px 10px 0 10px;
    display: inline-block;
    width: auto
}

.Main .Maincontent .block.block1 .profit .item > div .ul span {
    font-family: 'Proxima Nova Regular';
    position: relative;
    line-height: 2.4;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: left
}

.Main .Maincontent .block.block1 .profit .item > div .ul span::before {
    content: '';
    height: 4px;
    width: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff
}

.Main .Maincontent .block.block1 .profit .item > a, .Main .Maincontent .block.block4 .recalls a.moreTestimonials {
    margin: 45px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 256px;
    height: 75px;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    border-radius: 7px;
    margin-left: calc(50% - 128px);
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5)
}

.Main .Maincontent .block.block4 .recalls a.moreTestimonials {
    margin: 20px auto 50px auto
}

.Main .Maincontent .block.block1 .profit .item > a::before, .Main .Maincontent .block.block4 .recalls a.moreTestimonials::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border: 1px solid #3aa7b3
}

.Main .Maincontent .block.block1 .profit .item > a:hover::before, .Main .Maincontent .block.block4 .recalls a.moreTestimonials:hover::before {
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.Main .Maincontent .block.block1 .profit .item > a span, .Main .Maincontent .block.block4 .recalls a.moreTestimonials span {
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2
}

.Main .Maincontent .block.block1 .profit .item > a span.light, .Main .Maincontent .block.block4 .recalls a.moreTestimonials span.light {
    font-family: 'Proxima Nova Light';
    font-size: 14px
}

.Main .Maincontent .block.block1 .profit .item > a span.bold, .Main .Maincontent .block.block4 .recalls a.moreTestimonials .bold {
    font-family: 'Proxima Nova Extrabold';
    font-size: 18px
}

.Main .Maincontent .block.block1 .profit li .item > a {
    cursor: not-allowed
}

.Main .Maincontent .block.block1 .profit li.flipster__item--current .item > a, .Main .Maincontent .block.block1 .profit li.flip-current .item > a {
    cursor: pointer
}

.Main .Maincontent .block.block1 .profit {
    display: block
}

.notMain.voprosy .Maincontent {
    background-image: none
}

.voprosy .block2 h3 {
    font-size: 36px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Proxima Nova Extrabold';
    max-width: 800px;
    text-align: center;
    line-height: 1.1;
    margin: 0 auto 60px
}

.voprosy .block2 .wrapper {
    width: 100%;
    list-style-type: none;
    max-width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.voprosy .block2 .wrapper ol {
    width: calc(50% - 20px)
}

.voprosy .block2 ol > li {
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 9px 20.16px 0.84px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 9px 20.16px 0.84px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 26px 26px 26px 70px;
    overflow: hidden;
    cursor: pointer
}

.voprosy .block2 ol > li header {
    position: relative;
    font-size: 25px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Proxima Nova Bold'
}

.voprosy .block2 ol > li .text {
    color: #fff;
    font-size: 14px;
    font-family: 'Proxima Nova Regular';
    margin-top: 10px;
    line-height: 1.35;
    text-align: justify;
    margin-bottom: 15px;
    margin-right: 20px
}

.voprosy .block2 ol > li .text.left {
    text-align: left
}

.voprosy .block2 ol > li header span {
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Proxima Nova Bold';
    position: absolute;
    top: 50%;
    left: -36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.voprosy .block2 ol > li header span::before {
    content: '';
    position: absolute;
    display: block;
    height: 36px;
    width: 36px;
    border: 1px solid #1f6979;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.voprosy .block2 ol > li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.voprosy .block2 ol > li.tab-active {
    background-color: transparent
}

.voprosy .block2 ol > li.tab-active header, .voprosy .block2 ol > li.tab-active header span {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.voprosy .block2 ol > li.tab-active::before {
    opacity: 1;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.voprosy .block2 ol li.tab-active header span::before {
    border: 1px solid #fff
}

.voprosy .block2 ol > li .text h5 {
    font-size: 16px;
    font-family: 'Proxima Nova Bold';
    margin: 0;
    line-height: 1;
    color: #fff
}

.voprosy .block2 ol > li .text img {
    max-width: 100%;
    margin-top: 15px
}

.news .first-screen {
    background-image: url(../img/news/header-bg.jpg)
}

.news .first-screen .inner ul li::before {
    background-image: none
}

.akcii.news .first-screen .inner ul li:nth-child(1)::before {
    content: '\f164'
}

.akcii.news .first-screen .inner ul li:nth-child(2)::before {
    content: '\f201'
}

.akcii.news .first-screen .inner ul li:nth-child(3)::before {
    content: '\f155'
}

.news .first-screen .inner ul li:nth-child(1)::before {
    content: '\f129'
}

.news .first-screen .inner ul li:nth-child(2)::before {
    content: '\f1ea'
}

.news .first-screen .inner ul li:nth-child(3)::before {
    content: '\f0ac'
}

.notMain.news .Maincontent {
    background-image: none
}

.news .Maincontent .block.block2 > header {
    margin-top: 0
}

.news .Maincontent .block.block2 {
    margin-top: 30px;
    display: block
}

.news .Maincontent .block.block2 > header {
    text-align: center
}

.news .Maincontent .block.block2 > header .text span {
    font-size: 34px
}

.news .Maincontent .block > header .text h2 {
    font-size: 85px;
    line-height: .85;
    margin: 0
}

.news .Maincontent .grid-wrap {
    margin: 160px auto 0 auto
}

.news .Maincontent .grid-wrap .grid {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto
}

.news .Maincontent .grid-wrap .grid:after {
    content: '';
    display: block;
    clear: both
}

.news .Maincontent .grid-wrap .grid .element-item {
    position: relative;
    float: left;
    width: calc(33.3333333% - 20px);
    margin: 0 0 30px;
    padding: 0px;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15), 0 7px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15), 0 7px 14px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.13s ease-in-out;
    -o-transition: box-shadow 0.13s ease-in-out;
    transition: box-shadow 0.13s ease-in-out
}

.news .Maincontent .grid-wrap .grid .element-item:hover {
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -webkit-transition: box-shadow 0.33s ease-in-out;
    -o-transition: box-shadow 0.33s ease-in-out;
    transition: box-shadow 0.33s ease-in-out
}

.news .Maincontent #filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 850px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.news .Maincontent #filters::after {
    content: '';
    display: block;
    clear: both
}

.news .Maincontent #filters .button {
    cursor: pointer;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 4px 11px 0px rgba(122, 122, 122, 0.24);
    box-shadow: 0px 4px 11px 0px rgba(122, 122, 122, 0.24);
    margin: 20px 17px;
    padding: 0 25px;
    background-color: transparent;
    border-radius: 6px;
    border: none;
    float: left;
    outline: none;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    position: relative
}

.news .Maincontent #filters .button span {
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-family: 'Proxima Nova Bold'
}

.news .Maincontent .grid-wrap .grid .element-item p.text {
    margin: 15px 0 110px 0;
    font-family: 'Proxima Nova Regular';
    font-size: 14px;
    color: #333;
    padding: 0 30px;
    line-height: 1.25;
    text-align: justify
}

.news .Maincontent .grid-wrap .grid .element-item .content {
    display: none
}

.news .Maincontent .grid-wrap .grid .element-item.up {
    margin-top: -55px
}

.news .Maincontent .grid-wrap .grid .element-item header {
    text-align: center;
    text-transform: uppercase
}

.news .Maincontent .grid-wrap .grid .element-item header span {
    margin-top: 20px;
    display: inline-block;
    font-size: 20px;
    color: #1c8190;
    font-family: 'Proxima Nova Extrabold';
    line-height: 1;
    padding: 0 30px
}

.news .Maincontent .grid-wrap .grid .element-item .top > img {
    width: 100%;
    margin-top: 0
}

.news .Maincontent .grid-wrap .grid .element-item .top {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    max-height: 260px
}

.news .Maincontent #filters .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    opacity: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#206474), to(#17a7b5));
    background: linear-gradient(to right, #206474, #17a7b5);
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

.news .Maincontent #filters .button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border: 1px solid #3aa7b3
}

.news .Maincontent #filters .button:hover {
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43)
}

.news .Maincontent #filters .button.is-checked::after {
    height: calc(100% + 14px);
    width: calc(100% + 14px);
    opacity: .5;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

.news .Maincontent #filters .button.is-checked::before {
    opacity: 1;
    -webkit-transition: opacity ease-in-out .25s;
    transition: opacity ease-in-out .25s
}

.news .Maincontent #filters .button.is-checked {
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    -webkit-box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43);
    box-shadow: 0px 21px 27.84px 1.16px rgba(31, 108, 123, 0.43)
}

.news .Maincontent #filters .button.is-checked span {
    -webkit-text-fill-color: #fff
}

#newsModal .modal-content > a {
    width: 220px;
    height: 75px
}

#newsModal .modal-content > a span.bold {
    font-size: 20px
}

#newsModal .content {
    max-width: 100%
}

#newsModal .content .top {
    position: relative;
    left: -45px;
    top: -2px;
    width: calc(100% + 90px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px 20px 0 0
}

#newsModal .content .top img {
    max-width: 100%
}

#newsModal .content header {
    font-size: 36px;
    line-height: 1.1;
    margin: 35px 0 25px 0
}

#newsModal .content p {
    font-family: 'Proxima Nova Regular';
    margin-bottom: 15px;
    text-align: justify
}

#newsModal .content a {
    color: #1c8190;
    font-weight: 900
}

.akcii.news .Maincontent .block.block2 > header .text span {
    max-width: 500px;
    display: block;
    margin: 0 auto
}

.akcii.news .Maincontent .grid-wrap {
    margin: 100px auto 0 auto
}

.akcii.news .first-screen {
    background-image: url(../img/akcii/header-bg.jpg)
}
.block6 a{
    color: #ffffff;
}

/*}*/

@supports not ((text-fill-color:transparent) or (-webkit-text-fill-color:transparent) ){
    #successModal header, #consultModal header {
        background: transparent;
    -webkit-background-clip: none;
    -webkit-text-fill-color: test;
}
}


.bk .first-screen .inner>img{
  max-width: 280px;

}

.contacts .Maincontent .block5 .content form .block6{
    display: none!important;
}



.consulting .first-screen {
    background-image: url(../img/bg/gaming.png);
    background-size: cover!important;
    width: 100%!important;
}

.consulting .first-screen .inner h1 {
    max-width: 810px
}

.consulting .first-screen .inner > img {
    bottom: 10px;
    margin-left: 444px
}

.consulting .first-screen .inner ul li::before {
    background-image: url(../img/license/icons.png)
}

.consulting .first-screen .inner ul li span {
    max-width: 250px
}

.consulting .first-screen .inner ul li:nth-child(2)::before {
    background-position: -77px 0
}

.consulting .first-screen .inner ul li:nth-child(3) {
    margin-right: 0
}

.consulting .first-screen .inner ul li:nth-child(3)::before {
    background-position: 0 0
}

.consulting .Maincontent {
    background-image: url(../img/license/main-bg-small-min.png)!important;
    background-position: center -900px;
}

.consulting .Maincontent .block.block2 {
    margin-top: 65px;
    max-width: 100%;
    padding-bottom: 50px;
    overflow: hidden
}

.consulting .Maincontent .block.block2 > p.text {
    font-size: 16px;
    color: #666;
    font-family: 'Proxima Nova Regular';
    text-align: center;
    margin: 0 auto;
    max-width: 1130px;
    line-height: 1.25;
    padding: 0 15px
}

.consulting .Maincontent .block.block2 > header {
    text-align: center;
    margin-top: 140px
}

.consulting .Maincontent .block.block2 > header .text h2 {
    font-size: 85px;
    margin: 0
}

.consulting .Maincontent .block.block2 > header .text span {
    font-size: 34px
}

.consulting .Maincontent .block.block2 .modals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 140px 0 0 0
}

.consulting .Maincontent .block.block2 .modals .item {
    -webkit-box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15), 0 7px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15), 0 7px 14px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.13s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.13s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.13s cubic-bezier(0.25, 0.1, 0.25, 1);
    max-width: 370px;
    margin: 0 15px;
    border-radius: 15px;
    background-color: #fff;
    padding: 0 30px 90px 30px;
    position: relative
}

.consulting.Maincontent .block.block2 .modals .item:hover {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.33s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.33s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.33s cubic-bezier(0.25, 0.1, 0.25, 1)
}

.consulting .Maincontent .block.block2 .modals .item > img {
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -60px
}

.consulting .Maincontent .block.block2 .modals .item header {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Proxima Nova Extrabold';
    color: #1c8190
}

.consulting .Maincontent .block.block2 .modals .item .content {
    display: none
}

.consulting .Maincontent .block.block2 .modals .item header span {
    font-size: 25px;
    line-height: 1
}

.consulting .Maincontent .block.block2 .modals .item header p {
    font-size: 45px;
    line-height: 1;
    margin: -8px 0 12px 0
}

.consulting .Maincontent .block.block2 .modals .item p.text {
    font-size: 14px;
    color: #333;
    font-family: 'Proxima Nova Regular';
    text-align: justify;
    line-height: 1.25;
    margin-bottom: 18px
}

.consulting .Maincontent .block.block2 .modals .item a, .news .Maincontent .grid-wrap .grid .element-item > a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 205px;
    height: 60px;
    border-radius: 7px;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 19.8px 0.2px rgba(0, 2, 3, 0.24);
    box-shadow: 0px 7px 19.8px 0.2px rgba(0, 2, 3, 0.24)
}

.consulting .Maincontent .block.block2 .modals .item a span, .news .Maincontent .grid-wrap .grid .element-item > a span {
    color: #189caa;
    line-height: 1;
    text-transform: uppercase
}

.consulting.Maincontent .block.block2 .modals .item a span.light, .news .Maincontent .grid-wrap .grid .element-item > a span.light {
    font-family: 'Proxima Nova Light';
    font-size: 14px
}

.consulting .Maincontent .block.block2 .modals .item a span.bold, .news .Maincontent .grid-wrap .grid .element-item > a span.bold {
    font-family: 'Proxima Nova Extrabold';
    font-size: 18px
}

.consulting .Maincontent .block.block2 .modals .item:nth-of-type(2) {
    margin-top: -55px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.consulting .Maincontent .block.block2 .modals .item:first-of-type, .consulting .Maincontent .block.block2 .modals .item:last-of-type {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.consulting .Maincontent .block.block5 {
    margin-top: 160px
}
@media screen and (max-width: 800px) {
    .consulting.seo .first-screen {
        background-image: url(../img/bg/gaming.png)!important;
    }

    .seo .Maincontent .block.block2 .list .items {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.seo .Maincontent .block.block2 .list {
    margin: 60px auto 0 auto!important;
}
}
