@charset "UTF-8";








































@media only screen {
  
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  .input,
  select,
  .select,
  textarea,
  .textarea {
    width: 100%;
    padding: 12px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    background-color: #fff;
    color: #2b2b2b;
    margin-top: 12px;
    margin-bottom: 28px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .rounded5 input[type="text"], .rounded5
  input[type="email"], .rounded5
  input[type="password"], .rounded5
  input[type="search"], .rounded5
  input[type="tel"], .rounded5
  input[type="url"], .rounded5
  input[type="number"], .rounded5
  input[type="date"], .rounded5
  input[type="datetime"], .rounded5
  input[type="datetime-local"], .rounded5
  input[type="month"], .rounded5
  input[type="week"], .rounded5
  .input, .rounded5
  select, .rounded5
  .select, .rounded5
  textarea, .rounded5
  .textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .rounded10 input[type="text"], .rounded10
  input[type="email"], .rounded10
  input[type="password"], .rounded10
  input[type="search"], .rounded10
  input[type="tel"], .rounded10
  input[type="url"], .rounded10
  input[type="number"], .rounded10
  input[type="date"], .rounded10
  input[type="datetime"], .rounded10
  input[type="datetime-local"], .rounded10
  input[type="month"], .rounded10
  input[type="week"], .rounded10
  .input, .rounded10
  select, .rounded10
  .select, .rounded10
  textarea, .rounded10
  .textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  input[type="file"] {
    width: 100%;
  }
  input:focus,
  .input:focus,
  select:focus,
  .select:focus,
  textarea:focus,
  .textarea:focus {
    background-color: white;
    outline-width: 0;
  }
  label {
    color: #999;
    font-weight: 500;
    font-size: 18px;
    display: block;
  }
  
  .select,
  select {
    
    color: #999;
    opacity: 1;
    font-size: 15px;
    font-family: "Montserrat", "Arial", sans-serif;
  }
  .select[value=""],
  select[value=""] {
    color: #BFBFBF;
    font-style: italic;
  }
  .select option,
  select option {
    color: #2b2b2b;
  }
  
  .input[type="search"] {
    box-sizing: border-box;
    font-size: 18px;
  }
  
  input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
  }
  input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
  }
  
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }
  
  .textarea {
    resize: vertical;
    max-height: 170px;
  }
  
  .radio,
  .checkbox {
    margin-bottom: 6px;
    display: block;
    color: #2b2b2b;
  }
  .radio .form-label,
  .radio input[type="radio"],
  .radio input[type="checkbox"],
  .checkbox .form-label,
  .checkbox input[type="radio"],
  .checkbox input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
  }
  .radio input[type="radio"],
  .checkbox input[type="checkbox"] {
    width: auto;
  }
  input[type="radio"],
  input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
  }
  
  .form-item-wrap {
    display: block;
    position: relative;
  }
  .form-item-wrap .fa {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #999;
  }
  .form-group,
  input,
  .input,
  select,
  .select,
  textarea,
  .textarea {
    
    
    
  }
  .form-group.success,
  .form-group.success *,
  input.success,
  input.success *,
  .input.success,
  .input.success *,
  select.success,
  select.success *,
  .select.success,
  .select.success *,
  textarea.success,
  textarea.success *,
  .textarea.success,
  .textarea.success * {
    border-color: #24a78c;
    color: #24a78c;
  }
  .form-group.success + .fa,
  .form-group.success * + .fa,
  input.success + .fa,
  input.success * + .fa,
  .input.success + .fa,
  .input.success * + .fa,
  select.success + .fa,
  select.success * + .fa,
  .select.success + .fa,
  .select.success * + .fa,
  textarea.success + .fa,
  textarea.success * + .fa,
  .textarea.success + .fa,
  .textarea.success * + .fa {
    color: #24a78c;
  }
  .form-group.danger,
  .form-group.danger *,
  input.danger,
  input.danger *,
  .input.danger,
  .input.danger *,
  select.danger,
  select.danger *,
  .select.danger,
  .select.danger *,
  textarea.danger,
  textarea.danger *,
  .textarea.danger,
  .textarea.danger * {
    border-color: #e74c3c;
    color: #e74c3c;
  }
  .form-group.danger + .fa,
  .form-group.danger * + .fa,
  input.danger + .fa,
  input.danger * + .fa,
  .input.danger + .fa,
  .input.danger * + .fa,
  select.danger + .fa,
  select.danger * + .fa,
  .select.danger + .fa,
  .select.danger * + .fa,
  textarea.danger + .fa,
  textarea.danger * + .fa,
  .textarea.danger + .fa,
  .textarea.danger * + .fa {
    color: #e74c3c;
  }
  .form-group.warning,
  .form-group.warning *,
  input.warning,
  input.warning *,
  .input.warning,
  .input.warning *,
  select.warning,
  select.warning *,
  .select.warning,
  .select.warning *,
  textarea.warning,
  textarea.warning *,
  .textarea.warning,
  .textarea.warning * {
    border-color: #f79303;
    color: #f79303;
  }
  .form-group.warning + .fa,
  .form-group.warning * + .fa,
  input.warning + .fa,
  input.warning * + .fa,
  .input.warning + .fa,
  .input.warning * + .fa,
  select.warning + .fa,
  select.warning * + .fa,
  .select.warning + .fa,
  .select.warning * + .fa,
  textarea.warning + .fa,
  textarea.warning * + .fa,
  .textarea.warning + .fa,
  .textarea.warning * + .fa {
    color: #f79303;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    font-size: 15px;
    font-family: "Montserrat", "Arial", sans-serif;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 15px;
    font-family: "Montserrat", "Arial", sans-serif;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 15px;
    font-family: "Montserrat", "Arial", sans-serif;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-size: 15px;
    font-family: "Montserrat", "Arial", sans-serif;
  }
  
  .spec-checkbox {
    margin-top: 12px;
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
  }
  .spec-checkbox input {
    display: none;
  }
  .spec-checkbox input + span {
    background-color: white;
    border: 1px solid #979797;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 13.980%;
    display: table-cell;
    vertical-align: middle;
    width: 195px;
    height: 130px;
    position: relative;
    text-align: center;
    color: #999;
    font-size: 1.358vw;
    font-weight: 500;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .spec-checkbox input + span:active,
  .spec-checkbox input:checked + span:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .spec-checkbox input:checked + span {
    background-color: #999;
    border-color: #999;
    color: white;
    font-weight: 700;
  }
  .spec-checkbox input:checked + span:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -13px;
    width: 26px;
    height: 26px;
    color: white;
    background-color: #1FC081;
    left: 50%;
    margin-left: -13px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .wpcf7-not-valid {
    border-color: #e74c3c;
  }
  .prof-acceptance label > * {
    display: inline;
  }
  .prof-acceptance label .wpcf7-list-item-label {
    font-size: 13px;
    color: #f6f6f6;
    font-weight: 300;
    margin-left: 8px;
  }
  .adv {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 15px;
    font-weight: 300;
  }
  .prof-acceptance a,
  .adv a {
    color: #f6f6f6;
    text-decoration: underline;
    text-decoration-style: dotted;
  }
  .prof-acceptance a:hover,
  .adv a:hover {
    text-decoration: none;
  }
}


