@charset "UTF-8";
html, body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  html, body {
    background-color: #1B2731;
  }
}

* {
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

input, button {
  background-color: unset;
  border: none;
}

button {
  cursor: pointer;
}

.blue-gradient {
  background-image: linear-gradient(-140deg, #40B9F2 0%, #4091F2 100%);
}

.blue-gradient::before {
    background-image: linear-gradient(-140deg, #40B9F2 0%, #4091F2 100%)!important;
}

.purple-gradient {
  background-image: linear-gradient(39deg, #4D42CF 0%, #4091F2 100%);
}

.purple-gradient::before {
    background-image: linear-gradient(39deg, #4D42CF 0%, #4091F2 100%)!important;
}

.pink-gradient {
  background-image: linear-gradient(33deg, #D848B3 0%, #F27786 100%);
}

.pink-gradient::before {
    background-image: linear-gradient(33deg, #D848B3 0%, #F27786 100%)!important;
}


.gray-gradient {
  background-image: linear-gradient(-180deg, #F3F9FF 0%, #FFFFFF 100%);
  background-size: 100vw 90px;
  background-repeat: no-repeat;
}

.text-danger {
  color: orange;
}

.braggest {
  font-family: "Braggest", sans-serif;
}

.grotzec {
  font-family: "Grotzec", sans-serif;
}

.fs13 {
  font-size: 13px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs26 {
  font-size: 26px;
}

.fs40 {
  font-size: 40px;
  line-height: 50px;
}

.fs45 {
  font-size: 45px;
}

.fs104 {
  font-size: 104px;
}

.fs144 {
  font-size: 144px;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.gray-font {
  color: #8E98A5 !important;
}

.dark-gray-font {
  color: #2F343B !important;
}

.white-font {
  color: #fff !important;
}

.blue-font {
  color: #3A81DF !important;
}

.ls2 {
  letter-spacing: 0.02rem;
}

.upper {
  text-transform: uppercase;
}

.tac {
  text-align: center;
}

sup {
  margin-left: 5px;
}

.tar {
  text-align: right;
}

.gradient-text {
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 104px;
  font-family: "Grotzec", sans-serif;
  color: #2F343B;
  font-weight: 400;
  line-height: 99px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 95px;
    line-height: 90px;
  }
}

.main-title {
  font-size: 80px;
  line-height: 80px;
}
@media screen and (max-width: 991px) {
  .main-title {
    font-size: 70px;
    line-height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (max-width: 499px) {
  .main-title {
    font-size: 55px;
    line-height: 65px;
  }
}

.big-lettering {
  font-size: 100px;
  line-height: 100px;
  font-family: "Braggest", sans-serif;
  color: #2F343B;
  font-weight: 400;
  line-height: 99px;
}
@media screen and (max-width: 767px) {
  .big-lettering {
    font-size: 90px;
    line-height: 90px;
  }
}

h2 {
  font-size: 70px;
  line-height: 70px;
  color: #2F343B;
  font-family: "Grotzec", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
  }
}

h3 {
  font-size: 45px;
  color: #2F343B;
  font-family: "Grotzec", sans-serif;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 35px;
    line-height: 40px;
  }
}

.text45 {
  font-size: 45px !important;
  line-height: 50px !important;
}

.counter {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 8px !important;
}
@media screen and (max-width: 767px) {
  .counter {
    margin-right: 5px !important;
  }
}
.counter__comments {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #2F343B;
  letter-spacing: 2px;
  margin-left: 10px;
}

.title {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: #2F343B;
}
@media screen and (max-width: 1199px) {
  .title {
    font-size: 22px;
    line-height: 30px;
  }
}

.text20 {
  font-size: 20px;
  color: #2F343B;
  line-height: 30px;
  font-weight: 600;
}

.text18 {
  font-size: 18px;
  color: #8E98A5;
  line-height: 30px;
}
@media screen and (max-width: 575px) {
  .text18 {
    font-size: 16px;
    line-height: 24px;
  }
}

.text16 {
  font-size: 16px;
  color: #2F343B;
  line-height: 30px;
}
@media screen and (max-width: 575px) {
  .text16 {
    font-size: 16px;
    line-height: 24px;
  }
}

.wide-text {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 20px;
}

.text-white {
  color: white;
}

.text-gray {
  color: gray;
}

.title-more {
  display: block;
  text-align: right;
}

.text__small {
  font-size: 13px;
  color: #8E98A5;
  transition: color 0.3s ease;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  color: #3A81DF;
}

.paragraph {
  font-size: 18px;
  color: #fff;
}

.error {
  color: red;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.fade {
  transition: opacity 0.15s linear;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.g-recaptcha-response {
  display: none;
}

.text-capitalize {
  text-transform: capitalize;
}

.hero-section__white {
  justify-content: space-between;
}
.hero-section__white .hero-section__left_bottom p {
  color: #fff !important;
}
.hero-section__white .hero-section__left .author-info {
  margin-top: 30px;
}
.hero-section__white .hero-section__left .author-info p {
  font-size: 18px;
  color: #fff;
}
.hero-section__white .hero-section__right {
  margin-left: 0 !important;
  display: flex;
  justify-content: flex-end;
  padding-left: 20px;
}
.hero-section__white .big-lettering, .hero-section__white h1 {
  color: #fff !important;
}
.hero-section__white .big-lettering {
  font-size: 100px;
  line-height: 100px;
}
@media screen and (max-width: 1199px) {
  .hero-section__white .hero-section__left .author-info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .hero-section__white .hero-section__right {
    justify-content: flex-start;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__white .big-lettering {
    font-size: 88px;
    line-height: 90px;
  }
}

.hero-section__author {
  justify-content: space-between;
}
.hero-section__author .photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section__author .photo-block {
  padding: 40px;
  background: #F4F6F9;
}
.hero-section__author img {
  max-width: 100%;
  display: inline-block;
}
.hero-section__author .author-info {
  margin-top: 20px;
}

.hero-section {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.hero-section__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 480px;
}
.hero-section__left_bottom {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.hero-section__left_bottom p {
  text-transform: uppercase;
  color: #8E98A5;
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
.hero-section__left_bottom img {
  -webkit-animation: mouse 1s linear infinite;
          animation: mouse 1s linear infinite;
}
.hero-section__right {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .hero-section__right {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .hero-section__left, .hero-section__right {
    height: 411.4285714286px;
  }
  .hero-section__right {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .hero-section {
    height: auto;
  }
  .hero-section__left {
    height: auto;
    margin-bottom: 60px;
  }
  .hero-section__right {
    height: auto;
  }
  .hero-section .scroll-down {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 480px;
    height: 100%;
  }
  .hero-section__left {
    margin-bottom: 40px;
  }
}

@-webkit-keyframes mouse {
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes mouse {
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0%);
  }
}
.hero-bg {
  background-size: cover;
  position: relative;
  height: auto;
}
.hero-bg__white {
  background-color: #fff;
  height: 100vh;
}
.hero-bg__author {
  height: 100vh;
}
.hero-bg__author::before {
  content: "";
  background-color: #2F343B;
  background-repeat: repeat-y;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 991px) {
  .hero-bg {
    height: auto;
  }
}

#share-modal {
  display: none;
  position: fixed;
  border-radius: 5px;
  width: 300px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 100;
  border: 0.5px solid lightgrey;
  background: white;
}
#share-modal li {
  font-size: 20px;
  padding: 10px 2px;
}
#share-modal li span {
  margin-right: 10px;
}
#share-modal li a {
  cursor: pointer;
}
#share-modal .bottom .btn {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #6c757d;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@font-face {
  font-family: "Grotzec";
  src: url(/https/photoquotes.com/fonts/GrotzecRegular.otf?d7bc8714c2269078fe4c296023c8b7ed) format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Grotzec";
  src: url(/https/photoquotes.com/fonts/GrotzecCondDemi.otf?5ae08d2d9c0133cec80f5c9e03e69dbb) format("opentype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Museo";
  src: url(/https/photoquotes.com/fonts/museo-sans-cyrl-300.otf?b629c23bdf9837cf6bf9b014bcf8e1a4) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url(/https/photoquotes.com/fonts/SF-Pro-Text-Semibold.otf?86b09bad264a2a8a0556f1366fe49f5f) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Braggest";
  src: url(/https/photoquotes.com/fonts/Braggest.ttf?7a398c365063ec901d3cc1c334345c33) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/https/photoquotes.com/fonts/OpenSans-Bold.ttf?fc10ccf11a61bac919b98aba11c990eb) format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/https/photoquotes.com/fonts/OpenSans-SemiBold.ttf?d31d0aaa8d4384de5eeb85053fa1bc54) format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/https/photoquotes.com/fonts/OpenSans-Regular.ttf?9ccd5e1b1dbea150336d10cec14bc0d6) format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "photo-quotes";
  src: url(/https/photoquotes.com/fonts/photo-quotes.eot?04b3198e816cb35f03b56c56add02d73) format("embedded-opentype");
  src: url(/https/photoquotes.com/fonts/photo-quotes.eot?04b3198e816cb35f03b56c56add02d73) format("embedded-opentype"), url(/https/photoquotes.com/fonts/photo-quotes.ttf?813c0d685a7aa63f097efe8061c14968) format("truetype"), url(/https/photoquotes.com/fonts/photo-quotes.woff?12726426d22f3fd2bccdd3438eaf7784) format("woff"), url(/https/photoquotes.com/fonts/photo-quotes.svg?875946b03abc276d4b2a52871beaaa01) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "photo-quotes" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-login:before {
  content: "";
}

.icon-twi:before {
  content: "";
}

.icon-insta:before {
  content: "";
}

.icon-fb:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-filled-like:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-alphabet:before {
  content: "";
}

.icon-like:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-repeat:before {
  content: "";
}

.icon-delete:before {
  content: "";
}

.icon-user:before {
  content: "";
}

main {
  background-color: #fff;
  min-height: 50vh;
}

.no-border {
  border: none !important;
  padding-bottom: 0 !important;
}

.circle-img {
  border-radius: 50%;
}

.no-maxw {
  max-width: unset !important;
}

.bg-white {
  background-color: #fff;
}

.o-hidden {
  overflow: hidden;
}

.vh100 {
  height: 100vh;
  min-height: 750px;
}
@media screen and (max-width: 991px) {
  .vh100 {
    height: 100%;
    min-height: unset;
  }
}

@media screen and (max-width: 991px) {
  .md-no-rel {
    position: unset !important;
    height: 100% !important;
  }
}

.maxw-500 {
  max-width: 500px;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .maxw-500 {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .maxw-500 {
    max-width: 290px;
  }
}

@media screen and (max-width: 480px) {
  .btn-sm-50 {
    width: 50%;
    padding: 20px 0 !important;
  }
}

.maxw-460 {
  max-width: 460px;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .maxw-460 {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .maxw-460 {
    max-width: 290px;
  }
}

@media screen and (max-width: 1199px) {
  .offset-r-50 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .offset-r-50 {
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .offset-l-50 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .offset-l-50 {
    padding-left: 0;
  }
}

.half-image__content {
  display: flex;
  align-items: center;
  height: 100%;
  /*@media screen and (max-width: $md-point){
    height: 104px;
  }*/
}

.half-image__bg {
  background-image: url(/https/photoquotes.com/images/login-bg.jpg?70cb492c1d167a6cdafe9d3616eb3284);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .half-image__bg {
    width: 100%;
    min-height: 850px;
  }
}
@media screen and (max-width: 575px) {
  .half-image__bg {
    width: 100%;
    min-height: 750px;
  }
}

.auth-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .auth-container {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .auth-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: calc(100vw - 200px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.container-offset-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.container-offset-10 > [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.container-offset-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.container-offset-20 > [class^=col] {
  padding-left: 20px;
  padding-right: 20px;
}

.container-offset-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.container-offset-50 > [class^=col] {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 499px) {
  .col-xs-2 {
    flex: 0 0 13.6666666667% !important;
    max-width: 13.6666666667% !important;
  }

  .col-xs-10 {
    flex: 0 0 86.3333333333% !important;
    max-width: 86.3333333333% !important;
  }
}
@media screen and (max-width: 380px) {
  .col-xs {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .d-xs-none {
    display: none !important;
  }
}
.line__title {
  display: flex;
  margin-top: 20px;
}
.line__title .big-lettering {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .line__title {
    flex-wrap: wrap;
  }
  .line__title .big-lettering {
    margin-top: 10px;
    margin-left: 0;
  }
}

.filter__letter {
  margin-top: 20px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mtb80 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt140 {
  margin-top: 140px;
}

.ml60 {
  margin-left: 60px;
}

.ml20 {
  margin-left: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr60 {
  margin-right: 60px;
}

.mb20 {
  margin-bottom: 20px;
}

.plr16 {
  padding-right: 16px;
  padding-left: 16px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pl40 {
  padding-left: 40px;
}

.pl60 {
  padding-left: 60px !important;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pr10 {
  padding-right: 10px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 60px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .pt80 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 10px !important;
  }
}

.pb20 {
  padding-bottom: 20px;
}

.pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .pb70 {
    padding-bottom: 35px;
  }
}

.pt130 {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .pt130 {
    padding-top: 60px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .pb80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 0px;
  }
}

.pb160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .pb160 {
    padding-bottom: 65px;
  }
}

.pb170 {
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .pb170 {
    padding-bottom: 100px;
  }
}

.pb120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .pb120 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pb120 {
    padding-bottom: 50px;
  }
}

.ptb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .ptb90 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .ptb90 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.ptb110 {
  padding-bottom: 110px;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .ptb110 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .ptb110 {
    padding-bottom: 50px;
    padding-top: 10px;
  }
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
}

.op-0 {
  opacity: 0;
}

.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}
@media screen and (max-width: 991px) {
  .w80 {
    width: 100%;
  }
}

.w75-md {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .w75-md {
    width: 100%;
  }
}

.w50-md {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .w50-md {
    width: 100%;
  }
}

.col-330 {
  max-width: 330px !important;
}

.col-500 {
  max-width: 500px !important;
}

.rel {
  position: relative;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden !important;
}

.devider {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .devider {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}
header {
  background-color: #ffffff;
  position: relative;
}

.headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .headerFixed {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .headerFixed {
    height: 50px;
  }
}

.headerFixedBottom {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .headerFixedBottom {
    padding-top: 50px;
  }
}

.header__fixed {
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .header__fixed {
    position: relative;
  }
  .header__fixed .top-header__right .menu-icon span {
    background-color: #fff !important;
  }
}

body.scrolled .header__fixed {
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.header__transparent {
  background-color: transparent !important;
}

.auth-user {
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}
.auth-user .circle-img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.auth-user .auth-arrow {
  transition: all 0.4s ease-in-out;
}
.auth-user:hover .auth-arrow {
  transform: rotate(180deg);
}

.top-header__white .nav-links ul li a {
  color: #fff !important;
}
.top-header__white .nav-links ul li a:hover {
  opacity: 0.5;
}
.top-header__white .top-header__right .menu-icon span {
  background-color: #fff !important;
}
.top-header__white .top-header__right .menu-icon:hover span {
  opacity: 0.5;
}
.top-header__white .top-header__right .icon-user {
  color: #fff !important;
}
.top-header__white .top-header__right .icon-user:hover {
  opacity: 0.5;
}

.top-header {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .top-header {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .top-header {
    height: 40px;
  }
}
.top-header__left img {
  width: 143px;
}
.top-header .nav-links ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-header .nav-links ul li a {
  text-decoration: none;
  color: #2F343B;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
}
.top-header .nav-links ul li a:hover {
  color: #3A81DF;
}
.top-header .nav-links ul li:not(:last-child) {
  margin-right: 40px;
}
.top-header .nav-links .active-nav {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3A81DF;
  bottom: -5px;
  left: 0;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  transform: translate(100%, 100%);
}
.top-header__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-header__right .menu-icon {
  cursor: pointer;
  height: 15px;
}
.top-header__right .menu-icon span {
  width: 41px;
  height: 2px;
  background-color: #2F343B;
  display: block;
  transition: all 0.3s ease;
}
.top-header__right .menu-icon span:not(:last-child) {
  margin-bottom: 10px;
}
.top-header__right .menu-icon:hover span {
  background-color: #3A81DF;
}
.top-header__right .icon-user {
  font-size: 15px;
  color: #2F343B;
  margin-right: 30px;
  transition: all 0.3s ease;
}
.top-header__right .icon-user:hover {
  color: #3A81DF;
}
@media screen and (max-width: 1199px) {
  .top-header .nav-links ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .top-header .nav-links {
    display: none !important;
  }
  .top-header__right .menu-icon span {
    width: 30px;
  }
  .top-header__right .menu-icon span:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  .top-header__left img {
    width: 95px;
  }
}

.btn__open-menu {
  width: 41px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  z-index: 21;
}
.btn__open-menu .line {
  display: inline-block;
  background: #2F343B;
  width: 41px;
  height: 2px;
  position: absolute;
  transition: all 0.4s ease-in;
}
.btn__open-menu .line1 {
  top: 10px;
}
.btn__open-menu .line2 {
  top: 22px;
}
@media screen and (max-width: 991px) {
  .btn__open-menu {
    display: flex;
  }
}
.btn__open-menu.open .line {
  width: 25px;
}
.btn__open-menu.open .line1 {
  transform: rotate(-45deg);
  top: 50%;
}
.btn__open-menu.open .line2 {
  transform: rotate(45deg);
  top: 50%;
}

.open-menu {
  overflow: hidden;
}
.open-menu .top-header .nav-links {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 20;
}
.open-menu .top-header ul {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  margin-top: 20%;
}
.open-menu .top-header li {
  margin: 10px 0;
}
.open-menu header {
  z-index: 16;
}

.alphabet-active {
  color: #2F343B !important;
}
.alphabet-active:hover .icon-alphabet, .alphabet-active:hover .text__small {
  color: #8E98A5 !important;
}

.bottom-header__white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.bottom-header__white .bottom-header__left {
  display: flex;
}
.bottom-header__white .bottom-header__left:hover .icon-alphabet, .bottom-header__white .bottom-header__left:hover .text__small {
  opacity: 0.5;
}
.bottom-header__white .bottom-header__left .icon-alphabet, .bottom-header__white .bottom-header__left .text__small {
  color: #fff !important;
}
.bottom-header__white .bottom-header__right {
  border-left-color: rgba(255, 255, 255, 0.4) !important;
}
.bottom-header__white .search-field input {
  color: #fff !important;
}
.bottom-header__white .search-field input::-moz-placeholder {
  color: #fff;
}
.bottom-header__white .search-field input:-ms-input-placeholder {
  color: #fff;
}
.bottom-header__white .search-field input::placeholder {
  color: #fff;
}
.bottom-header__white .search-field button {
  color: #fff !important;
}
.bottom-header__white .search-field button:hover {
  opacity: 0.5;
}
.bottom-header__white .bottom-header__container .alphabet li:hover a {
  opacity: 0.5;
}
.bottom-header__white .bottom-header__container .alphabet a {
  color: #fff !important;
}
.bottom-header__white .bottom-header__container .icon-delete {
  color: #fff !important;
}
.bottom-header__white .bottom-header__container .icon-delete:hover {
  opacity: 0.5;
}

.bottom-header__active {
  position: relative;
}
.bottom-header__active:after, .bottom-header__active:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bottom-header__active:after {
  border-color: rgba(244, 246, 249, 0);
  border-right-color: #F4F6F9;
  border-width: 7px;
  margin-top: -7px;
}
.bottom-header__active:before {
  border-color: rgba(215, 222, 231, 0);
  border-right-color: #D7DEE7;
  border-width: 9px;
  margin-top: -9px;
}

.bottom-header__active__white {
  position: relative;
}
.bottom-header__active__white:after, .bottom-header__active__white:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bottom-header__active__white:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  border-width: 7px;
  margin-top: -7px;
}
.bottom-header__active__white:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  border-width: 9px;
  margin-top: -9px;
}

.bottom-header {
  background-color: #F4F6F9;
  min-height: 60px;
  padding: 0;
}
.bottom-header__left {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px 40px;
  max-width: 250px !important;
}
.bottom-header__left .icon-alphabet {
  font-size: 28px;
  color: #8E98A5;
  margin-right: 20px;
  transition: all 0.3s ease;
}
.bottom-header__left .text__small {
  transition: all 0.3s ease;
}
.bottom-header__left:hover .icon-alphabet, .bottom-header__left:hover .text__small {
  color: #2F343B;
}
.bottom-header__right {
  padding: 0 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-left: #D7DEE7 1px solid;
}
.bottom-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
}
.bottom-header .search-field input {
  width: 90%;
  height: 100%;
  position: relative;
}
.bottom-header .search-field button {
  font-size: 17px;
  color: #2F343B;
}
.bottom-header .search-field button:hover {
  color: #3A81DF;
}
.bottom-header .alphabet-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bottom-header__container {
  width: 100%;
  min-width: 100%;
  transition: opacity 0.3s ease;
  padding: 15px 0;
}
.bottom-header__container .alphabet {
  display: flex;
}
.bottom-header__container .alphabet li {
  transition: all 0.1s ease;
}
.bottom-header__container .alphabet li:hover a {
  color: #3A81DF;
}
.bottom-header__container .alphabet li:not(:last-child) {
  margin-right: 15px;
}
.bottom-header__container .alphabet a {
  text-transform: uppercase;
  font-size: 13px;
  color: #8E98A5;
  font-weight: 700;
  text-decoration: none;
}
.bottom-header__container .icon-delete {
  cursor: pointer;
  color: #2F343B !important;
  font-size: 12px;
  padding-top: 2px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .bottom-header__container .alphabet {
    flex-wrap: wrap;
  }
  .bottom-header__container .alphabet a {
    font-size: 13px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .bottom-header__left, .bottom-header__right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .bottom-header__right, .bottom-header__left {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .bottom-header__left {
    justify-content: center;
    max-width: 38px !important;
  }
  .bottom-header__left p {
    font-size: 0;
    display: none;
  }
  .bottom-header__left .icon-alphabet {
    font-size: 22px;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .bottom-header__left .icon-alphabet {
    font-size: 18px;
  }
  .bottom-header .search-field button {
    font-size: 16px;
    color: #8E98A5;
  }
}

.hide-header {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: inherit;
  z-index: -1;
}

.hero-section__white {
  justify-content: space-between;
}
.hero-section__white .hero-section__left_bottom p {
  color: #fff !important;
}
.hero-section__white .hero-section__left .author-info {
  margin-top: 30px;
}
.hero-section__white .hero-section__left .author-info p {
  font-size: 18px;
  color: #fff;
}
.hero-section__white .hero-section__right {
  margin-left: 0 !important;
  display: flex;
  justify-content: flex-end;
  padding-left: 20px;
}
.hero-section__white .big-lettering, .hero-section__white h1 {
  color: #fff !important;
}
.hero-section__white .big-lettering {
  font-size: 100px;
  line-height: 100px;
}
@media screen and (max-width: 1199px) {
  .hero-section__white .hero-section__left .author-info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .hero-section__white .hero-section__right {
    justify-content: flex-start;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__white .big-lettering {
    font-size: 88px;
    line-height: 90px;
  }
}

.hero-section {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.hero-section__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 480px;
}
.hero-section__left_bottom {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.hero-section__left_bottom p {
  text-transform: uppercase;
  color: #8E98A5;
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
.hero-section__left_bottom img {
  -webkit-animation: mouse 1s linear infinite;
          animation: mouse 1s linear infinite;
}
.hero-section__right {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .hero-section__left, .hero-section__right {
    height: 411.4285714286px;
  }
  .hero-section__right {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .hero-section {
    height: auto;
  }
  .hero-section__left {
    height: auto;
    margin-bottom: 60px;
  }
  .hero-section__right {
    height: auto;
  }
  .hero-section .scroll-down {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 480px;
    height: 100%;
  }
  .hero-section__left {
    margin-bottom: 40px;
  }
}

@keyframes mouse {
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0%);
  }
}
.hero-bg {
  background-size: cover;
  position: relative;
  height: auto;
}
.hero-bg__white {
  background-color: #fff;
}
.hero-bg__author {
  background-image: url(/https/photoquotes.com/images/author-bg.jpg?b450a57b5d596092bf6b4199bf7ba390);
  height: 100vh;
}
.hero-bg__author::before {
  content: "";
  background-color: #2F343B;
  background-repeat: repeat-y;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 991px) {
  .hero-bg {
    height: auto;
  }
}

.footer {
  background-color: #1B2731;
  background-repeat: no-repeat;
  overflow: hidden;
}
.footer .row {
  margin-left: -30px;
  margin-right: -30px;
}
.footer div[class^=col] {
  padding-left: 30px;
  padding-right: 30px;
}
.footer-bg {
  padding: 97px 0 85px;
}
.footer-bg::before {
  content: "";
  display: block;
  background-image: url(/https/photoquotes.com/images/footer.jpg?c51e92eba4657a01dc6b6e86b1539e2d);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 482px;
  width: 387.6956521739px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-40%);
}
.footer-bg ul {
  position: relative;
}
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 97px;
  padding-bottom: 97px;
  background-color: #1B2731;
}
.footer-right .row:nth-child(2) {
  align-items: center;
}
.footer-icons {
  display: flex;
  justify-content: space-between;
}
.footer-icons a {
  width: 50px;
  height: 50px;
  background-color: #212F3C;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8E98A5;
}
.footer-icons a:hover {
  color: #fff;
}
.footer-form {
  height: 50px;
  display: flex;
}
.footer-form input {
  border: 1px solid #424B54;
  border-radius: 2px 0 0 2px;
  height: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .footer-icons a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .footer .list-links__white {
    display: inline-block;
  }
  .footer-right {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .footer-right .row:nth-child(2) {
    margin-top: 36px;
  }
  .footer-right .footer-icons {
    margin-bottom: 40px;
  }
  .footer-bg {
    padding: 50px 0 50px;
  }
  .footer-bg::before {
    height: 554px;
    width: 445.6086956522px;
    transform: translateX(-30%);
  }
  .footer-form input {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .footer div[class^=col] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 499px) {
  .footer .footer-bg, .footer .footer-right {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer .footer-bg::before {
    width: 500px;
    height: 621.6216216216px;
    transform: translate(3%, -20%);
  }
  .footer div[class^=col] {
    text-align: center;
  }
  .footer .footer-right .row:nth-child(2) {
    justify-content: center;
  }
  .footer .footer-right .footer-icons {
    order: 2;
    margin-top: 40px;
    justify-content: center;
  }
  .footer .footer-right .footer-icons a:not(:last-child) {
    margin-right: 20px;
  }
}

input, textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #2F343B;
  font-weight: 600;
  position: relative;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #8E98A5;
  font-weight: 600;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #8E98A5;
  font-weight: 600;
}
input::placeholder, textarea::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #8E98A5;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  input, textarea {
    font-size: 16px;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  input::placeholder, textarea::placeholder {
    font-size: 14px;
  }
}

button {
  display: inline-block;
  border: none;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:focus {
  outline: none;
}

button:active {
  transform: scale(0.99);
}

textarea {
  display: block;
  border: none;
  resize: none;
  overflow: hidden;
  min-height: 60px;
  max-height: 600px !important;
}

.gray-form__elem_search {
  background-color: #F4F6F9;
  border: 1px solid #F4F6F9;
  border-radius: 2px;
  padding: 20px 30px;
  width: 100% !important;
  transition: background 0.3s ease-in-out;
  line-height: 20px;
}
@media screen and (max-width: 1199px) {
  .gray-form__elem_search {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.gray-form__elem {
  background-color: #F4F6F9;
  border: 1px solid #F4F6F9;
  border-radius: 2px;
  padding: 20px 30px;
  width: 100% !important;
  transition: background 0.3s ease-in-out;
  line-height: 20px;
  /*@media screen and (max-width: $xs-point){*/
  /*  padding-top: 15px;*/
  /*  padding-bottom: 15px;*/
  /*}*/
}
.gray-form__elem:active, .gray-form__elem:focus {
  background-color: #fff;
  border-left: 2px solid #3A81DF;
}
.gray-form__elem:disabled {
  background-color: #F4F6F9 !important;
  border: 1px solid #F4F6F9 !important;
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  .gray-form__elem {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.add-form__elem {
  margin-top: 30px;
}
.add-form .input-group label:last-child {
  margin-left: 60px;
}
@media screen and (max-width: 1199px) {
  .add-form .input-group label:last-child {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .add-form__elem {
    margin-top: 0;
  }
  .add-form__elem * {
    margin-bottom: 10px;
  }
  .add-form .input-group {
    flex-wrap: wrap;
  }
  .add-form .input-group * {
    width: 100%;
    margin-left: 0 !important;
  }
}

.input-group {
  width: 100%;
  display: flex;
}
.input-group label {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .input-group {
    flex-wrap: wrap;
  }
  .input-group * {
    width: 100%;
    margin-left: 0 !important;
  }
}

.comment-form__container .submit-input {
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.comment-form__container .submit-input textarea {
  padding-right: 60px;
}
.comment-form__container .submit-input .send-icon {
  position: absolute;
  bottom: calc(30px - 18px / 2);
  right: 30px;
  transition: all 0.3s ease;
  width: 14px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/https/photoquotes.com/images/send.svg?0c62d611f3c321d7cea67b1aa8ccc6f3);
}
.comment-form__container .submit-input .send-icon.active {
  background-image: url(/https/photoquotes.com/images/send_active.svg?57a49ec498d77fbcf30fc7be3d0bcf77);
}
.comment-form__container .submit-input .send-icon:hover {
  transform: rotate(10deg);
}
@media screen and (max-width: 1199px) {
  .comment-form__container .submit-input textarea {
    padding-right: 30px;
  }
  .comment-form__container .submit-input .send-icon {
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .comment-form__container .submit-input {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .comment-form__container input, .comment-form__container textarea {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .comment-form__container textarea {
    min-height: 50px;
    max-height: 500px !important;
  }
  .comment-form__container .submit-input .send-icon {
    bottom: calc(25px - 18px / 2);
  }
}

.search-form {
  width: 100%;
  position: relative;
}
.search-form input {
  width: 100%;
  border-bottom: 2px solid #DEE3E9;
  padding: 0 0 20px;
  font-family: "Grotzec", sans-serif;
  font-size: 80px;
  color: #2F343B;
  letter-spacing: 0;
  line-height: 110px;
  padding-right: 45px;
}
.search-form .icon-search {
  font-size: 31px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 575px) {
  .search-form input {
    font-size: 45px;
    line-height: 45px;
    padding: 0 0 10px;
    padding-right: 30px;
  }
  .search-form .icon-search {
    font-size: 21px;
    transform: translate(0, 25%);
  }
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #2F343B;
  opacity: 0.5;
}
.checkbox-container:hover .checkmark {
  border: 6px solid #3A81DF;
}

.terms {
  display: none;
}
.terms:checked ~ label {
  opacity: 1;
}
.terms:checked ~ label .checkmark {
  border: 6px solid #3A81DF;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0%;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #D7DEE7;
  transform: translateY(25%);
  transition: all 0.3s ease-in;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.message {
  font-size: 14px;
  color: red;
}
.message-top {
  position: absolute;
  top: -25px;
}
.message-bottom {
  position: absolute;
  bottom: -25px;
}
@media screen and (max-width: 991px) {
  .message-top {
    top: -20px;
  }
  .message-bottom {
    bottom: -20px;
  }
}

.capcha-container {
  display: flex;
}
.capcha-container .refresh-btn {
  margin-left: 20px;
}
.capcha-container .capcha {
  width: 240px;
  height: 60px;
}
@media screen and (max-width: 380px) {
  .capcha-container .refresh-btn {
    margin-left: 5px;
  }
}

.container-dayquotes {
  padding-left: 40px;
}
.container-dayquotes .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.container-dayquotes .col {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.container-dayquotes .col:nth-child(3), .container-dayquotes .col:nth-child(4) {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .container-dayquotes {
    margin-top: 80px;
    padding-left: 0 !important;
  }
  .container-dayquotes h3 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .container-dayquotes .col:not(:first-child) {
    flex-basis: unset;
  }
  .container-dayquotes .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container-dayquotes .col {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .container-dayquotes .col-sm-6:first-child img {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .container-dayquotes {
    margin-top: 52px;
  }
}

@media (max-width: 1199px) {
  .container-links .list-links__gray {
    display: flex;
    flex-wrap: wrap;
  }
  .container-links .list-links__gray li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .container-links {
    width: 50%;
  }
  .container-links .list-links__gray li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .container-links h3 {
    max-width: 75%;
  }
}
@media (max-width: 360px) {
  .container-links h3 {
    max-width: 90%;
  }
}

.hero-slider {
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  /* @media (max-width: $xs-point){
     .image-card {
       @include calcSlide(400px);
     }
   }

   @media (max-width: $xxs-point){
     .image-card {
       @include calcSlide(300px);
     }
   }*/
}
.hero-slider .image-card {
  margin-right: 60px;
}
.hero-slider .next-arrow {
  position: absolute;
  top: 50%;
  left: 720px;
  transform: translate(0, -50%);
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-slider .next-arrow::before {
  font-size: 10px;
  color: #2F343B;
  transform: translate(-50%, -50%);
}
.hero-slider .next-arrow:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.hero-slider .prev-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: opacity 0.3s ease-in;
  z-index: 5;
}
.hero-slider .prev-arrow::before {
  font-size: 10px;
  color: #2F343B;
  transform: rotate(180deg) translate(50%, 50%);
}
.hero-slider .prev-arrow:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .hero-slider .next-arrow {
    left: 560px;
  }
  .hero-slider .image-card {
    margin-right: 51.4285714286px;
  }
}
@media (max-width: 991px) {
  .hero-slider {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .hero-slider .image-card {
    margin-right: 42.8571428571px;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.slider-blog, .slider-dayquotes {
  width: 100vw;
  display: flex;
}
.slider-blog .slider-item-blog, .slider-blog .slider-item-dq, .slider-dayquotes .slider-item-blog, .slider-dayquotes .slider-item-dq {
  margin-right: 51.4285714286px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .slider-blog .slider-item-blog, .slider-blog .slider-item-dq, .slider-dayquotes .slider-item-blog, .slider-dayquotes .slider-item-dq {
    margin-right: 43.7142857143px;
    max-width: 510px;
  }
}
@media screen and (max-width: 575px) {
  .slider-blog .slider-item-blog, .slider-blog .slider-item-dq, .slider-dayquotes .slider-item-blog, .slider-dayquotes .slider-item-dq {
    margin-right: 34.2857142857px;
    max-width: 400px;
  }
}
@media screen and (max-width: 499px) {
  .slider-blog .slider-item-blog, .slider-blog .slider-item-dq, .slider-dayquotes .slider-item-blog, .slider-dayquotes .slider-item-dq {
    margin-right: 25.7142857143px;
    max-width: 300px;
  }
}
@media screen and (max-width: 360px) {
  .slider-blog .slider-item-blog, .slider-blog .slider-item-dq, .slider-dayquotes .slider-item-blog, .slider-dayquotes .slider-item-dq {
    margin-right: 24.8571428571px;
    max-width: 290px;
  }
}

.container-blog .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.container-blog [class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
.container-blog [class^=col-]:first-child .article__offset, .container-blog [class^=col-]:nth-child(2) .article__offset, .container-blog [class^=col-]:nth-child(3) .article__offset {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .container-blog [class^=col-]:nth-child(3) .article__offset {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .container-blog .blog__top [class^=col-]:nth-child(2) {
    display: none;
  }
  .container-blog__nogutters .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container-blog__nogutters [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .container-blog [class^=col-]:nth-child(2) .article__offset, .container-blog [class^=col-]:nth-child(3) .article__offset {
    margin-top: 40px;
  }
}

.container-more {
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .container-more {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .container-more {
    margin-top: 20px;
  }
}

.container-more__hide {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .container-more__hide {
    display: flex !important;
  }
}

.container-latest [class^=col-] {
  padding-right: 55px;
}
@media (max-width: 991px) {
  .container-latest [class^=col-]:last-child {
    padding-left: 0;
  }
  .container-latest [class^=col-]:last-child .quote:first-child {
    margin-top: 40px !important;
  }
  .container-latest [class^=col-] {
    padding-right: 0;
  }
}
.container-latest h2 {
  margin-bottom: 125px;
}

.tab-content {
  padding-top: 80px;
  padding-bottom: 70px;
}
.tab-content__p0 {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}

.authors-filter_alpha .tab1:not(:last-child) {
  margin-right: 25px !important;
}
@media screen and (max-width: 1199px) {
  .authors-filter_alpha .tab1:not(:last-child) {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .authors-filter_alpha .tab-item {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .authors-filter_alpha {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
  }
}

.tab-title {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in;
}
.tab-title__active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.tabs-container {
  padding-top: 80px;
}
.tabs-container .tab {
  display: flex;
  cursor: pointer;
}
.tabs-container .tab:not(:last-child) {
  margin-right: 50px;
}
.tabs-container .tab:hover .tab-item, .tabs-container .tab:hover .tab-item__counter {
  color: #3A81DF;
}
.tabs-container .tab-item {
  color: #DEE3E9;
  line-height: 70px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.tabs-container .tab-item__counter {
  line-height: 70px;
  font-size: 30px;
  font-family: "Grotzec", sans-serif;
  font-weight: 600;
  margin-top: -14px;
  color: #DEE3E9;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.tabs-container .tab-item__counter-big {
  font-size: 40px;
  line-height: 60px;
}
.tabs-container .tab__active .tab-item, .tabs-container .tab__active .tab-item__counter {
  color: #2F343B;
}
@media screen and (max-width: 991px) {
  .tabs-container {
    padding-top: 60px;
  }
  .tabs-container .tab:not(:last-child) {
    margin-right: 30px;
  }
  .tabs-container .tab .main-title {
    font-size: 70px;
    line-height: 75px;
  }
  .tabs-container .tab-item {
    font-size: 35px;
  }
  .tabs-container .tab-item__counter {
    font-size: 20px;
  }
  .tabs-container .tab-item__counter-big {
    font-size: 30px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tabs-container {
    padding-top: 30px;
  }
  .tabs-container .tab:not(:last-child) {
    margin-right: 20px;
  }
  .tabs-container .tab .main-title {
    font-size: 60px;
    line-height: 65px;
  }
  .tabs-container .tab-item {
    font-size: 25px;
  }
  .tabs-container .tab-item__counter {
    font-size: 15px;
    margin-left: 5px;
  }
  .tabs-container .tab-item__counter-big {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .tabs-container {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .tabs-container .tab .main-title {
    font-size: 40px;
    line-height: 50px;
  }
  .tabs-container .tab-item__counter-big {
    font-size: 20px;
    line-height: 30px;
  }
}

.books-container {
  margin-left: -20px;
  margin-right: -20px;
}
.books-container [class^=col-] {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .books-container {
    margin-left: -10px;
    margin-right: -10px;
  }
  .books-container [class^=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .books-container [class^=col-]:nth-child(3), .books-container [class^=col-]:nth-child(4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .books-container [class^=col-]:nth-child(3), .books-container [class^=col-]:nth-child(4) {
    margin-top: 30px;
  }
  .books-container [class^=col-] {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .books-container [class^=col-]:not(:first-child) {
    margin-top: 30px;
  }
}

.interviews-container {
  margin-left: -50px;
  margin-right: -50px;
}
.interviews-container [class^=col] {
  padding-left: 50px;
  padding-right: 50px;
}
.interviews-container [class^=col] .interview:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .interviews-container {
    margin-left: -40px;
    margin-right: -40px;
  }
  .interviews-container [class^=col] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .interviews-container [class^=col]:first-child .interview:first-child {
    margin-top: 0 !important;
  }
  .interviews-container [class^=col]:last-child .interview:first-child {
    margin-top: 60px;
  }
}

.gallery-container {
  margin-left: -80px;
  margin-right: -80px;
}
.gallery-container .gallery-col {
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
  padding-right: 80px;
}

.gallery-container .gallery-col .gallery-item {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-left: 60px;
}

.gallery-container .gallery-col .gallery-item:hover .gallery-info {
  visibility: visible;
  opacity: 1;
}
.gallery-container .gallery-col .gallery-item img {
  display: block;
  width: 100%;
}
.gallery-container .gallery-col .gallery-item .gallery-info {
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 100%;
  visibility: visible;
  opacity: 0;
  font-size: 14px;
  color: #2F343B;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transform: translateX(50%);
}
.gallery-container .gallery-col .gallery-item:not(:first-child) {
  margin-top: 200px;
}
.gallery-container .gallery-col .gallery-item:nth-child(even) img {
  margin-left: auto;
}
.gallery-container .gallery-col:last-child .gallery-item .gallery-info {
  transform: translateX(-110%);
  left: 0;
}
@media screen and (max-width: 1025px) {
  .gallery-container .gallery-col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gallery-container .gallery-col .gallery-item .gallery-info {
    display: block;
    opacity: 1;
    -ms-writing-mode: initial;
        writing-mode: initial;
    top: unset !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .gallery-container .gallery-col .gallery-item:not(:first-child) {
    margin-top: 100px;
  }
  .gallery-container .gallery-col:last-child .gallery-item {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .gallery-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .gallery-container .gallery-col {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-container .gallery-col .gallery-item {
    margin-left: 0;
  }
  .gallery-container .gallery-col .gallery-item img {
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-container .gallery-col .gallery-item:not(:first-child) {
    margin-top: 50px;
  }
  .gallery-container .gallery-col:last-child .gallery-item {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 575px) {
  .gallery-container .gallery-col .gallery-item img {
    max-width: 500px;
  }
}
@media screen and (max-width: 499px) {
  .gallery-container .gallery-col .gallery-item img {
    max-width: 450px;
  }
}
@media screen and (max-width: 380px) {
  .gallery-container .gallery-col .gallery-item img {
    max-width: 400px;
  }
}

.inner-container {
  /*margin: -540px 0 150px;*/
}
@media screen and (max-width: 767px) {
  .inner-container {
    margin-bottom: 50px;
  }
}

.inner-comment-container {
  padding-left: 100px;
  padding-right: 300px;
}
@media screen and (max-width: 1199px) {
  .inner-comment-container {
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .inner-comment-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 499px) {
  .inner-comment-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.gray-line {
  width: 100%;
  background-color: #D7DEE7;
  height: 1px;
  margin-bottom: 40px;
}

.side-col-container {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.side-col-container__inner {
  padding: 80px 0px;
}
.side-col-container__desc, .side-col-container__quote {
  margin-top: 40px;
  margin-bottom: 40px;
}
.side-col-container__text {
  margin-top: 20px;
}
.side-col-container__img {
  margin-top: 40px;
  max-width: 100%;
}
.side-col-container__title {
  margin-top: 60px;
}
.side-col-container__quote {
  display: flex;
  align-items: flex-start;
}
.side-col-container__quote-text {
  margin-left: 35px;
  font-family: "Grotzec", sans-serif;
  font-weight: 400;
  font-size: 45px;
  color: #2F343B;
  letter-spacing: 0;
  line-height: 50px;
}
.side-col-container__right, .side-col-container__left {
  margin-top: 40px;
}
.side-col-container__right {
  padding-left: 25px;
}
.side-col-container__right .info {
  text-align: center;
}
.side-col-container__right .btn-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.side-col-container__right .btn-container .outline-btn:first-child {
  margin-bottom: 20px;
}
.side-col-container__left {
  padding-right: 25px;
}
@media screen and (max-width: 991px) {
  .side-col-container__title {
    margin-top: 30px;
  }
  .side-col-container__left {
    padding-right: 0;
  }
  .side-col-container__right {
    padding-left: 0;
  }
  .side-col-container__right .info {
    display: flex;
    text-align: left;
    align-items: center;
  }
  .side-col-container__right .info p:first-child {
    margin-right: 10px;
  }
  .side-col-container__right .btn-container {
    display: flex;
  }
  .side-col-container__right .btn-container .outline-btn:first-child {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .side-col-container__inner {
    padding: 30px 30px;
  }
  .side-col-container__right, .side-col-container__left {
    margin-top: 30px;
  }
  .side-col-container__right .main-title, .side-col-container__left .main-title {
    font-size: 42px !important;
    line-height: 46px !important;
  }
  .side-col-container__desc, .side-col-container__quote {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .side-col-container__text {
    margin-top: 10px;
  }
  .side-col-container__right .btn-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .side-col-container__quote-text {
    font-size: 32px;
    line-height: 36px;
  }
  .side-col-container__img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .side-col-container .btn-container .outline-btn:first-child {
    margin-right: 20px;
  }
  .side-col-container__quote img {
    width: 15px;
  }
  .side-col-container__quote-text {
    margin-left: 10px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 499px) {
  .side-col-container__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .side-col-container .btn-container {
    flex-wrap: wrap;
  }
  .side-col-container .btn-container .outline-btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .side-col-container__right .info {
    flex-wrap: wrap;
  }
}

#description img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.comments-container {
  width: 100%;
}
.comments-container .comments-title {
  display: flex;
}
.comments-container .comments-title__item {
  color: #2F343B;
  line-height: 70px;
}
.comments-container .comments-title__counter {
  line-height: 70px;
  font-size: 30px;
  font-family: "Grotzec", sans-serif;
  font-weight: 600;
  margin-top: -14px;
  color: #2F343B;
  margin-left: 10px;
}
.comments-container .comment {
  margin-top: 50px;
}
.comments-container .comment__second {
  margin-left: 100px;
}
.comments-container .comment__user {
  margin-top: 30px;
}
.comments-container .comment__person {
  max-width: 60px;
}
.comments-container .comment__person img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.comments-container .comment__right {
  padding-left: 40px;
}
.comments-container .comment__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  align-items: center;
}
.comments-container .comment__footer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.comments-container .comment__footer .reply-text {
  cursor: pointer;
}
.comments-container .comment__icons {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comments-container .comment .liked-item .counter__comments {
  color: #E96F8C;
}
.comments-container .comment .liked-item .like {
  background-image: url(/https/photoquotes.com/images/heart-fill.svg?f2916bb6edc66123fbf3b332f07d4932);
}
@media screen and (max-width: 767px) {
  .comments-container .comment__right {
    padding-left: 20px;
  }
  .comments-container .comment__second {
    margin-left: 80px;
  }
}
@media screen and (max-width: 575px) {
  .comments-container .comment {
    margin-top: 30px;
  }
  .comments-container .comment__info p:last-child {
    margin-top: 8px;
  }
  .comments-container .comment .text20 {
    font-size: 16px;
    line-height: 20px;
  }
  .comments-container .comment__right {
    padding-left: 10px;
  }
  .comments-container .comment__second {
    margin-left: 40px;
  }
  .comments-container .comment__text, .comments-container .comment__footer {
    margin-left: -40px;
  }
  .comments-container .comment__info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .comments-container .comment__person {
    max-width: 30px;
  }
  .comments-container .comment__person img {
    width: 30px;
    height: 30px;
  }
  .comments-container .comment__footer {
    margin-top: 12px;
  }
  .comments-container .comment__user {
    margin-bottom: 40px;
  }
  .comments-container .comment__user .comment__person {
    display: none;
  }
  .comments-container .comment__user .comment__right {
    padding-left: 0;
  }
}

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn:hover {
  background-color: transparent;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown a:hover {
  background-color: #ddd;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

.card {
  position: relative;
}
.card__text {
  overflow: hidden;
}
.card__text p {
  color: #fff;
  font-weight: bold;
}
.card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__author {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.card__author:hover {
  opacity: 0.6;
  color: #fff;
}
.card__icons {
  display: flex;
  align-items: center;
}
.card__icons .counter {
  color: #fff;
}
.card__icons span {
  cursor: pointer;
}
.card__icons [class^=icon-]::before, .card__icons [class*=" icon-"]::before {
  color: #fff;
}
.card__icons .icon-share::before {
  font-size: 20px;
}
.card__icons .icon-comment {
  margin-top: 2px;
}
.card__icons .icon-comment::before {
  font-size: 18px;
}
.card__icons span:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .card__author {
    font-size: 16px;
  }
  .card span:not(:last-child) {
    margin-right: 20px;
  }
}

.image-card::before {
  content: "";
  background-image: linear-gradient(-140deg, #40B9F2 0%, #4091F2 100%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.image-card__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.image-card .card__content {
  position: relative;
  z-index: 5;
}

.image-card__purple::before {
  background-image: linear-gradient(39deg, #4D42CF 0%, #4091F2 100%);
}

.small-card {
  max-width: 100%;
  width: 100%;
  height: 280px;
  padding: 30px 30px;
  /*700px,480px,45px,60px*/
}
.small-card .card__bottom {
  margin-top: 20px;
}
.small-card .card__text p {
  font-size: 26px;
  line-height: 35px;
  max-height: 175px;
}
@media screen and (max-width: 767px) {
  .small-card .card__text p {
    font-size: 22px;
    line-height: 30px;
    max-height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .small-card {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.middle-card {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 30px 30px;
  /*700px,480px,45px,60px*/
}
.middle-card .card__text {
  margin-top: 20px;
}
.middle-card .card__text p {
  font-size: 26px;
  line-height: 35px;
  max-height: 180px;
}
.middle-card .card__bottom {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .middle-card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .middle-card .card__text {
    margin-top: 15px;
  }
  .middle-card .card__text p {
    font-size: 22px;
    line-height: 30px;
    max-height: 120px;
  }
  .middle-card .card__bottom {
    margin-top: 15px;
  }
}

.big-card {
  max-width: 700px;
  width: 100%;
  height: 480px;
  padding: 45px 60px;
  /*700px,480px,45px,60px*/
}
.big-card .card__text {
  margin-top: 35px;
}
.big-card .card__text p {
  font-size: 40px;
  line-height: 50px;
  max-height: 250px;
  cursor: pointer;
}
.big-card .card__bottom {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .big-card {
    /*big card - 700,480,35,45,60,40,600*/
    max-width: 600px;
    height: 411.4285714286px;
    padding: 38.5714285714px 51.4285714286px;
  }
  .big-card .card__text {
    margin-top: 30px;
  }
  .big-card .card__bottom {
    margin-top: 30px;
  }
  .big-card .card__text p {
    font-size: 34.2857142857px;
    line-height: 42.8571428571px;
    max-height: 214.2857142857px;
  }
}
@media (max-width: 767px) {
  .big-card {
    max-width: 700px;
    width: 100%;
    height: 280px;
    padding: 30px 15px;
    /*700px,480px,45px,60px*/
  }
  .big-card .card__bottom {
    margin-top: 15px;
  }
  .big-card .card__text {
    margin-top: 15px;
  }
  .big-card .card__text p {
    font-size: 22px;
    line-height: 30px;
    max-height: 120px;
  }
}

.quote {
  width: 100%;
  border-bottom: #D7DEE7 1px solid;
}
.quote p {
  color: #2F343B;
}
.quote__meta {
  margin-top: 10px;
  margin-bottom: 10px;
}
.quote__center {
  margin-top: 10px;
}
.quote__center p {
  font-size: 27px;
  line-height: 35px;
  font-weight: bold;
}
.quote__center .big-text {
  font-size: 40px;
  line-height: 60px;
}
.quote__bottom {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.quote__bottom .quote__author {
  margin-top: 0;
}
.quote__bottom [class^=icon-]::before, .quote__bottom [class*=" icon-"]::before {
  color: #8E98A5;
}
.quote__bottom .icons {
  display: flex;
  align-items: center;
}
.quote__bottom .icons .counter {
  color: #2F343B;
}
.quote__bottom .icons span:not(:last-child) {
  margin-right: 30px;
}
.quote__bottom .icons span {
  cursor: pointer;
}
.quote__bottom .icons .icon-comment {
  margin-top: 2px;
}
.quote__bottom .icons .icon-comment::before {
  font-size: 18px;
}
.quote__bottom .icons .icon-share::before {
  font-size: 20px;
}
.quote__bottom .icons .icon-heart::before {
  font-size: 17px;
}
.quote__meta p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.quote__meta p span {
  color: #3A81DF !important;
}
.quote__author {
  margin-top: 18px;
}
.quote__author a {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  color: #2F343B;
  transition: all 0.3s ease;
}
.quote__author a:hover {
  opacity: 0.6;
  color: #2F343B;
}
@media screen and (max-width: 767px) {
  .quote {
    margin-top: 40px;
  }
  .quote__center p {
    font-size: 22px;
    line-height: 30px;
  }
  .quote__center .big-text {
    font-size: 26px;
    line-height: 35px;
  }
}

.quote-main .quote {
  height: auto;
}

.tab-content .col-lg-6:first-child .quote {
  margin-top: 0;
}
.tab-content .col-lg-6:nth-child(2) .quote {
  margin-top: 0;
}
@media (max-width: 991px) {
  .tab-content .col-lg-6:nth-child(2) .quote {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .tab-content .banner-container-300 {
    margin-top: 40px !important;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .col-lg-6:nth-child(2) .quote {
    margin-top: 40px;
  }
}

.slick-active {
  position: relative;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .slick-dots {
    width: 720px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 15px 5px 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  opacity: 0.5;
  border-radius: 50%;
  background-color: #D9E9FF;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
}

.icon-arrow-right:before {
  position: absolute;
  top: 50%;
  left: 50%;
}

.article {
  width: 100%;
  cursor: pointer;
}
.article:hover .article-cover .cover__hover {
  opacity: 1;
  visibility: visible;
}
.article img {
  display: block;
  width: 100%;
}
.article-cover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.article-cover .cover__hover {
  position: absolute;
  display: flex;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.article-cover .cover__hover .cover__hover-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-cover .cover__hover .cover__hover-img img {
  width: 17px;
}
.article-cover .cover__hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-140deg, #40B9F2 0%, #4091F2 100%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.article__offset {
  margin-top: 80px;
}
.article-top {
  margin-top: 25px;
}
.article-top__title {
  transition: all 0.3s ease;
}
.article-content {
  overflow: hidden;
  margin-top: 20px;
}
.article-content__text {
  max-height: 90px;
  height: 100%;
}
.article-bottom {
  margin-top: 24px;
}
.article-bottom__author {
  font-size: 13px;
  color: #8E98A5;
  font-weight: 600;
}
.article-bottom__author span {
  color: #2F343B;
}
@media screen and (max-width: 767px) {
  .article__offset {
    margin-top: 40px;
  }
}

.article-img {
  height: 160px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.tag {
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.tag__white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.tag__blue {
  color: #3A81DF;
  background-color: transparent;
  border: 1.5px solid #D9E9FF;
  padding: 4px 10px;
}

.btn {
  padding: 10px 50px;
  border-radius: 2px;
  color: #fff;
}
.btn:hover {
  color: #fff;
}

.btn-footer {
  height: 100%;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  padding: 15px 40px;
  color: #fff;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .btn-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -55%) rotate(180deg);
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -55%) rotate(180deg);
  }
}
.refresh-btn {
  background-color: #F4F6F9;
  border-radius: 2px;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.refresh-btn::after {
  content: url(/https/photoquotes.com/images/refresh.svg?76d48fa47f14b1d3490af0fb2d274a9c);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.refresh-btn:hover::after {
  -webkit-animation: rotate 0.5s linear;
          animation: rotate 0.5s linear;
}

.btn__dark-blue {
  background-color: #3B5B98;
}

.btn__blue-gradient {
  background-size: 200% auto;
  background-image: linear-gradient(to right, #40B9F2 0%, #4091F2 50%, #40B9F2 100%);
  transition: 0.5s;
}
.btn__blue-gradient:hover {
  background-position: right center;
}

.btn__pink-gradient {
  background-image: linear-gradient(140deg, #D848B3 0%, #F27786 100%);
  transition: background 0.4s ease;
}
.btn__pink-gradient:hover {
  background-image: linear-gradient(140deg, #F27786 0%, #D848B3 100%);
}

.like {
  transition: all 0.3s ease;
  width: 21px;
  height: 19px;
  background-position: center;
}

.like-gray {
  background-image: url(/https/photoquotes.com/images/heart-outline.svg?3e1730e800e0a92b9e5d4d4411ee83c3);
}
.like-gray.active {
  background-image: url(/https/photoquotes.com/images/heart-fill.svg?f2916bb6edc66123fbf3b332f07d4932);
}
.like-gray:hover {
  background-image: url(/https/photoquotes.com/images/heart-fill.svg?f2916bb6edc66123fbf3b332f07d4932);
}

.like-white {
  background-image: url(/https/photoquotes.com/images/heart-outline-white.svg?2bcd011a1dbcf4d33d7840d51a2214db);
}
.like-white:hover {
  background-image: url(/https/photoquotes.com/images/heart-fill.svg?f2916bb6edc66123fbf3b332f07d4932);
}

.outline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D7DEE7;
  border-radius: 2px;
  padding: 20px 50px;
  width: 100%;
  color: #2F343B;
  text-align: center;
}
.outline-btn span {
  margin-right: 20px;
}
.outline-btn .icon-share {
  color: #8E98A5;
  font-size: 17px;
}
.outline-btn:hover {
  color: #8E98A5;
}
.outline-btn:hover .like-gray {
  background-image: url(/https/photoquotes.com/images/heart-fill.svg?f2916bb6edc66123fbf3b332f07d4932);
}
@media screen and (max-width: 575px) {
  .outline-btn {
    padding: 20px 25px;
  }
}

.liked-btn {
  border-color: #E96F8C;
  color: #E96F8C;
}
.liked-btn .like-gray {
  background-image: url(/https/photoquotes.com/images/heart-fill.svg?f2916bb6edc66123fbf3b332f07d4932);
}

.list-links__gray {
  margin-top: 44px;
  margin-bottom: 34px;
}
.list-links__gray li {
  cursor: pointer;
}
.list-links__gray li a {
  font-size: 18px;
  color: #8E98A5;
  line-height: 50px;
  transition: all 0.3s ease;
}
.list-links__gray li:hover a {
  color: #3A81DF;
}
@media screen and (max-width: 767px) {
  .list-links__gray {
    margin-top: 0;
    margin-bottom: 0;
  }
  .list-links__gray li a {
    font-size: 15px;
    line-height: 36px;
  }
}

.hash__hover li {
  display: block;
  position: relative;
}
.hash__hover li::before {
  content: url(/https/photoquotes.com/images/hash.svg?d565bc258fa8a64cf18cf1dcb1170b40);
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(-100%, -40%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hash__hover li:hover::before {
  opacity: 1 !important;
}

.list-links__white li a {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  transition: all 0.3s ease;
}
.list-links__white li a:hover {
  color: #3A81DF;
}
@media screen and (max-width: 1199px) {
  .list-links__white li a {
    font-size: 14px;
    line-height: 36px;
  }
}
@media screen and (max-width: 499px) {
  .list-links__white li a {
    font-size: 16px;
    line-height: 50px;
  }
}

@media screen and (min-width: 381px) and (max-width: 991px) {
  .authors-list {
    display: flex;
    justify-content: center;
  }
}

.banner-320 {
  width: 320px;
  height: 100px;
}
.banner-300 {
  width: 300px;
  height: 250px;
}
.banner-200 {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.banner-200__left {
  display: block;
  width: 200px;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .banner-200__left {
    margin-right: auto;
    margin-top: 60px;
  }
}
.banner-728 {
  width: 728px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .banner-728 {
    width: 320px;
    height: 60px;
  }
}

.banner-container {
  background-color: #F5F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.banner-container-728 {
  max-width: 760px;
  min-width: 320px;
  width: 100%;
  height: 140px;
}
.banner-container-abs {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner-container-320 {
  width: 100%;
  min-width: 320px;
  height: 140px;
}
.banner-container-300 {
  width: 100%;
  min-width: 320px;
  height: 380px;
  margin-top: 80px;
}
.banner-container-200 {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .banner-container-320 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .banner-container-300 {
    height: 300px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .banner-container-300 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .banner-container-728 {
    max-width: 360px;
    height: 90px;
  }
  .banner-container-abs {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 350px) {
  .banner-container-300, .banner-container-320, .banner-container-728 {
    background-color: #fff;
    min-width: 280px;
  }
}

.book {
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.book__cover {
  position: relative;
  display: inline-block;
  height: 260px;
  cursor: pointer;
}
.book__cover img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.book__cover:hover .cover__hover {
  opacity: 1;
  visibility: visible;
}
.book .cover__hover {
  position: absolute;
  display: flex;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.book .cover__hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-140deg, #40B9F2 0%, #4091F2 100%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.book .cover__hover-text {
  position: relative;
  background-color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.book .cover__hover-text img {
  height: 35px;
  margin-bottom: 12px;
}
.book .cover__hover-text p {
  color: #2F343B;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  max-width: 60px;
  text-align: center;
}
.book-top {
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  display: flex;
  justify-content: center;
}
.book-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  background-color: #fff;
  height: 30px;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 30px 50px 0 rgba(47, 52, 59, 0.1);
}
.book-bottom {
  margin-top: 60px;
  text-align: center;
}
.book__name {
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}
.book__number {
  font-size: 14px;
  color: #3A81DF;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 11px;
}
.book__author {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .book__name {
    height: 60px;
  }
}

.interview {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 100px;
}
.interview [class^=col] {
  padding-right: 20px;
  padding-left: 20px;
}
.interview-cover {
  max-width: 200px !important;
}
.interview-meta {
  margin-top: 24px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #8E98A5;
}
.interview-meta span {
  color: #2F343B;
}
.interview .title {
  margin-bottom: 14px;
}
.interview .circle-cover {
  width: 160px;
  height: 160px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .interview {
    margin-left: -15px;
    margin-right: -15px;
  }
  .interview [class^=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .interview-cover {
    max-width: 180px !important;
  }
}
@media screen and (max-width: 991px) {
  .interview {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .interview {
    justify-content: center;
  }
  .interview-cover {
    max-width: 130px !important;
  }
  .interview .circle-cover {
    width: 100px;
    height: 100px;
  }
  .interview .title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .interview [class^=col]:last-child {
    max-width: 365px;
    margin-left: -130px;
  }
  .interview-title {
    margin-left: 130px;
  }
  .interview-meta {
    margin-top: 14px;
  }
}

.nav-chain ul {
  display: flex;
  align-items: center;
}
.nav-chain ul .active a {
  color: #2F343B;
}
.nav-chain ul .separator {
  display: flex;
  justify-content: space-between;
  width: 15px;
  height: 3px;
}
.nav-chain ul .separator span {
  background-color: #8E98A5;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.nav-chain ul .separator span:not(:last-child) {
  margin-right: 3px;
}
.nav-chain ul li:not(:last-child) {
  margin-right: 20px;
}
.nav-chain ul li a {
  font-size: 14px;
  color: #8E98A5;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 420px) {
  .nav-chain {
    overflow-x: scroll;
  }
  .nav-chain ul li:not(:last-child) {
    margin-right: 15px;
  }
  .nav-chain ul li a {
    white-space: nowrap;
  }
}

.errorPage {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 160px;
  padding-top: 100px;
}
.errorPage img {
  display: inline-block;
  max-width: 100%;
}
.errorPage__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #2F343B;
  font-family: "Open Sans", sans-serif;
  margin-top: 14px;
  margin-bottom: 30px;
}
.errorPage__btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(140.84deg, #40B9F2 9.07%, #4091F2 97.07%);
  border-radius: 2px;
  letter-spacing: 2px;
}
.errorPage__text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2F343B;
  margin-top: 20px;
}
.errorPage .bottom-header {
  max-width: 560px;
  width: 100%;
  margin: 22px auto 0;
}

.top-header__right * {
  display: none;
}

@media screen and (max-width: 991px) {
  .top-header__right .btn__open-menu {
    display: block;
  }
}
main {
  background-color: #fff;
  min-height: 50vh;
}
