/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/* Меню */
.menu {
  background: #2ba9c0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
 
#button-recall {
    background: #FFFFFF url(img/ico2.png) no-repeat left center;
    padding-left: 25px;
    background-position-x: 30px;
    box-shadow: 0px 5px 20px rgba(7, 42, 68, 0.1);
    border-radius: 8px;
    width: 100%;
    max-width: 205px;
    height: 50px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    display: inline-block;
    line-height: 50px;
       margin-left: 51%;
}

.menu a {
  color: #fff;
  text-decoration: none;
  padding: 12px 12px;
}
 
.menu a:hover {
  border-bottom: 4px solid #fff;
  background: #078ecb;
}
 
.itemsMenu li {
    display: inline-block;
    padding-right: 0px;
    width: 100%;
    max-width: 245px;
    margin: 0 auto;
}
  .itemsMenu li img{
  vertical-align: middle;
  margin-right: 10px;
 }
 .itemsMenu li a {
  font-family: Roboto;
font-style: normal;
line-height: normal;
font-size: 15px;

color: #FFFFFF;
text-decoration: none;
}
.itemsMenu__bold {
  font-weight: bold;
}

.itemsMenu {
  text-align: center;
  width:100%;
}

.itemsMenu li a:hover {
  color:#FF9E0C;
}
.iconMenu {
  color: #fff;
  cursor: pointer;
  display: none;
  background: url(img/iconmenu.png) center center no-repeat;
  height: 32px;
}
.showitems {
  display:block !important;
}
 




.logo {
    width: 67px;
    display: block;
    float: left;
    padding-top: 0;
}

.logo-text {
  color: white;
  font-size: 13px;
  width: 290px;
  font-family: roboto;
  padding-top: 9px;
}

header {
    background: rgb(0, 128, 73);
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    max-width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    transform: translateZ(0); 
}
/* Конец меню */
/* Общие */
.scrollimg {
      display: block;
    margin: auto;
    margin-top: 65px;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.logomob {
  display: none;}

  .dnmob {display: block;
    width: 100%;
    max-width: 300px;
  }
.topMenu {
  display: flex;
  align-items: center;
}


/* Стили */
.wrap {
  width: 80%;
  margin:auto;
}
/* Секция 1 */
.section-1 {
  width:100%;
  background:url("img/bg1.png") no-repeat center center;
  background-size: cover;
  padding-top:50px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 130px;

}

.section-1 .section-1__offer {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 37px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}


.section-1__offer.section-1__offer--2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 105px;
}


.tofferform {
  display: flex;
  overflow: hidden;
}


.txt-section-1 .txt-section-1__offer2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 29px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.txt-section-1 .txt-section-1__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 19px;
    color: #FFFFFF;
    max-width: 500px;
  
}

