a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@font-face {
    font-family: ffl;
    src: url(../fonts/futurafuturislightc.otf) format("opentype"), url(../fonts/FuturaFuturisLightC.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: ffl0;
    src: url(../fonts/futurafuturislightc_0.otf) format("opentype"), url(../fonts/FuturaFuturisLightC_0.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: ffm;
    src: url("../fonts/FuturaMediumC Regular.otf") format("opentype");
    font-style: normal
}

@font-face {
    font-family: hg;
    src: url(../fonts/HandelGo.ttf) format("truetype");
    font-style: normal
}

#new_index_page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    background: url(../img/new_index/header_bg.png) left top no-repeat;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

#new_index_page * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

#new_index_page .new_header_information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.new_logo_container {
    margin-top: 30px;
    width: 34.2%;
    position: relative;
    padding: 0 15px
}

.new_logo_container a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-decoration: none
}

.new_logo_container a .logo_description {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    margin-top: 30px
}

.new_logo_container a h3 {
    font-family: ffl;
    font-size: 44px;
    color: #1d9bd7
}

.new_logo_container a h3 span {
    font-size: 44px;
    color: #6d7a87
}

.new_logo_container a span {
    font-family: ffl;
    font-size: 17px;
    color: #6d7a87
}

.new_logo_container:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #1d9bd7;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

#new_index_page .new_form_buttom {
    width: 100%;
    max-width: 315px
}

#new_index_page .new_form_buttom .button_wrapper {
    cursor: pointer;
    margin-top: 50px;
    width: 100%;
    border: 1px solid #1d9bd7;
    padding: 3.5px 4px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

#new_index_page .new_form_buttom .button_wrapper span {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px 0;
    display: block;
    text-align: center;
    width: 100%;
    font-family: ffl;
    font-size: 21px;
    color: #fff;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

#new_index_page .new_form_buttom .button_wrapper span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-image: -webkit-gradient(linear, left top, right top, from(#089fe5), color-stop(#0093de), color-stop(#0086d7), color-stop(#007acf), to(#006dc6));
    background-image: -webkit-linear-gradient(left, #089fe5, #0093de, #0086d7, #007acf, #006dc6);
    background-image: -o-linear-gradient(left, #089fe5, #0093de, #0086d7, #007acf, #006dc6);
    background-image: linear-gradient(to right, #089fe5, #0093de, #0086d7, #007acf, #006dc6);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

#new_index_page .new_form_buttom .button_wrapper span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-image: -webkit-gradient(linear, left top, right top, from(#dfe4e9), color-stop(#e6eaee), color-stop(#edf1f3), color-stop(#f4f7f9), to(#fbfdfe));
    background-image: -webkit-linear-gradient(left, #dfe4e9, #e6eaee, #edf1f3, #f4f7f9, #fbfdfe);
    background-image: -o-linear-gradient(left, #dfe4e9, #e6eaee, #edf1f3, #f4f7f9, #fbfdfe);
    background-image: linear-gradient(to right, #dfe4e9, #e6eaee, #edf1f3, #f4f7f9, #fbfdfe);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

#new_index_page .new_form_buttom .button_wrapper:hover span {
    color: #1d9bd7
}

#new_index_page .new_form_buttom .button_wrapper:hover span:before {
    opacity: 0
}

#new_index_page .new_form_buttom .button_wrapper:hover span:after {
    opacity: 1
}

#new_index_page .new_contact_information {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 25.642%;
    text-align: right
}

#new_index_page .new_contact_information .new_languages {
    margin-left: auto;
    width: 231px;
    height: 44px;
    background: url(../img/new_index/lang_bg.png) center top no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px
}

#new_index_page .new_contact_information .new_languages ul {
    margin: 0 auto;
    width: 97px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#new_index_page .new_contact_information .new_languages ul li {
    margin: 0 5px
}

#new_index_page .new_contact_information .new_languages ul li a {
    font-family: ffm;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

#new_index_page .new_contact_information .new_languages ul li a:hover {
    color: #b1e2fb
}

#new_index_page .new_contact_information .new_languages ul:last-child li {
    margin: 0 10px
}

#new_index_page .new_contact_information .contact_phone {
    margin-right: 30px;
    display: block;
    margin-top: 40px;
    font-family: ffm;
    font-size: 30px;
    color: #006dc6;
    text-decoration: none
}

#new_index_page .new_contact_information .active_lang {
    color: #b1e2fb !important
}

#new_index_page .new_contact_information .contact_socials {
    margin-right: 35px;
    margin-top: 10px
}

#new_index_page .new_contact_information .contact_socials ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#new_index_page .new_contact_information .contact_socials ul li {
    margin-left: 10px
}

.new_index_menu {
    margin-top: 20px;
    background: url('../img/new_index/menu_bg.png') left top no-repeat;
}

.new_index_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px
}

.new_index_menu ul li {
    margin-right: 35px;
    padding: 13.5px 0
}

.new_index_menu ul li a {
    font-family: ffm;
    font-size: 23px;
    color: #006dc6;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.new_index_menu ul li a:hover {
    color: #1d9bd7
}

