#registerform .modal-dialog, #vhodform .modal-dialog { width: 400px; }

#registerform .modal-dialog .modal-content, #vhodform .modal-dialog .modal-content { padding: 0; }

#registerform .modal-dialog .modal-content .modal-body form.contactForm, #vhodform .modal-dialog .modal-content .modal-body form.contactForm, #successform .modal-dialog .modal-content .modal-body form.contactForm { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 !important; margin-top: 0 !important; }

#registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input, #successform .modal-dialog .modal-content .modal-body form.contactForm .form-input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input { width: 100%; margin-bottom: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input input { padding-bottom: 0; width: 100% !important; }

#registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field { margin-top: 30px; margin-bottom: 30px !important; }

#vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field { margin-bottom: 20px !important; }

#registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .login-field input, #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field input, #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .name-field input, #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .email-field input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .login-field input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .name-field input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .email-field input { padding-left: 10px; }

#registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .phone-field input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .phone-field input { padding-left: 10px !important; }

#registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block { width: 100%; height: 50px; margin-bottom: 20px; }

#vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block { width: 100%; min-height: 50px;
  height: auto; margin-bottom: 20px; }

#registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block:last-child, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }

#registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex;/* border: 1px solid #FF8C22;*/ }

#vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input { width: 100%; height: 42px; display: -webkit-box; display: -ms-flexbox; display: flex; }

#registerform .modal-dialog .modal-content .modal-body form.contactForm button[type="submit"], #vhodform .modal-dialog .modal-content .modal-body form.contactForm button[type="submit"] {
  font-weight: normal;
  text-align: center;
  width: 57%;
  height: 42px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 14px 30px;
}
#registerform .invalid-feedback, #vhodform .invalid-feedback{
  color: #FF8C22 !important;
  font-size: 13px;
}

#registerform .modal-dialog .modal-content .modal-body form.contactForm button[type="submit"]#continue_reg,
#registerform .modal-dialog .modal-content .modal-body form.contactForm button[type="submit"]#end_reg{
  width: 57%;
}


.button_tarifi_en {
  margin-top: 40px;
}

.modal-v2 h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}

.modal-v2 .modal-header {
  border: none;
}

.modal-v2 .modal-body {
  padding-top: 0;
}

.modal-v2 p.help-hint.small {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #777777;
  margin-top: 10px;
  margin-bottom: 20px;
}

.modal-v2 .form-group label {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: #000;
  margin-bottom: 7px;
}

.modal-v2 input[type=text] {
  height: 42px;
  background: #F5F5F5;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

.modal-v2 input[type=text]:focus {
  border: 1px solid #467AB2;
  box-shadow: none;
}

.modal-v2 .help-block-error {
  font-size: 13px;
  color: #CA5C55;
}

.modal-v2 input[aria-invalid=true] {
  border: 1px solid #CA5C55;
}

.modal-v2 .has-success .form-control {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal-v2 .btn-success {
  background: #74B567;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFF;
  width: 143px;
  height: 42px;
}

.modal-v2 .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.modal-v2 .modal-content {
  padding: 10px;
  border-radius: 10px;
}

.modal-v2 .btn-default {
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  width: auto;
  height: 42px;
  display: inline-block;
  line-height: 32px;
}

.modal-v2 .btn-default:hover, .modal-v2 .btn-default:active:focus {
  color: #6a6a6a;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

.modal-v2 .modal-footer {
  border-top: none;
  padding-top: 0;
}

.modal-v2.landing .modal-header {
  padding: 15px 15px 0 15px;
}

.modal-v2.landing .modal-footer {
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-top: 10px;
}

.modal-v2.landing .second-stage, .modal-v2.landing .third-stage {
  width: 100%;
}

.modal-v2.landing .modal-body {
  padding: 0 15px 15px;
}

#registerform.modal-v2.landing .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input[type=text] {
  height: 42px;
  background: #F5F5F5;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#registerform.modal-v2.landing .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input[type=text]:focus {
  border: 1px solid #467AB2;
  box-shadow: none;
}

#registerform.modal-v2.landing .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input[aria-invalid=true] {
  border: 1px solid #CA5C55;
}

.form-hidden {
  display: none;
}

.modal-v2.landing .form-block {
  position: relative;
  overflow: hidden;
}

.modal-v2.landing .form-block .first-stage {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.modal-v2.landing .form-block .fourth-stage {
    width: 100%;
}

.modal-v2.landing .form-block .second-stage, .modal-v2.landing .form-block .third-stage, .modal-v2.landing .form-block .fourth-stage {
  position: absolute;
  top: 0;
  left: 100%;
}


#registerform.modal-v2.landing .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block {
    margin-bottom: 12px;
}

#registerform.modal-v2.landing .text-muted {
    margin-top: 10px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#registerform.modal-v2.landing .text-muted.text-muteden {
  margin-top: 15px;

}
#vhodform .text-muted.text-muted-loginen{
  margin-top: 15px;
}
#registerform.modal-v2.landing .text-muted #get_reg_modal {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
}

#registerform.modal-v2.landing .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input[type=text]::-webkit-input-placeholder {color:#999; font-size: 14px; line-height: 20px;font-weight: 400;}
#registerform.modal-v2.landing .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input[type=text]::-moz-placeholder          {color:#999; font-size: 14px; line-height: 20px;font-weight: 400;}/* Firefox 19+ */
#registerform.modal-v2.landing .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input[type=text]:-moz-placeholder           {color:#999; font-size: 14px; line-height: 20px;font-weight: 400;}/* Firefox 18- */
#registerform.modal-v2.landing .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input[type=text]:-ms-input-placeholder      {color:#999; font-size: 14px; line-height: 20px;font-weight: 400;}

#registerform.modal-v2.landing .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input {
  border: none;
}

#registerform.modal-v2.landing .modal-dialog .modal-content, #successform.modal-v2.landing .modal-dialog .modal-content {
  padding: 10px;
}

.modal-v2.landing .modal-footer .modal-oferta {
  margin-left: 0;
}

.modal-v2.landing .modal-footer .modal-oferta, .modal-v2.landing .modal-footer .modal-oferta a {
  width: 100%;
  text-align: justify;
  font-size: 12px;
  color: #adabab;
  margin-top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.modal-v2.landing .form-group label {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #000;
    margin-bottom: 7px;
}

#registerform.modal-v2.landing .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block {
  height: auto;
}

#registerform.modal-v2.landing .modal-dialog, #successform.modal-v2.landing .modal-dialog { width: 476px; }

#registerform.modal-v2.landing .success-message, #successform.modal-v2.landing .success-message {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #777777;
    padding: 15px 0 10px 0;
    border-radius: 5px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
}
#registerform.modal-v2.landing .header-block>.modal-title.last-header{
  text-align: center;
}
#registerform.modal-v2.landing .get-access #enter_other_mail{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 14px 30px;
    width: 51%;
}
.modal-v2.landing .modal-footer .modal-oferta a:hover {
  text-decoration: underline;
}

.modal-v2.landing .modal-header {
    overflow: hidden;
}

.modal-v2.landing .header-block {
    position: relative;
}

.modal-v2.landing .header-block h5 {
    display: inline-block;
}

.modal-v2.landing .header-block h5:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.modal-v2.landing .header-block h5:nth-child(2) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    position: absolute;
    top: 0;
    left: 104%;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-style: normal;
}

.modal-v2.landing .modal-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  width: 100%;
}

.modal-v2.landing .get-access {
  display: block;
  text-align: center;
  padding: 0;
  margin-top: 12px;
  width: 100%;
}

.modal-v2.landing .get-access button {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  width: 60%;
  height: 50px;
  margin: 0 auto;
}

#successform.modal-v2.landing .fourth-stage {
  position: static;
}

.modal-v2.landing .complete-reg {
  display: none;
}

#vhodform-label{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  width: 100%;
  text-align: center;
}
#vhodform .close{
  display: none;
}

#vhodform .modal-header,
#vhodform .modal-footer{
  border: none;
}

#vhodform .modal-footer{
  padding-top: 0;
}

#submit-btn-vhod{
  font-weight: normal;
  text-align: center;
  width: 40%;
  height: 42px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  padding: 14px 30px;
}
#vhodform .text-muted a {
  font-weight: 600;
  color: #0056b3;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
}


#user___user__login_form-login,
#user___user__login_form-password{
  height: 42px;
  background: #F5F5F5;
  border-radius: 3px;
  box-shadow: none;
  border: none;
  font-size: 14px;
  border: 1px solid transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#vhodform input:focus,
#vhodform input:focus{
  border: 1px solid #467AB2;
}

@media (max-width: 991px) { form.contactForm { padding: 0; }
  form.contactForm input { width: 100% !important; } }