@media only screen and (max-width: 768px) {
  
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  .input,
  select,
  .select,
  textarea,
  .textarea {
    padding: 10px 10px 10px 2px;
    margin-top: 0;
    border-bottom-color: #CCC;
  }
  input[type="text"].wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid,
  input[type="password"].wpcf7-not-valid,
  input[type="search"].wpcf7-not-valid,
  input[type="tel"].wpcf7-not-valid,
  input[type="url"].wpcf7-not-valid,
  input[type="number"].wpcf7-not-valid,
  input[type="date"].wpcf7-not-valid,
  input[type="datetime"].wpcf7-not-valid,
  input[type="datetime-local"].wpcf7-not-valid,
  input[type="month"].wpcf7-not-valid,
  input[type="week"].wpcf7-not-valid,
  .input.wpcf7-not-valid,
  select.wpcf7-not-valid,
  .select.wpcf7-not-valid,
  textarea.wpcf7-not-valid,
  .textarea.wpcf7-not-valid {
    border-color: red;
  }
  input:focus,
  .input:focus,
  select:focus,
  .select:focus,
  textarea:focus,
  .textarea:focus {
    border-bottom-color: #CCC;
  }
  label {
    font-size: 16px;
  }
  
  .spec-checkbox {
    flex-wrap: wrap;
  }
  .spec-checkbox .wpcf7-list-item {
    flex: 0 1 100%;
  }
  .spec-checkbox .wpcf7-list-item input + span {
    width: 100%;
    display: block;
    height: auto;
    padding: 4.5%;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  
  .spec-checkbox .wpcf7-list-item {
    margin-left: 1.5%;
  }
  .spec-checkbox .wpcf7-list-item:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  
  .spec-checkbox input + span {
    font-size: 18px;
  }
}


@media only screen and (min-width: 769px) {
  
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  .input,
  select,
  .select,
  textarea,
  .textarea {
    border-color: #CCC;
  }
  input[type="text"].wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid,
  input[type="password"].wpcf7-not-valid,
  input[type="search"].wpcf7-not-valid,
  input[type="tel"].wpcf7-not-valid,
  input[type="url"].wpcf7-not-valid,
  input[type="number"].wpcf7-not-valid,
  input[type="date"].wpcf7-not-valid,
  input[type="datetime"].wpcf7-not-valid,
  input[type="datetime-local"].wpcf7-not-valid,
  input[type="month"].wpcf7-not-valid,
  input[type="week"].wpcf7-not-valid,
  .input.wpcf7-not-valid,
  select.wpcf7-not-valid,
  .select.wpcf7-not-valid,
  textarea.wpcf7-not-valid,
  .textarea.wpcf7-not-valid {
    border-color: red;
  }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #999;
  }
  input:focus.wpcf7-not-valid,
  select:focus.wpcf7-not-valid,
  textarea:focus.wpcf7-not-valid {
    border-color: #CCC;
  }
}