input::-moz-placeholder { color: #1E1E1E;font-family: Roboto; font-size:15px;}
input::-webkit-input-placeholder { color: #1E1E1E; font-family: Roboto;font-size:15px; }
.form-order .form-order__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 32px;
    color: #FFFFFF;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
}

.form-order {
    width: 100%;
    max-width: 425px;
    margin: auto;
    font-family: Roboto;
    font-size: 30px;
    text-align: center;
}

.form-order .input {
    mix-blend-mode: normal;
    opacity: 0.8;
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #1E1E1E;
    height: 55px;
    line-height: 55px;
    display: block;
    width: 100%;
    max-width: 425px;
    padding-left: 40px;
    outline: none;
}

.form-order .form-order__name {
    background: #FFFFFF url(img/ico1.png) no-repeat left center;
    background-position-x: 14px;
}

.form-order .form-order__phone {
background: #FFFFFF url(img/ico2.png) no-repeat left center;
    background-position-x: 14px;
}

.form-order .form-order__email {
background: #FFFFFF url(img/ico3.png) no-repeat left center;
    background-position-x: 14px;
}

.form-order .form-order__submit {
  width: 100%;
  max-width: 425px;
  background: #FF9E0C;
box-shadow: 0px 10px 50px rgba(7, 42, 68, 0.12);
border-radius: 8px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 24px;
text-align: center;
color:#fff;
border:0px;
height:60px;
outline:none;
cursor:pointer;
}
.form-order .form-order__submit:hover {
  background: rgb(0, 128, 73);
box-shadow: 0px 10px 50px rgba(7, 42, 68, 0.12);
}

.form-order__submit {
  transition: all .15s ease-out;
}


/* Секция 2 */
.section-2 {
  width:100%;
  background:#F3F3F3;
  padding-top: 60px;
  padding-bottom: 60px;
}
 
 .section-2 .section-2__text {
  font-family: Roboto;
font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 54px;
text-align: center;
color: #3D066A;
text-transform: uppercase;
padding:0px;
margin: 0px;
margin-bottom: 30px;
 }


hr {
width: 110px;
height: 5px;
background: #3D066A;
margin:auto;
margin-bottom: 70px;
}

.section-2-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
.section-2-block .section-2-block__box {
  background: #FFFFFF;
box-shadow: 0px 10px 30px rgba(61, 6, 106, 0.2);
border-radius: 7px;
width:100%;
max-width: 340px;
display: block;
margin:auto;
padding-top: 24px;
padding-bottom: 24px;
min-height: 382px;
}

.section-2-block .section-2-block__box:hover {
  box-shadow: 0px 10px 30px rgba(255, 158, 12, 0.3);
}

.section-2-block .section-2-block__box .section-2-block__box-button {
 background: rgb(0, 128, 73);
box-shadow: 0px 10px 50px rgba(7, 42, 68, 0.12);
border-radius: 8px;
display:block;
margin:auto;
max-width: 270px;
height:50px; 
font-family: Roboto;
font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 18px;
text-align: center;
letter-spacing: 1px;
text-decoration: none;
color: #FFFFFF;
line-height: 50px;
} 
.section-2-block .section-2-block__box .section-2-block__box-button:hover {
background: #FF9E0C;
box-shadow: 0px 10px 50px rgba(7, 42, 68, 0.12);
}
.section-2-block .section-2-block__box .section-2-block__box-text  {
font-family: Roboto;
font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 24px;
text-align: center;
color: #3D066A;
margin-bottom: 50px;
margin-top: 0px;
}

.section-2-block .section-2-block__box .mbot{
margin-bottom: 79px;
}
.section-2-block .section-2-block__box .section-2-block__box-text-2 {
font-family: Roboto;
font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 48px;
text-align: center;
color: #3D066A;
margin-bottom: 60px;
}

.section-2 .section-2__button {
    background: #FF9E0C;
    box-shadow: 0px 10px 50px rgba(7, 42, 68, 0.12);
    border-radius: 8px;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 425px;
    height: 60px;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 60px;
}

.section-2 .section-2__button:hover {
background:#3D066A;
}


/* Секция О преподавателе */
.prepod {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#fff;
  padding-top: 80px;
  padding-bottom: 90px;
}


.prepod .prepod__img .prepod__img--img {
border-radius: 30px;
max-width: 406px;
height:auto;
width: 100%;
box-shadow: 0 0 18px -5px;
}

.prepod .prepod__text {
  margin-right: 50px;
}
.prepod .prepod__text .prepod__text-name {
  font-family: Roboto;
font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 40px;
color: #3D066A;

}

.prepod .prepod__text .prepod__text-name.prepod__text-name--fs {
  font-family: Roboto;
font-weight: normal;
font-size: 24px;
margin-bottom: 20px;
}

.prepod .prepod__text .prepod__text-name.prepod__text-name--fs2 {
  font-family: Roboto;
font-weight: bold;
font-size: 24px;
margin-bottom: 10px;
}
.prepod .prepod__text .prepod__text-ul li{
    font-family: Roboto;
font-style: normal;
font-weight: normal;
line-height: normal;
font-size: 24px;
color: #3D066A;
}

.wrap.wrap-2 {
  display:flex;
  align-items: center;
  justify-content: center;
}



/* Последний экран */
.end {
    width: 100%;
    padding-top: 85px;
    padding-bottom: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(img/bg2.png) no-repeat center center;
    background-size: cover;
}

.end .end__form-order-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 44px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
}

.end .end__form-order-text.end__form-order-text--fs {
    font-size: 30px;
    margin-bottom: 65px;
}



/* Футер */
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top:20px;
  padding-bottom: 20px;
  background: #1A002F;
}

.footer .footer__img1 {
  padding-top: 10px;
    margin-right: 50px;
}
.footer .footer__img2 {
      max-width: 185px;
}



/* Стили модалок с программой курса */
.dm-modal h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 28px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #171C34;
}

@media (max-width:767px) {
	.dm-modal h3 {color:#fff;}
}

.cbs {
  display: block;
  

}

.cbs__ol-name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;

    color: #171C34;
    margin-bottom: 20px;
}
.cbs__ol li{
    font-family: Roboto;
font-style: normal;
font-weight: normal;
line-height: normal;
font-size: 20px;

color: #171C34;
}

.cbs__str {
  margin-right: 25px;
}