@media (max-width: 575px) { #registerform .modal-dialog, #vhodform .modal-dialog { margin: 0 auto; margin-top: 30px; } }

@media (max-width: 480px) {
  #registerform.modal-v2.landing .modal-dialog, #successform.modal-v2.landing .modal-dialog { width: auto; }

  .modal-v2.landing .header-block h5:nth-child(2) { left: 106%; }

  #registerform .modal-dialog .modal-content .modal-body form.contactForm button[type="submit"] { width: 100%; }
}

@media (max-width: 450px) { #registerform .modal-dialog, #vhodform .modal-dialog { width: 350px; }
  #registerform .modal-dialog .modal-content, #vhodform .modal-dialog .modal-content { padding: 20px 0; }
  #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input { margin-bottom: 20px; }
  #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field { margin-top: 30px; margin-bottom: 30px !important; }
  #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .login-field input, #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field input, #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .name-field input, #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .email-field input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .login-field input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .name-field input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .email-field input { padding-left: 10px; }
  #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .login-field label, #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field label, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .login-field label, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .password-field label { font-size: 14px; }
  #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .phone-field input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .phone-field input { padding-left: 10px !important; }
  #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block { width: 100%; height: 40px; margin-bottom: 20px; }
  #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block:last-child, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }
  #registerform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input, #vhodform .modal-dialog .modal-content .modal-body form.contactForm .form-input .field-block input { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid #FF8C22; font-size: 12px; }
  #registerform .modal-dialog .modal-content .modal-body form.contactForm button[type="submit"], #vhodform .modal-dialog .modal-content .modal-body form.contactForm button[type="submit"] { font-weight: normal; font-size: 14px; text-align: center; width: 100%; height: 40px; } }

.section1 { height: 650px; background: #FBFBFB; position: relative; overflow: hidden; }

.section1 .man1, .section1 .man2 { position: absolute; width: 28%; }

.section1 .man1 { top: -50px; left: 0; }

.section1 .man2 { bottom: -20px; right: 0; }

.section1-content { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.section1-content h1.section1-title { margin-bottom: 40px; text-align: center; color: #292739; font-weight: bold; font-size: 30px; }
.section1-content h5.section1-title { margin-bottom: 40px; text-align: center; color: #292739; font-weight: bold; font-size: 30px; }

.section1-content h1.section1-title span { color: #FF8C22; font-weight: bold; }
.section1-content h5.section1-title span { color: #FF8C22; font-weight: bold; }

.section1-content .cartochki { position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.section1-content .cartochki .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 28px; }

.section1-content .cartochki .cart p { text-align: center; font-size: 18px; }

@media (max-width: 768px) { .section1 { height: 650px; background: #FBFBFB; position: relative; overflow: hidden; }
  .section1-content { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .section1-content h1.section1-title { margin-bottom: 40px; text-align: center; color: #292739; font-weight: bold; font-size: 20px; }
  .section1-content h1.section1-title span { color: #FF8C22; font-weight: bold; }
  .section1-content .cartochki { position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section1-content .cartochki .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; }
  .section1-content .cartochki .cart:last-child { margin-bottom: 0; }
  .section1-content .cartochki .cart p { text-align: center; font-size: 14px; } }

@media (max-width: 450px) { .section1 { height: auto; background: #FBFBFB; position: relative; overflow: hidden; padding: 50px 0 !important; }
  .section1 .man1, .section1 .man2 { display: none !important; }
  .section1-content { position: relative; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .section1-content h1.section1-title { margin-bottom: 40px; text-align: center; color: #292739; font-weight: bold; font-size: 16px; }
  .section1-content h1.section1-title span { color: #FF8C22; font-weight: bold; }
  .section1-content .cartochki { position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section1-content .cartochki .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; }
  .section1-content .cartochki .cart:last-child { margin-bottom: 0; }
  .section1-content .cartochki .cart img { width: 15%; }
  .section1-content .cartochki .cart p { text-align: center; font-size: 14px; } }

.section2 { height: 1350px; padding: 170px 100px; background: url(../image/section2/section2-fon.jpeg) no-repeat center; background-size: cover; max-height: 1400px; }

.webp .section2 {
  height: auto; /*height: 1350px;*/ /*padding: 170px 100px;*/
  padding-top: 170px; padding-bottom: 170px; background: url(../image/section2/section2-fon.webp) no-repeat center; background-size: cover; /*max-height: 1400px;*/ }

.section2-content { background-color: #ffffff; height: 100%; width: 100%; padding: 100px 40px; border-radius: 0.25rem; }

.section2-content .section2-title { font-weight: bold; font-size: 25px; color: #000; text-align: center; }

.section2-content .section2-title span { font-weight: bold; color: #FF8C22; }

.section2-content .cartochki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-top: 60px; }

.section2-content .cartochki .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 33% }

.section2-content .cartochki .cart-content { width: 300px; height: 200px; border: 1px solid #FF8C22; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.25rem; }

.section2-content .cartochki .cart-content h1 { font-size: 18px; font-weight: normal; text-align: center; }
.section2-content .cartochki .cart-content h5 { font-size: 18px; font-weight: normal; text-align: center; }

.section2-content .cartochki .cart-content h1 span { font-size: 40px; color: #FF8C22; font-weight: bold; }
.section2-content .cartochki .cart-content h5 span { font-size: 40px; color: #FF8C22; font-weight: bold; }

.section2-content .cartochki .cart .strelochka { margin: 15px 0 30px; }

.section2-content .cartochki .cart .number1, .section2-content .cartochki .cart .number2, .section2-content .cartochki .cart .number3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; height: 120px;}

.section2-content .cartochki .cart .number1 p, .section2-content .cartochki .cart .number2 p, .section2-content .cartochki .cart .number3 p { font-weight: bold; font-size: 18px; color: #FF8C22; text-align: center; }

.section2-content .cartochki .cart .number1 h6, .section2-content .cartochki .cart .number2 h6, .section2-content .cartochki .cart .number3 h6 { font-weight: normal; font-size: 18px; text-align: center; }

.section2-content .cartochki .cart .number3 { margin-bottom: 0; }

/*.section2-content .cartochki .cart-2 .number2, .section2-content .cartochki .cart-3 .number2 { margin-bottom: 42px; }*/

@media (max-width: 1199px) { .section2 { padding: 80px 0px; height: auto; }
  .section2-content .cartochki .cart-content { width: 250px; height: 170px; }
  .section2-content .cartochki .cart-content h1 { font-size: 16px; }
  .section2-content .cartochki .cart-content h5 { font-size: 16px; }
  .section2-content .cartochki .cart-content h1 span { font-size: 30px; }
  .section2-content .cartochki .cart-content h5 span { font-size: 30px; }
  .section2-content .cartochki .cart .number1, .section2-content .cartochki .cart .number2, .section2-content .cartochki .cart .number3 { margin-bottom: 18px; }
  .section2-content .cartochki .cart .number1 p, .section2-content .cartochki .cart .number2 p, .section2-content .cartochki .cart .number3 p { font-size: 16px; }
  .section2-content .cartochki .cart .number1 h6, .section2-content .cartochki .cart .number2 h6, .section2-content .cartochki .cart .number3 h6 { font-size: 16px; }
  .section2-content .cartochki .cart-1 .number2, .section2-content .cartochki .cart-2 .number2, .section2-content .cartochki .cart-3 .number2 { margin-bottom: 38px; } }

@media (max-width: 991px) { .section2 { padding: 80px 0px; }
  .section2-content .section2-title { font-size: 18px; }
  .section2-content .cartochki .cart-content { width: 180px; height: 130px; }
  .section2-content .cartochki .cart-content h1 { font-size: 12px; }
  .section2-content .cartochki .cart-content h5 { font-size: 12px; }
  .section2-content .cartochki .cart-content h1 span { font-size: 20px; }
  .section2-content .cartochki .cart-content h5 span { font-size: 20px; }
  .section2-content .cartochki .cart .number1, .section2-content .cartochki .cart .number2, .section2-content .cartochki .cart .number3 { margin-bottom: 16px; }
  .section2-content .cartochki .cart .number1 p, .section2-content .cartochki .cart .number2 p, .section2-content .cartochki .cart .number3 p { font-size: 12px; }
  .section2-content .cartochki .cart .number1 h6, .section2-content .cartochki .cart .number2 h6, .section2-content .cartochki .cart .number3 h6 { font-size: 12px; }
  .section2-content .cartochki .cart-2 .number2, .section2-content .cartochki .cart-3 .number2 { margin-bottom: 32px; } }

@media (max-width: 768px) { .section2 { max-height: none; height: auto; padding: 80px 0px; }
  .section2-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section2-content .section2-title { font-size: 18px; }
  .section2-content .cartochki { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .section2-content .cartochki .cart-content { width: 180px; height: 130px; }
  .section2-content .cartochki .cart-content h1 { font-size: 12px; }
  .section2-content .cartochki .cart-content h5 { font-size: 12px; }
  .section2-content .cartochki .cart-content h1 span { font-size: 20px; }
  .section2-content .cartochki .cart-content h5 span { font-size: 20px; }
  .section2-content .cartochki .cart .number1, .section2-content .cartochki .cart .number2, .section2-content .cartochki .cart .number3 { margin-bottom: 16px; }
  .section2-content .cartochki .cart .number1 p, .section2-content .cartochki .cart .number2 p, .section2-content .cartochki .cart .number3 p { font-size: 12px; }
  .section2-content .cartochki .cart .number1 h6, .section2-content .cartochki .cart .number2 h6, .section2-content .cartochki .cart .number3 h6 { font-size: 12px; }
  .section2-content .cartochki .cart-2 .number2, .section2-content .cartochki .cart-3 .number2 { margin-bottom: 32px; } }

@media (max-width: 575px) { .section2 { max-height: none; height: auto; padding: 50px 0px; }
  .section2-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 70px 30px; }
  .section2-content .section2-title { font-size: 18px; }
  .section2-content .cartochki { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section2-content .cartochki .cart-content { width: 250px; height: 150px; }
  .section2-content .cartochki .cart-content h1 { font-size: 14px; }
  .section2-content .cartochki .cart-content h5 { font-size: 14px; }
  .section2-content .cartochki .cart-content h1 span { font-size: 25px; }
  .section2-content .cartochki .cart-content h5 span { font-size: 25px; }
  .section2-content .cartochki .cart .number1, .section2-content .cartochki .cart .number2, .section2-content .cartochki .cart .number3 { margin-bottom: 16px; }
  .section2-content .cartochki .cart .number1 p, .section2-content .cartochki .cart .number2 p, .section2-content .cartochki .cart .number3 p { font-size: 14px; }
  .section2-content .cartochki .cart .number1 h6, .section2-content .cartochki .cart .number2 h6, .section2-content .cartochki .cart .number3 h6 { font-size: 14px; }
  .section2-content .cartochki .cart-2 .number2, .section2-content .cartochki .cart-3 .number2 { margin-bottom: 32px; } }

@media (max-width: 450px) { .section2 { height: auto; padding: 30px 0px; max-height: none; }
  .section2-content { padding: 50px 20px; }
  .section2-content .section2-title { width: 70%; font-weight: 600; font-size: 14px; line-height: 20px; }
  .section2-content .cartochki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 40px; }
  .section2-content .cartochki .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section2-content .cartochki .cart-content { width: 240px; height: 140px; border: 1px solid #FF8C22; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section2-content .cartochki .cart-content h1 { font-size: 14px; font-weight: normal; text-align: center; }
  .section2-content .cartochki .cart-content h5 { font-size: 14px; font-weight: normal; text-align: center; }
  .section2-content .cartochki .cart-content h1 span { font-size: 25px; color: #FF8C22; font-weight: bold; }
  .section2-content .cartochki .cart-content h5 span { font-size: 25px; color: #FF8C22; font-weight: bold; }
  .section2-content .cartochki .cart .strelochka { margin: 5px 0 10px; }
  .section2-content .cartochki .cart .number1, .section2-content .cartochki .cart .number2, .section2-content .cartochki .cart .number3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 32px; }
  .section2-content .cartochki .cart .number1 p, .section2-content .cartochki .cart .number2 p, .section2-content .cartochki .cart .number3 p { font-weight: 900; font-size: 16px; color: #FF8C22; text-align: center; margin-bottom: 10px; }
  .section2-content .cartochki .cart .number1 h6, .section2-content .cartochki .cart .number2 h6, .section2-content .cartochki .cart .number3 h6 { font-weight: normal; font-size: 13px; text-align: center; }
  .section2-content .cartochki .cart .number3 { margin-bottom: 10px; } }

.section3 { height: auto; background: url(../image/section3/section3-fon.svg) no-repeat center; background-size: cover; padding: 100px 0; }

.section3-content { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section3-content .section3-title { font-weight: bold; font-size: 30px; text-align: center; }

@media (max-width: 768px) { .section3 { height: 600px; }
  .section3 .section3-title { font-size: 21px; } }

@media (max-width: 575px) { .section3 { height: 700px; }
  .section3-content .section3-title { font-size: 20px; } }

@media (max-width: 450px) { .section3 { height: auto; padding: 50px 0; }
  .section3-content .section3-title { font-size: 15px; } }

@media (max-width: 380px) { .section3-content .section3-title { font-size: 14px; } }

/*.section4 { position: relative; height: auto; background: url(../image/section4/section4-fon.svg) no-repeat top; background-position-y: -30px; background-size: cover; padding: 50px 0; padding-bottom: 0; }*/
.section4 { position: relative; height: auto; background: url(../image/section4/section4-fon.jpg) no-repeat top; background-position-y: -30px; background-size: cover; padding: 50px 0; padding-bottom: 0; }

.section4:after { z-index: 1; content: ''; position: absolute; bottom: 0; width: 100%; height: 30%; background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 42, 57, 0)), to(#10141C)); background: linear-gradient(180deg, rgba(34, 42, 57, 0) 0%, #10141C 100%); }

.section4-content { position: relative; z-index: 2; padding: 100px 0; padding-bottom: 0; }

.section4-content .section4-title { font-weight: bold; font-size: 30px; text-align: center; color: #fff; margin-bottom: 150px; }
.section4-content .carousel-inner { border-radius: 0.25rem; }

.section4-content #carouselExampleIndicators { height: auto; }

.section4-content #carouselExampleIndicators .carousel-inner { height: auto; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item { height: auto; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide { width: 100%; height: auto; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide { background-color: #fff; padding: 100px 50px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .slide-title { font-weight: bold; font-size: 25px; text-align: center; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin-top: 50px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; width: 50%; margin-left: 5px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 h5, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 h5, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 h5, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 h5, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 h5, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 h5 { font-weight: bold; font-size: 20px; margin-bottom: 20px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 ul, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 ul, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 ul, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 ul, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 ul, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 ul { color: #FF8C22; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 ul li, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 ul li, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 ul li, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 ul li, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 ul li, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 ul li { margin-bottom: 20px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 ul li:last-child, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 ul li:last-child, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 ul li:last-child, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 ul li:last-child, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 ul li:last-child, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 ul li:last-child { margin-bottom: 0; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 ul li p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 ul li p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 ul li p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 ul li p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 ul li p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 ul li p { color: #000; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 img { width: 90%; height: auto; border-radius: 0.25rem;}

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 80px; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 80px; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 80px; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 80px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .slide-title { font-weight: bold; font-size: 25px; text-align: center; margin-bottom: 50px; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .slide-title { font-weight: bold; font-size: 25px; text-align: center; margin-bottom: 50px; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .slide-title { font-weight: bold; font-size: 25px; text-align: center; margin-bottom: 50px; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .slide-title { font-weight: bold; font-size: 25px; text-align: center; margin-bottom: 50px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row4,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row4,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row4,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row4
{ display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 80px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row4 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row4 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row4 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row4 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row4 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row4 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row4 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row4 .col2
{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 30px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row4 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row4 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row4 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row4 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row4 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row4 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row4 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row4 .col2 p
{ color: #fff; font-weight: bold; font-size: 20px; margin-left: 5px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row4 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row4 .col2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row4 .col2
{ -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row4 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row4 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row4 .col2 p,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row4 .col2 p
{ font-weight: normal; color: #000; font-size: 18px; text-align: right; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 { margin-bottom: 30px; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 { margin-bottom: 30px; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 { margin-bottom: 30px; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 { margin-bottom: 30px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col1 { width: 38.5%; background: -webkit-gradient(linear, left top, right top, from(#FF8C22), to(rgba(255, 140, 34, 0.33))); background: linear-gradient(90deg, #FF8C22 0%, rgba(255, 140, 34, 0.33) 100%); border-radius: 0.25rem 0 0 0.25rem; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col1 { width: 34.5%; background: -webkit-gradient(linear, left top, right top, from(#FF8C22), to(rgba(255, 140, 34, 0.33))); background: linear-gradient(90deg, #FF8C22 0%, rgba(255, 140, 34, 0.33) 100%); border-radius: 0.25rem 0 0 0.25rem; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col1 { width: 27.5%; background: -webkit-gradient(linear, left top, right top, from(#FF8C22), to(rgba(255, 140, 34, 0.33))); background: linear-gradient(90deg, #FF8C22 0%, rgba(255, 140, 34, 0.33) 100%); border-radius: 0.25rem 0 0 0.25rem; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col1 { width: 12.5%; background: -webkit-gradient(linear, left top, right top, from(#FF8C22), to(rgba(255, 140, 34, 0.33))); background: linear-gradient(90deg, #FF8C22 0%, rgba(255, 140, 34, 0.33) 100%); border-radius: 0.25rem 0 0 0.25rem;}

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2 { width: 65%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2 { width: 65.5%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 { width: 72.5%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2 { width: 87.5%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0;}

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2,
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 { margin-bottom: 30px; }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col1 { width: 39.5%; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 140, 34, 0.33)), to(#FF8C22)); background: linear-gradient(270deg, rgba(255, 140, 34, 0.33) 0%, #FF8C22 100%); border-radius: 0.25rem 0 0 0.25rem; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col1 { width: 25.5%; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 140, 34, 0.33)), to(#FF8C22)); background: linear-gradient(270deg, rgba(255, 140, 34, 0.33) 0%, #FF8C22 100%); border-radius: 0.25rem 0 0 0.25rem; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col1 { width: 40%; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 140, 34, 0.33)), to(#FF8C22)); background: linear-gradient(270deg, rgba(255, 140, 34, 0.33) 0%, #FF8C22 100%); border-radius: 0.25rem 0 0 0.25rem; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col1 { width: 23.5%; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 140, 34, 0.33)), to(#FF8C22)); background: linear-gradient(270deg, rgba(255, 140, 34, 0.33) 0%, #FF8C22 100%); border-radius: 0.25rem 0 0 0.25rem;}

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2 { width: 61.5%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2 { width: 74.5%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2 { width: 60%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2 { width: 80%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0;}

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col1 { width: 27.5%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); border-radius: 0.25rem 0 0 0.25rem;}
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col1 { width: 15.5%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); border-radius: 0.25rem 0 0 0.25rem; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col1 { width: 34.5%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); border-radius: 0.25rem 0 0 0.25rem; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col1 { width: 45%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); border-radius: 0.25rem 0 0 0.25rem;}

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 { width: 72.5%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 { width: 84.5%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 { width: 65.5%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0; }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 { width: 65.5%; background: rgba(254, 210, 170, 0.33); border-radius: 0 0.25rem 0.25rem 0;}

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row4 .col1 { width: 40%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row4 .col1 { width: 40%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row4 .col1 { width: 34%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row4 .col1 { width: 34%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); }

.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row4 .col2 { width: 60%; background: rgba(254, 210, 170, 0.33); }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row4 .col2 { width: 60%; background: rgba(254, 210, 170, 0.33); }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row4 .col2 { width: 66%; background: rgba(254, 210, 170, 0.33); }
.section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row4 .col2 { width: 66%; background: rgba(254, 210, 170, 0.33); }

.section4-content #carouselExampleIndicators .carousel-indicators { left: 0; position: relative; width: 100%; margin: 0; margin-bottom: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: 0.5s all; transition: 0.5s all; }
.section4-content #carouselExampleIndicators .carousel-indicators-div{ display: flex; flex-direction: row;}
.section4-content #carouselExampleIndicators .carousel-indicators:before, .section4-content #carouselExampleIndicators .carousel-indicators:after { margin:10px; top: 0%; -webkit-transform: translateY(-1px); transform: translateY(-2.5px); z-index: 0; position: absolute; content: ''; width: 50%; height: 5px; background-color: #fff; }

.section4-content #carouselExampleIndicators .carousel-indicators:before { left: 0; }

.section4-content #carouselExampleIndicators .carousel-indicators:after { right: 0; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot{width: 25%}

.section4-content #carouselExampleIndicators .carousel-indicators .dot-1, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4 { z-index: 3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-1 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4 p { color: #fff; text-align: center; font-size: 18px; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4 li { position: relative; background: #FF8C22; opacity: 1; border-radius: 100px; width: 15px; height: 15px; border-width: 0; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:before , .section4-content #carouselExampleIndicators .carousel-indicators .dot-4 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4 li:before { content: ''; width: 100px; position: absolute; -webkit-transform: translateY(4.5px); transform: translateY(4.5px); height: 5px; background: transparent; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4 li:before { left: 0; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4 li:after { right: 0; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-1.active li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2.active li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3.active li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4.active li { z-index: 2; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-1.active li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-1.active li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2.active li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2.active li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3.active li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3.active li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4.active li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4.active li:before { background: #FF8C22; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-1, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3  { -webkit-transform: translateY(-75px); transform: translateY(-75px); z-index: 3; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li { margin-top: 8px; }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-2, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4 { z-index: 2; -webkit-transform: translateY(-7px); transform: translateY(-7px); }

.section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li { margin-bottom: 20px; }
.section4-content #carouselExampleIndicators .carousel-indicators .dot-4 li {margin-top: -14px;
  margin-bottom: 16px; }

.section4-content #carouselExampleIndicators .numberslider { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 50px; }
.section4-content #carouselExampleIndicators .numberslider.numberslider-bottom {margin-top: 50px; margin-bottom: 0;}

.section4-content #carouselExampleIndicators .numberslider button { background: transparent; border-width: 0; }

.section4-content #carouselExampleIndicators .numberslider p { font-size: 18px; font-weight: normal; color: #fff; }

.section4-content #carouselExampleIndicators .numberslider p output { font-weight: bold; }

.section4-content #carouselExampleIndicators .numberslider .carousel-control-next, .section4-content #carouselExampleIndicators .numberslider .carousel-control-prev { position: relative; opacity: 1; width: auto; }

.section4-content #carouselExampleIndicators .numberslider .carousel-control-prev { margin-right: 20px; }

.section4-content #carouselExampleIndicators .numberslider .carousel-control-next { margin-left: 20px; }

@media (max-width: 991px) { .section4-content { height: auto; }
  .section4-content .carousel-inner { height: auto; }
  .section4-content .carousel-inner .carousel-item { height: auto; }
  .section4-content .carousel-inner .carousel-item .carousel-slide { width: 100%; height: auto; }
  .section4-content .carousel-inner .carousel-item .carousel-slide { background-color: #fff; padding: 100px 50px; }
  .section4-content .carousel-inner .carousel-item .carousel-slide .content-block2 .row1, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block2 .row2, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 { height: 70px; }
  .section4-content .carousel-inner .carousel-item .carousel-slide .content-block3 .row1, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block3 .row2, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 { height: 70px; }
  .section4-content .carousel-inner .carousel-item .carousel-slide .content-block4 .row1, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block4 .row2, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 { height: 70px; }
  .section4-content .carousel-inner .carousel-item .carousel-slide .content-block5 .row1, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block5 .row2, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 { height: 70px; }
  .section4-content .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2 p, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2 p, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 p { font-size: 12px !important; }
  .section4-content .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 p, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2 p, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 p { font-size: 12px !important; }
  .section4-content .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2 p, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2 p, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 p { font-size: 12px !important; }
  .section4-content .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2 p, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2 p, .section4-content .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 p { font-size: 12px !important; } }

@media (max-width: 768px) { .section4-content .section4-title { font-size: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 { width: 100% !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 img { width: 100% !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .slide-title { font-size: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .slide-title { font-size: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .slide-title { font-size: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .slide-title { font-size: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 { height: 70px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 { height: 70px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 { height: 70px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 { height: 70px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 p { font-size: 12px !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 p { font-size: 12px !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 p { font-size: 12px !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 p { font-size: 12px !important; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4 p { color: #fff; text-align: center; font-size: 14px; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li { position: relative; background: #FF8C22; opacity: 1; border-radius: 100px; width: 15px; height: 15px; border-width: 0; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:before { width: 50px !important; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 { -webkit-transform: translateY(-69px) !important; transform: translateY(-69px) !important; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-2, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4 { z-index: 2; -webkit-transform: translateY(-7px); transform: translateY(-7px); } }

@media (max-width: 575px) { .section4-content .section4-title { font-size: 20px; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 p { font-size: 12px; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:before { width: 50px !important; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 { -webkit-transform: translateY(-63px) !important; transform: translateY(-63px) !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 { width: 100% !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 img { width: 100% !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .slide-title { font-size: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .slide-title { font-size: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .slide-title { font-size: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .slide-title { font-size: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 { height: auto; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 { height: auto; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 { height: auto; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 { height: auto; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 { padding: 20px 5px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 { padding: 20px 5px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 { padding: 20px 5px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 { padding: 20px 5px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 p { font-size: 8px !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 p { font-size: 8px !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 p { font-size: 8px !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 p { font-size: 8px !important; } }

@media (max-width: 420px) { .section4 { position: relative; height: auto; background: url(../image/section4/section4-fon.jpg) no-repeat top; background-position-y: -30px; background-size: cover; padding: 50px 0; padding-bottom: 0; }
  .section4:after { z-index: 1; content: ''; position: absolute; bottom: 0; width: 100%; height: 30%; background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 42, 57, 0)), to(#10141C)); background: linear-gradient(180deg, rgba(34, 42, 57, 0) 0%, #10141C 100%); }
  .section4-content { position: relative; z-index: 2; padding: 0px 0; padding-bottom: 0; }
  .section4-content .section4-title { font-size: 14px; margin-bottom: 0; }
  .section4-content #carouselExampleIndicators { margin-top: 120px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide { padding: 50px 30px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .slide-title { font-size: 14px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 { margin-top: 30px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; width: 50%; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 h1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 h1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 h1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 h1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 h1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 h1 { font-weight: bold; font-size: 14px; margin-bottom: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 ul, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 ul, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 ul, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 ul, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 ul, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 ul { color: #FF8C22; margin-left: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 ul li, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 ul li, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 ul li, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 ul li, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 ul li, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 ul li { margin-bottom: 10px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 ul li:last-child, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 ul li:last-child, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 ul li:last-child, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 ul li:last-child, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 ul li:last-child, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 ul li:last-child { margin-bottom: 0; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 ul li p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 ul li p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 ul li p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 ul li p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 ul li p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 ul li p { font-size: 12px; color: #000; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 .col2 img { margin-top: 10px; width: 80%; height: auto; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 { margin-top: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 { margin-top: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 { margin-top: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 { margin-top: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .slide-title { font-size: 12px; margin-bottom: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .slide-title { font-size: 12px; margin-bottom: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .slide-title { font-size: 12px; margin-bottom: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .slide-title { font-size: 12px; margin-bottom: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 50px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 15px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 15px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 15px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 15px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 p { color: #fff; font-weight: bold; font-size: 15px; margin-left: 5px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 p { color: #fff; font-weight: bold; font-size: 15px; margin-left: 5px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 p { color: #fff; font-weight: bold; font-size: 15px; margin-left: 5px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col1 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 p { color: #fff; font-weight: bold; font-size: 15px; margin-left: 5px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 img { height: 30px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 img { height: 30px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 img { height: 30px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col1 img, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 img { height: 30px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 p { font-weight: normal; color: #000; font-size: 18px; text-align: right; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 p { font-weight: normal; color: #000; font-size: 18px; text-align: right; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 p { font-weight: normal; color: #000; font-size: 18px; text-align: right; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2 p, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 p { font-weight: normal; color: #000; font-size: 18px; text-align: right; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 { margin-bottom: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 { margin-bottom: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 { margin-bottom: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 { margin-bottom: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col1 { width: 32.5%; background: -webkit-gradient(linear, left top, right top, from(#FF8C22), to(rgba(255, 140, 34, 0.33))); background: linear-gradient(90deg, #FF8C22 0%, rgba(255, 140, 34, 0.33) 100%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col1 { width: 32.5%; background: -webkit-gradient(linear, left top, right top, from(#FF8C22), to(rgba(255, 140, 34, 0.33))); background: linear-gradient(90deg, #FF8C22 0%, rgba(255, 140, 34, 0.33) 100%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col1 { width: 32.5%; background: -webkit-gradient(linear, left top, right top, from(#FF8C22), to(rgba(255, 140, 34, 0.33))); background: linear-gradient(90deg, #FF8C22 0%, rgba(255, 140, 34, 0.33) 100%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col1 { width: 32.5%; background: -webkit-gradient(linear, left top, right top, from(#FF8C22), to(rgba(255, 140, 34, 0.33))); background: linear-gradient(90deg, #FF8C22 0%, rgba(255, 140, 34, 0.33) 100%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row1 .col2 { width: 67.5%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row1 .col2 { width: 67.5%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row1 .col2 { width: 67.5%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row1 .col2 { width: 67.5%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 { margin-bottom: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 { margin-bottom: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 { margin-bottom: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 { margin-bottom: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col1 { width: 27.5%; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 140, 34, 0.33)), to(#FF8C22)); background: linear-gradient(270deg, rgba(255, 140, 34, 0.33) 0%, #FF8C22 100%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col1 { width: 27.5%; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 140, 34, 0.33)), to(#FF8C22)); background: linear-gradient(270deg, rgba(255, 140, 34, 0.33) 0%, #FF8C22 100%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col1 { width: 27.5%; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 140, 34, 0.33)), to(#FF8C22)); background: linear-gradient(270deg, rgba(255, 140, 34, 0.33) 0%, #FF8C22 100%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col1 { width: 27.5%; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 140, 34, 0.33)), to(#FF8C22)); background: linear-gradient(270deg, rgba(255, 140, 34, 0.33) 0%, #FF8C22 100%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row2 .col2 { width: 72.5%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row2 .col2 { width: 72.5%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row2 .col2 { width: 72.5%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row2 .col2 { width: 72.5%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col1 { width: 40%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col1 { width: 40%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col1 { width: 40%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col1 { width: 40%; background: linear-gradient(89.66deg, #FF8C22 0.07%, rgba(255, 140, 34, 0.33) 97.59%); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .row3 .col2 { width: 60%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .row3 .col2 { width: 60%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .row3 .col2 { width: 60%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .row3 .col2 { width: 60%; background: rgba(254, 210, 170, 0.33); }
  .section4-content #carouselExampleIndicators .carousel-indicators { margin-bottom: 30px; -webkit-transition: 0.5s all; transition: 0.5s all; }
  .section4-content #carouselExampleIndicators .carousel-indicators:before, .section4-content #carouselExampleIndicators .carousel-indicators:after { -webkit-transform: translateY(-2.5px); transform: translateY(-2.5px); width: 50%; height: 5px; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 p { font-size: 10px; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li { width: 15px; height: 15px; border-width: 0; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:before { -webkit-transform: translateY(4.5px); transform: translateY(4.5px); height: 5px; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1.active li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-1.active li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2.active li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2.active li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3.active li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3.active li:before { background: #FF8C22; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 { -webkit-transform: translateY(-56.5px) !important; transform: translateY(-56.5px) !important; z-index: 3; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li { margin-top: 20px; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 { z-index: 2; -webkit-transform: translateY(-7px); transform: translateY(-7px); }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li { margin-bottom: 20px; }
  .section4-content #carouselExampleIndicators .numberslider { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 30px; }
  .section4-content #carouselExampleIndicators .numberslider button { background: transparent; border-width: 0; }
  .section4-content #carouselExampleIndicators .numberslider p { font-size: 14px; font-weight: normal; color: #fff; }
  .section4-content #carouselExampleIndicators .numberslider p output { font-weight: bold; }
  .section4-content #carouselExampleIndicators .numberslider .carousel-control-next, .section4-content #carouselExampleIndicators .numberslider .carousel-control-prev { position: relative; opacity: 1; width: 30px; }
  .section4-content #carouselExampleIndicators .numberslider .carousel-control-next img, .section4-content #carouselExampleIndicators .numberslider .carousel-control-prev img { width: 100%; }
  .section4-content #carouselExampleIndicators .numberslider .carousel-control-prev { margin-right: 20px; }
  .section4-content #carouselExampleIndicators .numberslider .carousel-control-next { margin-left: 20px; } }

@media (max-width: 365px) { .section4-content { padding: 0; }
  .section4-content .section4-title { font-size: 12px !important; margin-bottom: 70px; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 p { font-size: 6px; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-1 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2 li:before, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:after, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 li:before { width: 50px !important; }
  .section4-content #carouselExampleIndicators .carousel-indicators .dot-1, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3 { -webkit-transform: translateY(-45px) !important; transform: translateY(-45px) !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row1, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row2, .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block1 .row3 { margin-top: 20px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .col1 { padding-left: 15px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .col1 { padding-left: 15px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .col1 { padding-left: 15px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .col1 { padding-left: 15px; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block2 .col1 p { font-size: 14px !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block4 .col1 p { font-size: 14px !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block5 .col1 p { font-size: 14px !important; }
  .section4-content #carouselExampleIndicators .carousel-inner .carousel-item .carousel-slide .content-block3 .col1 p { font-size: 14px !important; } }

.section5 { height: auto; background: url(../image/section5/section5-fon.jpeg) no-repeat center; background-size: cover; padding: 100px 0; }

.section5-content { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section5-title { font-weight: bold; font-size: 30px; text-align: center; color: #fff; }

.section5 form.contactForm input::-webkit-input-placeholder { color: #fff; }

.section5 form.contactForm input:-ms-input-placeholder { color: #fff; }

.section5 form.contactForm input::-ms-input-placeholder { color: #fff; }

.section5 form.contactForm input::placeholder { color: #fff; }

@media (max-width: 768px) { .section5 { height: 600px; }
  .section5 .section5-title { font-size: 21px; } }

@media (max-width: 575px) { .section5 { height: 700px; }
  .section5-content .section5-title { font-size: 20px; } }

@media (max-width: 450px) { .section5 { height: auto; padding: 50px 0; }
  .section5-content .section5-title { font-size: 14px; } }

@media (max-width: 380px) { .section5 { height: 500px; }
  .section5-content .section5-title { font-size: 14px; } }

.section6 { height: auto; padding: 100px 0; background-color: #FBFBFB; }

.section6-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; width: 100%; }

.section6-content .section6-title { font-size: 30px; margin-bottom: 20px; }

.section6-content .section6-text { text-align: center; font-weight: normal; font-size: 18px; }

.section6-content .cartochki { height: auto; margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section6-content .cartochki .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: auto; }

.section6-content .cartochki .cart .col1 { -webkit-transform: translateX(50px) translateY(200px); transform: translateX(50px) translateY(200px); background: #FDFDFD; height: auto; width: auto; padding: 7px; margin-bottom: 200px; border-radius: 0.25rem}

.section6-content .cartochki .cart .col1 .content { border: 1px solid rgba(0, 0, 0, 0.11); padding: 40px 90px 40px 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border-radius: 0.25rem}

.section6-content .cartochki .cart .col1 .content h5 { font-weight: normal; font-size: 14px; text-align: left; width: auto; margin-bottom: 10px; }

.section6-content .cartochki .cart .col1 .content ul { color: #FF8C22; }

.section6-content .cartochki .cart .col1 .content ul li p { color: #000; font-weight: normal; font-size: 14px; }

.section6-content .cartochki .cart-2 { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.section6-content .cartochki .cart-2 .col1 { position: relative; z-index: 2; -webkit-transform: translateX(100px) translateY(200px); transform: translateX(100px) translateY(200px); }

.section6-content .cartochki .cart-2 .col2 { position: relative; z-index: 1; -webkit-transform: translateX(150px); transform: translateX(150px); }

@media (min-width: 992px) and (max-width: 1090px) { .section6-content .cartochki .cart .col1 .content { padding-right: 40px; } }

@media (max-width: 991px) { .section6-content .cartochki .cart .col1 .content { padding: 40px 0px 40px 40px; }
  .section6-content .cartochki .cart .col1 .content h1 { font-size: 14px; }
  .section6-content .cartochki .cart .col1 .content ul { color: #FF8C22; }
  .section6-content .cartochki .cart .col1 .content ul li p { color: #000; font-weight: normal; font-size: 12px; }
  .section6-content .cartochki .cart .col2 img { width: 80%; }
  .section6-content .cartochki .cart-2 .col1 { position: relative; z-index: 2; -webkit-transform: translateX(30px) translateY(200px); transform: translateX(30px) translateY(200px); } }

@media (max-width: 768px) { .section6 { padding: 50px 0; padding-top: 100px; }
  .section6-content .section6-title { font-size: 20px; }
  .section6-content .section6-text { font-size: 16px; }
  .section6-content .cartochki .cart { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .section6-content .cartochki .cart .col1 { margin-bottom: 0; -webkit-transform: translateX(0px) translateY(0px); transform: translateX(0px) translateY(0px); }
  .section6-content .cartochki .cart .col1 .content { padding: 40px 0px 40px 40px; }
  .section6-content .cartochki .cart .col1 .content h1 { font-size: 12px; }
  .section6-content .cartochki .cart .col1 .content ul { color: #FF8C22; }
  .section6-content .cartochki .cart .col1 .content ul li p { color: #000; font-weight: normal; font-size: 10px; }
  .section6-content .cartochki .cart .col2 { width: 45%; }
  .section6-content .cartochki .cart .col2 img { width: 100%; }
  .section6-content .cartochki .cart-2 { margin-top: 50px; }
  .section6-content .cartochki .cart-2 .col1 { position: relative; z-index: 2; -webkit-transform: translateX(0px) translateY(0px); transform: translateX(0px) translateY(0px); }
  .section6-content .cartochki .cart-2 .col2 { width: 45%; -webkit-transform: translateX(0px); transform: translateX(0px); } }

@media (max-width: 575px) { .section6 { padding: 50px 0; padding-top: 100px; }
  .section6-content .section6-title { font-size: 20px; }
  .section6-content .section6-text { font-size: 16px; }
  .section6-content .cartochki .cart { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .section6-content .cartochki .cart .col1 { margin-bottom: 0; -webkit-transform: translateX(0px) translateY(0px); transform: translateX(0px) translateY(0px); }
  .section6-content .cartochki .cart .col1 .content { padding: 40px 0px 40px 40px; }
  .section6-content .cartochki .cart .col1 .content h1 { font-size: 10px; }
  .section6-content .cartochki .cart .col1 .content ul { color: #FF8C22; }
  .section6-content .cartochki .cart .col1 .content ul li p { color: #000; font-weight: normal; font-size: 8px; }
  .section6-content .cartochki .cart .col2 { width: 45%; }
  .section6-content .cartochki .cart .col2 img { width: 100%; }
  .section6-content .cartochki .cart-2 { margin-top: 50px; }
  .section6-content .cartochki .cart-2 .col1 { position: relative; z-index: 2; -webkit-transform: translateX(0px) translateY(0px); transform: translateX(0px) translateY(0px); }
  .section6-content .cartochki .cart-2 .col2 { width: 45%; -webkit-transform: translateX(0px); transform: translateX(0px); } }

@media (max-width: 450px) { .section6 { padding: 50px 0; }
  .section6-content .section6-title { font-size: 14px; margin-bottom: 20px; }
  .section6-content .section6-title span { font-size: 16px; }
  .section6-content .section6-text { font-size: 12px; }
  .section6-content .cartochki { height: auto; margin-top: 30px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section6-content .cartochki .cart { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section6-content .cartochki .cart .col2 { margin-top: 30px; width: 80%; }
  .section6-content .cartochki .cart .col2 img { width: 100%; }
  .section6-content .cartochki .cart .col1 { -webkit-transform: translateX(0px) translateY(0px); transform: translateX(0px) translateY(0px); background: #FDFDFD; height: auto; width: auto; padding: 7px; margin-bottom: 0px; }
  .section6-content .cartochki .cart .col1 .content { border: 1px solid rgba(0, 0, 0, 0.11); padding: 40px 60px 30px 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .section6-content .cartochki .cart .col1 .content h1 { font-weight: normal; font-size: 12px; text-align: left; width: auto; margin-bottom: 10px; }
  .section6-content .cartochki .cart .col1 .content ul { color: #FF8C22; }
  .section6-content .cartochki .cart .col1 .content ul li p { color: #000; font-weight: normal; font-size: 12px; }
  .section6-content .cartochki .cart-2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .section6-content .cartochki .cart-2 .col1 { position: relative; z-index: 2; -webkit-transform: translateX(0px) translateY(0px); transform: translateX(0px) translateY(0px); }
  .section6-content .cartochki .cart-2 .col2 { position: relative; z-index: 1; -webkit-transform: translateX(0px); transform: translateX(0px); } }

.section7 { height: auto; background: url(../image/section3/section3-fon.svg) no-repeat center; background-size: cover; padding: 100px 0; }

.section7-content { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section7-title { font-weight: bold; font-size: 30px; text-align: center; }

@media (max-width: 768px) { .section7 { height: 600px; }
  .section7 .section7-title { font-size: 21px; } }

@media (max-width: 575px) { .section7 { height: 700px; }
  .section7-content .section7-title { font-size: 20px; } }

@media (max-width: 450px) { .section7 { height: auto; padding: 50px 0; }
  .section7-content .section7-title { font-size: 16px; } }

@media (max-width: 380px) { .section7 { height: 500px; }
  .section7-content .section7-title { font-size: 14px; } }

.section8 { height: auto; background: url(../image/section8/section8-fon.jpg) no-repeat top; background-size: cover; padding: 100px 0 150px; }

.section8-content { height: auto; width: 100%; }

.section8-content .section8-title { color: #fff; }

.section8-content .video { margin-top: 50px; padding: 30px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section8-content .video p { text-align: center; font-size: 18px; font-weight: normal; color: #fff; }

.section8-content .video #video { margin-top: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; max-width: 800px; width: 100%; height: 100%; }

.section8-content .video #video button { background: transparent; border-width: 0; border-radius: 100px; overflow: hidden; padding: 0px; }

.section8-content .vkladki { margin-top: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

.section8-content .vkladki-title { color: #fff; font-weight: 600; font-size: 30px; text-align: center; }

.section8-content .vkladki .content { margin-top: 80px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.section8-content .vkladki .content .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section8-content .vkladki .content .cart p { text-align: center; color: #fff; font-size: 18px; font-weight: normal; }

.section8-content form.contactForm input::-webkit-input-placeholder { color: #fff; }

.section8-content form.contactForm input:-ms-input-placeholder { color: #fff; }

.section8-content form.contactForm input::-ms-input-placeholder { color: #fff; }

.section8-content form.contactForm input::placeholder { color: #fff; }

@media (max-width: 991px) { .section8-content .vkladki-title { font-size: 22px; }
  .section8-content .vkladki .content .cart p { font-size: 14px; } }

@media (max-width: 768px) { .section8-content .video #video { width: 500px; height: 210px; }
  .section8-content .video #video button { height: 40px; width: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section8-content .video #video button img { height: 100%; width: 100%; }
  .section8-content .vkladki .content { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .section8-content .vkladki .content .cart { margin-bottom: 30px; }
  .section8-content .vkladki .content .cart:last-child { margin-bottom: 0; } }

@media (max-width: 575px) { .section8 { padding-bottom: 100px; }
  .section8-content .section8-title { font-size: 12px; }
  .section8-content .video { margin-top: 0px; }
  .section8-content .video p { font-size: 6px; }
  .section8-content .video #video { width: 100%; height: auto; }
  .section8-content .video #video iframe { height: 100%; }
  .section8-content .video #video button { height: 35px; width: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section8-content .video #video button img { height: 100%; width: 100%; }
  .section8-content .vkladki { margin-top: 40px; }
  .section8-content .vkladki-title { font-size: 12px; }
  .section8-content .vkladki .content { margin-top: 20px; }
  .section8-content .vkladki .content .cart p { font-size: 8px; }
  .section8-content .vkladki .content .cart img { height: 30px; width: auto; } }

@media (max-width: 450px) { .section8 { padding: 50px 0; }
  .section8-content .section8-title { color: #fff; }
  .section8-content .video { margin-top: 50px; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section8-content .video p { text-align: center; font-size: 12px; font-weight: normal; color: #fff; }
  .section8-content .video #video { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: auto; }
  .section8-content .vkladki { margin-top: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }
  .section8-content .vkladki-title { font-size: 14px; }
  .section8-content .vkladki .content { margin-top: 30px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section8-content .vkladki .content .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section8-content .vkladki .content .cart img { margin-bottom: 10px; }
  .section8-content .vkladki .content .cart p { text-align: center; color: #fff; font-size: 14px; font-weight: normal; } }

.section9 { height: auto; background: rgba(251, 251, 251, 0.66); padding: 50px 0; position: relative; overflow: hidden; }

.section9 .img1, .section9 .img2 { z-index: 0; position: absolute; top: -150px; }

.section9 .img1 { left: 0; }

.section9 .img2 { right: 0; }

.section9-content { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; }

.section9-content .row1, .section9-content .row2 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 40px; }

.section9-content .row1 .cart, .section9-content .row2 .cart { height: 150px; background-color: #fff; padding: 5px; }

.section9-content .row1 .cart hr.verh, .section9-content .row2 .cart hr.verh { z-index: 1; height: 2px; width: 43%; background: #DDDCDC; -webkit-transform: rotate(90deg); transform: rotate(90deg); position: absolute; top: 0; border-width: 0; }

.section9-content .row1 .cart hr.pravo, .section9-content .row2 .cart hr.pravo { z-index: 1; height: 2px; width: 50%; background: #DDDCDC; -webkit-transform: translateY(-15px); transform: translateY(-15px); position: absolute; right: 0; border-width: 0; }

.section9-content .row1 .cart hr.niz, .section9-content .row2 .cart hr.niz { z-index: 1; height: 2px; width: 43%; background: #DDDCDC; -webkit-transform: rotate(90deg); transform: rotate(90deg); position: absolute; bottom: 0; border-width: 0; }

.section9-content .row1 .cart .content, .section9-content .row2 .cart .content { position: relative; height: 100%; width: 100%; border: 1px solid #DDDCDC; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.25rem}

.section9-content .row1 .cart .content:after, .section9-content .row1 .cart .content:before, .section9-content .row2 .cart .content:after, .section9-content .row2 .cart .content:before { content: ''; height: 10px; width: 10px; position: absolute; background: #DDDCDC; border-radius: 100px; }

.section9-content .row1 .cart .content img.icon, .section9-content .row2 .cart .content img.icon { position: absolute; top: 5px; left: 0; }

.section9-content .row1 .cart .content img.plus, .section9-content .row2 .cart .content img.plus { z-index: 2; }

.section9-content .row1 .cart .content p, .section9-content .row2 .cart .content p { text-align: center; font-size: 18px; font-weight: normal; }

.section9-content .row1 .col1 .content:after { bottom: 0; -webkit-transform: translateX(-1px) translateY(5px); transform: translateX(-1px) translateY(5px); }

.section9-content .row1 .col1 .content:before { display: none; }

.section9-content .row1 .col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: transparent; }

.section9-content .row1 .col2 .content { z-index: 2; width: 30px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(251, 251, 251, 0.66); }

.section9-content .row1 .col2 .content:after, .section9-content .row1 .col2 .content:before { display: none; }

.section9-content .row1 .col3 .content:after { left: 0; -webkit-transform: translateX(-5px) translateY(0px); transform: translateX(-5px) translateY(0px); }

.section9-content .row1 .col3 .content:before { bottom: 0; -webkit-transform: translateX(-1px) translateY(5px); transform: translateX(-1px) translateY(5px); }

.section9-content .row2 { margin-bottom: 0; }

.section9-content .row2 .col1, .section9-content .row2 .col3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: transparent; position: relative; }

.section9-content .row2 .col1 .content, .section9-content .row2 .col3 .content { width: 30px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(251, 251, 251, 0.66); z-index: 2; }

.section9-content .row2 .col1 .content:after, .section9-content .row2 .col1 .content:before, .section9-content .row2 .col3 .content:after, .section9-content .row2 .col3 .content:before { display: none; }

.section9-content .row2 .col2 .content:after { left: 0; -webkit-transform: translateX(-5px) translateY(2.5px); transform: translateX(-5px) translateY(2.5px); }

.section9-content .row2 .col2 .content:before { top: 0; -webkit-transform: translateX(0px) translateY(-5px); transform: translateX(0px) translateY(-5px); }

.section9-content .row2 .col4 .content:after { left: 0; -webkit-transform: translateX(-5px) translateY(2.5px); transform: translateX(-5px) translateY(2.5px); }

.section9-content .row2 .col4 .content:before { display: none; }

.section9-vkladki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-top: 100px; }

.section9-vkladki .vkladka { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section9-vkladki .vkladka img { margin-bottom: 30px; }

.section9-vkladki .vkladka p { text-align: center; font-size: 18px; }

@media (max-width: 575px) { .section9 { padding: 50px; }
  .section9 .img1, .section9 .img2 { z-index: 0; position: absolute; top: -40px; width: 30%; }
  .section9-title { font-size: 15px !important; }
  .section9-content { margin-top: 40px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section9-content .row1, .section9-content .row2 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0px; }
  .section9-content .row1 .cart, .section9-content .row2 .cart { height: 150px; width: 250px; background-color: #fff; padding: 5px; }
  .section9-content .row1 .cart hr.verh, .section9-content .row2 .cart hr.verh { z-index: 1; height: 2px; width: 65px; background: #DDDCDC; -webkit-transform: rotate(90deg) translateX(-10px); transform: rotate(90deg) translateX(-10px); position: absolute; bottom: 0; top: auto; border-width: 0; }
  .section9-content .row1 .cart hr.pravo, .section9-content .row2 .cart hr.pravo { z-index: 1; height: 2px; width: 65px; background: #DDDCDC; -webkit-transform: rotate(90deg) translateX(10px); transform: rotate(90deg) translateX(10px); position: absolute; top: 0; right: auto; border-width: 0; }
  .section9-content .row1 .cart hr.niz, .section9-content .row2 .cart hr.niz { z-index: 1; height: 2px; width: 65px; background: #DDDCDC; -webkit-transform: rotate(90deg) translateX(-10px); transform: rotate(90deg) translateX(-10px); position: absolute; bottom: 0; border-width: 0; }
  .section9-content .row1 .cart .content, .section9-content .row2 .cart .content { position: relative; height: 100%; width: 100%; border: 1px solid #DDDCDC; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section9-content .row1 .cart .content:after, .section9-content .row1 .cart .content:before, .section9-content .row2 .cart .content:after, .section9-content .row2 .cart .content:before { content: ''; height: 10px; width: 10px; position: absolute; background: #DDDCDC; border-radius: 100px; }
  .section9-content .row1 .cart .content img.icon, .section9-content .row2 .cart .content img.icon { position: absolute; top: 5px; left: 0; }
  .section9-content .row1 .cart .content img.plus, .section9-content .row2 .cart .content img.plus { z-index: 2; }
  .section9-content .row1 .cart .content p, .section9-content .row2 .cart .content p { text-align: center; font-size: 14px; font-weight: normal; }
  .section9-content .row1 .col1 .content:after { bottom: 0; -webkit-transform: translateX(0.5px) translateY(5px); transform: translateX(0.5px) translateY(5px); }
  .section9-content .row1 .col1 .content:before { display: none; }
  .section9-content .row1 .col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: transparent; }
  .section9-content .row1 .col2 .content { z-index: 2; width: 30px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(251, 251, 251, 0.66); }
  .section9-content .row1 .col2 .content:after, .section9-content .row1 .col2 .content:before { display: none; }
  .section9-content .row1 .col3 .content:after { top: 0; left: auto; -webkit-transform: translateX(0.5px) translateY(-5px); transform: translateX(0.5px) translateY(-5px); }
  .section9-content .row1 .col3 .content:before { bottom: 0; -webkit-transform: translateX(0.25px) translateY(5px); transform: translateX(0.25px) translateY(5px); }
  .section9-content .row2 { margin-bottom: 0; }
  .section9-content .row2 .col1, .section9-content .row2 .col3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: transparent; position: relative; }
  .section9-content .row2 .col1 .content, .section9-content .row2 .col3 .content { width: 30px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(251, 251, 251, 0.66); z-index: 2; }
  .section9-content .row2 .col1 .content:after, .section9-content .row2 .col1 .content:before, .section9-content .row2 .col3 .content:after, .section9-content .row2 .col3 .content:before { display: none; }
  .section9-content .row2 .col2 .content:after { top: 0; left: auto; -webkit-transform: translateX(0.5px) translateY(-5px); transform: translateX(0.5px) translateY(-5px); }
  .section9-content .row2 .col2 .content:before { bottom: 0; top: auto; -webkit-transform: translateX(0.25px) translateY(5px); transform: translateX(0.25px) translateY(5px); }
  .section9-content .row2 .col4 .content:after { top: 0; left: auto; -webkit-transform: translateX(0.5px) translateY(-5px); transform: translateX(0.5px) translateY(-5px); }
  .section9-content .row2 .col4 .content:before { display: none; }
  .section9-vkladki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 50px; }
  .section9-vkladki .vkladka { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; }
  .section9-vkladki .vkladka:last-child { margin-bottom: 0; }
  .section9-vkladki .vkladka img { margin-bottom: 20px; width: 20%; }
  .section9-vkladki .vkladka p { text-align: center; font-size: 14px; } }

.section10 { height: 550px; background: url(../image/section3/section3-fon.svg) no-repeat center; background-size: cover; }

.section10-content { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section10-content .section10-title { font-weight: bold; font-size: 30px; text-align: center; }

@media (max-width: 768px) { .section10 { height: 600px; }
  .section10 .section10-title { font-size: 21px; } }

@media (max-width: 575px) { .section10 { height: 700px; }
  .section10-content .section10-title { font-size: 20px; } }

@media (max-width: 450px) { .section10 { height: 550px; }
  .section10-content .section10-title { font-size: 16px; } }

@media (max-width: 380px) { .section10 { height: 500px; }
  .section10-content .section10-title { font-size: 14px; } }

@media (max-width: 345px) {
    .height-block { height: 87px!important; }
    .header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item a.nav-link {
        font-size: 12px;
    }
}

.section11 { height: auto; padding: 150px 0; background: url(../image/section11/section11-fon.jpeg) no-repeat top; background-size: cover; }

.webp .section11 { height: auto; padding: 150px 0; background: url(../image/section11/section11-fon.webp) no-repeat top; background-size: cover; }

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

.section11-content .section11-title { color: #ffffff; font-size: 30px; text-align: center; }

.section11-content .logo { width: 100%; margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section11-content .logo .img { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }

.section11-content .logo .img .bitrix24 { -webkit-transform: translateY(-10px); transform: translateY(-10px); }

.section11-content .logo .img .amoCRM { -webkit-transform: translateY(10px); transform: translateY(10px); }

.section11-content .logo p { color: #fff; font-size: 24px; margin-top: 20px; }

.section11-content .vkladki { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 100px; }

.section11-content .vkladki .vkladka { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 30px; padding: 0; }

.section11-content .vkladki .vkladka img { height: 75px; width: 75px; }

.section11-content .vkladki .vkladka .text h3 { color: #fff; font-size: 18px; font-weight: 600; }

.section11-content .vkladki .vkladka .text p { font-size: 18px; color: #fff; font-weight: 300; }

.section11-content .img { margin-top: 60px; width: 100%; max-width: 800px; max-height: 470px; border-radius: 0.25rem}

.section11-content form.contactForm { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin-top: 100px; padding: 0 100px; }

.section11-content form.contactForm .form-input { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; margin-bottom: 80px; }

.section11-content form.contactForm .form-input .selected-dial-code, .section11-content form.contactForm .form-input .iti-arrow { color: #fff !important; }

.section11-content form.contactForm .form-input .iti-arrow { border-top-color: #fff !important; }

.section11-content form.contactForm .form-input input { background: transparent; border-width: 0; border: 1px solid #C4C4C4; width: 250px; padding-bottom: 5px; color: #fff; }

.section11-content form.contactForm .form-input input::-webkit-input-placeholder { color: #fff; }

.section11-content form.contactForm .form-input input:-ms-input-placeholder { color: #fff; }

.section11-content form.contactForm .form-input input::-ms-input-placeholder { color: #fff; }

.section11-content form.contactForm .form-input input::placeholder { color: #fff; }

.section11-content form.contactForm button[type="submit"] { width: 450px; height: 73px; font-weight: normal; font-size: 16px; text-align: center; }

@media (max-width: 991px) { .section11-content .logo { width: 100%; margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section11-content .logo .img { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }
  .section11-content .logo .img img { width: 30%; height: auto; }
  .section11-content .logo .img .bitrix24 { -webkit-transform: translateX(10px) translateY(0); transform: translateX(10px) translateY(0); }
  .section11-content .logo .img .amoCRM { -webkit-transform: translateY(10px); transform: translateY(10px); }
  .section11-content .logo p { color: #fff; font-size: 24px; margin-top: 20px; }
  .section11-content form.contactForm { padding: 0; }
  .section11-content form.contactForm input { width: 200px !important; } }

@media (max-width: 768px) { .section11-content .section11-title { font-size: 21px; }
  .section11-content .logo { width: 100%; margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section11-content .logo .img { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; }
  .section11-content .logo .img img { width: 100%; }
  .section11-content .logo .img .bitrix24 { -webkit-transform: translateX(10px) translateY(0); transform: translateX(10px) translateY(0); }
  .section11-content .logo .img .amoCRM { -webkit-transform: translateY(10px); transform: translateY(10px); }
  .section11-content .logo p { color: #fff; font-size: 24px; margin-top: 20px; }
  .section11-content .vkladki { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 100px; width: 100%; }
  .section11-content .vkladki .vkladka { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-bottom: 30px; padding: 0; width: 70%; max-width: none; }
  .section11-content .vkladki .vkladka img { height: 75px; width: 75px; }
  .section11-content .vkladki .vkladka .text h3 { color: #fff; font-size: 18px; font-weight: 600; }
  .section11-content .vkladki .vkladka .text p { font-size: 18px; color: #fff; font-weight: 300; }
  .section11-content .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px !important; }
  .section11-content .form-input .field-block { width: 400px; height: 60px; }
  .section11-content .form-input .field-block input { width: 100% !important; } }

@media (max-width: 575px) { .section11 { height: auto; padding: 50px 0; }
  .section11-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section11-content .section11-title { color: #ffffff; font-size: 20px; text-align: center; }
  .section11-content .logo { width: 100%; margin-top: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section11-content .logo .img { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .section11-content .logo .img .bitrix24 { -webkit-transform: translateX(40px) translateY(0); transform: translateX(40px) translateY(0); }
  .section11-content .logo .img .amoCRM { -webkit-transform: translateY(10px); transform: translateY(10px); }
  .section11-content .logo p { color: #fff; font-size: 24px; margin-top: 20px; }
  .section11-content .vkladki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 100px; }
  .section11-content .vkladki .vkladka { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 30px; padding: 0; }
  .section11-content .vkladki .vkladka img { height: 75px; width: 75px; }
  .section11-content .vkladki .vkladka .text h3 { color: #fff; font-size: 14px; font-weight: 600; }
  .section11-content .vkladki .vkladka .text p { font-size: 14px; color: #fff; font-weight: 300; }
  .section11-content .img { margin-top: 60px; width: 100%; }
  .section11-content form.contactForm { margin-top: 48px; padding: 0 20px; }
  .section11-content form.contactForm .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 30px; }
  .section11-content form.contactForm .form-input .field-block { width: 100%; height: 50px; margin-bottom: 20px; }
  .section11-content form.contactForm .form-input .field-block input { height: 100%; width: 100%; padding-bottom: 0px; }
  .section11-content form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }
  .section11-content form.contactForm button[type="submit"] { width: 370px; height: 60px; font-size: 14px; } }

@media (max-width: 450px) { .section11-content .section11-title { font-size: 16px; }
  .section11-content form.contactForm { margin-top: 48px; padding: 0 20px; }
  .section11-content form.contactForm .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 30px; }
  .section11-content form.contactForm .form-input .field-block { width: 100%; height: 40px; margin-bottom: 15px; }
  .section11-content form.contactForm .form-input .field-block input { height: 100%; width: 100%; padding-bottom: 0px; }
  .section11-content form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }
  .section11-content form.contactForm button[type="submit"] { width: 300px; height: 45px; font-size: 12px; } }

@media (max-width: 380px) { .section11-content .section11-title { font-size: 14px; }
  .section11-content .logo .bitrix24 { -webkit-transform: translateX(0) !important; transform: translateX(0) !important; }
  .section11-content form.contactForm { margin-top: 48px; padding: 0 20px; }
  .section11-content form.contactForm .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 30px; }
  .section11-content form.contactForm .form-input .field-block { width: 100%; height: 30px; margin-bottom: 10px; }
  .section11-content form.contactForm .form-input .field-block input { height: 100%; width: 100%; padding-bottom: 0px; font-size: 12px; }
  .section11-content form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }
  .section11-content form.contactForm button[type="submit"] { width: 250px; height: 35px; font-size: 8px; } }

.section12 { height: auto; background: #FBFBFB; padding: 100px 0; }

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

.section12-content p.text { font-size: 24px; text-align: center; }

.section12-content .vkladki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px 0; margin-top: 50px; }
.section12-content .vkladki.vkladki-new { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px 0; margin-top: 50px; }

.section12-content .vkladki .vkladka { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 5px; background-color: #fff; margin: 0 10px; width: 370px; }

.section12-content .vkladki .vkladka:first-child { margin-left: 0; }

.section12-content .vkladki .vkladka:last-child { margin-right: 0; }

.section12-content .vkladki .vkladka .content { width: 100%; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 20px 0; border: 1px solid rgba(0, 0, 0, 0.11); -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 30px; border-radius: 0.25rem}

.section12-content .vkladki .vkladka .content p.number { font-size: 18px; font-weight: 600; text-align: center; border-bottom: 1px solid #FF8C22; }

.section12-content .vkladki .vkladka .content p.vkladka-text { margin-top: 10px; font-size: 18px; }

.section12-content .new { text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 40px; }

.section12-content .statistika { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 50px; width: 100%; }

.section12-content .statistika-title { text-align: center; font-size: 31px;}

.section12-content .statistika .cards { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

.section12-content .statistika .cards .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 390px; margin-top: 50px; -webkit-transform: translateX(30px); transform: translateX(30px); }

.section12-content .statistika .cards .cart p.text { font-size: 18px; }

.section12-content .statistika .cards .cart img { width: 9%; margin-right: 10px; }

.section12-content img.analitika { margin-top: 50px; max-width: 800px; max-height: 400px;}

.section12-content img.analitika_en { box-shadow: 0 0 10px rgba(0,0,0,0.2); }

@media (max-width: 991px) { img.analitika { width: 100% !important; } }

@media (max-width: 575px) { .section12 { padding: 50px 0; }
  .section12-content p.text { font-size: 12px; }
  .section12-content .title { font-size: 16px; }
  .section12-content .vkladki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px 0; margin-top: 30px; }
  .section12-content .vkladki .vkladka { padding: 5px; background-color: #fff; width: 100%; margin: 0 50px; margin-bottom: 20px; }
  .section12-content .vkladki .vkladka:first-child { margin-left: 50px; }
  .section12-content .vkladki .vkladka:last-child { margin-right: 50px; margin-bottom: 0; }
  .section12-content .vkladki .vkladka .content { width: 100%; height: auto; padding: 20px 30px; border: 1px solid rgba(0, 0, 0, 0.11); -webkit-box-sizing: border-box; box-sizing: border-box; }
  .section12-content .vkladki .vkladka .content p.number { font-size: 14px; font-weight: 600; text-align: center; border-bottom: 1px solid #FF8C22; }
  .section12-content .vkladki .vkladka .content p.vkladka-text { margin-top: 10px; font-size: 14px; }
  .section12-content .new { margin-top: 30px; }
  .section12-content .new p { font-size: 14px; }
  .section12-content img.analitika { width: 100%; } }

@media (max-width: 380px) { .section12 { padding: 50px 0; }
  .section12-content p.text { font-size: 12px; }
  .section12-content .title { font-size: 16px; }
  .section12-content .vkladki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px 0; margin-top: 30px; }
  .section12-content .vkladki .vkladka { padding: 5px; background-color: #fff; width: 100%; margin: 0 50px; margin-bottom: 20px; }
  .section12-content .vkladki .vkladka:first-child { margin-left: 50px; }
  .section12-content .vkladki .vkladka:last-child { margin-right: 50px; margin-bottom: 0; }
  .section12-content .vkladki .vkladka .content { width: 100%; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 20px 30px; border: 1px solid rgba(0, 0, 0, 0.11); -webkit-box-sizing: border-box; box-sizing: border-box; }
  .section12-content .vkladki .vkladka .content p.number { font-size: 10px; font-weight: 600; text-align: center; border-bottom: 1px solid #FF8C22; }
  .section12-content .vkladki .vkladka .content p.vkladka-text { margin-top: 10px; font-size: 12px; }
  .section12-content .new { margin-top: 30px; }
  .section12-content .new p { font-size: 12px; } }

.section13 { height: auto; background: url(../image/section3/section3-fon.svg) no-repeat center; background-size: cover; }

.section13-content { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section13-content .section13-title { font-weight: bold; font-size: 30px; text-align: center; }
.section13-content img.sber {
  margin-top: 50px;
  max-width: 600px;
  max-height: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) { .section13 { height: 600px; }
  .section13 .section13-title { font-size: 21px; } }

@media (max-width: 575px) { .section13 { height: 700px; }
  .section13-content .section13-title { font-size: 20px; } }

@media (max-width: 450px) { .section13 { height: 550px; }
  .section13-content .section13-title { font-size: 16px; } }

@media (max-width: 380px) { .section13 { height: 500px; }
  .section13-content .section13-title { font-size: 14px; } }

.section14 { height: auto; background: url(../image/section14/section14-fon.jpeg) no-repeat top; background-size: cover; padding: 100px 0; }
.webp .section14 { height: auto; background: url(../image/section14/section14-fon.webp) no-repeat top; background-size: cover; padding: 100px 0; }

.section14-title { color: #fff; }

.section14-content { height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.section14-content .carts { margin-top: 50px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section14-content .carts .cart { width: 250px; height: 100px; background-color: #FDFDFD; margin: 0 10px 20px; padding: 5px; }

.section14-content .carts .cart img { max-width: 100%; }

.section14-content .carts .cart .content { border: 1px solid rgba(0, 0, 0, 0.11); width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section14-content .carts .cart .content p { text-align: center; color: rgba(0, 0, 0, 0.44); font-size: 18px; }

.section14-content_form { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin-top: 100px; }

.section14-content_form_title { color: #fff; font-weight: bold; font-size: 30px; text-align: center; }

.section14-content_form form.contactForm { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin-top: 48px; padding: 0 100px; }

.section14-content_form form.contactForm .form-input { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; margin-bottom: 80px; }

.section14-content_form form.contactForm .form-input .selected-dial-code, .section14-content_form form.contactForm .form-input .iti-arrow { color: #fff !important; }

.section14-content_form form.contactForm .form-input .iti-arrow { border-top-color: #fff !important; }

.section14-content_form form.contactForm .form-input input { background: transparent; border-width: 0; border: 1px solid #C4C4C4; width: 250px; padding-bottom: 5px; color: #fff; }

.section14-content_form form.contactForm .form-input input::-webkit-input-placeholder { color: #fff; }

.section14-content_form form.contactForm .form-input input:-ms-input-placeholder { color: #fff; }

.section14-content_form form.contactForm .form-input input::-ms-input-placeholder { color: #fff; }

.section14-content_form form.contactForm .form-input input::placeholder { color: #fff; }

.section14-content_form form.contactForm button[type="submit"] { width: 416px; height: 63px; font-weight: normal; font-size: 16px; text-align: center; }

.section14-slider { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin-top: 100px; }

.section14-slider #carousel { width: 100%; }

.section14-slider #carousel .numberslider { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 30px; }

.section14-slider #carousel .numberslider button { background: transparent; border-width: 0; }

.section14-slider #carousel .numberslider p { font-size: 18px; font-weight: normal; color: #fff; }

.section14-slider #carousel .numberslider p output { font-weight: bold; }

.section14-slider #carousel .numberslider .carousel-control-next, .section14-slider #carousel .numberslider .carousel-control-prev { position: relative; opacity: 1; width: auto; }

.section14-slider #carousel .numberslider .carousel-control-prev { margin-right: 20px; }

.section14-slider #carousel .numberslider .carousel-control-next { margin-left: 20px; }

.section14-slider #carousel .carousel-inner { height: auto; width: 80%; margin-left: auto; margin-right: auto; border: 1px solid #FF8C22; border-radius: 0.25rem}

.section14-slider #carousel .carousel-inner .carousel-item { width: 100%; }

.section14-slider #carousel .carousel-inner .carousel-item .item-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: auto; padding: 30px 30px 30px 30px; }

.section14-slider #carousel .carousel-inner .carousel-item .item-content img.avatar { height: 158px; width: 158px; }

.section14-slider #carousel .carousel-inner .carousel-item .item-content .text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: 50px; /*margin-top: 50px;*/ }

.section14-slider #carousel .carousel-inner .carousel-item .item-content .text h2.title { color: #ffffff; font-weight: 600; font-size: 18px; }

.section14-slider #carousel .carousel-inner .carousel-item .item-content .text p { color: #ffffff; font-size: 18px; margin-top: 5px; }

.section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.name { margin-top: 20px; color: rgba(253, 253, 253, 0.66); }

.section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*margin-top: 20px;*/ }

.section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play button { background: transparent; border-width: 0; }

.section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play #play2, .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play #play4, .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play #play6, .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play #play10,
.section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play #play8, .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play audio { display: none; }

.section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play p { margin-left: 10px; font-size: 14px; }

.section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.zapytie { position: absolute; bottom: -50px; right: 50px; font-family: 'Prata', sans-serif !important; font-size: 288px; color: rgba(253, 253, 253, 0.22); }

@media (max-width: 991px) { .section14-slider #carousel .carousel-inner { width: 100%; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content { padding: 30px 30px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content img.avatar { height: 158px; width: 158px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text { margin-left: 50px; margin-top: 50px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text h2.title { font-size: 16px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p { font-size: 16px; margin-top: 5px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.name { margin-top: 20px; color: rgba(253, 253, 253, 0.66); font-size: 16px; }
  .section14-content_form form.contactForm { padding: 0; }
  .section14-content_form form.contactForm input { width: 200px !important; } }

@media (max-width: 768px) { .section14-slider #carousel .carousel-inner { width: 100%; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content { padding: 30px 30px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content img.avatar { height: 118px; width: 118px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text { margin-left: 30px; margin-top: 10px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text h2.title { font-size: 14px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p { font-size: 14px; margin-top: 0px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.name { margin-top: 20px; color: rgba(253, 253, 253, 0.66); font-size: 14px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play { margin-top: 20px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play button { width: 80px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play button img { width: 100%; height: 100%; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play p { margin-left: 10px; font-size: 14px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.zapytie { bottom: -20px; right: 10px; font-size: 208px; }
  .section14-content_form_title { font-size: 20px !important; }
  .section14-content_form .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px !important; }
  .section14-content_form .form-input .field-block { width: 400px; height: 60px; }
  .section14-content_form .form-input .field-block input { width: 100% !important; } }

@media (max-width: 575px) { .section14-slider #carousel .carousel-inner { width: 100%; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content { padding: 30px 30px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content img.avatar { height: 98px; width: 98px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text { margin-left: 20px; margin-top: 10px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text h2.title { font-size: 11px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p { font-size: 11px; margin-top: 0px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.name { margin-top: 20px; color: rgba(253, 253, 253, 0.66); font-size: 11px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play { margin-top: 20px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play button { width: 80px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play button img { width: 100%; height: 100%; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play p { margin-left: 10px; font-size: 12px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.zapytie { bottom: -20px; right: 10px; font-size: 208px; }
  .section14-content_form_title { font-size: 18px !important; }
  .section14-content_form form.contactForm { margin-top: 48px; padding: 0 20px; }
  .section14-content_form form.contactForm .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 30px; }
  .section14-content_form form.contactForm .form-input .field-block { width: 100%; height: 50px; margin-bottom: 20px; }
  .section14-content_form form.contactForm .form-input .field-block input { height: 100%; width: 100%; padding-bottom: 0px; }
  .section14-content_form form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }
  .section14-content_form form.contactForm button[type="submit"] { width: 350px; height: 50px; font-size: 14px; } }

@media (max-width: 450px) { .section14-slider #carousel .carousel-inner { width: 100%; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content { padding: 30px 30px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content img.avatar { height: 80px; width: 80px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text { margin-left: 20px; margin-top: 10px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text h2.title { font-size: 8px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p { font-size: 8px; margin-top: 0px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.name { margin-top: 20px; color: rgba(253, 253, 253, 0.66); font-size: 8px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play { margin-top: 20px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play button { width: 70px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play button img { width: 100%; height: 100%; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play p { margin-left: 0px; font-size: 8px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.zapytie { bottom: -20px; right: 10px; font-size: 208px; }
  .section14-content_form_title { font-size: 16px !important; }
  .section14-content_form form.contactForm { margin-top: 48px; padding: 0 20px; }
  .section14-content_form form.contactForm .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 30px; }
  .section14-content_form form.contactForm .form-input .field-block { width: 100%; height: 40px; margin-bottom: 15px; }
  .section14-content_form form.contactForm .form-input .field-block input { height: 100%; width: 100%; padding-bottom: 0px; }
  .section14-content_form form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }
  .section14-content_form form.contactForm button[type="submit"] { width: 300px; height: 45px; font-size: 12px; } }

@media (max-width: 380px) { .section14-slider #carousel .carousel-inner { width: 100%; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content { padding: 20px 20px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content img.avatar { height: 68px; width: 68px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text { margin-left: 20px; margin-top: 10px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text h2.title { font-size: 8px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p { font-size: 8px; margin-top: 0px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.name { margin-top: 20px; color: rgba(253, 253, 253, 0.66); font-size: 8px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play { margin-top: 20px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play button { width: 60px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play button img { width: 100%; height: 100%; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text .button-play p { margin-left: 10px; font-size: 8px; }
  .section14-slider #carousel .carousel-inner .carousel-item .item-content .text p.zapytie { bottom: -20px; right: 10px; font-size: 208px; }
  .section14-content_form_title { font-size: 14px; }
  .section14-content_form form.contactForm { margin-top: 48px; padding: 0 20px; }
  .section14-content_form form.contactForm .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 30px; }
  .section14-content_form form.contactForm .form-input .field-block { width: 100%; height: 30px; margin-bottom: 10px; }
  .section14-content_form form.contactForm .form-input .field-block input { height: 100%; width: 100%; padding-bottom: 0px; font-size: 12px; }
  .section14-content_form form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }
  .section14-content_form form.contactForm button[type="submit"] { width: 250px; height: 35px; font-size: 10px; } }

.section15 { height: auto; width: 100%; background: #FBFBFB; padding: 100px 0; }

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

.section15-content .section15-title { margin-bottom: 50px; }

.section15-content .cartochki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.section15-content .cartochki button.button_tarifi { border-width: 0; border-radius: 5px; width: 328px; height: 63px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section15-content .cartochki button#button-tarif2 { display: none; }

.section15-content .cartochki .row1, .section15-content .cartochki .row2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; }

.section15-content .cartochki .offset-bottom {
  margin-bottom: 10px;
}

.more-employees {
  margin-top: 35px;
  margin-bottom: 0px;
}

.section15-content .cartochki .cart { background: #FDFDFD; -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); height: 400px; width: 370px; padding: 5px; margin: 0 5px; }

.section15-content .cartochki .cart:first-child { margin-left: 0; }

.section15-content .cartochki .cart:last-child { margin-right: 0; }

.section15-content .cartochki .cart.cart3 { position: relative; }

.most-profitable{
  position: absolute;
  top: -10px;
  right: -10px;
}

.most-popular{
  position: absolute;
  top: -10px;
  left: -10px;
  transform: rotate(270deg);
}

.section15-content .cartochki .cart .content { border: 1px solid rgba(0, 0, 0, 0.11); width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 30px; position: relative; }

.section15-content .cartochki .cart .content h1.cart-title { font-weight: 600; font-size: 24px; margin-bottom: 14px; }

.section15-content .cartochki .cart .content p.cena { font-size: 18px; margin-bottom: 8px; }

.section15-content .cartochki .cart .content p.cena.text-rl { font-size: 12px;  color: lightslategray; margin: 0; }

.section15-content .cartochki .cart .content p.polzovateli { font-size: 18px; margin-bottom: 20px; }

.section15-content .cartochki .cart .content p.polzovateli-landing { margin-top: 0; margin-bottom: 0; }

.section15-content .cartochki .cart .content p { font-size: 16px; margin-bottom: 20px; text-align: center; }

.section15-content .cartochki .cart .content a.button_cart { position: absolute; bottom: 70px; width: 200px; height: 49px; border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section15-content .cartochki .row2 .cart { margin-bottom: 20px; height: 400px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.section15-content .cartochki .row2 .cart.cart4 { position: relative; }

.section15-content .cartochki .row2 .cart:last-child { /*margin-bottom: 0;*/ margin-left: 0; }

.section15-content .cartochki .row2 .cart .content a.button_cart { bottom: 39px; }

.section15-content .cartochki .row2 .cart7 { width: 100%; }

.section15-content .cartochki .row2 .cart7 .content { position: relative; }

.section15-content .cartochki .row2 .cart7 .content .galochka { position: absolute; left: 15px; top: 15px; }

.section15-content .cartochki .row2 .cart3 { margin-right: 0; }

.section15-content p.oferta { text-align: center; margin-top: 40px; font-size: 12px; color: rgba(44, 42, 58, 0.7); }

.section15 .company-cart { margin-top: 65px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; width: 100%; padding-left: 20px; padding-right: 20px;}

.section15 .company-cart .cart { background: #FDFDFD; -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); width: 150px; height: 100px; padding: 5px; margin: 0 5px; margin-bottom: 10px; border-radius: 0.25rem;}

.section15 .company-cart .cart:first-child { margin-left: 0; }

.section15 .company-cart .cart:last-child { margin-right: 0; }

.section15 .company-cart .cart .content { border: 1px solid rgba(0, 0, 0, 0.11); width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.25rem;}

.section15-ru .company-cart {
  justify-content: center;
}

.block-center {
  justify-content: center;
}

#button-tarif1{
  margin-top: 40px;
}

#employees-request .invalid-feedback {
  display: none;
}

.employees-phone-number {
  font-size: 17px;
}

.ajax_indicator{
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: -1px;
  padding: 8px 14px 8px 14px;
  border-radius: 0 0 4px 4px;
}
.message_wrapper {
  z-index: 999999;
  cursor: default;
  padding: 0;
  position: fixed;
  top: 40px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

.message_wrapper .alert {
  padding: 8px 14px 8px 14px;
  margin-bottom: 0;
}

.message_wrapper .message_footer {
  position: absolute;
  bottom: -20px;
  display: block;
  opacity: 0;
  font-size: 11px;
  color: #808080;
  width: 100%;
}

.message_wrapper .message_footer .hide_message {
  cursor: pointer;
  padding: 0;
  text-align: right;
  text-decoration: underline;
  float: right;
}

.message_wrapper:hover .message_footer {
  opacity: 1;
}

.button-style:hover, .button-style:focus, .button-style:active {
  background: #FF8C22!important;
  outline: none!important;
  color: #fff!important;
}

.button-style:hover {
  box-shadow: 0px 5px 40px rgba(255, 140, 34, 0.4)!important;
}


.button-cancel-style {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.button-cancel-style:hover {
  color: #333!important;
  background-color: transparent!important;
  border-color: #adadad!important;
}

#employees-your-phone {
  border-color: #FF8C22;
}

#employees-your-phone:focus {
  box-shadow: 0px 5px 40px rgba(255, 140, 34, 0.4)!important;
}

@media (max-width: 1199px) { .section15-content .cartochki button.button_tarifi { width: 328px; height: 63px; }
  .section15-content .cartochki .row1, .section15-content .cartochki .row2 { margin-bottom: 20px; }
  .section15-content .cartochki .cart { height: 350px; width: 300px; padding: 5px; margin: 0 5px; }
  .section15-content .cartochki .cart .content { padding-top: 30px; }
  .section15-content .cartochki .cart .content h1.cart-title { font-weight: 600; font-size: 20px; margin-bottom: 10px; }
  .section15-content .cartochki .cart .content p.cena { font-size: 18px; margin-bottom: 10px; }
  .section15-content .cartochki .cart .content p.polzovateli { font-size: 18px; margin-bottom: 20px;}
  .section15-content .cartochki .cart .content p.polzovateli-landing { margin-top: 0; margin-bottom: 5px; }
  .section15-content .cartochki .cart .content p { font-size: 18px; margin-bottom: 20px; text-align: center; }
  .section15-content .cartochki .cart .content a.button_cart { position: absolute; bottom: 30px; width: 200px; height: 49px; border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section15-content .cartochki .row2 .cart .content { padding-top: 30px; }
  .section15-content .cartochki .row2 .cart .content h1.cart-title { font-weight: 600; font-size: 20px; margin-bottom: 20px; }
  .section15-content .cartochki .row2 .cart .content p.cena { font-size: 18px; margin-bottom: 10px; }
  .section15-content .cartochki .row2 .cart .content p.polzovateli { font-size: 18px; margin-bottom: 20px; }
  .section15-content .cartochki .row2 .cart .content p { font-size: 16px; margin-bottom: 20px; text-align: center; }
  .section15-content .cartochki .row2 .cart .content a.button_cart { position: absolute; bottom: 30px; width: 200px; height: 49px; border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #button-tarif1 {margin-top: 30px;}
}

@media (max-width: 991px) { .section15-content .cartochki button.button_tarifi { width: 328px; height: 63px; }
  .section15-content .cartochki .row1, .section15-content .cartochki .row2 { margin-bottom: 10px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .section15-content .cartochki .cart { height: 350px; width: 300px; padding: 5px; margin: 0; margin: 10px; }
  #button-tarif1 {margin-top: 30px;}
  .section15-content .cartochki .cart .content { padding-top: 30px; }
  .section15-content .cartochki .cart .content h1.cart-title { font-weight: 600; font-size: 20px; margin-bottom: 20px; }
  .section15-content .cartochki .cart .content p.cena { font-size: 18px; margin-bottom: 10px; }
  .section15-content .cartochki .cart .content p.polzovateli { font-size: 18px; margin-bottom: 20px; }
  .section15-content .cartochki .cart .content p.polzovateli-landing { margin-top: 0; margin-bottom: 0; }
  .section15-content .cartochki .cart .content p { font-size: 18px; margin-bottom: 20px; text-align: center; }
  .section15-content .cartochki .cart .content a.button_cart { position: absolute; bottom: 30px; width: 200px; height: 49px; border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section15-content .cartochki .row2 { -ms-flex-pack: distribute; justify-content: space-around; }
  .section15-content .cartochki .row2 .cart { margin: 0; margin-bottom: 15px; }
  .section15-content .cartochki .row2 .cart .content { padding-top: 30px; }
  .section15-content .cartochki .row2 .cart .content h1.cart-title { font-weight: 600; font-size: 20px; margin-bottom: 20px; }
  .section15-content .cartochki .row2 .cart .content p.cena { font-size: 18px; margin-bottom: 10px; }
  .section15-content .cartochki .row2 .cart .content p.polzovateli { font-size: 18px; margin-bottom: 20px; }
  .section15-content .cartochki .row2 .cart .content p { font-size: 16px; margin-bottom: 20px; text-align: center; }
  .section15-content .cartochki .row2 .cart .content a.button_cart { position: absolute; bottom: 30px; width: 200px; height: 49px; border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section15 .company-cart { margin-top: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section15 .company-cart .cart { background: #FDFDFD; -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); width: 150px; height: 100px; padding: 5px; margin: 0; margin-bottom: 15px; }
  .section15 .company-cart .cart:first-child { margin-left: 0; }
  .section15 .company-cart .cart:last-child { margin-right: 0; }
  .section15 .company-cart .cart .content { border: 1px solid rgba(0, 0, 0, 0.11); width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media (max-width: 768px) {
  .section15 .company-cart {
    max-width: 480px;
    justify-content: space-evenly;
  }

  .section15-ru .company-cart {
    max-width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .section15-content .cartochki .cart {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section14-content .carts .cart {
    max-width: 220px;
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .section14-content .carts .cart {
    max-width: 160px;
    width: 100%;
  }

  .section14-content .carts .cart .content img {
    width: 95%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .section14-content .carts .cart {
    max-width: 110px;
    width: 100%;
    height: 90px;
  }

  .section14-content .carts .cart .content img {
    width: 95%;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .section14-content .carts .cart {
    max-width: 60px;
    width: 100%;
    height: 50px;
  }

  .section14-content .carts .cart .content img {
    width: 95%;
  }

  .section14-slider {
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  .more-employees a {
    font-size: 17px;
  }
}

  @media (max-width: 399px) {
  .section14-content .carts .cart {
    max-width: 45px;
    width: 100%;
    height: 40px;
  }

  .section14-content .carts .cart .content img {
    width: 95%;
  }

  .section14-slider {
    margin-top: 25px;
  }
}

@media (min-width: 400px) and (max-width: 490px) {
  .section15 .company-cart .cart {
    width: 120px;
  }
}

@media (max-width: 399px) {
  .section15 .company-cart .cart {
    width: 90px;
    height: 90px;
  }

  .section15 .company-cart .cart .content img {
    width: 95%;
  }
}

@media (max-width: 450px) { .section15-content .cartochki button.button_tarifi { width: 100%; height: 63px; }
  .section15-content .cartochki .row1, .section15-content .cartochki .row2 { margin: 0; margin-bottom: 50px; width: 100%; padding: 0; }
  .section15-content .cartochki .cart { height: 350px; width: 100%; padding: 5px; margin: 0 5px; }
  .section15-content .cartochki .cart .content { padding-top: 30px; }
  .section15-content .cartochki .cart .content h1.cart-title { font-weight: 600; font-size: 20px; margin-bottom: 20px; }
  .section15-content .cartochki .cart .content p.cena { font-size: 18px; margin-bottom: 10px; }
  .section15-content .cartochki .cart .content p.polzovateli { font-size: 18px; margin-bottom: 20px; }
  .section15-content .cartochki .cart .content p { font-size: 18px; margin-bottom: 20px; text-align: center; }
  .section15-content .cartochki .cart .content a.button_cart { position: absolute; bottom: 30px; width: 200px; height: 49px; border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section15-content .cartochki .row2 .cart .content { padding-top: 30px; }
  .section15-content .cartochki .row2 .cart .content h1.cart-title { font-weight: 600; font-size: 20px; margin-bottom: 20px; }
  .section15-content .cartochki .row2 .cart .content p.cena { font-size: 18px; margin-bottom: 10px; }
  .section15-content .cartochki .row2 .cart .content p.polzovateli { font-size: 18px; margin-bottom: 20px; }
  .section15-content .cartochki .row2 .cart .content p { font-size: 16px; margin-bottom: 20px; text-align: center; }
  .section15-content .cartochki .row2 .cart .content a.button_cart { position: absolute; bottom: 30px; width: 200px; height: 49px; border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
}

.section16 { background: url(../image/section16/section16-fon.jpeg) no-repeat top; background-size: cover; height: auto; padding: 150px 0; }
.webp .section16 { background: url(../image/section16/section16-fon.webp) no-repeat top; background-size: cover; height: auto; padding: 150px 0; }

.section16-title { color: #fff; }

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

.section16-content .cartochki { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 100px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section16-content .cartochki hr { border-width: 0; height: 1px; width: 50px; background-color: #DDDCDC; }

.section16-content .cartochki .cart { background: #FDFDFD; -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); padding: 5px; width: 369px; height: 202px; position: relative; border-radius: 0.25rem; }

.section16-content .cartochki .cart:after, .section16-content .cartochki .cart:before { content: ''; height: 10px; width: 10px; border-radius: 100px; position: absolute; background-color: #DDDCDC; top: 50%; }

.section16-content .cartochki .cart:after { right: 0; -webkit-transform: translateY(-5px) translateX(-0.5px); transform: translateY(-5px) translateX(-0.5px); }

.section16-content .cartochki .cart:before { left: 0; -webkit-transform: translateY(-5px) translateX(0.5px); transform: translateY(-5px) translateX(0.5px); }

.section16-content .cartochki .cart:first-child:before { display: none; }

.section16-content .cartochki .cart:last-child:after { display: none; }

.section16-content .cartochki .cart .content { border: 1px solid rgba(0, 0, 0, 0.11); width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.25rem;}

.section16-content .cartochki .cart .content h1.cart-title { font-size: 24px; font-weight: 600; text-align: center; }
.section16-content .cartochki .cart .content h5.cart-title { font-size: 24px; font-weight: 600; text-align: center; }

.section16-content .inform { margin-top: 130px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

.section16-content .inform-title { color: #fff; }

.section16-content .inform .cartochki2 { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-pack: distribute; justify-content: space-around; }

.section16-content .inform .cartochki2 .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; padding: 20px; }

.section16-content .inform .cartochki2 .cart .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section16-content .inform .cartochki2 .cart .content img { height: 154px; width: 154px; }

.section16-content .inform .cartochki2 .cart .content p { color: #ffffff; text-align: center; }

.section16-content .korob-v { width: 100%; background: #ff8c22; -webkit-box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 50px 0; margin-top: 160px; border-radius: 0.25rem;}

.section16-content .korob-v h1, .section16-content .korob-v p { color: #ffffff; text-align: center; }
.section16-content .korob-v h5, .section16-content .korob-v p { color: #ffffff; text-align: center; }

.section16-content .korob-v h1 { font-size: 24px; margin-bottom: 30px; }
.section16-content .korob-v h5 { font-size: 24px; margin-bottom: 30px; }

.section16-content .podkluchenie { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 100px; width: 100%; }

.section16-content .podkluchenie-title { color: #fff; }

.section16-content .podkluchenie .cartochki2 { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-pack: distribute; justify-content: space-around; }

.section16-content .podkluchenie .cartochki2 .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; padding: 20px; }

.section16-content .podkluchenie .cartochki2 .cart .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section16-content .podkluchenie .cartochki2 .cart .content img { height: 54px; width: 54px; margin-bottom: 20px; }

.section16-content .podkluchenie .cartochki2 .cart .content p { color: #ffffff; text-align: center; }

.section16-content form.contactForm .form-input .selected-dial-code, .section16-content form.contactForm .form-input .iti-arrow { color: #fff !important; }

.section16-content form.contactForm .form-input .iti-arrow { border-top-color: #fff !important; }

.section16-content form.contactForm .form-input input { color: #fff; }

.section16-content form.contactForm .form-input input::-webkit-input-placeholder { color: #fff; }

.section16-content form.contactForm .form-input input:-ms-input-placeholder { color: #fff; }

.section16-content form.contactForm .form-input input::-ms-input-placeholder { color: #fff; }

.section16-content form.contactForm .form-input input::placeholder { color: #fff; }

.section16-content form.contactForm p.oferta { margin-top: 50px; text-align: center; color: rgba(255, 255, 255, 0.34); font-size: 12px; }

@media (max-width: 991px) { .section16 { padding: 50px 0; }
  .section16-title { font-size: 28px !important; }
  .section16-content .cartochki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-top: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .cartochki hr { -webkit-transform: rotate(0deg); transform: rotate(0deg); border-width: 0; height: 1px; width: 50px; background-color: #DDDCDC; }
  .section16-content .cartochki .cart { background: #FDFDFD; -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); padding: 5px; width: 250px; height: 103px; position: relative; }
  .section16-content .cartochki .cart:after, .section16-content .cartochki .cart:before { content: ''; height: 10px; width: 10px; border-radius: 100px; position: absolute; background-color: #DDDCDC; top: 50%; }
  .section16-content .cartochki .cart:after { right: 0; -webkit-transform: translateY(-5px) translateX(-0.5px); transform: translateY(-5px) translateX(-0.5px); }
  .section16-content .cartochki .cart:before { left: 0; -webkit-transform: translateY(-5px) translateX(0.5px); transform: translateY(-5px) translateX(0.5px); }
  .section16-content .cartochki .cart:first-child:before { display: none; }
  .section16-content .cartochki .cart:last-child:after { display: none; }
  .section16-content .cartochki .cart .content { border: 1px solid rgba(0, 0, 0, 0.11); width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .cartochki .cart .content h1.cart-title { font-size: 14px; font-weight: 600; text-align: center; }
  .section16-content .cartochki .cart .content h5.cart-title {font-size: 18px;}
}

@media (min-width: 992px) and (max-width: 1100px) { .section16-content .cartochki .cart { width: 290px; } }

@media (min-width: 1101px) and (max-width: 1220px) { .section16-content .cartochki .cart { width: 330px; } }

@media (max-width: 860px) { .section16-content .cartochki .cart { width: 210px; } }

@media (max-width: 768px) { .section16 { padding: 50px 0; }
  .section16-title { font-size: 24px !important; }
  .section16-content .cartochki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .cartochki hr { -webkit-transform: rotate(90deg); transform: rotate(90deg); border-width: 0; height: 1px; width: 50px; background-color: #DDDCDC; }
  .section16-content .cartochki .cart { background: #FDFDFD; -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); padding: 5px; width: 309px; height: 162px; position: relative; }
  .section16-content .cartochki .cart:after, .section16-content .cartochki .cart:before { content: ''; height: 10px; width: 10px; border-radius: 100px; position: absolute; background-color: #DDDCDC; left: 50%; }
  .section16-content .cartochki .cart:after { bottom: 0; top: auto; -webkit-transform: translateX(-5px) translateY(-0.5px); transform: translateX(-5px) translateY(-0.5px); }
  .section16-content .cartochki .cart:before { top: 0; -webkit-transform: translateX(-5px) translateY(0.5px); transform: translateX(-5px) translateY(0.5px); }
  .section16-content .cartochki .cart:first-child:before { display: none; }
  .section16-content .cartochki .cart:last-child:after { display: none; }
  .section16-content .cartochki .cart .content { border: 1px solid rgba(0, 0, 0, 0.11); width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .cartochki .cart .content h1.cart-title { font-size: 18px; font-weight: 600; text-align: center; }
  .section16-content .inform { margin-top: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }
  .section16-content .inform-title { color: #fff; font-size: 18px; }
  .section16-content .inform .cartochki2 { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-pack: distribute; justify-content: space-around; }
  .section16-content .inform .cartochki2 .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0px; }
  .section16-content .inform .cartochki2 .cart .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .inform .cartochki2 .cart .content img { height: 104px; width: 104px; }
  .section16-content .inform .cartochki2 .cart .content p { color: #ffffff; text-align: center; font-size: 10px; }
  .section16-content .korob-v { width: 100%; background: #ff8c22; -webkit-box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px 0; margin-top: 100px; }
  .section16-content .korob-v h1, .section16-content .korob-v p { color: #ffffff; text-align: center; }
  .section16-content .korob-v h1 { font-size: 16px; margin-bottom: 30px; }
  .section16-content .korob-v p { font-size: 10px; }
  .section16-content .podkluchenie { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 100px; width: 100%; }
  .section16-content .podkluchenie-title { font-size: 16px; color: #fff; }
  .section16-content .podkluchenie .cartochki2 { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-pack: distribute; justify-content: space-around; }
  .section16-content .podkluchenie .cartochki2 .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; padding: 20px; }
  .section16-content .podkluchenie .cartochki2 .cart .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .podkluchenie .cartochki2 .cart .content img { height: 34px; width: 34px; margin-bottom: 20px; }
  .section16-content .podkluchenie .cartochki2 .cart .content p { font-size: 10px; color: #ffffff; text-align: center; }
  .section16-content .cartochki .cart .content h5.cart-title {font-size: 20px;}
}

@media (max-width: 575px) { .section16 { padding: 50px 0; }
  .section16-title { font-size: 18px !important; }
  .section16-content .cartochki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .cartochki hr { -webkit-transform: rotate(90deg); transform: rotate(90deg); border-width: 0; height: 1px; width: 50px; background-color: #DDDCDC; }
  .section16-content .cartochki .cart { background: #FDFDFD; -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); padding: 5px; width: 309px; height: 162px; position: relative; }
  .section16-content .cartochki .cart:after, .section16-content .cartochki .cart:before { content: ''; height: 10px; width: 10px; border-radius: 100px; position: absolute; background-color: #DDDCDC; left: 50%; }
  .section16-content .cartochki .cart:after { bottom: 0; top: auto; -webkit-transform: translateX(-5px) translateY(-0.5px); transform: translateX(-5px) translateY(-0.5px); }
  .section16-content .cartochki .cart:before { top: 0; -webkit-transform: translateX(-5px) translateY(0.5px); transform: translateX(-5px) translateY(0.5px); }
  .section16-content .cartochki .cart:first-child:before { display: none; }
  .section16-content .cartochki .cart:last-child:after { display: none; }
  .section16-content .cartochki .cart .content { border: 1px solid rgba(0, 0, 0, 0.11); width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .cartochki .cart .content h1.cart-title { font-size: 18px; font-weight: 600; text-align: center; }
  .section16-content .inform { margin-top: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }
  .section16-content .inform-title { color: #fff; font-size: 18px; }
  .section16-content .inform .cartochki2 { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-pack: distribute; justify-content: space-around; }
  .section16-content .inform .cartochki2 .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0px; }
  .section16-content .inform .cartochki2 .cart .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .inform .cartochki2 .cart .content img { height: 104px; width: 104px; }
  .section16-content .inform .cartochki2 .cart .content p { color: #ffffff; text-align: center; font-size: 10px; }
  .section16-content .korob-v { width: 100%; background: #ff8c22; -webkit-box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px 0; margin-top: 100px; }
  .section16-content .korob-v h1, .section16-content .korob-v p { color: #ffffff; text-align: center; }
  .section16-content .korob-v h1 { font-size: 16px; margin-bottom: 30px; }
  .section16-content .korob-v p { font-size: 10px; }
  .section16-content .podkluchenie { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 100px; width: 100%; }
  .section16-content .podkluchenie-title { font-size: 16px; color: #fff; }
  .section16-content .podkluchenie .cartochki2 { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-pack: distribute; justify-content: space-around; }
  .section16-content .podkluchenie .cartochki2 .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; padding: 20px; }
  .section16-content .podkluchenie .cartochki2 .cart .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .podkluchenie .cartochki2 .cart .content img { height: 34px; width: 34px; margin-bottom: 20px; }
  .section16-content .podkluchenie .cartochki2 .cart .content p { font-size: 10px; color: #ffffff; text-align: center; }
  .section16-content .podkluchenie p.oferta { font-size: 6px; margin-top: 20px; } }

@media (max-width: 450px) { .section16 { padding: 50px 0; }
  .section16-title { font-size: 13px !important; }
  .section16-content .cartochki { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .cartochki hr { -webkit-transform: rotate(90deg); transform: rotate(90deg); border-width: 0; height: 1px; width: 50px; background-color: #DDDCDC; }
  .section16-content .cartochki .cart { background: #FDFDFD; -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08); padding: 5px; width: 269px; height: 122px; position: relative; }
  .section16-content .cartochki .cart:after, .section16-content .cartochki .cart:before { content: ''; height: 10px; width: 10px; border-radius: 100px; position: absolute; background-color: #DDDCDC; left: 50%; }
  .section16-content .cartochki .cart:after { bottom: 0; top: auto; -webkit-transform: translateX(-5px) translateY(-0.5px); transform: translateX(-5px) translateY(-0.5px); }
  .section16-content .cartochki .cart:before { top: 0; -webkit-transform: translateX(-5px) translateY(0.5px); transform: translateX(-5px) translateY(0.5px); }
  .section16-content .cartochki .cart:first-child:before { display: none; }
  .section16-content .cartochki .cart:last-child:after { display: none; }
  .section16-content .cartochki .cart .content { border: 1px solid rgba(0, 0, 0, 0.11); width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .cartochki .cart .content h1.cart-title { font-size: 13px; font-weight: 600; text-align: center; }
  .section16-content .inform { margin-top: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }
  .section16-content .inform-title { color: #fff; font-size: 14px; }
  .section16-content .inform .cartochki2 { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; -ms-flex-pack: distribute; justify-content: space-around; }
  .section16-content .inform .cartochki2 .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0px; }
  .section16-content .inform .cartochki2 .cart .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .inform .cartochki2 .cart .content img { height: 104px; width: 104px; }
  .section16-content .inform .cartochki2 .cart .content p { color: #ffffff; text-align: center; font-size: 14px; }
  .section16-content .korob-v { width: 100%; background: #ff8c22; -webkit-box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px 0; margin-top: 100px; }
  .section16-content .korob-v h1, .section16-content .korob-v p { color: #ffffff; text-align: center; }
  .section16-content .korob-v h1 { font-size: 13px; margin-bottom: 30px; }
  .section16-content .korob-v p { font-size: 12px; }
  .section16-content .podkluchenie { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 100px; width: 100%; }
  .section16-content .podkluchenie-title { font-size: 13px; color: #fff; }
  .section16-content .podkluchenie .cartochki2 { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; -ms-flex-pack: distribute; justify-content: space-around; }
  .section16-content .podkluchenie .cartochki2 .cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; padding: 20px; }
  .section16-content .podkluchenie .cartochki2 .cart .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .section16-content .podkluchenie .cartochki2 .cart .content img { height: 34px; width: 34px; margin-bottom: 20px; }
  .section16-content .podkluchenie .cartochki2 .cart .content p { font-size: 14px; color: #ffffff; text-align: center; } }

.footer { height: auto; background: #FCFCFC; padding: 50px 0; }

.footer p.zashita { margin-top: 20px; width: 100%; text-align: center; font-size: 12px; color: rgba(44, 42, 58, 0.66); }

.footer-content { height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 !important; }

.footer-content .col1, .footer-content .col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.footer-content .footer-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.footer-content-logo, .footer-content-menu, .footer-content-menu2, .footer-content-menu3, .footer-content-menu4, .footer-content-menu5 { padding: 0 !important; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.footer-content-logo_title, .footer-content-menu_title, .footer-content-menu2_title, .footer-content-menu3_title, .footer-content-menu4_title, .footer-content-menu5_title { font-size: 16px; text-transform: uppercase; color: #2C2A3A; }

.footer-content-logo ul, .footer-content-menu ul, .footer-content-menu2 ul, .footer-content-menu3 ul, .footer-content-menu4 ul, .footer-content-menu5 ul { list-style: none; }

.footer-content-logo ul li, .footer-content-menu ul li, .footer-content-menu2 ul li, .footer-content-menu3 ul li, .footer-content-menu4 ul li, .footer-content-menu5 ul li { margin-bottom: 3px; }

.footer-content-logo ul li:last-child, .footer-content-menu ul li:last-child, .footer-content-menu2 ul li:last-child, .footer-content-menu3 ul li:last-child, .footer-content-menu4 ul li:last-child, .footer-content-menu5 ul li:last-child { margin-bottom: 0; }

.footer-content-logo ul li a, .footer-content-menu ul li a, .footer-content-menu2 ul li a, .footer-content-menu3 ul li a, .footer-content-menu4 ul li a, .footer-content-menu5 ul li a { color: rgba(44, 42, 58, 0.66); font-size: 14px; }

@media (max-width: 991px) { .footer { height: auto; background: #FCFCFC; padding: 50px 0; }
  .footer-content { height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 !important; }
  .footer-content .footer-menu { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .footer-content .footer-menu a { font-size: 10px !important; line-height: 5px !important; } }

@media (max-width: 768px) { .footer { height: auto; background: #FCFCFC; padding: 50px 0; }
  .footer-content { height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 !important; }
  .footer-content .footer-menu { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .footer-content-logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .footer-content-menu, .footer-content-menu2, .footer-content-menu3, .footer-content-menu4, .footer-content-menu5 { max-width: none; width: auto; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0px; margin-top: 20px; } }
/*# sourceMappingURL=interface.css.map */