.dropdown_trigger {
    padding-right: 40px !important;
    padding-left: 10px !important;
    margin-right: 15px !important;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.dropdown_trigger:before {
    content: '';
    position: absolute;
    top: 24px;
    right: 10px;
    width: 9px;
    height: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: url(../img/new_index/arrow_down.png) center center no-repeat
}

.new_index_menu .services_dropdown {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.new_index_menu .services_dropdown ul {
    width: 100%;
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.new_index_menu .services_dropdown ul li {
    width: 100%;
    padding: 0;
    margin-right: 0
}

.new_index_menu .services_dropdown ul li a {
    min-height: 50px;
    padding: 5px 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    color: #6d7a87 !important
}

.new_index_menu .services_dropdown ul li a:hover {
    background: #1d9bd7;
    color: #fff !important
}

.new_index_menu .services_dropdown ul li:nth-child(2) {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 17px;
    border-radius: 17px
}

.new_index_menu .services_dropdown ul li:nth-child(2):before {
    display: none
}

.new_index_menu .services_dropdown ul li:first-child a {
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px
}

.new_index_menu .services_dropdown ul li:last-child a {
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.new_index_menu .services_dropdown .icon_wrapper {
    width: 80px;
    text-align: center;
    margin-right: 10px
}

.new_index_menu .services_dropdown .icon_wrapper img {
    margin: 0 auto;
    max-width: 100%
}

.services_dropdown_wrapper {
    width: 470px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, .4);
    box-shadow: 2px 3px 20px rgba(0, 0, 0, .4);
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 0 5px;
    -webkit-transition: .6s !important;
    -o-transition: .6s !important;
    transition: .6s !important
}

.burger_menu {
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 17px 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: 12px
}

.burger_menu span {
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 3px;
    background: #1d9bd7;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.burger_menu span:nth-child(2) {
    margin: 3px auto;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.burger_active {
    padding-left: 15px
}

.burger_active span:nth-child(1) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: rotate(45deg) translateY(8px);
    -ms-transform: rotate(45deg) translateY(8px);
    transform: rotate(45deg) translateY(8px)
}

.burger_active span:nth-child(2) {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px)
}

.burger_active span:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: rotate(-45deg) translateY(-8px);
    -ms-transform: rotate(-45deg) translateY(-8px);
    transform: rotate(-45deg) translateY(-8px)
}

.drop_down_active {
    max-height: 1000px;
    margin-top: 15px
}

.trigger_active {
    background: #1d9bd7;
    padding-bottom: 0 !important
}

.trigger_active a {
    color: #fff !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.trigger_active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../img/new_index/arrow_down_hover.png) center center no-repeat !important
}

.new_index_slider .one_slide {
    height: auto;
    width: 100%;
    background-position: right center;
    background-repeat: no-repeat
}

.new_index_slider .one_slide .slide_title {
    width: 100%;
    height: 100%;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;*/
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.new_index_slider .one_slide h3 {
    font-family: ffm;
    font-size: 131px;
    color: #fff;
    opacity: .8
}

.new_services {
    background: url(../img/new_index/service_blue.png) center top no-repeat;
    margin-top: 90px;
    position: relative;
    padding-bottom: 233px;
}

.new_services .wrapper {
    max-width: 1330px !important;
    padding: 0 15px !important
}

.new_services:before {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    width: 28%;
    height: 6px;
    background: #204e89;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.new_services h3 {
    margin-left: 120px;
    font-family: ffl;
    font-size: 60px;
    color: #6d7a87 !important;
}

.new_services h3 .blue_word {
    color: #204e89 !important;
}

.new_services h3 span {
    color: #204e89;
}

.new_services h4 {
    margin-left: 120px;
    max-width: 350px;
    margin-top: 50px;
    font-family: ffl;
    font-size: 26px;
    color: #6d7a87
}

.new_services h4 span {
    color: #204e89
}

.new_services .services_menu_block {
    width: 100%;
    max-width: 1300px;
    height: 840px;
    position: relative;
}

.new_services .services_menu_block a {
    position: absolute;
    width: 294px;
    height: 265px;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.new_services .services_menu_block a .service_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    max-width: 165px;
    margin-top: -10px
}

.new_services .services_menu_block a .service_content .image_container {
    min-height: 117px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.new_services .services_menu_block a p {
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: ffm;
    font-size: 22px;
    color: #204e89;
    font-weight: 900
}

.new_services .services_menu_block a:nth-child(1) {
    top: 0;
    left: -webkit-calc(50% - 147px);
    left: calc(50% - 147px)
}

.new_services .services_menu_block a:nth-child(1):hover {
    background-image: url(../img/new_index/service_bg_white.png) !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new_services .services_menu_block a:nth-child(2) {
    top: 145px;
    left: 250px
}

.new_services .services_menu_block a:nth-child(2):hover {
    background-image: url(../img/new_index/service_bg_blue.png) !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new_services .services_menu_block a:nth-child(2) .service_content {
    margin-top: -35px
}

.new_services .services_menu_block a:nth-child(3) {
    top: 145px;
    right: 250px
}

.new_services .services_menu_block a:nth-child(3):hover {
    background-image: url(../img/new_index/service_bg_blue.png) !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new_services .services_menu_block a:nth-child(4) {
    top: 285px;
    left: 0
}

.new_services .services_menu_block a:nth-child(4):hover {
    background-image: url(../img/new_index/service_bg_white.png) !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new_services .services_menu_block a:nth-child(5) {
    top: 285px;
    left: -webkit-calc(50% - 147px);
    left: calc(50% - 147px)
}

.new_services .services_menu_block a:nth-child(5):hover {
    background-image: url(../img/new_index/service_bg_gray.png) !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new_services .services_menu_block a:nth-child(6) {
    top: 285px;
    right: 0
}

.new_services .services_menu_block a:nth-child(6):hover {
    background-image: url(../img/new_index/service_bg_white.png) !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new_services .services_menu_block a:nth-child(7) {
    bottom: 145px;
    left: 250px
}

.new_services .services_menu_block a:nth-child(7):hover {
    background-image: url(../img/new_index/service_bg_blue.png) !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new_services .services_menu_block a:nth-child(8) {
    bottom: 145px;
    right: 250px
}

.new_services .services_menu_block a:nth-child(8):hover {
    background-image: url(../img/new_index/service_bg_blue.png) !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new_services .services_menu_block a:nth-child(9) {
    bottom: 0;
    left: -webkit-calc(50% - 147px);
    left: calc(50% - 147px)
}

.new_services .services_menu_block a:nth-child(9):hover {
    background-image: url(../img/new_index/service_bg_white.png) !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new_information {
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.new_information:before {
    content: '';
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 218px;
    height: 377px;
    background: url('../img/new_index/new_info_gray_bg.png') center center no-repeat;
}
.new_information:after {
    content: '';
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 347px;
    height: 788px;
    background: url('../img/new_index/new_info_blue_bg.png') center center no-repeat;
}
.information_image_container {
    width: calc(47% - 30px);
    margin-right: 30px;
}
.information_image_container img {
    width: 100%;
}

.new_information h2:before {
    content: '';
    position: absolute;
    top: 110%;
    right: 0;
    width: 79%;
    height: 6px;
    background: #31a9ea;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.new_information h2 {
    text-align: left;
    font-family: ffl;
    font-size: 60px;
    color: #6d7a87;
    position: relative;
}

.new_information h2:first-letter {
    font-family: ffm
}

.new_information p {
    margin-top: 50px;
    margin-right: auto;
    max-width: 660px;
    font-family: ffl;
    font-size: 24px;
    color: #6d7a87;
    padding-right: 15px;
    line-height: 1.2 !important;
}
.infomartion_text p span {
    font-family: ffm;
    font-size: 36px;
    color: #6d7a87;
}
.infomartion_text p span strong {
    font-family: ffm;
    font-size: 36px;
    color: #34a3da;
}

.content_title {
    padding-left: 50px
}

.content_title h2 {
    font-family: ffl;
    font-weight: 100;
    font-size: 60px;
    color: #204e89
}

.content_title h3 {
    font-family: ffl;
    font-size: 60px;
    color: #6d7a87
}

.content_title h3 span {
    margin-left: 15px;
    color: #1d9bd7
}

.new_whyus {
    position: relative;
    margin-top: 60px;
    background: url('../img/new_index/whyus_decor.png') center top no-repeat;
}

.new_whyus:before {
    content: '';
    position: absolute;
    top: 140px;
    left: 0;
    width: 28%;
    height: 6px;
    background: #6d7a87;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.new_whyus .whyus_container {
    margin-top: 70px;
    padding-left: 70px
}

.new_whyus .whyus_container .whyus_block {
    position: relative;
    padding-left: 320px;
    height: 322px
}

.new_whyus .whyus_container .whyus_block h4 {
    padding-top: 105px;
    font-family: ffm;
    font-size: 26px;
    color: #204e89;
    text-transform: uppercase;
    font-weight: 500;
    position: relative
}

.new_whyus .whyus_container .whyus_block h4:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 55px;
    height: 4px;
    background: #69cffe;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.new_whyus .whyus_container .whyus_block p {
    margin-top: 35px;
    font-family: ffl;
    font-size: 23px;
    color: #6d7a87;
    max-width: 590px;
}

.new_whyus .whyus_container .whyus_block span {
    display: block;
    margin-top: 20px;
    font-family: ffl;
    font-size: 23px;
    color: #69cffe
}

.new_whyus .whyus_container .whyus_block span strong {
    color: #fe824c
}

.new_whyus .whyus_container .whyus_block .whyus_image_wrapper {
    width: 299px;
    height: 322px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0
}

.new_whyus .whyus_container .whyus_block:nth-of-type(even) {
    height: 330px;
    margin: -50px 0 -50px 155px
}

.new_whyus .whyus_container .whyus_block:nth-of-type(even) .whyus_image_wrapper {
    height: 330px
}

.new_reviews {
    margin-top: 135px;
    position: relative
}

.new_reviews:before {
    content: '';
    position: absolute;
    top: 140px;
    right: 0;
    width: 61%;
    height: 6px;
    background: #c9ced3;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.new_reviews .wrapper {
    position: relative
}

.new_reviews .reviews_container {
    position: relative;
    margin-top: 70px
}

.new_reviews .reviews_container .review_block {
    width: 335px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

.new_reviews .reviews_container .review_block span {
    font-family: ffm;
    font-size: 18px;
    color: #6d7a87;
    margin-top: 15px;
    display: block
}

.new_reviews .reviews_container .review_block h4 {
    display: inline-block;
    margin-top: 20px;
    padding: 4px 45px;
    font-family: ffm;
    font-size: 27px;
    color: #204e89;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

.new_reviews .reviews_container .review_block .photo_wrapper {
    width: 335px;
    height: 340px;
    margin: 0 auto;
    background: url(../img/new_index/slider_border.png) left top no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}
.new_reviews .reviews_container .review_block a {
    position: absolute;
    top: 3%;
    right: 10%;
    width: 100px;
    height: 100px;
    border: 12px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.new_reviews .reviews_container .review_block a img {
    width: 100%;
}

.new_reviews .reviews_container .review_block .photo_wrapper .photo_content {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 286px;
    height: 286px
}

.new_reviews .reviews_text {
    margin-top: 25px
}

.new_reviews .reviews_text span {
    text-align: center;
    display: block;
    width: 620px;
    margin: 0 auto;
    font-family: FuturaFuturisLight;
    font-size: 24px;
    color: #86919c
}

.slick_left {
    width: 27px;
    height: 50px;
    position: absolute;
    top: -webkit-calc(50% - 13.5px);
    top: calc(50% - 13.5px);
    left: 15px;
    background: url(../img/new_index/review_arrow.png) center center no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 999
}

.slick_right {
    width: 27px;
    height: 50px;
    position: absolute;
    top: -webkit-calc(50% - 13.5px);
    top: calc(50% - 13.5px);
    right: 15px;
    cursor: pointer;
    z-index: 999;
    background: url(../img/new_index/review_arrow.png) center center no-repeat
}

.new_signup {
    padding-bottom: 100px;
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-image: url('../img/new_index/signup_bg.png');
    background-position: center 33%;
    background-repeat: no-repeat;
}

.new_signup:before {
    content: '';
    position: absolute;
    top: 310px;
    left: 0;
    width: 35%;
    height: 6px;
    background: #31a9ea;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.new_signup:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 407px;
    height: 446px;
    background: url(../img/new_index/tooth.png) center center no-repeat
}

.new_signup .content_title {
    margin-top: -100px;
    width: 430px;
    margin-left: auto;
    margin-right: 55px
}

.new_signup .content_title h2 {
    color: #31a9ea
}

.new_signup .content_title span {
    margin-top: 85px;
    display: block;
    font-family: ffl;
    font-size: 30px;
    color: #6e7a87;
    line-height: 1.3 !important
}

.new_signup .signup_form {
    margin-right: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 780px;
    height: 720px;
    background: url(../img/new_index/form_bg.png) center top no-repeat
}

.new_signup .signup_form .inputs_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 305px;
    margin-top: 70px;
    margin-left: 90px;
    overflow-x: hidden;
}

.new_signup .signup_form .inputs_wrapper input {
    width: 100%;
    background: #6d7a87;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 50px;
    text-align: center;
    outline: 0;
    padding: 0 15px;
    font-family: ffl;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px
}

.new_signup .signup_form .inputs_wrapper input[type="submit"] {
    cursor: pointer;
    margin-bottom: 0;
}

.new_signup .signup_form .inputs_wrapper input::-webkit-input-placeholder {
    font-family: ffl;
    font-size: 24px;
    color: #fff
}

.new_signup .signup_form .inputs_wrapper input::-moz-placeholder {
    font-family: ffl;
    font-size: 24px;
    color: #fff
}

.new_signup .signup_form .inputs_wrapper input:-ms-input-placeholder {
    font-family: ffl;
    font-size: 24px;
    color: #fff
}

.new_signup .signup_form .inputs_wrapper input::-ms-input-placeholder {
    font-family: ffl;
    font-size: 24px;
    color: #fff
}

.new_signup .signup_form .inputs_wrapper input::placeholder {
    font-family: ffl;
    font-size: 24px;
    color: #fff
}

.new_signup .signup_form .inputs_wrapper button {
    margin-top: 10px;
    cursor: pointer;
    outline: 0;
    width: 100%;
    border: 1px solid #fff;
    font-family: ffl;
    font-size: 24px;
    color: #6d7a87;
    background: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 60px;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .4);
    box-shadow: 0 0 20px rgba(255, 255, 255, .4)
}

.new_contacts {
    margin-top: 80px;
    height: 890px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.new_contacts:before {
    content: '';
    width: 642px;
    height: 602px;
    position: absolute;
    top: 160px;
    left: 0;
    background: url(../img/new_index/contacts_decor.png) left top no-repeat
}
.new_contacts:after {
    content: '';
    position: absolute;
    top: 75px;
    right: 0;
    width: 65%;
    height: 6px;
    background: #C9CED3;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.new_contacts .new_contacts_information {
    width: 804px;
    height: 770px;
    padding-left: 100px;
    margin-top: 60px;
    margin-left: -100px;
    z-index: 2;
    position: absolute;
    background: url(../img/new_index/contacts_info_bg.png) center top no-repeat
}

.new_contacts .new_contacts_social {
    position: absolute;
    bottom: 10px;
    right: 350px;
    width: 212px;
    height: 61px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/new_index/contact_svg_bg.png) center top no-repeat
}

.new_contacts .new_contacts_social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 30px
}

.new_contacts .new_logo_container {
    width: 100% !important;
    padding-top: 100px !important
}

.new_contacts .new_logo_container:before {
    display: none
}

.new_contacts .new_logo_container .logo_description {
    margin-top: 0 !important
}

.new_contacts .new_logo_container h3 {
    margin-left: 0;
    color: #29b9fe !important
}

.new_contacts .new_logo_container h3 span,
.new_contacts .new_logo_container span {
    color: #fff !important
}

.new_contacts h3 {
    width: 100%;
    margin-left: 65px;
    font-family: ffl;
    font-size: 44px;
    color: #204e89
}

.new_contacts h3 span {
    font-size: 44px;
    color: #6d7a87
}

.new_contacts .contact_block {
    padding-left: 60px;
    width: 330px;
    position: relative;
    margin-top: 30px
}

.new_contacts .contact_block h5 {
    font-family: ffm;
    font-size: 24px;
    color: #79d2fc;
    margin-bottom: 10px
}

.new_contacts .contact_block span {
    font-family: ffl;
    font-size: 22px;
    color: #fff
}

.new_contacts .contact_block a {
    font-family: ffl;
    font-size: 29px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.new_contacts .contact_block a:hover {
    color: #79d2fc
}

.new_contacts .contact_block img {
    position: absolute;
    top: 0;
    left: 0
}

.new_contacts .contact_block .work_time_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 230px
}

.new_contacts .contact_block .work_time_list li {
    font-family: ffl;
    font-size: 24px;
    color: #fff
}

.new_contacts .adress {
    margin-left: 65px
}

.new_contacts .phone {
    margin-left: 105px
}

.new_contacts .work_time {
    margin-left: 150px
}

.new_contacts .email {
    margin-left: 215px
}

.new_contacts .email a {
    font-size: 22px
}

.new_contacts .new_contacts_map {
    height: 730px;
    width: 1300px;
    position: absolute;
    top: 110px;
    right: 0;
    background: url(../img/new_index/map_bg.png) left top no-repeat;
    z-index: 1
}

.new_contacts .new_contacts_map .map_container {
    margin-left: auto;
    width: 85%;
    height: 660px;
    margin-top: 35px;
    overflow: hidden
}

.new_contacts .new_contacts_map .map_container iframe {
    width: 100%;
    height: 100%
}

#footer {
    background: url(../img/new_index/footer_bg.png) center top no-repeat;
    width: 100%;
    height: 200px
}

#footer .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer .new_logo_container {
    padding: 0 !important;
    width: 280px !important;
    margin: 0 0 0 30px !important
}

#footer .new_logo_container:before {
    display: none
}

#footer .new_logo_container img {
    width: 33%
}

#footer .new_logo_container h3 {
    font-size: 31px !important
}

#footer .new_logo_container h3 span {
    font-size: 31px !important;
    color: #fff !important
}

#footer .new_logo_container span {
    font-size: 12px !important;
    color: #fff !important
}

#footer .new_logo_container .logo_description {
    width: -webkit-calc(100% - 100px) !important;
    width: calc(100% - 100px) !important;
    margin-top: 0 !important
}

#footer .footer_content {
    width: 690px;
    height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#footer .footer_links_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px)
}

#footer .footer_links_wrapper ul li {
    margin-bottom: 10px
}

#footer .footer_links_wrapper ul li a {
    font-family: ffl;
    font-size: 16px;
    color: #abe3fe;
    text-decoration: none
}

#footer .footer_rights {
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#footer .footer_rights h6 {
    width: 490px;
    text-align: right;
    font-family: ffl;
    font-size: 14px;
    color: #626268;
    margin-right: 30px
}

