@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic,cyrillic-ext");
@font-face {
  font-family: "Mariupol";
  src: url("../fonts/Mariupol-Regular.eot?") format("eot"), url("../fonts/Mariupol-Regular.woff2") format("woff2"), url("../fonts/Mariupol-Regular.woff") format("woff"), url("../fonts/Mariupol-Regular.ttf") format("truetype"), url("../fonts/Mariupol-Regular.svg#Mariupol") format("svg"); }

@font-face {
  font-family: "Mariupol-B";
  src: url("../fonts/Mariupol-Bold.eot?") format("eot"), url("../fonts/Mariupol-Bold.woff2") format("woff2"), url("../fonts/Mariupol-Bold.woff") format("woff"), url("../fonts/Mariupol-Bold.ttf") format("truetype"), url("../fonts/Mariupol-Bold.svg#Mariupol-B") format("svg"); }

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?") format("eot"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#FontAwesome") format("svg"); }

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

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0; }

html {
  font-size: 16px; }

body {
  font-family: 'Open Sans';
  position: relative;
  margin: 0;
  padding: 0;
  color: #767676;
  background-color: #fff; }

.fancybox-slide > * {
  overflow: none !important; }

.mobile-top {
  display: none; }

.mobile-licence {
  display: none; }

.wrapimg {
  position: absolute;
  z-index: 10000000;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .2;
  background-image: url(../images/bg02.png);
  background-position: center 183px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%); }

p {
  margin: 0; }

h2 {
  margin-top: 0; }

strong {
  font-weight: 600; }

.container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.topsection {
  min-height: 690px;
  color: #fff;
  background: url(../images/top-bg.jpg) center top no-repeat; }
  .topsection .smalltext {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    width: 550px;
    margin-right: auto;
    margin-bottom: 56px;
    margin-left: auto;
    text-align: center; }
    .topsection .smalltext strong {
      font-weight: 600; }

.topnav {
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.15); }

.topnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style-type: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .topnav-list__item {
    padding: 0 16px; }
  .topnav-list__link {
    font-size: 13px;
    font-weight: 300;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    line-height: 36px;
    color: #fff;
    border-bottom: 1px dotted #fff; }
    .topnav-list__link:hover {
      border-color: transparent; }
    .topnav-list__link:focus {
      outline: none; }

.header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -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; }
  .header-block__item_prof {
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    font-weight: 300; }
  .header-block__logo {
    margin-top: 6px; }

.phoneblock {
  line-height: 1;
  text-align: right; }
  .phoneblock__num {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2px; }
  .phoneblock__text {
    font-size: 11px;
    font-weight: 300; }

h1.maintext {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  width: 90%;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  text-align: center; }

