@media (max-width: 320px) {

}
@media (min-width: 320px) {

}
@media (min-width: 576px) {
  .logo {
    width: 258px;
    height: 76px;
    background-size: contain;
    top: 30px;
    left: 25px;
  }
  .burger {
    width: 90px;
    height: 36px;
    right: 25px;
    top: 51px;
  }
  .burger span {
    top: 18px;
  }
  .burger span:last-child {
    top: 36px;
  }
  .header-menu.active .burger span:first-child {
    transform: translateY(18px) rotate(45deg);
  }
  .header-menu.active .burger span:last-child {
    transform: translateY(-18px) rotate(-45deg);
  }
  .header-menu.active .burger span:nth-child(2) {
    display: none;
  }
  .margin-top-50 {
    margin-top: 100px;
  }
  .menu a {
    font-size: 28px;
  }
  .frame-first {
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.4) 0%, #1B1B1B 100%), no-repeat top -380px right -310px url("/next-images/frame-first-bg.jpg");
    background-size: 600%;
  }
  .frame-first--title {
    font-size: 50px;
    width: auto;
    margin: 150px 25px 20px;
  }
  .frame-first--desc {
    font-size: 20px;
    margin: 0 25px 40px;
  }
  .frame-first--card {
    margin: 20px 25px 0;
    width: auto;
    padding: 30px;
  }
  .check-box {
    width: 12px;
    height: 12px;
  }
  .frame-first--text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 120%;
  }
  .find-more {
    margin: 20px 25px;
    height: 110px;
  }
  .find-more--text {
    line-height: 110px;
    font-size: 22px;
    width: calc(100% - 106px);
  }
  .find-more--button {
    width: 102px;
    height: 102px;
    margin: 4px 4px 4px 0;
  }
  .trade-service {
    margin: 150px 20px 0;
  }
  .trade-service--title {
    font-size: 42px;
    margin-bottom: 40px;
  }
  .trade-service--card {
    padding: 30px;
  }
  .trade-service--card-icon {
    width: 60px;
    height: 60px;
  }
  .int-1 img{
    width: 25px;
    height: 25px;

  }
  .int-2 img {
    width: 30px;
    height: 30px;
  }
  .int-3 img {
    width: 27px;
    height: 27px;
  }
  .int-4 img {
    width: 25px;
    height: 25px;
  }
  .int-5 img {
    width: 25px;
    height: 25px;
  }
  .trade-service--card-title {
    margin-top: 40px;
    font-size: 24px;
  }
  .trade-service--card-text {
    font-size: 20px;
  }
  .why-choose {
    margin: 150px 20px 0;
  }
  .why-choose--title {
    font-size: 42px;
    width: auto;
    margin-bottom: 40px;
  }
  .why-choose--title br {
    display: contents;
  }
  .why-choose--card {
    padding: 30px;
  }
  .why-choose--card-icon {
    width: 60px;
    height: 60px;
    font-size: 29px;
    line-height: 60px;
  }
  .why-choose--card-title {
    font-size: 24px;
    margin-top: 40px;
  }
  .why-choose--card-desc {
    margin-top: 13px;
    font-size: 20px;
  }
  .form {
    margin: 150px 20px 80px;
    padding: 80px 40px;
  }
  .form-title, .form-title span {
    font-size: 24px;
  }
  .form-description {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .form-email {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    height: 28px;
  }
  .form-email img {
    width: 28px;
    height: 28px;
  }
  .input-cont {
    margin-bottom: 20px;
  }
  .input-cont input {
    padding: 38px 38px;
    font-size: 20px;
    line-height: 100%;
  }
  .form .find-more {
    height: 100px;
  }
  .find-more--text {
    line-height: 110px;
    font-size: 20px;
    width: calc(100% - 106px);
  }
  .form .find-more--button {
    width: 92px;
    height: 92px;
    margin: 4px 4px 4px 0;
  }
  footer {
    font-size: 20px;
    width: 50%;
    margin: 0 auto 50px;
  }
}
@media (min-width: 768px) {
  .frame-first {
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.4) 0%, #1B1B1B 100%), no-repeat top -570px right -400px url("/next-images/frame-first-bg.jpg");
    background-size: 600%;
  }
  .logo {
    width: 354px;
    height: 105px;
    background-size: contain;
    top: 40px;
    left: 20px;
  }
  .burger {
    width: 120px;
    height: 48px;
    right: 29px;
    top: 69px;
  }
  .frame-first--title {
    font-size: 50px;
    margin: 300px 20px 20px;
  }
  .frame-first--desc {
    font-size: 24px;
    margin: 0 20px 40px;
  }
  .check-box {
    width: 15px;
    height: 15px;
  }
  .frame-first--text {
    font-size: 24px;
    line-height: 120%;
  }
  .frame-first--card {
    margin: 20px 20px 0;
  }
  .find-more {
    height: 124px;
    margin: 40px 20px;
  }
  .find-more--text {
    line-height: 124px;
    font-size: 30px;
    width: calc(100% - 120px);
  }
  .find-more--button {
    width: 116px;
    height: 116px;
  }
  .trade-service--title {
    font-size: 57px;
    margin-bottom: 40px;
  }
  .trade-service--card-title {
    font-size: 32px;
  }
  .trade-service--card-text {
    font-size: 24px;
    margin-top: 20px;
  }
  .why-choose--title {
    font-size: 57px;
  }
  .why-choose--card-title {
    font-size: 32px;
  }
  .why-choose--card-desc {
    margin-top: 10px;
    font-size: 24px;
  }
  .form {
    margin: 150px 20px 0;
    padding: 98px 50px 100px;
  }
  .form-title, .form-title span {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .form-description {
    font-size: 24px;
  }
  .form-email {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 60px;
    height: 40px;
  }
  .form-email img {
    width: 40px;
    height: 40px;
  }
  .form-email span {
    margin-left: 30px;
  }
  .input-cont {
    margin-bottom: 20px;
  }
  .input-cont input {
    padding: 45px 60px;
    font-size: 24px;
    line-height: 100%;
    border-width: 4px;
  }
  .form .find-more {
    height: 120px;
  }
  .find-more--text {
    line-height: 120px;
    font-size: 28px;
    width: calc(100% - 116px);
  }
  .form .find-more--button {
    width: 112px;
    height: 112px;
    margin: 4px 4px 4px 0;
  }
  footer {
    font-size: 24px;
    width: 50%;
    margin: 80px auto 40px;
  }
}
/* Desktop */
@media (min-width: 992px) {
  .margin-top-50 {
    margin: unset;
  }
  .frame-first {
    background-position: center;
    height: 472px;
    padding-top: 0;
    background-size: cover;
  }
  .burger {
    display: none;
  }
  .header-menu {
    display: flex;
    padding-top: 15px;
    justify-content: space-between;
    margin: 0 auto;
    width: 872px
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    text-align: right;
    align-content: flex-end;
    position: static;
    height: auto;
    padding-top: 0;
    background: unset;
    margin: 0 0 0 auto;
  }
  .menu .logo {
    display: none;
  }
  .menu a {
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    padding: 0 35px 0 0;
  }
  .menu a:last-child {
    padding-right: 0;
  }
  .logo {
    position: static;
    width: 180px;
    height: 53px;
    top: 20px;
    background-size: unset;

  }
  .frame-first--grid {
    /*margin: 416px auto 0;*/
    margin: 215px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: initial;
    width: 872px;
  }
  .frame-first--title {
    font-weight: 600;
    font-size: 41px;
    line-height: 119%;
    letter-spacing: 0;
    text-transform: uppercase;
    width: fit-content;
    margin: 0;
    grid-column: span 3;
  }
  .frame-first--desktop {
    margin-right: 0;
    align-self: flex-end;
    margin-bottom: 10px;
  }
  .frame-first--desktop .find-more.desktop-only {
    display: flex;
    margin: 12px 0 0;
  }
  .frame-first--desktop .find-more.desktop-only .find-more--text {
    font-size: 8px;
  }
  .check-box {
    width: 6px;
    height: 6px;
  }
  .frame-first--text {
    margin-top: 17px;
    font-size: 8px;
    line-height: 100%;
  }
  .frame-first--desc {
    font-size: 8px;
    text-align: end;
    margin: 0;
  }
  .find-more {
    height: 38px;
  }
  .find-more--text {
    width: calc(100% - 36px);
    font-size: 8px;
    line-height: 38px;
  }
  .find-more--button {
    width: 34px;
    height: 34px;
    margin: 2px 2px 2px 0;
  }
  .frame-first--card {
    margin: 0;
    padding: 10px;
  }
  .trade-service {
    margin: 17px auto 0;
    width: 872px;
  }
  .trade-service--title {
    font-size: 31px;
    line-height: 119%;
    width: 50%;
    margin-bottom: 20px;
  }
  .trade-service--cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .trade-service--card {
    padding: 10px 10px 27px;
    margin-bottom: 0;
  }
  .trade-service--card:last-child {
    grid-column: 3;
  }
  .trade-service--card-icon {
    width: 23px;
    height: 23px;
  }
  .int-1 img{
    width: 10px;
    height: 10px;

  }
  .int-2 img {
    width: 12px;
    height: 12px;
  }
  .int-3 img {
    width: 10px;
    height: 10px;
  }
  .int-4 img {
    width: 10px;
    height: 10px;
  }
  .int-5 img {
    width: 10px;
    height: 10px;
  }
  .trade-service--card-title {
    font-size: 10px;
    line-height: 100%;
    margin-top: 26px;
  }
  .trade-service--card-text {
    margin-top: 8px;
    font-size: 8px;
    line-height: 100%;
  }
  .why-choose {
    margin: 50px auto 0;
    width: 872px;
  }
  .why-choose--title {
    font-weight: 600;
    font-size: 31px;
    line-height: 119%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .why-choose--title br {
    display: inline-block;
  }
  .why-choose--card {
    display: flex;
    padding: 0;
  }

  .why-choose--card-icon {
    width: 54px;
    height: 54px;
    font-size: 31px;
    line-height: 54px;
  }

  .why-choose--flex {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .why-choose--card-title {
    margin-top: 0;
    font-size: 10px;
  }

  .why-choose--card-desc {
    font-weight: 400;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 6px;

  }
  .form {
    margin: 50px auto 0;
    padding: 40px;
    width: 872px;
  }
  .form form {
    display: flex;
  }
  .form-left {
    margin-right: auto;
  }

  .form-right {
    width: fit-content;
  }
  .form-title {
    margin-bottom: 10px;
    width: 435px;
  }
  .form-title, .form-title span {
    font-size: 20px;
    line-height: 119%;
    text-transform: uppercase;
  }
  .form-description {
    font-size: 8px;
    margin-bottom: 24px
  }
  .form-email{
    font-size: 10px;
    line-height: 10px;
    height: auto;
    margin-bottom: 0;
  }
  .form-email img {
    width: 10px;
    height: 10px;
  }
  .input-cont {
    width: 236px;
    margin-bottom: 9px;
  }
  .input-cont input {
    font-size: 8px;
    padding: 14px 13px;
    border-width: 1px;
  }
  .form .find-more {
    height: 37px;
  }
  .form .find-more--button {
    width: 33px;
    height: 33px;
    margin: 2px 2px 2px 0;
  }
  .form  .find-more--text {
    width: calc(100% - 35px);
    font-size: 8px;
    line-height: 38px;
  }
  .desktop-only {
    display: unset;
  }
  .mobile-only {
    display: none;
  }
  footer {
    margin: 30px auto 20px;
    font-size: 8px;
  }
}
@media (min-width: 1200px) {
  .header-menu,
  .frame-first--grid,
  .trade-service,
  .why-choose,
  .form{
    width: 1050px;
  }
  .header-menu {
    padding-top: 20px;
  }
  .frame-first {
    height: 571px;

  }
  .menu a {
    font-size: 10px;
    padding: 0 35px 0 0;
  }
  .frame-first--grid {
    margin: 259px auto 0;
    align-items: inherit;
    row-gap: 25px;
    column-gap: 20px;
  }
  .frame-first--title {
    font-size: 50px;
    margin-bottom: 0;
  }
  .frame-first--desc {
    font-size: 10px;
    margin: 0;
  }
  .frame-first--desktop {
    align-self: flex-end;
  }
  .frame-first--desktop .find-more.desktop-only .find-more--text {
    font-size: 10px;
  }
  .frame-first--desktop .find-more.desktop-only {
    margin: 15px 0;
  }
  .find-more {
    height: 44px;
  }
  .find-more--text {
    line-height: 44px;
    width: calc(100% - 42px);
    font-size: 10px;
  }
  .find-more--button {
    width: 40px;
    height: 40px;
  }
  .frame-first--card {
    margin-top: 0;
    padding: 12px;
  }
  .frame-first--text {
    margin-top: 21px;
    font-size: 10px;
  }
  .check-box {
    width: 7px;
    height: 7px;
  }
  .trade-service {
    margin-top: 54px;
  }
  .trade-service--title {
    font-size: 37px;
  }
  .trade-service--title {
    margin-bottom: 30px;
  }
  .trade-service--card {
    padding: 15px;
  }
  .trade-service--card-icon {
    width: 28px;
    height: 28px;
  }
  .int-1 img{
    width: 12px;
    height: 12px;
  }
  .int-2 img {
    width: 14px;
    height: 14px;
  }
  .int-3 img {
    width: 12px;
    height: 12px;
  }
  .int-4 img {
    width: 12px;
    height: 12px;
  }
  .int-5 img {
    width: 12px;
    height: 12px;
  }
  .trade-service--card-title {
    margin-top: 34px;
    font-size: 12px;
  }
  .trade-service--card-text {
    font-size: 10px;
    margin-top: 10px;
  }
  .why-choose {
    margin-top: 80px;
  }
  .why-choose--title {
    font-size: 37px;
    margin-bottom: 30px;
  }
  .why-choose--card-icon {
    width: 69px;
    height: 69px;
    font-size: 37px;
    line-height: 69px;
  }
  .why-choose--flex {
    margin-left: 20px;
  }
  .why-choose--card-title {
    font-size: 12px;
  }
  .why-choose--card-desc {
    font-size: 10px;
    margin-top: 6px;
  }
  .form {
    margin-top: 80px;
    padding: 50px;
  }
  .form-title, .form-title span {
    font-size: 25px;
  }
  .form-title {
    margin-bottom: 12px;
  }
  .form-description {
    font-size: 10px;
    margin-bottom: 24px;
  }
  .form-email {
    margin-bottom: 0;
    height: 13px;
    line-height: 13px;
  }
  .form-email span {
    margin-left: 8px;
  }
  .input-cont {
    width: 287px;
    margin-bottom: 10px;
  }
  .input-cont input {
    padding: 16px;
  }
  .form .find-more {
    height: 44px;
  }
  .form .find-more--button {
    width: 42px;
    height: 42px;
    margin: 1px 1px 1px 0;
  }
  .form .find-more--text {
    width: calc(100% - 43px);
    font-size: 10px;
    line-height: 44px;
  }
  .form-email img {
    width: 13px;
    height: 13px;
  }
  footer {
    font-size: 10px;
    margin: 40px auto 30px;
  }
}
@media (min-width: 1400px) {
  .header-menu,
  .frame-first--grid,
  .trade-service,
  .why-choose,
  .form{
    width: 1240px;
  }
  .frame-first {
    height: 667px;
  }
  .menu a {
    font-size: 12px;
    padding: 0 40px 0 0;
  }
  .frame-first--grid {
    margin: 307px auto 0;
    align-items: inherit;
    row-gap: 30px;
    column-gap: 20px;
  }
  .frame-first--title {
    font-size: 58px;
    margin-bottom: 0;
  }
  .frame-first--desc {
    font-size: 12px;
    margin: 0;
  }

  .frame-first--desktop .find-more.desktop-only .find-more--text {
    font-size: 12px;
  }
  .frame-first--desktop .find-more.desktop-only {
    margin: 13px 0;
  }
  .frame-first--card {
    margin-top: 0;
    padding: 15px;
  }
  .frame-first--text {
    margin-top: 20px;
    font-size: 12px;
  }
  .check-box {
    width: 9px;
    height: 9px;
  }
  .find-more {
    height: 52px;
  }
  .find-more--text {
    line-height: 52px;
    width: calc(100% - 50px);
    font-size: 12px;
  }
  .find-more--button {
    width: 48px;
    height: 48px;
  }
  .trade-service {
    margin-top: 42px;
  }
  .trade-service--title {
    font-size: 44px;
  }
  .trade-service--card {
    padding: 20px;
  }
  .trade-service--card-icon {
    width: 33px;
    height: 33px;
  }
  .int-1 img{
    width: 15px;
    height: 15px;
  }
  .int-2 img {
    width: 17px;
    height: 17px;
  }
  .int-3 img {
    width: 14px;
    height: 14px;
  }
  .int-4 img {
    width: 15px;
    height: 15px;
  }
  .int-5 img {
    width: 14px;
    height: 14px;
  }
  .trade-service--card-title {
    margin-top: 32px;
    font-size: 15px;
  }
  .trade-service--card-text {
    font-size: 12px;
    margin-top: 10px;
  }

  .why-choose--title {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .why-choose--card-icon {
    width: 85px;
    height: 85px;
    font-size: 44px;
    line-height: 85px;
  }
  .why-choose--card-title {
    font-size: 15px;
  }
  .why-choose--card-desc {
    font-size: 12px;
  }
  .form {
    margin-top: 80px;
    padding: 60px;
  }
  .form-title {
    margin-bottom: 15px;
    width: 649px;
  }
  .form-description {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .form-email {
    height: auto;
  }
  .form-email span {
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    margin-left: 10px;
  }
  .form-email img {
    width: 15px;
    height: 15px;
  }
  .form-title, .form-title span {
    font-size: 29px;
  }
  .input-cont {
    width: 339px;
    margin-bottom: 10px;
  }
  .input-cont input {
    padding: 18px;
    font-size: 12px;
    border-width: 1.46px;
  }
  footer {
    font-size: 12px;
    margin: 50px auto 36px;
  }
}
@media (min-width: 1900px) {
  .header-menu,
  .frame-first--grid,
  .trade-service,
  .why-choose,
  .form{
    width: 1681px;
  }
  .header-menu {
    padding-top: 30px;
  }
  .menu a {
    font-size: 16px;
    padding: 0 60px 0 0;
  }
  .frame-first {
    height: 914px;
  }
  .frame-first--grid {
    margin: 416px auto 0;
  }
  .frame-first--title {
    font-size: 80px;
  }
  .frame-first--desc {
    font-size:  16px;
  }
  .frame-first--desktop .find-more.desktop-only {
    margin-top: 25px;
  }
  .frame-first--desktop .find-more.desktop-only .find-more--text {
    font-size: 16px;
  }
  .frame-first--card {
    padding: 20px;
  }
  .check-box {
    width: 12px;
    height: 12px;
  }
  .frame-first--text {
    margin-top: 30px;
    font-size: 16px;
  }
  .trade-service {
    margin-top: 60px;
  }
  .trade-service--title {
    font-size: 60px;
  }
  .trade-service--title {
    margin-bottom: 40px;
  }
  .trade-service--card {
    padding: 30px;
  }
  .trade-service--card-icon {
    width: 45px;
    height: 45px;
  }
  .int-1 img{
    width: 20px;
    height: 20px;
  }
  .int-2 img {
    width: 23px;
    height: 23px;
  }
  .int-3 img {
    width: 19px;
    height: 19px;
  }
  .int-4 img {
    width: 20px;
    height: 20px;
  }
  .int-5 img {
    width: 19px;
    height: 19px;
  }
  .trade-service--card-title {
    margin-top: 40px;
    font-size: 20px;
  }
  .trade-service--card-text {
    font-size: 16px;
    margin-top: 15px;
  }
  .why-choose {
    margin-top: 120px;
  }
  .why-choose--title {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .why-choose--card-icon {
    width: 122px;
    height: 122px;
    font-size: 60px;
    line-height: 122px;
  }
  .why-choose--flex {
    margin-left: 30px;
  }
  .why-choose--card-title {
    font-size: 20px;
  }
  .why-choose--card-desc {
    font-size: 16px;
    margin-top: 14px;
  }
  .form {
    margin-top: 120px;
    padding: 80px;
  }
  .form-title, .form-title span {
    font-size: 40px;
  }
  .form-title {
    margin-bottom: 20px;
    width: 892px;
  }
  .form-description {
    font-size: 16px;
    margin-bottom: 39px;
  }
  .form-email {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .form-email img {
    width: 20px;
    height: 20px;
  }
  .input-cont {
    width: 467px;
    margin-bottom: 15px;
  }
  .input-cont input {
    padding: 26px 35px 25px;
    font-size: 16px;
    border-width: 2px;
  }
  .find-more--text {
    line-height: 71px;
    width: calc(100% - 69px);
    font-size: 16px;
  }
  .form .find-more--text {
    width: calc(100% - 69px);
    font-size: 16px;
    line-height: 71px;
  }
  .find-more {
    height: 71px;
  }
  .form .find-more {
    height: 71px;
  }
  .find-more--button {
    width: 67px;
    height: 67px;
  }
  .form .find-more--button {
    width: 67px;
    height: 67px;
    margin: 2px 2px 2px 0;
  }

  footer {
    font-size: 16px;
    margin: 60px auto 50px;
  }
}