#footer .footer_rights span {
    width: 540px;
    padding-left: 30px;
    font-family: ffl;
    font-size: 14px;
    color: #dddde7
}

.feahter {
    display: none
}

@media screen and (max-width:1750px) {
    .new_signup:after {
        zoom: 60%
    }
    .new_information:before {
        background-size: contain;
        width: 100px;
        height: 200px;
        bottom: 0;
    }
    .new_information:after {
        opacity: .5;
    }
}

@media screen and (max-width:1500px) {
    .new_signup .signup_form {
        margin-right: 0
    }
}

@media screen and (max-width:1365px) {
    .new_services .services_menu_block {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto
    }
    .new_services {
        background-size: 125%;
        padding-bottom: 50px;
    }
    .new_contacts {
    	height: 760px;
    }

    .new_services .services_menu_block a {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .new_services .services_menu_block a:nth-child(1):hover {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }

    .new_services .services_menu_block a:nth-child(2) {
        top: 120px;
        left: 155px
    }

    .new_services .services_menu_block a:nth-child(2):hover {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }

    .new_services .services_menu_block a:nth-child(3) {
        top: 120px;
        right: 155px
    }

    .new_services .services_menu_block a:nth-child(3):hover {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }

    .new_services .services_menu_block a:nth-child(4) {
        top: 240px;
        left: -40px
    }

    .new_services .services_menu_block a:nth-child(4):hover {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }

    .new_services .services_menu_block a:nth-child(5) {
        top: 240px
    }

    .new_services .services_menu_block a:nth-child(5):hover {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }

    .new_services .services_menu_block a:nth-child(6) {
        top: 240px;
        right: -40px
    }

    .new_services .services_menu_block a:nth-child(6):hover {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }

    .new_services .services_menu_block a:nth-child(7) {
        top: 360px;
        left: 155px
    }

    .new_services .services_menu_block a:nth-child(7):hover {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }

    .new_services .services_menu_block a:nth-child(8) {
        top: 360px;
        right: 155px
    }

    .new_services .services_menu_block a:nth-child(8):hover {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }

    .new_services .services_menu_block a:nth-child(9) {
        bottom: 90px
    }

    .new_services .services_menu_block a:nth-child(9):hover {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }

    .new_contacts .new_contacts_information {
        zoom: 80%;
    }

    .new_contacts .new_logo_container {
        margin-top: 0 !important;
    }

    .new_contacts .new_contacts_map {
        zoom: 80%;
        margin-top: 50px;
    }

    .new_contacts:before {
        display: none
    }

    .new_contacts h3 {
        padding-top: 30px;
        margin-left: 0
    }

    .new_contacts .new_contacts_map .map_container {
        width: 100%;
        height: 90%;
        margin: 0;
        margin-top: 3%;
    }

    .new_contacts .new_contacts_social {
        display: none
    }
}

@media screen and (max-width:1280px) {
    .new_signup {
        background: none;
    }
    .new_services {
        background-size: 133%;
    }
    .new_signup {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1200px;
        padding: 0 15px;
        margin: 30px auto
    }

    .new_signup:before {
        top: 135px;
        left: -50px
    }

    .new_signup:after {
        left: -50px
    }

    .new_signup .content_title {
        width: 100%;
        margin: 0 0 0 50px;
        padding: 0
    }

    .new_signup .signup_form {
        margin: 30px auto 0 auto;
    }
}

@media screen and (max-width:1170px) {
    .new_services {
        background-size: 147%;
    }
    #new_index_page .new_form_buttom {
        max-width: 250px
    }

    #new_index_page .new_logo_container {
        width: 40%
    }

    #new_index_page .new_contact_information {
        width: 30%
    }

    .new_information p {
        font-size: 26px;
        width: 500px
    }

    #footer .footer_rights h6 {
        width: 400px
    }

    #footer .footer_rights span {
        width: 450px
    }
}