.sectioninfo {
  padding-top: 34px;
  padding-bottom: 36px;
  background-color: #21386a; }
 
 .pluses-list__mediabox{
	height:59px;
 }

.info-block {
  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; }
  .info-block__item {
    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; }
  .info-block__img {
    margin-right: 25px; }
  .info-block__itemText {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #fff; }

.aboutcoursesection {
  padding-top: 62px;
  padding-bottom: 53px; }
  .aboutcoursesection h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 38px;
    text-align: center;
    color: #000; }

.aboutcourse {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  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; }
  .aboutcourse strong {
    color: #000; }
  .aboutcourse__item {
    width: 45%; }
  .aboutcourse p {
    margin-bottom: 20px; }
  .aboutcourse .aboutcourse-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .aboutcourse .aboutcourse-list__disc {
      text-decoration: line-through; }

.listarrow {
	font-weight: 300;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 22px;
  padding: 0;
  list-style-type: none; }
  .listarrow li {
    padding-left: 15px;
    background: url(../images/yelarrow.png) left 6px no-repeat; }

.plusessection {
  padding-top: 76px;
  color: #fff;
  background-color: #21386a; }
  .plusessection h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 68px;
    text-align: center; }

.pluses-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -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; }
  .pluses-list__item {
    width: 30%;
    margin-bottom: 80px; }
  .pluses-list__img {
    margin-bottom: 0; }
  .pluses-list__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px; }
  .pluses-list__text {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px; }

.formsection {
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #ebe8e8; }

.extraditable {
  padding-top: 70px;
  padding-bottom: 84px; }
  .extraditable h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 16px;
    text-align: center;
    color: #000; }
  .extraditable .smtext {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    width: 610px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center; }
  .extraditable .docwrapper {
    text-align: center; }

.stepsection {
  padding-top: 75px;
  padding-bottom: 85px;
  color: #fff;
  background-color: #21386a; }
  .stepsection h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 70px;
    text-align: center; }

.stepsbox {
  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; }
  .stepsbox__item {
    width: 18%; }
  .stepsbox__mediabox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    margin-bottom: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .stepsbox__num {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px; }
  .stepsbox__text {
    font-size: 14px;
    font-weight: 300; }

.licensesection {
  padding-top: 70px;
  padding-bottom: 80px; }
  .licensesection h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 46px;
    text-align: center;
    color: #000; }

.license-slider {
  margin-bottom: 40px; }
  .license-slider__link {
    position: relative;
    display: inline-block; }
    .license-slider__link:before {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      content: '';
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
      opacity: 0;
      background: rgba(45, 59, 104, 0.7) url(../images/zoom.png) center no-repeat; }
    .license-slider__link:hover:before {
      opacity: 1; }
	  
	  
	  
	  .diplom-slider {
  margin-bottom: 40px; }
  .diplom-slider__link {
    position: relative;
    display: inline-block; }
    .diplom-slider__link:before {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      content: '';
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
      opacity: 0;
      background: rgba(45, 59, 104, 0.7) url(../images/zoom.png) center no-repeat; }
    .diplom-slider__link:hover:before {
      opacity: 1; }

	  .diplom-slider__img{
		  width:700px;
		  text-align:center;
		  margin:auto;
	  }
	  	  .diplom-slider__item{
		text-align:center;  
	  }
.license-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .license-desc strong {
    color: #000; }
  .license-desc a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #69a6dc;
    border-bottom: 1px dotted #69a6dc; }
    .license-desc a:hover {
      border-color: transparent; }

.aboutsection {
  padding-top: 90px;
  padding-bottom: 85px; }
  .aboutsection h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    width: 660px;
    margin-top: 0;
    margin-bottom: 47px;
    color: #000; }

.aboutcontent {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .aboutcontent__leftside {
    width: 80%;
padding-right: 50px;	}
  .aboutcontent__rightside {
    width: 20%; }
  .aboutcontent p {
    margin-bottom: 20px;
    font-weight: 300; }
    .aboutcontent p.mto {
      margin-bottom: 0; }
  .aboutcontent strong {
    color: #000; }

.numblock {
  margin-top: 10px; }
  .numblock__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 155px;
    margin-bottom: 5px;
    padding: 0 30px;
    text-align: center;
    background-color: #f6f6f6;
    -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; }
  .numblock__num {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    color: #000; }
    .numblock__num span {
      font-size: 18px; }
  .numblock__mediabox {
    margin-bottom: 6px; }
  .numblock__desc {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300; }

#modalform {
  display: none; }

.mobile-top {
  position: relative;
  margin-bottom: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.15); }
  .mobile-top__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; }
  .mobile-top__logo {
    width: 176px; }
  .mobile-top__burger {
    position: relative;
    width: 25px;
    height: 17px;
    margin-right: 6px;
    cursor: pointer;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .mobile-top__burger:before {
      position: absolute;
      top: 3px;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      content: '';
      background-color: #fff; }
    .mobile-top__burger:after {
      position: absolute;
      top: 8px;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      content: '';
      background-color: #fff; }
  .mobile-top__panel {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
    background-color: #21386a;
    z-index: 1000;
    display: none; }
  .mobile-top__topwrp {
    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; }
  .mobile-top__close {
    /* width: 13px;
        height: 13px; */
    color: #f7d90d;
    font-weight: 700;
    font-size: 28px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer; }
  .mobile-top .phoneblock__num {
    font-size: 17px;
    text-align: left; }
  .mobile-top .phoneblock__text {
    font-size: 9px;
    text-align: left; }
  .mobile-top .topnav-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .mobile-top .topnav-list__item {
      padding: 0;
      margin-right: 20px; }
      .mobile-top .topnav-list__item:last-child {
        margin-right: 0; }

.header-block-thank {
  padding-top: 20px; }

.thank-page h1.maintext {
  margin-bottom: 35px; }

.thank-page .smalltext {
  width: 570px;
  text-align: center;
  margin-bottom: 40px; }
  .thank-page .smalltext p {
    margin-top: 0;
    margin-bottom: 25px; }

.thank-page .header-block__item_prof {
  display: none; }

@media (max-width: 999px) {
  .container {
    width: 720px;
    max-width: 720px; }
  .aboutcourse__item {
    width: 48%; }
  .aboutsection h2 {
    font-size: 24px; }
  .numblock__num {
    font-size: 24px; }
  .numblock__desc {
    font-size: 13px; } }

@media (max-width: 999px) and (min-width: 768px) {
  .license-slider__item {
    width: 170px !important;
    margin: 0 5px; }
  .license-slider__img {
    max-width: 100%; } }

@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 540px;
    padding: 0 10px; }
  .topnav {
    display: none; }
  .mobile-top {
    display: block; }
  .mobile-licence {
    display: block; }
  .header-block {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header-block__item_logo {
      display: none; }
    .header-block__item_phone {
      display: none; }
    .header-block__item_prof {
      margin-bottom: 30px; }
  h1.maintext {
    font-size: 23px;
    width: 300px;
    margin-top: 0; }
  .topsection .smalltext {
    font-size: 14px;
    line-height: 18px;
    width: 300px;
    margin-bottom: 18px; }
  .formsection {
    padding-top: 10px;
    padding-bottom: 8px; }
  .extraditable {
    padding-top: 28px;
    padding-bottom: 37px; }
    .extraditable h2 {
      margin-bottom: 10px;
      font-size: 24px;
      text-align: left; }
    .extraditable img {
      max-width: 100%; }
    .extraditable .smtext {
      width: 100%;
      text-align: left;
      margin-bottom: 20px; }
  .stepsection {
    padding-top: 35px;
    padding-bottom: 0; }
    .stepsection h2 {
      font-size: 24px;
      margin-bottom: 32px;
      text-align: left; }
  .stepsbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .stepsbox__item {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
    .stepsbox__mediabox {
      margin-right: 20px;
      width: 35px; }
    .stepsbox__img {
      width: 100%; }
    .stepsbox__body {
      width: -webkit-calc(100% - 55px);
      width: calc(100% - 55px); }
    .stepsbox__num {
      font-size: 24px;
      margin-bottom: 0; }
  .licensesection {
    padding-top: 28px;
    padding-bottom: 30px; }
    .licensesection h2 {
      font-size: 24px;
      width: 220px;
      margin-bottom: 15px;
      text-align: left; }
  .license-desc {
    width: 100%;
    text-align: left; }
  .license-slider {
    margin: 0 auto 25px; }
    .license-slider__item {
      text-align: center; }
  .slick-arrow {
    border: none;
    width: 32px;
    height: 32px;
    background-color: #edeaea;
    text-indent: -999em;
    position: absolute;
    top: -70px;
    padding: 0;
    cursor: pointer; }
    .slick-arrow:before {
      position: absolute;
      display: block;
      content: '';
      left: 50%;
      top: 50%;
      margin-top: -6px;
      margin-left: -3px; }
    .slick-arrow.slick-prev {
      right: 35px; }
      .slick-arrow.slick-prev:before {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 6px solid #2d3b68;
        border-bottom: 6px solid transparent; }
    .slick-arrow.slick-next {
      right: 0; }
      .slick-arrow.slick-next:before {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 6px solid #2d3b68;
        border-bottom: 6px solid transparent; }
  .aboutsection {
    padding-top: 33px;
    padding-bottom: 39px; }
    .aboutsection h2 {
      font-size: 20px;
      margin-bottom: 25px;
      width: 100%; }
  .aboutcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .aboutcontent__leftside {
      width: 100%; }
    .aboutcontent__rightside {
      width: 100%; }
  .listarrow {
    margin-left: 5px; }
    .listarrow li {
      padding-left: 8px; }
  .numblock__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    height: 81px; }
  .numblock__mediabox {
    width: 78px;
    text-align: center; }
  .numblock__img {
    width: 40px; }
  .numblock__body {
    width: -webkit-calc(100% - 78px);
    width: calc(100% - 78px);
    text-align: left; }
  .numblock__num {
    font-size: 24px;
    margin-bottom: 1px; }
  .numblock__desc {
    font-size: 14px; }
  .sectioninfo {
    padding-bottom: 0;
    padding-top: 30px; }
  .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .info-block__item {
      margin-bottom: 28px; }
    .info-block__img {
      width: 36px;
      margin-right: 22px; }
    .info-block__itemText {
      font-size: 14px;
      line-height: 17px; }
    .info-block__link {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      text-decoration: none;
      color: #fff;
      border-bottom: 1px dotted #fff; }
      .info-block__link:hover {
        border-color: transparent; }
  .mobile-licence {
    padding-top: 20px;
    background-color: #192447; }
  .aboutcoursesection {
    padding-top: 22px;
    padding-bottom: 0; }
    .aboutcoursesection h2 {
      font-size: 24px;
      margin-bottom: 18px;
      text-align: left; }
  .aboutcourse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .aboutcourse__item {
      width: 100%; }
  .plusessection {
    padding-top: 32px;
    padding-bottom: 0; }
    .plusessection h2 {
      font-size: 24px;
      text-align: left;
      margin-bottom: 25px;
      width: 190px; }
  .pluses-list__item {
    width: 100%;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .pluses-list__mediabox {
    width: 43px;
    margin-right: 12px; }
  .pluses-list__img {
    width: 100%; }
  .pluses-list__body {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px); }
  .pluses-list__title {
    margin-bottom: 14px;
    margin-top: 0;
    font-size: 16px;
    line-height: 17px; }
  .pluses-list__text {
    font-size: 14px;
    line-height: 15px; } }

#modalform {
  overflow: none;
  padding: 0;
  background-color: #ebe8e8; }
  #modalform .fbformbox {
    width: 390px; }
    #modalform .fbformbox__inpwrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 40px; }
    #modalform .fbformbox__inp {
      width: 100%; }
    #modalform .fbformbox__textbox {
      display: block; }
    #modalform .fbformbox__title {
      width: 225px;
      margin-top: 0;
      margin-right: auto;
      margin-left: auto; }
    #modalform .fbformbox__smtext {
      width: 270px;
      margin-right: auto;
      margin-left: auto; }
  #modalform .fbformbox__textbox {
    padding: 0 70px; }
    #modalform .fbformbox__textbox p {
      margin-bottom: 5px; }
  #modalform .fbformbox__inpbox {
    margin-bottom: 5px; }
  #modalform .fbformbox__submit {
    margin-top: 12px; }