/* Стили для форм */
.forb__waitCall {
  margin-bottom: 20px;
}
.forb__payNow {
text-decoration: none;
    line-height: 60px;
    margin-bottom: 30px; 
}
.text-result {
  font-family: Roboto;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.form-order-after {
  font-size: 26px;
    font-family: Roboto;
    text-align: center;
}

.end .form-order {
  color:#fff;
}


#header .form-order-after {
  color:#fff;
}

/* Медиа */

@media (max-width: 1614px) 
{
.itemsMenu li {max-width: 175px;}
#button-recall {
  padding-left: 25px;
    background-position-x: 18px;
    font-size: 20px;
}

.section-1 .section-1__offer {
  font-size:33px;

}

.section-1__offer.section-1__offer--2 {
  font-size:28px;
}


}

@media (max-width: 1406px) 

{
  .section-1 .section-1__offer {
    font-size: 30px;
}

.section-1__offer.section-1__offer--2 {
    font-size: 25px;
}
}

@media (max-width: 1310px)
{
  .section-2-block .section-2-block__box {
    max-width: 310px;
  }
}

@media (max-width: 1279px)
{
  .section-1 .section-1__offer {
    font-size: 28px;
}

.txt-section-1 {
     margin-right: 40px; 
}

.txt-section-1 .txt-section-1__offer2 {
  font-size:25px;
}

.section-1 .section-1__offer {
    font-size: 26px;
}

}



@media (max-width: 1264px)

{

  .itemsMenu li {
    max-width: 153px;
}
#button-recall {
    padding-left: 25px;
    background-position-x: 15px;
    font-size: 18px;
}
}



@media (max-width: 1199px)

{
  .section-2 .section-2__text {
        font-size: 40px;
  }
.section-2-block .section-2-block__box .section-2-block__box-text {font-size:20px;}

.section-2-block .section-2-block__box .section-2-block__box-text-2 {
  font-size:40px;
}

.section-2-block .section-2-block__box .section-2-block__box-button {max-width: 230px;}
.section-2-block .section-2-block__box {
    max-width: 270px;
}

}



@media (max-width: 1154px)
{
.itemsMenu {
  display: flex;
}
#dsp {display: none;}
#button-recall {display: none;}
.logo {padding-top: 5px;}
}


@media (max-width: 1109px)
{
.section-1 .section-1__offer {
    font-size: 32px;
}
.section-1__offer.section-1__offer--2 {
  font-size:22px;
}
}


@media (max-width: 1034px)
{
  .section-2-block .section-2-block__box {
    max-width: 255px;
}

}


@media screen and (max-width: 991px) {


.section-1__offer.section-1__offer--2 {
  
    margin-bottom: 20px;
}

.tofferform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.topMenu {
    display: block;
    text-align: center;
    line-height: 0px;
}
.txt-section-1 .txt-section-1__offer2 {
  margin-bottom: 22px;
}

.txt-section-1 {
    margin-right: 0px;
    margin-bottom: 35px;
}

.section-1 {
  padding-top: 70px;
}

.section-2-block {
  flex-direction: column;
}

.section-2-block .section-2-block__box {
    max-width: 320px;
    width: 100%;
    margin-bottom: 20px;
}
.wrap.wrap-2 {
  flex-direction: column;
}

.prepod {
  padding-top: 10px;
}

.prepod .prepod__text {
    margin-right: 0px;
    margin-bottom: 20px;
}

.end .end__form-order-text.end__form-order-text--fs {
    font-size: 25px;
    text-align: center;
}


  .logomob {display: block;}
  .dnmob {
    display: none;
  }

}

@media (max-width: 767px) {
  footer {
    flex-direction: column;
  }

.section-2 .section-2__text {
    font-size: 29px;
}
.section-2 .section-2__button {
  font-size:19px;
}
.wrap.wrap-2 {
    flex-direction: column;
    max-width: 95%;
    text-align: center;
}
.prepod .prepod__text .prepod__text-ul li {
  font-size:17px;
  text-align: left;
}

.end .end__form-order-text {

    font-size: 35px;
}
.end {
  padding-top: 40px;
  padding-bottom: 50px;
}
.footer .footer__img1 {
    padding-top: 10px;
    margin-right: 0px;
}
.cbs {
    display: block;
}

.cbs__ol li, .cbs__ol-name {
  color:#fff;
  font-size:17px;
}


.cb__text1 {
      font-size: 17px;
}


}


/* немного анимации */
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


@media (max-width: 991px) {
  .menu a {
    padding-bottom: 13px;
  }
  .menu a:hover {
    border-bottom: none;
  }
  .iconMenu {
    display: block;
  }
  .itemsMenu {
    display: none;
  }
  .itemsMenu li {
    display: block;
    padding: 10px 0;
  }
}