@media screen and (max-width: 1140px) {
    .new_services {
        background-size: 150%;
    }
	.new_contacts .new_contacts_map {
		width: 1150px;
	}
    .new_signup:after {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    .new_services {
        background-size: 158%;
    }
}

@media screen and (max-width: 1024px) {
     .new_services {
        background-size: 165%;
        padding-bottom: 60px;
    }
	.new_contacts .new_contacts_map .map_container {
		width: 70%;
		margin-left: auto;
	}
    .new_services .services_menu_block {
        margin-top: -20px;
    }
}

@media screen and (max-width:1023px) {
    .new_information:after {
        display: none;
    }
    .new_information:before {
        display: none;
    }
    #new_index_page .new_form_buttom {
        max-width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    #new_index_page .new_form_buttom .button_wrapper {
        max-width: 315px
    }

    #new_index_page .new_contact_information {
        width: -webkit-calc(100% - 385px);
        width: calc(100% - 385px)
    }

    #new_index_page .new_logo_container {
        width: 385px
    }

    .new_services {
        background: none;
        padding-bottom: 0;
    }

    .new_services .services_menu_block {
    	background: url(../img/new_index/tablet_bg.png) center top no-repeat;
    	height: 894px;
    	padding: 0 15px;
    	margin: 0 -15px;
    	width: calc(100% + 30px);
    	max-width: 1050px;
    }

    .new_services .services_menu_block a {
        -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
        transform: scale(0.58);
    }
    .new_services .services_menu_block a:nth-child(1) {
        top: 0;
        left: calc(50% - 75px);
    }

    .new_services .services_menu_block a:nth-child(1):hover {
        -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
        transform: scale(0.58);
    }

    .new_services .services_menu_block a:nth-child(2) {
        top: 80px;
        left: calc(50% - 220px);
    }

    .new_services .services_menu_block a:nth-child(2):hover {
        -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
        transform: scale(0.58);
    }

    .new_services .services_menu_block a:nth-child(3) {
        top: 160px;
        left: calc(50% - 75px);
    }
    .new_services .services_menu_block a:nth-child(3) p {
    	margin-top: 0;
    }

    .new_services .services_menu_block a:nth-child(3):hover {
        -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
        transform: scale(0.58);
    }

    .new_services .services_menu_block a:nth-child(4) {
        top: 240px;
        left: calc(50% - 220px);
    }

    .new_services .services_menu_block a:nth-child(4):hover {
        -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
        transform: scale(0.58);
    }

    .new_services .services_menu_block a:nth-child(5) {
        top: 325px;
        left: calc(50% - 75px);
    }

    .new_services .services_menu_block a:nth-child(5):hover {
        -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
        transform: scale(0.58);
    }

    .new_services .services_menu_block a:nth-child(6) {
        top: 495px;
        left: calc(50% - 75px);
    }

    .new_services .services_menu_block a:nth-child(6):hover {
        -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
        transform: scale(0.58);
    }

    .new_services .services_menu_block a:nth-child(7) {
        top: 405px;
        left: calc(50% - 220px);
    }

    .new_services .services_menu_block a:nth-child(7):hover {
        -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
        transform: scale(0.58);
    }

    .new_services .services_menu_block a:nth-child(8) {
       	top: 570px;
        left: calc(50% - 220px);
    }

    .new_services .services_menu_block a:nth-child(8):hover {
        -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
        transform: scale(0.58);
    }

    .new_services .services_menu_block a:nth-child(9) {
        bottom: -30px;
        left: calc(50% - 75px);
    }

    .new_services .services_menu_block a:nth-child(9):hover {
        -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
        transform: scale(0.58);
    }

    .new_information {
        background: 0 0;
        padding-bottom: 0;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .information_image_container {
        width: 70%;
        order: 2;
        margin: 30px auto;
    }

    .new_information h2 {
        padding: 0;
        margin: 0;
        text-align: left
    }
    .new_information h2:before {
        right: unset;
        left: -15px;
        width: 35%;
        top: 115%;
        border-radius: 0;
        -webkit-border-top-right-radius: 30px;
        border-top-right-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
        border-bottom-right-radius: 30px
    }

    .infomartion_text {
        padding-left: 15px;
        width: 100% !important;
    }

    .new_information p {
        width: 100%;
        max-width: 100%;
        margin: 30px 0 0
    }

    .new_information:before {
        top: 70px;
        width: 75%
    }

    .new_whyus .whyus_container {
        padding-left: 0
    }

    .new_whyus {
        margin-top: 50px
    }

    .content_title {
        padding-left: 0
    }

    .slick_left {
        left: 5%
    }

    .slick_right {
        right: 5%
    }

    .new_signup:after {
        display: none
    }

    .new_signup .signup_form {
        margin: 30px auto 0
    }
    .new_reviews .reviews_container .review_block a {
        right: 33%;
    }
    .new_signup:before {
        width: 40% !important;
    }
}