@media only screen {
  
  .btn,
  .header .nav-menu > .menu-item.btn-style > a {
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    transition: background 0.25s ease;
    display: inline-block;
    padding: 1vw 2vw;
    font-family: "Montserrat", "Arial", sans-serif;
    color: #1f1d32;
    font-size: .7291666666200001vw;
    line-height: .7291666666200001vw;
    letter-spacing: .120833333316vw;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-color: transparent;
  }
  .btn {
    min-height: 45px;
  }
  .btn:hover,
  .btn:focus {
    text-decoration: none;
    cursor: pointer;
    color: #1f1d32;
  }
  
  
  .btn,
  .menu-item.btn-style > a {
    background-color: #e6e6e6;
    
    
  }
  .btn.btn-border,
  .menu-item.btn-style > a.btn-border {
    border-color: #e6e6e6;
  }
  .btn.btn-single,
  .menu-item.btn-style > a.btn-single {
    color: #e6e6e6;
  }
  .btn:hover,
  .btn:focus,
  .header .nav-menu > .menu-item.btn-style > a:hover,
  .header .nav-menu > .menu-item.btn-style > a:focus {
    background-color: #f3f3f3;
  }
  
  .btn-primary {
    background-color: #999;
    color: white;
    
    
  }
  .btn-primary.btn-border, .btn-primary.btn-round {
    border-color: #999;
    color: #999;
  }
  .btn-primary.btn-single {
    color: #999;
  }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #858585;
    color: white;
  }
  
  .btn-secondary {
    background-color: #212121;
    color: white;
    
  }
  .btn-secondary.btn-border, .btn-secondary.btn-round {
    border-color: #212121;
    color: white;
  }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #0d0d0d;
    color: white;
  }
  
  .btn-arrow {
    position: relative;
    padding-right: 3.5vw;
  }
  .btn-arrow .arrow {
    position: absolute;
    display: flex;
    width: 0.5208333333vw;
    height: 100%;
    top: -3px;
    right: 1.4vw;
    padding: 0px 0px 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Arrow crafter', sans-serif;
    font-weight: 400;
    margin-right: 0;
    -webkit-animation: kicking 0.5s linear infinite;
    -moz-animation: kicking 0.5s linear infinite;
    -ms-animation: kicking 0.5s linear infinite;
    -o-animation: kicking 0.5s linear infinite;
    animation: kicking 0.5s linear infinite;
    animation-play-state: paused;
  }
  .posts-list .btn-arrow .arrow {
    margin-left: 0;
    padding-bottom: .22vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .btn-arrow:hover .arrow {
    animation-play-state: running;
  }
  @-webkit-keyframes kicking {
    0% {
      margin-right: 0;
    }
    50% {
      margin-right: -5px;
    }
    100% {
      margin-right: 0;
    }
  }
  @-moz-keyframes kicking {
    0% {
      margin-right: 0;
    }
    50% {
      margin-right: -5px;
    }
    100% {
      margin-right: 0;
    }
  }
  @-ms-keyframes kicking {
    0% {
      margin-right: 0;
    }
    50% {
      margin-right: -5px;
    }
    100% {
      margin-right: 0;
    }
  }
  @-o-keyframes kicking {
    0% {
      margin-right: 0;
    }
    50% {
      margin-right: -5px;
    }
    100% {
      margin-right: 0;
    }
  }
  @keyframes kicking {
    0% {
      margin-right: 0;
    }
    50% {
      margin-right: -5px;
    }
    100% {
      margin-right: 0;
    }
  }
  
  
  .btn-large {
    padding: 1.5vw 2vw;
  }
  .btn-large.btn-round {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  
  .btn-small {
    font-size: .6291666666200001vw;
    padding: 0.8vw 1.4vw;
    min-height: 0;
  }
  
  .btn-mini {
    font-size: 12px;
    padding: 6px;
    min-height: 0;
  }
  
  
  .btn-border {
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
  }
  .btn-border:hover, .btn-border:focus {
    color: #fff;
  }
  
  .btn-round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
  }
  .btn-round:hover, .btn-round:focus {
    color: #fff;
  }
  
  .btn-single {
    background-color: transparent;
  }
  .btn-single:hover, .btn-single:focus {
    color: #fff;
  }
  
  .btn.btn-inactive {
    border: 1px solid #EEE;
    color: #CCC;
    cursor: default;
    background: #EEE;
  }
  
  .btn-block {
    display: block;
  }
  .btn-big {
    padding-right: 2vw;
    padding-left: 2vw;
    background-color: #2b2b2b;
    font-size: .9vw;
    line-height: 1.2vw;
    text-align: center;
    color: #f6f6f6;
    letter-spacing: .270833333316vw;
    width: 18.28124999883vw;
    height: 4.427083333050001vw;
    border: 1px solid #f6f6f6;
    justify-content: center;
  }
  
  .social-btn {
    display: inline-block;
    width: 38px;
    height: 36px;
  }
  .social-btn .ico {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  .social-btn:hover .ico {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}


@media only screen and (max-width: 540px) {
  .main .btn {
    width: 100%;
    max-width: 80vw;
    font-size: 11px;
    min-height: 40px;
  }
  .main .btn.btn-arrow .txt {
    word-break: break-word;
    line-height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .social-btn {
    max-width: 28px;
  }
  .social-btn .ico {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .btn,
  .header .nav-menu > .menu-item.btn-style > a {
    padding: 3.5vw;
    font-size: 2.3vw;
    width: auto;
    height: auto;
  }
  .btn.btn-arrow,
  .header .nav-menu > .menu-item.btn-style > a.btn-arrow {
    padding-right: 8.5vw;
  }
  .btn.btn-arrow .arrow,
  .header .nav-menu > .menu-item.btn-style > a.btn-arrow .arrow {
    top: -2px;
    right: 2.9vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .btn,
  .header .nav-menu > .menu-item.btn-style > a {
    padding: 18px;
    font-size: .83333333328vw;
    width: auto;
    height: auto;
    
  }
  .menu-open .btn, .menu-open
  .header .nav-menu > .menu-item.btn-style > a {
    font-size: 13px;
  }
  .btn.btn-arrow,
  .header .nav-menu > .menu-item.btn-style > a.btn-arrow {
    padding-right: 50px;
  }
  .btn.btn-arrow .arrow,
  .header .nav-menu > .menu-item.btn-style > a.btn-arrow .arrow {
    top: -4px;
    right: 20px;
  }
  .btn.btn-small,
  .header .nav-menu > .menu-item.btn-style > a.btn-small {
    font-size: .6291666666200001vw;
    padding: 0.8vw 1.4vw;
  }
}

@media only screen and (max-width: 992px) {
  .btn-big {
    display: block;
    width: auto;
    height: auto;
  }
  .btn-ico-o {
    padding: 10px;
  }
}

@media only screen and (min-width: 1921px) {
  .btn {
    font-size: 20px;
  }
}

[class^="ico-"], [class*=" ico-"] {
  background-image: url("../../img/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 20px;
  margin-top: 1px;
  vertical-align: text-top;
}

.ico-search2 {
  width: 42px;
  height: 42px;
  background-position: -338px -44px;
}

.ico-bag {
  width: 44px;
  height: 48px;
  background-position: -402px -40px;
}

.ico-stars {
  width: 98px;
  height: 15px;
  background-position: -231px -2px;
}

.ico-menu {
  width: 45px;
  height: 45px;
  background-position: -114px 12px;
}

.ico-menu-dark {
  width: 45px;
  height: 45px;
  background-position: -335px 10px;
}

.ico-search {
  width: 24px;
  height: 24px;
  background-position: -164px -2px;
}

.ico-filter {
  width: 24px;
  height: 24px;
  background-position: -194px -2px;
}

.ico-play {
  width: 138px;
  height: 138px;
  background-position: -148px -114px;
}

.ico-play2 {
  width: 100px;
  height: 100px;
  background-position: -288px -120px;
}

.ico-mail {
  width: 52px;
  height: 52px;
  background-position: 0px -44px;
}

.ico-messenger {
  width: 52px;
  height: 52px;
  background-position: -54px -44px;
}

.ico-facebook {
  width: 52px;
  height: 52px;
  background-position: -108px -44px;
}

.ico-twitter {
  width: 52px;
  height: 52px;
  background-position: -162px -44px;
}

.ico-linkedin {
  width: 52px;
  height: 52px;
  background-position: -216px -44px;
}

.ico-whatsapp {
  width: 52px;
  height: 52px;
  background-position: -272px -44px;
}

.ico-logo-inc-white {
  width: 126px;
  height: 126px;
  background-position: 0 -114px;
}

.ico-qs-detail-setas {
  width: 41px;
  height: 363px;
  background-position: -448px 0;
}

.ico-tmoff {
  width: 44px;
  height: 44px;
  background-position: 0 -318px;
}

.ico-tmon {
  width: 44px;
  height: 44px;
  background-position: -46px -318px;
}

.ico-triagle-detail {
  width: 102px;
  height: 122px;
  background-position: -314px -318px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}





@media only screen {
  
  .vd-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
  }
  .vd-modal .vd-embed {
    width: 80%;
    min-height: 45vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100002;
  }
  .vd-modal .close-modal {
    border-color: #212121;
    color: #212121;
    background-color: white;
  }
  .close-modal {
    height: 40px;
    width: 40px;
    border: 3px solid;
    font-weight: bold;
    position: absolute;
    right: 1.17188vw;
    top: 2.03125vw;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .close-modal:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}