.fbformbox-white {
  color: #fff;
  background-color: rgba(246, 246, 246, 0.15); }
  .fbformbox-white h3 {
    color: #fff; }
  .fbformbox-white a {
    color: #bee8fd;
    border-bottom: 1px dotted #bee8fd; }

.fbformbox {
  width: 779px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 35px;
  text-align: center; }
  .fbformbox__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #000; }
  .fbformbox__smtext {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px; }
  .fbformbox__inpwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .fbformbox__inpbox {
    margin-right: 5px; }
    .fbformbox__inpbox_sub {
      margin-right: 0; }
  .fbformbox__textbox {
    font-size: 12px;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 52px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .fbformbox__link {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #6fabca;
    border-bottom: 1px dotted #6fabca; }
    .fbformbox__link:hover {
      border-color: transparent; }
  .fbformbox__inp {
    font-size: 14px;
    font-weight: 300;
    line-height: 52px;
    width: 221px;
    height: 52px;
    padding: 0 24px;
    color: #999;
    border: none; }
  .fbformbox__submit {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    width: 221px;
    height: 52px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: none;
    background-color: #f7d90d; }
    .fbformbox__submit:hover {
      background-color: #f3c800; }

.fancybox-close-small {
  right: -30px;
  width: 21px;
  height: 21px;
  background-image: url(../images/close.png); }
  .fancybox-close-small:after {
    display: none; }

@media (max-width: 999px) {
  .fbformbox {
    width: 100%; } }

@media (max-width: 767px) {
  .topsection {
    -webkit-background-size: auto 100%;
            background-size: auto 100%; }
  .fbformbox {
    padding-top: 18px;
    padding-bottom: 10px; }
    .fbformbox__inpwrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 17px;
      padding-left: 17px; }
    .fbformbox__title {
      font-size: 20px;
      line-height: 21px;
      width: 190px;
      margin-right: auto;
      margin-left: auto; }
    .fbformbox__smtext {
      width: 275px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 12px; }
    .fbformbox__inpbox {
      margin-right: 0;
      margin-bottom: 3px; }
    .fbformbox__inp {
      line-height: 42px;
      width: 100%;
      height: 42px;
      padding: 0 15px; }
    .fbformbox__submit {
      line-height: 48px;
      height: 48px;
      margin-top: 4px; }
    .fbformbox__textbox {
      width: 235px;
      margin-right: auto;
      margin-left: auto;
      padding: 0;
      -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; }
    .fbformbox__link {
      margin-top: 5px; }
  #modalform .fbformbox {
    width: 300px; }
  .fancybox-close-small {
    width: 13px;
    height: 13px;
    right: 0;
    top: -22px;
    -webkit-background-size: 13px auto;
            background-size: 13px auto; } }

.clientssection {
  padding-top: 87px;
  padding-bottom: 50px;
  background-color: #f6f6f6; }
  .clientssection h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 55px;
    color: #000; }

.clientslist {
  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; }
  .clientslist__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 20%;
    margin-bottom: 33px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .clientslist__item_left {
      margin-right: auto; }
    .clientslist__item:nth-child(4n) {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

@media (max-width: 767px) {
  .clientssection {
    padding-top: 28px;
    padding-bottom: 28px; }
    .clientssection h2 {
      font-size: 24px;
      margin-bottom: 20px; }
  .clientslist__item {
    min-width: 45%;
    width: 45%;
    margin-bottom: 15px; }
  .clientslist__img {
    max-width: 100%; } }

.mapssection {
  position: relative;
  height: 460px; }
  .mapssection #map {
    height: 460px;
    position: absolute;
    left: -webkit-calc(50% - 70px);
    left: calc(50% - 70px);
    width: -webkit-calc(50% + 70px);
    width: calc(50% + 70px);
    top: 0; }
  .mapssection .contactblock {
    width: 430px;
    padding-top: 60px;
    padding-left: 8px;
    padding-right: 50px;
    background-color: #fff;
    height: 460px; }
    .mapssection .contactblock h2 {
      color: #000000;
      font-size: 30px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 46px; }

.contactlist {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .contactlist__item {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contactlist__body {
    font-size: 14px;
    font-weight: 300;
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px); }
  .contactlist__link {
    color: #66a4d9;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px dotted #66a4d9; }
    .contactlist__link:hover {
      border-color: transparent; }
  .contactlist strong {
    color: #000000;
    font-weight: 700; }

@media (max-width: 999px) {
  .mapssection .contactblock {
    width: 400px;
    padding-left: 0;
    padding-right: 5px;
    position: relative; } }

@media (max-width: 767px) {
  .mapssection {
    height: auto; }
    .mapssection #map {
      display: none; }
    .mapssection .contactblock {
      height: auto;
      width: 100%;
      padding-right: 0;
      padding-top: 30px; }
      .mapssection .contactblock h2 {
        font-size: 24px;
        margin-bottom: 30px; }
  .contactlist__item {
    margin-bottom: 25px; }
  .contactlist__body {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px); }
  .contactlist__img {
    width: 25px;
    margin-right: 10px; } }

.footer {
  color: #fff; }

.main-footer {
  padding-top: 40px;
  padding-bottom: 42px;
  background-color: #374052; }
  .main-footer .container {
    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; }
  .main-footer__logo {
    width: 199px; }
  .main-footer__itemLogo {
    margin-top: 12px; }
  .main-footer__itemPhone {
    margin-top: 8px; }
  .main-footer__itemMnu {
    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; }

.footer-copyright {
  background-color: #333745;
  padding-top: 20px;
  padding-bottom: 25px;
  min-height: 140px; }
  .footer-copyright .container {
    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; }
  .footer-copyright__itemCopy {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    width: 240px;
    margin-top: 4px; }
  .footer-copyright__itemDocs {
    text-align: center;
    width: 300px;
    line-height: 1; }
  .footer-copyright__link {
    font-size: 11px;
    font-weight: 300;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dotted #fff;
    line-height: 1.2; }
    .footer-copyright__link:hover {
      border-color: transparent; }
  .footer-copyright__lidmaster {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 4px; }
  .footer-copyright__lidmasterLink {
    color: #89c1ea;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #89c1ea;
    border-bottom: 1px dotted #89c1ea; }
    .footer-copyright__lidmasterLink:hover {
      border-color: transparent; }

.footer-menu {
  margin: 0 25px;
  padding: 0;
  list-style-type: none; }
  .footer-menu__link {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dotted #fff; }
    .footer-menu__link:hover {
      border-color: transparent; }

.xs-vis {
  display: none; }

@media (max-width: 999px) {
  .footer-menu {
    margin: 0 5px; }
  .main-footer__itemMnu {
    width: 300px; } }

@media (max-width: 767px) {
  .main-footer {
    padding-top: 23px;
    padding-bottom: 30px; }
    .main-footer .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .main-footer__itemLogo {
      margin-bottom: 14px; }
    .main-footer__itemMnu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .main-footer .ds-vis {
      display: none; }
    .main-footer .xs-vis {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .main-footer__itemPhone {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .main-footer__logo {
      width: 199px; }
    .main-footer .footer-menu {
      margin: 0 0 25px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .main-footer .footer-menu__item {
        margin-right: 18px;
        margin-bottom: 0; }
      .main-footer .footer-menu__link {
        line-height: 1; }
  .footer-copyright {
    padding-top: 25px;
    min-height: 220px; }
    .footer-copyright .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer-copyright__itemCopy {
      margin-bottom: 18px;
      width: 100%;
      margin-bottom: 10px; }
    .footer-copyright__itemDocs {
      text-align: left;
      width: 100%;
      margin-bottom: 14px; } }

.sotialblock {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  width: 754px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 30px 29px;
  text-align: center;
  color: #fff;
  background-color: rgba(248, 248, 248, 0.15); }
  .sotialblock strong {
    font-weight: 700; }
  .sotialblock p {
    margin-bottom: 15px; }

.ya-share2__icon {
  width: 42px !important;
  height: 42px !important;
  background-image: url(../images/thank_soc.png) !important;
  background-repeat: no-repeat !important; }

.ya-share2__item_service_vkontakte .ya-share2__icon {
  background-position: 0 0 !important; }

.ya-share2__item_service_facebook .ya-share2__icon {
  background-position: -45px 0 !important; }

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-position: -90px 0 !important; }

.ya-share2__item_service_twitter .ya-share2__icon {
  background-position: right 0 !important; }

@media (max-width: 999px) {
  .sotialblock {
    width: 100%; }
  .header-block-thank {
    display: none; }
  br.sep {
    display: none; }
  .thank-page h1.maintext {
    margin-bottom: 20px; }
  .sotialblock {
    font-size: 14px;
    line-height: 17px;
    padding: 25px 10px 27px; }
  .ya-share2__icon {
    width: 34px !important;
    height: 34px !important;
    background-image: url(../images/thank_soc_m.png) !important;
    background-repeat: no-repeat !important; }
  .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-position: 0 0 !important; }
  .ya-share2__item_service_facebook .ya-share2__icon {
    background-position: -36px 0 !important; }
  .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-position: -72px 0 !important; }
  .ya-share2__item_service_twitter .ya-share2__icon {
    background-position: right 0 !important; } }

/* @import 'app/sass/layout/_responsive_768.scss';
 @import 'app/sass/layout/_responsive_320.scss'; */