@media screen and (max-width:970px) {
    .burger_menu {
        display: block
    }

    .new_index_menu ul {
        display: none
    }

    .new_index_slider .one_slide h3 {
        font-size: 90px
    }

    .services_dropdown_wrapper {
        position: initial;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        width: 100%
    }

    .dropdown_trigger {
        padding-left: 30px !important;

    }

    .new_index_menu ul li {
        padding-left: 30px;
        margin-right: 0 !important;
    }

    .menu_list {
        padding: 0 !important
    }

    .new_index_menu .services_dropdown ul li:first-child a,
    .new_index_menu .services_dropdown ul li:last-child a {
        -webkit-border-radius: 17px;
        border-radius: 17px
    }

    .content_title h2 {
        font-size: 44px
    }

    .content_title h3 {
        font-size: 38px
    }

    .new_whyus:before {
        top: 120px
    }

    .new_whyus .whyus_container .whyus_block:nth-of-type(even) {
        margin: 30px 0
    }

    .new_reviews:before {
        top: 115px;
        width: 80%
    }

    #footer {
        background: #204e89
    }

    #footer .footer_rights {
        background: #6d7a87;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px
    }

    #footer .footer_rights h6 {
        color: #fff;
        width: auto
    }

    #footer .footer_rights span {
        width: auto
    }
    .new_contacts .new_contacts_map {
    	left: 0;
    	right: unset;
    	margin-top: 0;
    	top: 690px;
    	width: 100%;
    	background: none;
    	border-bottom: 20px solid #BBE9FF;
    	border-right: 20px solid #BBE9FF;
    	border-top: 20px solid #BBE9FF;
    	border-bottom-right-radius: 70px;
    	border-top-right-radius: 70px;
    }
    .new_contacts .new_contacts_map .map_container {
    	width: 100%;
    	height: 100%;
    	margin-top: 0;
    	border-bottom-right-radius: 50px;
    	border-top-right-radius: 50px;
    }
    .new_contacts {
    	height: 1136px
    }
    .new_contacts .new_contacts_information {
        margin-left: -150px;
        padding-left: 150px;
    }

    .menu_list {
        margin: 0 -15px;
    }
}

