.iti__country-name {
    color: #000 !important;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

footer, header, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

b {
    font-weight: inherit;
}

b {
    font-weight: bolder;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button {
    text-transform: none;
}

button, [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot");
    src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.bin") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fScreen {
    width: 100%;
    display: block;
    background: url(../img/main-bg.png) center / cover no-repeat;
    padding: 10px;
}

.myContainer {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.myRow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.myRow_two {
    align-items: center;
    justify-content: space-between;
}

.header {
    width: 100%;
    height: 70px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 14px rgba(0, 0, 0, .4);
    position: relative;
}

.main__title {
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 28px;
    padding: 20px 0;
}

.bold {
    font-weight: bold;
}

.videoWrap {
    width: 65%;
    border: 1px solid #717171;
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
}

.registrWrap {
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.register-title {
    width: 100%;
    max-width: 240px;
    height: 40px;
    margin: 0 auto;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background: linear-gradient(to bottom, #003DA6 0%, #005CFB 100%);
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 0 3px 14px #000;
}

.registWrap__form {
    width: 100%;
    padding: 30px;
    box-shadow: 0 0 16px #7A9CD7;
    border-radius: 45px;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #FFFFFF 0%, #CADAEA 100%);
}

.form-fake__title {
    text-align: center;
    font-size: 18px;
    z-index: 2;
    color: #003CA3;
    font-weight: bold;
}

.blur__content {
    z-index: 20;
    position: relative;
}

.form__button_fake {
    border: 1px solid rgba(220, 255, 252, .61);
    color: #ffffff;
    font-size: 20px;
    padding: 16px 0;
    border-radius: 60px;
    margin: 30px 0 0;
    width: 100%;
    max-width: 350px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .8);
    transition: all 0.3s;
    font-weight: 600;
    background: linear-gradient(to left, #015EFF 0%, #003CA3 100%);
    box-shadow: 0 0 6px rgba(8, 0, 225, .3);
}

.form__button_fake:hover {
    -webkit-box-shadow: 0 0 25px 2px #8DFFCA;
    box-shadow: 0 0 25px 2px #8DFFCA;
}

.content-bg {
    background: url(../img/content-bg.png) center / cover no-repeat;
}

.navigate {
    padding: 80px 10px;
}

.navigate__descr {
    padding: 40px 0 30px;
    width: 85%;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.members {
    width: 100%;
    padding: 20px 0 10px;
}

.gallery {
    padding: 20px 20px 70px;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
}

.myColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 30%;
    margin: 0 15px;
}

.members__box {
    width: 100%;
    margin: 15px 0;
    height: 185px;
    border: 1px solid #313131;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.members__box_big {
    height: 400px;
}

.members__title {
    position: absolute;
    top: -55px;
    margin: 0;
    line-height: 28px;
    font-size: 32px;
    padding: 0 60px;
    font-weight: bold;
    color: #000;
}

.flug {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.gallery__ava {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gallery__ava_small {
    height: 100%;
}

.gallery__ava_big {
    height: 100%;
}

.rus1 {
    background: url(../img/rus.jpg);
}

.germ1 {
    background: url(../img/germ.jpg);
}

.irland1 {
    background: url(../img/irland.jpg);
}

.franch1 {
    background: url(../img/franch1.jpg);
}

.frunch2 {
    background: url(../img/franch2.jpg);
}

.italy1 {
    background: url(../img/italy.jpg);
}

.brit2 {
    background: url(../img/brit2.jpg);
}

.members__portret {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery__feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding: 0 40px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.members__box:hover .gallery__feedback {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.offers {
    padding: 50px 0;
}

.offers__left {
    width: 40%;
}

.offers__right {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 100px;
}

.offers__left img {
    width: 100%;
}

.offers__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offers__item {
    /*display: flex;*/
    align-items: center;
    padding: 15px 0;
    font-size: 18px;
    color: #000;
}

.border {
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #0055E7 0%, #80808000 100%);
    border-radius: 10px;
    margin: 20px auto 10px;
}

.offers__title {
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    color: #000;
}

.why {
    background: url("../img/main-bg.png") center / cover no-repeat;
}

.why-me {
    padding: 100px;
}

.why-me__title {
    margin: 0;
    padding: 0 0 10px;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.why_me__descr {
    max-width: 1000px;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.offers {
    background: linear-gradient(to bottom, #ececec, #efefef, #f3f3f3, #f6f6f6, #fafafa, #f9f9f9, #f8f8f8, #f7f7f7, #f1f1f1, #ebebeb, #e5e5e5, #dfdfdf);
}

.offers__left_img {
    border-radius: 15px;
}

.news {
    background-color: #fff;
    height: 400px;
}

.myClumn_5 {
    width: 41.66%;
}

.myClumn_7 {
    width: 58.33%;
}

.news__bg_small {
    background-image: url(../img/1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    width: 50%;
}

.news__bg_big {
    height: 400px;
    background-image: url(../img/2.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.myRow__200 {
    width: 100%;
    height: 200px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.myRow__400 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    height: 400px;
    color: #000;
    text-overflow: ellipsis;
}

.news-div {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
    text-overflow: ellipsis;
    background: linear-gradient(to bottom, #ffffff, #f4f4f4, #e8e8e8, #dddddd, #d2d2d2);
}

.news-border {
    height: 3px;
    margin: 13px auto 15px;
}

.silver-news {
    color: #707070;
}

.news-titles {
    font-size: 18px;
    text-align: left;
    margin: 10px auto;
}

.bg__long {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/news-2.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/news-2.jpg);
    background-position: 0 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.news-div_big {
    width: 50%;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: justify;
    background: linear-gradient(to bottom, #ffffff, #f4f4f4, #e8e8e8, #dddddd, #d2d2d2);
}

.myRow__400 .news-titles {
    font-size: 28px;
}

.footer-tesler {
    padding: 20px 10px;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 20px;
}

.navigation__item {
    position: relative;
}

.navigation__link {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 20px 0 0;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    height: 100%;
    transition: all 0.3s;
}

.navigation__link::before {
    content: "";
    display: block;
    position: relative;
    height: 100%;
    width: 3px;
    margin: 0 20px 0 0;
    border-radius: 8px;
    transition: all 0.3s;
    background: linear-gradient(to bottom, #0055E7 0%, #80808000 100%);
}

.navigation__link_before::before {
    display: none;
}

.navigation__link:hover::before {
    background: linear-gradient(to bottom, #0031b8 0%, #80808000 100%);
}

.navigation__link:hover, .navigation__link:active, .navigation__link:focus {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html {
    font-size: 16px;
}

body {
    position: relative;
    min-width: 320px;
    overflow-x: hidden;
    font-family: "Arial", sans-serif;
    color: #fff;
    background: linear-gradient(to bottom, #FDFDFD 0%, #E0E0E0 100%);
}

@media screen and (max-width: 1439px) {
    .myRow_two {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (max-width: 991px) {
    .news-div {
        padding: 10px;
    }

    .news__bg_small {
        width: 50% !important;
    }

    .news-div_content {
        width: 70%;
    }

    .news-div_big {
        overflow: hidden;
    }

    .gallery {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 10px 0;
    }

    .myRow_two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .videoWrap {
        width: 80%;
    }

    .registrWrap {
        width: 80%;
        margin: 30px auto 0;
    }

    .offers {
        padding: 150px 0 100px
    }
}

@media screen and (max-width: 767px) {
    .navigate__descr {
        margin: 0;
        font-size: 22px;
    }

    .myColumn {
        width: 50%;
    }

    .gallery {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }

    .members__box {
        height: 250px;
    }

    .offers {
        padding: 0 10px;
    }

    .offers__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .offers__left {
        width: 50%;
    }

    .offers__right {
        width: 80%;
        padding: 40px 0;
    }

    .why-me {
        padding: 40px 10px;
    }

    .why-me__title {
        padding: 20px 0;
    }

    .news-div_big {
        padding: 15px;
    }

    .news {
        display: none;
    }

    .navigation__link {
        font-size: 14px;
    }

    .footer-tesler {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 479px) {
    .navigate__descr {
        font-size: 18px;
    }

    .myColumn {
        width: 80%;
    }

    .navigate {
        padding: 40px 10px;
    }

    .offers__left {
        width: 80%;
    }

    .why-me__title {
        font-size: 75px;
        line-height: 1;
    }

    .navigation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

    .navigation__item {
        width: 30%;
        margin-top: 20px;
        text-align: center;
    }

    .navigation__link:before {
        display: none;
    }

    .videoWrap {
        width: 100%;
    }

    .gallery__feedback {
        font-size: 14px;
    }

    .offers__item {
        padding: 10px 0;
    }

    .offers__item::before {
        margin-right: 20px;
    }

    .offers__title {
        padding: 20px
    }
}

form .form_group--name input, form .form_group--email input {
    border-radius: 25px;
    color: #333;
    text-align: center;
    background: #DCDCDC;
    box-shadow: 0 0 8px #fff;
}

form.form-container button[type="submit"] {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 16px 0;
    border-radius: 60px;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 0 6px #0800E1;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .8);
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(to left, #015EFF 0%, #003CA3 100%);
}

@media screen and (max-width: 991px) {
    .main__title {
        font-size: 24px;
        padding: 30px 10px;
    }

    .navigate {
        padding: 30px 10px 40px;
    }

    .navigate__descr {
        padding: 20px 0;
        font-size: 20px;
    }

    .offers {
        padding: 80px 0 100px;
    }

    .why-me {
        padding: 100px 100px 0;
    }

    .navigation__link {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .navigation__link {
        font-size: 16px;
    }

    .why-me {
        padding: 100px 40px 0;
    }
}

@media screen and (max-width: 480px) {
    .why-me {
        padding: 0 20px 0;
    }

    .members__title {
        font-size: 28px;
    }

    .why_me__descr {
        font-size: 16px;
    }

    .navigation {
        padding: 10px;
    }

    .navigate {
        padding: 30px 10px 60px;
    }

    .offers__title {
        padding: 20px 0;
    }

    .border {
        margin: -7px auto 10px;
    }

    .navigate__descr {
        padding: 20px 0;
        font-size: 16px;
        width: 90%;
    }

    .navigation__link {
        font-size: 14px;
    }

    .main__title {
        font-size: 18px;
    }

    .offers {
        padding: 40px 0 50px;
    }

    .why-me__title {
        font-size: 32px;
        line-height: 1;
    }

    .registWrap__form {
        padding: 30px 10px;
    }

    .navigation__item {
        width: inherit;
    }
}

@font-face {
    font-family: 'FormJS-Icon';
    src: local(FormJS-Icon), url('../fonts/FormJS-Icon.eot'), url('#iefix') format('embedded-opentype'), url('../fonts/FormJS-Icon.bin') format('truetype'), url('../fonts/FormJS-Icon.woff') format('woff'), url('../fonts/FormJS-Icon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

form.form-container input {
    width: 100%;
    height: 45px;
    border: none;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

form.form-container input:focus {
    outline: none;
}

form.form-container button[type="submit"] {
    position: relative;
}

form.form-container button[type="submit"]:disabled {
    opacity: 0.75;
}

.form_group--name, .form_group--email {
    position: relative;
}

.form-container input {
    display: block;
    width: 100%;
    text-align: center !important;
}

.form-container > div + div {
    margin-top: 10px;
}

input {
    padding: 0;
}

.SnapLinksContainer :not([xyz]) {
}

.SnapLinksContainer .SnapLinksHighlighter {
    all: initial;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
}

.SnapLinksContainer {
    pointer-events: none;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
}

.SnapLinksContainer > .SL_SelectionRect {
    outline: 2px dashed rgba(0, 200, 0, 1);
    position: absolute;
    overflow: visible;
    z-index: 1;
}

.SL_SelectionRect > .SL_SelectionLabel {
    position: absolute;
    background: #FFFFD9;
    border: 1px solid black;
    border-radius: 2px;
    padding: 2px;
    font: normal 12px Verdana;
    white-space: nowrap;
    color: #000000;
}

.SnapLinksContainer :not([xyz]) {
}

.SnapLinksContainer .SnapLinksHighlighter {
    all: initial;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
}

.SnapLinksContainer {
    pointer-events: none;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
}

.SnapLinksContainer > .SL_SelectionRect {
    outline: 2px dashed rgba(0, 200, 0, 1);
    position: absolute;
    overflow: visible;
    z-index: 1;
}

.SL_SelectionRect > .SL_SelectionLabel {
    position: absolute;
    background: #FFFFD9;
    border: 1px solid black;
    border-radius: 2px;
    padding: 2px;
    font: normal 12px Verdana;
    white-space: nowrap;
    color: #000000;
}