@media screen and (max-width:850px) {
    .new_signup {
        margin-bottom: 0
    }

    .new_signup .signup_form {
        background: #6d7a87;
        display: block;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        height: auto;
        padding: 30px 15px;
        margin: 30px -15px 0
    }

    .feahter {
        margin: 0 auto;
        display: block
    }

    .new_signup .signup_form .inputs_wrapper {
        width: 100%;
        margin: 30px 0
    }

    .new_signup .content_title {
        margin-left: 0
    }
    .new_whyus {
        background: none;
    }
}

@media screen and (max-width:768px) {
    .new_reviews .reviews_container .review_block a {
        right: 27%;
    }
    #new_index_page .new_header_information .new_logo_container {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 0
    }

    #new_index_page .new_header_information .new_logo_container a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #new_index_page .new_header_information .new_logo_container:before {
        display: none
    }

    #new_index_page .new_header_information .new_logo_container a .logo_description {
        width: 100%;
        text-align: center
    }

    #new_index_page .new_contact_information {
        width: 100%
    }

    #new_index_page .new_form_buttom .button_wrapper {
        margin: 30px auto
    }

    .new_index_slider .one_slide h3 {
        font-size: 50px
    }

    .new_whyus .whyus_container .whyus_block {
        height: auto;
        padding-left: 0;
        padding-top: 320px;
        margin-bottom: 50px
    }

    .new_whyus .whyus_container .whyus_block .whyus_image_wrapper {
        left: -webkit-calc(50% - 150px);
        left: calc(50% - 150px)
    }

    .new_whyus .whyus_container .whyus_block h4 {
        padding-top: 20px
    }

    .new_whyus .whyus_container .whyus_block:nth-of-type(even) {
        height: auto
    }

    .new_reviews .reviews_text span {
        width: 100%
    }

    #footer {
        height: auto
    }

    #footer .footer_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        padding: 30px 0
    }

    #footer .footer_links_wrapper {
        width: 100%;
        margin-top: 30px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    #footer .footer_content .new_logo_container {
        margin: 0 auto !important
    }
}

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

    .new_services h3 {
        margin-left: 0;
        font-size: 40px
    }

    .new_services h4 {
        margin-left: 0;
        font-size: 23px
    }

    .new_services:before {
        top: 65px
    }

    .new_information h2 {
        font-size: 44px
    }

    .new_information p {
        font-size: 20px
    }

    .new_information:before {
        top: 55px
    }
}

@media screen and (max-width: 600px) {
    .new_contacts .new_contacts_map {
        border-right: none;
        border-bottom-right-radius: 0;
    }
    .new_contacts .new_contacts_map .map_container{
        border-radius:0;
    }
}

@media screen and (max-width: 550px) {
    .new_contacts .new_contacts_information {
        width: 100%;
        zoom: 100%;
        padding: 0;
        margin: 0;
        left: 0;
    }
    .new_contacts .email {
        width: 280px;
    }
    .new_contacts .new_contacts_map {
        zoom: 100%;
        top: 675px;
    }
    .new_contacts {
        height: 1405px
    }
    .new_reviews .reviews_container .review_block a {
        right: 20%;
    }
}

@media screen and (max-width:500px) {
    .new_index_menu .services_dropdown ul li a {
        font-size: 20px
    }

    .new_index_menu .services_dropdown .icon_wrapper {
        max-width: 50px
    }

    .new_whyus .whyus_container .whyus_block .whyus_image_wrapper {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .new_whyus .whyus_container .whyus_block {
        padding-top: 280px
    }

    .new_reviews .reviews_container .review_block .photo_wrapper {
        zoom: 60%
    }

    .content_title h2 {
        font-size: 29px
    }

    .content_title h3 {
        font-size: 25px
    }

    .new_whyus .whyus_container .whyus_block h4 {
        font-size: 20px
    }

    .new_reviews:before {
        top: 85px
    }

    .new_contacts .new_logo_container img {
        margin: 20px auto 0
    }


    #footer .footer_rights {
        padding: 30px 0;
        height: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    #footer .footer_rights span {
        width: 100%;
        margin-top: 30px;
        padding: 0;
        text-align: center
    }

    #footer .footer_links_wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .new_contacts .adress {
        margin-left: 0;
    }
    .new_contacts .phone {
        margin-left: 30px;
    }
    .new_contacts .work_time {
        margin-left: 60px;
    }
    .new_contacts .email{
        margin-left: 90px;
    }
    .new_contacts .new_logo_container{
        padding-left: 0 !important;
    }
    .new_contacts .new_logo_container img{
        margin: 0 10px 0 0;
    }
    .new_contacts .new_contacts_information {
        padding-left: 15px;
    }
    .information_image_container{
        width: 95%;
    }
    .new_reviews .reviews_container .review_block a {
        width: 60px;
        height: 60px;
        border: 7px solid #fff;
        right: 30%;
    }
}

@media screen and (max-width: 420px) {
    .new_contacts .phone {
        margin-left: 15px;
    }
    .new_contacts .work_time {
        margin-left: 30px;
    }
    .new_contacts .email{
        margin-left: 45px;
    }
    .new_contacts .email {
        width: 240px !important;
    }
    .new_contacts .contact_block .work_time_list li{
        font-size: 20px;
    }
    .new_contacts .contact_block .work_time_list {
        width: 180px;
    }
    .new_contacts .contact_block {
        width: 270px;
    }
    .new_contacts .contact_block a{
        font-size: 23px;
    }
    .new_contacts .contact_block span{
        font-size: 18px;
    }
    .new_contacts .new_logo_container span {
        font-size: 16px !important;
    }
    .new_contacts .new_logo_container h3, .new_contacts .new_logo_container h3 span {
        font-size: 30px !important;
    }
    .new_reviews .reviews_container .review_block h4 {
        padding: 4px 30px;
    }
}

@media screen and (max-width:400px) {
    #new_index_page .new_header_information .new_logo_container a .logo_description {
        width: 100%;
        margin: 20px auto;
        text-align: center
    }

    #new_index_page .new_contact_information {
        text-align: center
    }

    #new_index_page .new_contact_information .new_languages {
        margin: 0 auto
    }

    #new_index_page .new_contact_information .contact_phone {
        margin: 20px auto
    }

    

    #new_index_page .new_contact_information .contact_socials {
        margin: 20px auto;
        text-align: center
    }

    #new_index_page .new_contact_information .contact_socials ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #new_index_page .new_logo_container {
        margin-top: 10px
    }

    .new_index_slider .one_slide h3 {
        font-size: 40px
    }

    .new_contacts .contact_block a {
        font-size: 20px
    }
    .infomartion_text p span {
        font-size: 33px;
    }
    .new_reviews .reviews_container .review_block a {
        right: 20%;
    }
}

@media screen and (min-width:1024px) {
    .reviews_container .slick-slide {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        opacity: .4
    }

    .reviews_container .slick-slide.slick-current.slick-active.slick-center {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@media screen and (min-width:971px) {
    .dropdown_trigger:hover .services_dropdown_wrapper {
        max-height: 1000px
    }

    .menu_list {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .dropdown_trigger:hover {
        background: #1d9bd7
    }

    .dropdown_trigger:hover a {
        color: #fff !important;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .dropdown_trigger:hover:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        background: url(../img/new_index/arrow_down_hover.png) center center no-repeat
    }
}

.review_block.slick-slide.slick-current.slick-active.slick-center,
.review_block.slick-slide.slick-active,
.photo_wrapper,
.slick-slide {
    outline: none !important
}

.infomartion_text {
    width: calc(54% - 30px);
    margin-top: 45px;
    position: relative;
}
.backward_text {
    font-family: ffl;
    font-size: 140px;
    color: #eaecee;
    position: absolute;
    opacity: .3;
    z-index: -1;
}

.new_services .backward_text {
    top: -53px;
    left: 200px;
}
.infomartion_text .backward_text {
    top: -55px;
    left: 133px;
    color: #c3e4f5;
}

.new_whyus .backward_text {
    top: -55px;
    left: 200px;
    color: #6d7a87;
    opacity: .1;
}
.new_reviews .backward_text {
    top: 19px;
    left: 260px;
    color: #6d7a87;
    opacity: .1;
}

.new_contacts .backward_text {
    top: -45px;
    left: 145px;
    color: #6d7a87;
    opacity: .1;
}

@media screen and (max-width: 1365px) {
    .infomartion_text .backward_text {
        display: none;
    } 
}
@media screen and (max-width: 1023px) {
        .backward_text {
        display: none !important;
    } 
}

.new_index_menu .services_dropdown ul li a {
    padding-left: 90px;
    position: relative;
}

.services_dropdown a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.services_dropdown .viniri:before {
    background-image: url('../img/new_index/icons/01.png');
}
.services_dropdown .protez:before {
    background-image: url('../img/new_index/icons/02.png');
}
.services_dropdown .implant:before {
    background-image: url('../img/new_index/icons/03.png');
}
.services_dropdown .caries:before {
    background-image: url('../img/new_index/icons/04.png');
}
.services_dropdown .canal:before {
    background-image: url('../img/new_index/icons/05.png');
}
.services_dropdown .pricus:before {
    background-image: url('../img/new_index/icons/06.png');
}
.services_dropdown .gigiena:before {
    background-image: url('../img/new_index/icons/07.png');
}
.services_dropdown .otbelivanie:before {
    background-image: url('../img/new_index/icons/08.png');
}
.services_dropdown .plastica:before {
    background-image: url('../img/new_index/icons/09.png');
}

.tehnology {
    background: url(../img/new_index/tehnology_bg.png) center top no-repeat;
    padding: 30px 0 15px;
    margin-top: 30px;
    background-size: cover;
}

.tehnology * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tehnology_title {
    padding: 43px 58px;
    position: relative
}

.tehnology_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 98px;
    background: url(../img/new_index/text_before.png)
}

.tehnology_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 120px;
    height: 5px;
    background: #1d9bd6;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.tehnology_title h2 {
    font-family: ffm;
    font-size: 40px;
    text-transform: uppercase;
    color: #1d9bd6;
    margin: 0;
}

.works_title {
    padding: 43px 58px;
    position: relative
}

.works_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 98px;
    background: url(../img/new_index/text_before.png)
}

.works_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 120px;
    height: 5px;
    background: #1d9bd6;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.works_title h2 {
    font-family: ffm;
    font-size: 40px;
    text-transform: uppercase;
    color: #1d9bd6;
    margin: 0;
}

.tehnology_container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative
}

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


.works_items_container {
    padding: 0 40px;
    margin-top: 80px;
    position: relative
}

.tehnology_slider {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px
}

.tehnology_no_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px
}

.tehnology_no_slider .tehno_item_wrapper {
    margin-right: 65px
}

.tehnology_no_slider .tehno_item_wrapper:last-child {
    margin-right: 0
}

.blue_word {
    margin-right: 10px;
    color: #0c3e57;
    display: inline-block
}

.slick-slide,
.slick-track,
.tehno_item,
.works_item,
.works_one_slide {
    outline: 0 !important
}

.tehno_item {
    display: block;
    margin: 0 auto;
    width: 290px;
    height: 306px;
    background: url(../img/new_index/tehnology_item_border.png) center center no-repeat;
    padding: 23px 15px
}

.tehno_image_wrapper {
    width: 100%;
    height: 100%;
    border: 5px solid #ddd;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #b6d4eb;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden
}

.tehno_slide_left {
    cursor: pointer;
    position: absolute;
    top: -webkit-calc(50% - 13.5px);
    top: calc(50% - 13.5px);
    left: 0;
    width: 27px;
    height: 50px;
    background: url(../img/new_index/review_arrow.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tehno_slide_right {
    cursor: pointer;
    position: absolute;
    top: -webkit-calc(50% - 13.5px);
    top: calc(50% - 13.5px);
    right: 0;
    width: 27px;
    height: 50px;
    background: url(../img/new_index/review_arrow.png)
}

.works_slide_left {
    cursor: pointer;
    position: absolute;
    top: -webkit-calc(50% - 13.5px);
    top: calc(50% - 13.5px);
    left: 0;
    width: 27px;
    height: 50px;
    background: url(../img/new_index/review_arrow.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.works_slide_right {
    cursor: pointer;
    position: absolute;
    top: -webkit-calc(50% - 13.5px);
    top: calc(50% - 13.5px);
    right: 0;
    width: 27px;
    height: 50px;
    background: url(../img/new_index/review_arrow.png)
}

.works_item {
    display: block;
    width: 573px;
    height: 327px;
    background: url(../img/new_index/works_item_border.png) center center no-repeat;
    padding: 28px 25px
}

.works_slider {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px
}

.works_item_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.works_slider .slick-slide {
    margin: 0 10px
}

.works_slider .slick-list {
    margin: 0 -10px
}

.work_description {
    max-width: 400px
}

.work_description h3 {
    font-family: ffm;
    font-size: 20px;
    color: #1d9bd6;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px
}

.work_description h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 2px;
    background: #1d9bd6
}

.work_description p {
    margin-top: 15px;
    font-size: 22px;
    color: #3d3e3e
}

@media (max-width:1090px) {
    .tehno_item {
        -webkit-background-size: contain;
        background-size: contain;
        width: 250px;
        height: 250px
    }

    .tehnology_slider {
        padding: 0 30px
    }

    .works_item {
        width: 450px;
        height: 280px;
        -webkit-background-size: contain;
        background-size: contain
    }
}

@media (max-width:970px) {
    .works_item_wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .works_item {
        margin: 0 auto
    }

    .work_description {
        margin-top: 30px;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:600px) {
    .works_item {
        width: 350px;
        height: 240px;
        -webkit-background-size: contain;
        background-size: contain;
        padding: 0
    }
}

@media (max-width:500px) {
    .tehnology_title h2 {
        font-size: 28px
    }

    .works_item {
        width: 280px;
        height: 240px;
        -webkit-background-size: contain;
        background-size: contain;
        padding: 0
    }
    .tehno_item {
        background-image: none;
        width: 210px;
        height: 210px;
        padding: 0;
    }
}



.signup_form .custom_check_boxes {
    margin: -20px auto 0;
    padding: 3px 5px;
    font-family: ffl;
    font-size: 13px;
    color: #79d2fc;
    /*background-color: #000;*/
    border-radius: 3px;
}

.signup_form .option {
    display: block;
    cursor: pointer;
    line-height: 1;
}

.form__help {
    font-size: 13px;
    display: block;
    margin: -20px auto 0;
    /*background-color: #000;*/
    color: #79d2fc;
    font-family: ffl;
    padding: 3px 5px;
    position: relative;
    border-radius: 3px;
}

.signup_form .check {
    padding-left: 1.4em;
}

.signup_form .check__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.signup_form .check__box {
    position: absolute;
    margin-top: 0.1em;
    margin-left: -1.2em;
    width: 9px !important;
    height: 10px !important;
    overflow: hidden;
    border-radius: 0.22em;
    border: 1px solid #79d2fc;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 9px 10px;
    /*box-shadow: 0 0 0 1px #99b54a;*/
    cursor: pointer;

}

.signup_form .check__input:checked + .check__box {
    background-image: url(../img/new_index/tick.svg);
}


.signup_form .check__input:disabled + .check__box {
    box-shadow: 0 0 0 0.1em #0000006b;
    opacity: 0.4;
}

.signup_form .check__input:checked:disabled + .check__box {
    opacity: 0.4;
}

.signup_form_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.signup_form_information {
    max-width: 490px;
    margin-left: auto;
    padding-right: 50px;
    position: relative;
    z-index: 2;
}

.new_signup .backward_text {
    color: #dadada;
    top: -65px;
    right: 15px;
    z-index: -1;
}

.signup_form_information h2 {
    font-family: ffl;
    font-size: 60px;
    color: #6e7b87;
    margin: 0 0 85px 0;
}

.signup_form_information h2 strong {
    color: #31a9ea;
    width: 100%;
    display: block;
}

.signup_form_information p {
    color: #6e7a87;
    font-family: ffl;
    font-size: 30px;
    margin-bottom: 60px;
}

.make_review_button {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.make_review_button a {
    padding: 8px 20px 8px 20px;
    display: block;
    margin-left: auto;
    text-decoration: none;
    font-family: ffm;
    font-size: 25px;
    color: #6d7b88;
    background-color: #E8E8E8;
    border-radius: 30px;
    box-shadow: 0 0 20px #E8E8E8;
}

@media screen and (max-width: 1280px) {
    .signup_form_information{
        margin: 0;
        max-width: 100%;
        padding: 0;
    }
    .signup_form_information h2 {
        margin-bottom: 45px;
    }

    .signup_form_information p {
        margin-bottom: 25px;
    }
    .signup_form_information .option {
        margin-left: 0;
    }
    .new_signup:before {
        width: 82%;
    }
    .new_signup .backward_text {
        top: 0;
        right: unset;
        left: 300px;
    }
}

#upload-photo {
   opacity: 0;
   position: absolute;
   z-index: -1;
   visibility: hidden;
   max-width: 305px;
}
.upload_file {
    width: 100%;
    background: #6d7a87;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 50px;
    text-align: center;
    outline: 0;
    padding: 0 15px;
    font-family: ffl;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.index__slide_bg {
    width: 100%;
    padding-top: 32%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
    .index__slide_bg {
        padding-top: 0;
        height: 300px;
    }
}

@media screen and (max-width: 500px) {
    .index__slide_bg {
        height: 230px;
    }
    .new_services {
        margin-top: 50px;
    }
}

@media screen and (max-width: 400px) {
    .index__slide_bg {
        height: 190px;
    }
}
